{"id":334,"date":"2020-06-26T12:32:05","date_gmt":"2020-06-26T10:32:05","guid":{"rendered":"https:\/\/albaluz.com\/?page_id=334"},"modified":"2020-07-24T16:07:42","modified_gmt":"2020-07-24T14:07:42","slug":"oficinas","status":"publish","type":"page","link":"http:\/\/albaluz.com\/en\/proyectos\/oficinas\/","title":{"rendered":"Offices"},"content":{"rendered":"<style>\n    \/* Portfolio Options Configuration Goes Here*\/\n    #gallery .tile:hover{\n        cursor: pointer !important;\n    }\n\n    \/* - - - - - - - - - - - - - - -*\/\n    \/* Tile Hover Customizations *\/\n\n    \/* Customize overlay background *\/\n    #gallery .crp-tile-inner .overlay,\n    #gallery .tile .caption {\n        background-color: rgba(0,0,0,0.50196078431373) !important;\n    }\n\n    #gallery .crp-tile-inner.crp-details-bg .details {\n        background-color: rgba(0,0,0,0.50196078431373) !important;\n    }\n\n    #gallery .crp-tile-inner .details h3 {\n        color: #ffffff;\n        text-align: center;\n        font-size: 18px;\n    }\n\n    #gallery .crp-tile-inner .details p {\n        color: #ffffff;\n        text-align: center;\n        font-size: 11px;\n    }\n\n        #gallery .crp-tile-inner .details h3 {\n        margin-bottom: 0px;\n    }\n    \n<\/style>\n\n<!--Here Goes HTML-->\n<div class=\"crp-wrapper\">\n    <div id=\"gallery\">\n        <div id=\"ftg-items\" class=\"ftg-items\">\n                            <div id=\"crp-tile-\" class=\"tile\" data-url=\"\">\n                                        <div class=\"crp-tile-inner details33 crp-details-bg image01\">\n                    \n                    \n                    \n                    <div id=\"\" class=\"tile-inner\">\n                                                <img decoding=\"async\" class=\"crp-item crp-tile-img\" src=\"\" data-width=\"\" data-height=\"\" \/>\n                        <div class='overlay'><\/div>                    <\/div>\n                                        <\/div>\n\n                    \n                    <ul id=\"crp-light-gallery-\" class=\"crp-light-gallery\" style=\"display: none;\" data-sub-html=\"\" data-url=\"\">\n                        \n                        <li data-src=\"\" >\n                            <a href=\"#\">\n                                <img decoding=\"async\" src=\"\" \/>\n                            <\/a>\n                        <\/li>\n\n                                            <\/ul>\n                                    <\/div>\n                                <\/div>\n    <\/div>\n<\/div>\n\n\n<!--Here Goes JS-->\n<script>\n    (function($) {\n        jQuery(document).ready(function(){\n\n            var tileParams = {};\n\n            if(0) {\n                tileParams.approxTileWidth = 250;\n                tileParams.approxTileHeight = 250;\n                tileParams.minTileWidth = 200;\n            }\n\n            if(0) {\n                tileParams.addBlock1Height = 40;\n                tileParams.addBlock2Height = 100;\n            }\n            jQuery('#gallery').crpTiledLayer(tileParams);\n\n            jQuery( \".crp-light-gallery\" ).each(function() {\n              var id = $( this ).attr(\"id\");\n              jQuery(\"#\" + id).lightGallery({\n                mode: 'slide',\n                useCSS: true,\n                cssEasing: 'ease', \/\/'cubic-bezier(0.25, 0, 0.25, 1)',\/\/\n                easing: 'linear', \/\/'for jquery animation',\/\/\n                speed: 600,\n                addClass: '',\n\n                closable: true,\n                loop: true,\n                auto: false,\n                pause: 6000,\n                escKey: true,\n                controls: true,\n                hideControlOnEnd: false,\n\n                preload: 1, \/\/number of preload slides. will exicute only after the current slide is fully loaded. ex:\/\/ you clicked on 4th image and if preload = 1 then 3rd slide and 5th slide will be loaded in the background after the 4th slide is fully loaded.. if preload is 2 then 2nd 3rd 5th 6th slides will be preloaded.. ... ...\n                showAfterLoad: true,\n                selector: null,\n                index: false,\n\n                lang: {\n                    allPhotos: 'All photos'\n                },\n                counter: false,\n\n                exThumbImage: false,\n                thumbnail: true,\n                showThumbByDefault:false,\n                animateThumb: true,\n                currentPagerPosition: 'middle',\n                thumbWidth: 150,\n                thumbMargin: 10,\n\n\n                mobileSrc: false,\n                mobileSrcMaxWidth: 640,\n                swipeThreshold: 50,\n                enableTouch: true,\n                enableDrag: true,\n\n                vimeoColor: 'CCCCCC',\n                youtubePlayerParams: false, \/\/ See: https:\/\/developers.google.com\/youtube\/player_parameters,\n                videoAutoplay: true,\n                videoMaxWidth: '855px',\n\n                dynamic: false,\n                dynamicEl: [],\n\n                \/\/ Callbacks el = current plugin\n                onOpen        : function(el) {}, \/\/ Executes immediately after the gallery is loaded.\n                onSlideBefore : function(el) {}, \/\/ Executes immediately before each transition.\n                onSlideAfter  : function(el) {}, \/\/ Executes immediately after each transition.\n                onSlideNext   : function(el) {}, \/\/ Executes immediately before each \"Next\" transition.\n                onSlidePrev   : function(el) {}, \/\/ Executes immediately before each \"Prev\" transition.\n                onBeforeClose : function(el) {}, \/\/ Executes immediately before the start of the close process.\n                onCloseAfter  : function(el) {}, \/\/ Executes immediately once lightGallery is closed.\n                onOpenExternal  : function(el, index) {\n                    if($(el).attr('data-url')) {\n                        var href = $(el).attr(\"data-url\");\n                    } else {\n                        var href = $(\"#crp-light-gallery li\").eq(index).attr('data-url');\n                    }\n                    if(href) {\n                        crp_loadHref(href,true);\n                    }else {\n                        return false;\n                    }\n\n                }, \/\/ Executes immediately before each \"open external\" transition.\n                onToggleInfo  : function(el) {\n                  var $info = $(\".lg-info\");\n                  if($info.css(\"opacity\") == 1){\n                    $info.fadeTo(\"slow\",0);\n                  }else{\n                    $info.fadeTo(\"slow\",1);\n                  }\n                } \/\/ Executes immediately before each \"toggle info\" transition.\n              });\n            });\n\n            jQuery(\".tile\").on('click', function (event){\n                if(jQuery(event.target).hasClass('crp-product-buy-button') || jQuery(event.target).hasClass('crp-product-checkout-button')) {\n                    return false;\n                } else if(jQuery(event.target).is(\"a\")) {\n                  return true;\n                }\n\n                \n                event.preventDefault();\n                if(jQuery(event.target).hasClass(\"fa\") && !jQuery(event.target).hasClass(\"zoom\")) return;\n\n                                var tileId = jQuery(this).attr(\"id\");\n                var target = jQuery(\"#\" + tileId + \" .crp-light-gallery li:first\");\n                                target.trigger( \"click\" );\n            });\n\n        });\n    })( jQuery );\n\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":19,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-334","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Oficinas - ALBALUZ ILUMINACI\u00d3N<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/albaluz.com\/en\/proyectos\/oficinas\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oficinas - ALBALUZ ILUMINACI\u00d3N\" \/>\n<meta property=\"og:url\" content=\"https:\/\/albaluz.com\/en\/proyectos\/oficinas\/\" \/>\n<meta property=\"og:site_name\" content=\"ALBALUZ ILUMINACI\u00d3N\" \/>\n<meta property=\"article:modified_time\" content=\"2020-07-24T14:07:42+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/albaluz.com\\\/proyectos\\\/oficinas\\\/\",\"url\":\"https:\\\/\\\/albaluz.com\\\/proyectos\\\/oficinas\\\/\",\"name\":\"Oficinas - ALBALUZ ILUMINACI\u00d3N\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/albaluz.com\\\/#website\"},\"datePublished\":\"2020-06-26T10:32:05+00:00\",\"dateModified\":\"2020-07-24T14:07:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/albaluz.com\\\/proyectos\\\/oficinas\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/albaluz.com\\\/proyectos\\\/oficinas\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/albaluz.com\\\/proyectos\\\/oficinas\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/albaluz.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Proyectos\",\"item\":\"https:\\\/\\\/albaluz.com\\\/proyectos\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Oficinas\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/albaluz.com\\\/#website\",\"url\":\"https:\\\/\\\/albaluz.com\\\/\",\"name\":\"ALBALUZ ILUMINACI\u00d3N\",\"description\":\"Proyectos de dise\u00f1o exclusivo\",\"publisher\":{\"@id\":\"https:\\\/\\\/albaluz.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/albaluz.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/albaluz.com\\\/#organization\",\"name\":\"ALBALUZ ILUMINACI\u00d3N\",\"url\":\"https:\\\/\\\/albaluz.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/albaluz.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/albaluz.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/albaluz-new-logo.jpg\",\"contentUrl\":\"https:\\\/\\\/albaluz.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/albaluz-new-logo.jpg\",\"width\":977,\"height\":176,\"caption\":\"ALBALUZ ILUMINACI\u00d3N\"},\"image\":{\"@id\":\"https:\\\/\\\/albaluz.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oficinas - ALBALUZ ILUMINACI\u00d3N","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/albaluz.com\/en\/proyectos\/oficinas\/","og_locale":"en_GB","og_type":"article","og_title":"Oficinas - ALBALUZ ILUMINACI\u00d3N","og_url":"https:\/\/albaluz.com\/en\/proyectos\/oficinas\/","og_site_name":"ALBALUZ ILUMINACI\u00d3N","article_modified_time":"2020-07-24T14:07:42+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/albaluz.com\/proyectos\/oficinas\/","url":"https:\/\/albaluz.com\/proyectos\/oficinas\/","name":"Oficinas - ALBALUZ ILUMINACI\u00d3N","isPartOf":{"@id":"https:\/\/albaluz.com\/#website"},"datePublished":"2020-06-26T10:32:05+00:00","dateModified":"2020-07-24T14:07:42+00:00","breadcrumb":{"@id":"https:\/\/albaluz.com\/proyectos\/oficinas\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/albaluz.com\/proyectos\/oficinas\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/albaluz.com\/proyectos\/oficinas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/albaluz.com\/"},{"@type":"ListItem","position":2,"name":"Proyectos","item":"https:\/\/albaluz.com\/proyectos\/"},{"@type":"ListItem","position":3,"name":"Oficinas"}]},{"@type":"WebSite","@id":"https:\/\/albaluz.com\/#website","url":"https:\/\/albaluz.com\/","name":"ALBALUZ ILUMINACI\u00d3N","description":"Proyectos de dise\u00f1o exclusivo","publisher":{"@id":"https:\/\/albaluz.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/albaluz.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/albaluz.com\/#organization","name":"ALBALUZ ILUMINACI\u00d3N","url":"https:\/\/albaluz.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/albaluz.com\/#\/schema\/logo\/image\/","url":"https:\/\/albaluz.com\/wp-content\/uploads\/2020\/06\/albaluz-new-logo.jpg","contentUrl":"https:\/\/albaluz.com\/wp-content\/uploads\/2020\/06\/albaluz-new-logo.jpg","width":977,"height":176,"caption":"ALBALUZ ILUMINACI\u00d3N"},"image":{"@id":"https:\/\/albaluz.com\/#\/schema\/logo\/image\/"}}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/albaluz.com\/en\/wp-json\/wp\/v2\/pages\/334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/albaluz.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/albaluz.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/albaluz.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/albaluz.com\/en\/wp-json\/wp\/v2\/comments?post=334"}],"version-history":[{"count":2,"href":"http:\/\/albaluz.com\/en\/wp-json\/wp\/v2\/pages\/334\/revisions"}],"predecessor-version":[{"id":481,"href":"http:\/\/albaluz.com\/en\/wp-json\/wp\/v2\/pages\/334\/revisions\/481"}],"up":[{"embeddable":true,"href":"http:\/\/albaluz.com\/en\/wp-json\/wp\/v2\/pages\/19"}],"wp:attachment":[{"href":"http:\/\/albaluz.com\/en\/wp-json\/wp\/v2\/media?parent=334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}