{"id":132,"date":"2024-07-14T20:28:19","date_gmt":"2024-07-14T20:28:19","guid":{"rendered":"https:\/\/bairesone.com\/sitioweb\/?page_id=132"},"modified":"2024-07-21T22:47:45","modified_gmt":"2024-07-21T22:47:45","slug":"locales-galpones","status":"publish","type":"page","link":"https:\/\/bairesone.com\/sitioweb\/locales-galpones\/","title":{"rendered":"Locales \/ Galpones"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"132\" class=\"elementor elementor-132\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47b90e46 e-flex e-con-boxed e-con e-parent\" data-id=\"47b90e46\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ca9b5bd e-con-full e-flex e-con e-parent\" data-id=\"6ca9b5bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bbcd13e e-con-full e-flex e-con e-child\" data-id=\"bbcd13e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c7787bd elementor-widget elementor-widget-heading\" data-id=\"2c7787bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">VENTAS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-477de92 elementor-widget elementor-widget-heading\" data-id=\"477de92\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Locales y Galpones<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7505e842 e-con-full e-flex e-con e-parent\" data-id=\"7505e842\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-204cc6ec e-con-full e-flex e-con e-child\" data-id=\"204cc6ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a00e418 elementor-widget elementor-widget-shortcode\" data-id=\"3a00e418\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <style>\n        .galeria {\n            display: grid;\n            grid-template-columns: repeat(5, 1fr);\n            gap: 20px;\n        }\n        .celda {\n            border: 1px solid #ddd;\n            padding: 10px;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n        }\n        .celda .imagen-contenedor {\n            width: 100%;\n            padding-top: 100%; \/* Aspecto 1:1 para im\u00e1genes cuadradas *\/\n            position: relative;\n            overflow: hidden;\n        }\n        .celda img {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            cursor: pointer;\n        }\n        .boton {\n            display: inline-block;\n            padding: 5px 10px;\n            background-color: #007bff;\n            color: white;\n            text-decoration: none;\n            margin-top: 10px;\n        }\n        @media (max-width: 768px) {\n            .galeria {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 10px;\n            }\n            .celda {\n                padding: 5px;\n            }\n            .celda .imagen-contenedor {\n                padding-top: 75%; \/* Reduce la altura de la imagen en m\u00f3viles *\/\n            }\n            .celda h3 {\n                font-size: 14px;\n                margin: 5px 0;\n            }\n            .celda p {\n                font-size: 12px;\n                margin: 2px 0;\n            }\n            .boton {\n                padding: 3px 6px;\n                font-size: 12px;\n            }\n        }\n        .modal {\n            display: none;\n            position: fixed;\n            z-index: 1000;\n            left: 0;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            overflow: auto;\n            background-color: rgba(0,0,0,0.9);\n        }\n        .modal-content {\n            margin: auto;\n            display: block;\n            max-width: 90%;\n            max-height: 90%;\n            object-fit: contain;\n        }\n        .close {\n            position: absolute;\n            top: 15px;\n            right: 35px;\n            color: #f1f1f1;\n            font-size: 40px;\n            font-weight: bold;\n            transition: 0.3s;\n        }\n        .close:hover,\n        .close:focus {\n            color: #bbb;\n            text-decoration: none;\n            cursor: pointer;\n        }\n    <\/style>\n\n    <div class=\"galeria\">\n        No se encontraron propiedades.    <\/div>\n\n    <div id=\"modalImagen\" class=\"modal\">\n        <span class=\"close\" onclick=\"cerrarModal()\">&times;<\/span>\n        <img class=\"modal-content\" id=\"imgModal\">\n    <\/div>\n\n    <script>\n    function abrirModal(src) {\n        var modal = document.getElementById(\"modalImagen\");\n        var modalImg = document.getElementById(\"imgModal\");\n        modal.style.display = \"block\";\n        modalImg.src = src;\n    }\n    \n    function cerrarModal() {\n        var modal = document.getElementById(\"modalImagen\");\n        modal.style.display = \"none\";\n    }\n    <\/script>\n\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>VENTAS Locales y Galpones<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-132","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bairesone.com\/sitioweb\/wp-json\/wp\/v2\/pages\/132"}],"collection":[{"href":"https:\/\/bairesone.com\/sitioweb\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bairesone.com\/sitioweb\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bairesone.com\/sitioweb\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bairesone.com\/sitioweb\/wp-json\/wp\/v2\/comments?post=132"}],"version-history":[{"count":10,"href":"https:\/\/bairesone.com\/sitioweb\/wp-json\/wp\/v2\/pages\/132\/revisions"}],"predecessor-version":[{"id":381,"href":"https:\/\/bairesone.com\/sitioweb\/wp-json\/wp\/v2\/pages\/132\/revisions\/381"}],"wp:attachment":[{"href":"https:\/\/bairesone.com\/sitioweb\/wp-json\/wp\/v2\/media?parent=132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}