{"id":2656,"date":"2026-03-03T14:15:37","date_gmt":"2026-03-03T14:15:37","guid":{"rendered":"https:\/\/displayav.com\/?page_id=2656"},"modified":"2026-04-28T17:10:17","modified_gmt":"2026-04-28T17:10:17","slug":"patio","status":"publish","type":"page","link":"https:\/\/displayav.com\/en\/estudios\/patio\/","title":{"rendered":"Patio"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2656\" class=\"elementor elementor-2656\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbde8f1 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"cbde8f1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0fd3455 elementor-widget elementor-widget-html\" data-id=\"0fd3455\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Carrusel Full Width<\/title>\r\n  <style>\r\n    .carousel-container {\r\n      position: relative;\r\n      width: 100%;\r\n      height: 93vh; \/* Contenedor adaptado al alto de la pantalla *\/\r\n      overflow: hidden; \/* Evitar desbordamiento *\/\r\n    }\r\n\r\n    .carousel-inner {\r\n      display: flex;\r\n      position: relative;\r\n      width: 500%; \/* Ancho ajustado din\u00e1micamente seg\u00fan la cantidad de slides *\/\r\n      height: 100%; \/* Asegurar que el contenedor ocupe toda la altura *\/\r\n      transition: transform 0.5s ease-in-out; \/* Transici\u00f3n para el efecto slide *\/\r\n    }\r\n\r\n    .carousel-image {\r\n      width: 100%;\r\n      height: 100%; \/* Altura completa del contenedor *\/\r\n      object-fit: cover; \/* Asegura que la imagen cubra todo sin distorsi\u00f3n *\/\r\n      object-position: center bottom; \/* Centra la imagen y enfoca en la parte inferior *\/\r\n      flex-shrink: 0; \/* Asegura que cada imagen ocupe un slide completo *\/\r\n    }\r\n\r\n    .carousel-titles {\r\n      position: absolute;\r\n      bottom: 2vw;\r\n      right: 4.5%;\r\n      display: flex;\r\n      gap: 2vw;\r\n      z-index: 1;\r\n      border-radius: 8px;\r\n    }\r\n\r\n    .carousel-titles button {\r\n      border: none;\r\n      background: transparent;\r\n      font-size: 18px;\r\n      font-weight: 500;\r\n      color: white;\r\n      cursor: pointer;\r\n      padding: 10px 15px;\r\n      transition: border-color 0.3s ease, color 0.3s ease;\r\n      font-family: \"Jura\", Sans-serif;\r\n    }\r\n\r\n    .carousel-titles button.active {\r\n      border-color: #007bff;\r\n      color: #13FF01;\r\n    }\r\n\r\n    .carousel-titles button:hover {\r\n      color: #13FF01;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"carousel-container\">\r\n    <div class=\"carousel-inner\" id=\"carousel-inner\">\r\n      <img decoding=\"async\" class=\"carousel-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-patio-portada1.jpg\" alt=\"Slide 1\">\r\n      <img decoding=\"async\" class=\"carousel-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/02\/portada-patio-01.jpg\" alt=\"Slide 2\">\r\n      <img decoding=\"async\" class=\"carousel-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2025\/08\/PORTADA-ESTUDIO-PASILLO-VERDE.jpg\" alt=\"Slide 3\">\r\n      <img decoding=\"async\" class=\"carousel-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2025\/08\/PORTADA-ESTUDIO-PASILLO-RECEPCION1.jpg\" alt=\"Slide 4\">\r\n      <img decoding=\"async\" class=\"carousel-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2025\/08\/PORTADA-ESTUDIO-PASILLO-HALL.jpg\" alt=\"Slide 5\">\r\n    <\/div>\r\n    <div>\r\n      <div class=\"carousel-titles\">\r\n        <button data-index=\"0\" class=\"active\">SHOOTING<\/button>\r\n        <button data-index=\"1\">PUBLICIDAD<\/button>\r\n        \r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    jQuery(document).ready(function ($) {\r\n      \/\/ Variables\r\n      const carouselInner = $('#carousel-inner');\r\n      const titleButtons = $('.carousel-titles button');\r\n      const slides = $('.carousel-image');\r\n      const totalSlides = slides.length;\r\n\r\n      \/\/ Ajustar el ancho din\u00e1mico del contenedor\r\n      carouselInner.css('width', `${20 * totalSlides}%`);\r\n\r\n      \/\/ Evento de click en los botones\r\n      titleButtons.on('click', function () {\r\n        \/\/ Obtener el \u00edndice del bot\u00f3n clicado\r\n        const index = $(this).data('index');\r\n\r\n        \/\/ Mover el contenedor al \u00edndice correspondiente\r\n        const offset = -index * 100; \/\/ Calcular la posici\u00f3n en %\r\n        carouselInner.css('transform', `translateX(${offset}%)`);\r\n\r\n        \/\/ Actualizar la clase activa\r\n        titleButtons.removeClass('active');\r\n        $(this).addClass('active');\r\n      });\r\n    });\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ba16cf4 elementor-hidden-tablet elementor-hidden-mobile e-grid e-con-boxed e-con e-parent\" data-id=\"ba16cf4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b05a26e elementor-hidden-mobile elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"b05a26e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">patio<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db606a3 elementor-widget elementor-widget-eael-creative-button\" data-id=\"db606a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-creative-button.default\">\n\t\t\t\t\t        <div class=\"eael-creative-button-wrapper\">\n\n            <a class=\"eael-creative-button eael-creative-button--default eael-cb-icon-position-left\" href=\"https:\/\/displayav.com\/contacto\/\" data-text=\"\">\n            \t    \n                <div class=\"creative-button-inner\">\n\n                                            <span class=\"eael-creative-button-icon-left\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12Z\" stroke=\"#13FF01\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M19 12V6C19 3.79 19 2 15 2H9C5 2 5 3.79 5 6V12\" stroke=\"#13FF01\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>                    \n                    <span class=\"cretive-button-text\">CONTACTANOS<\/span>\n\n                                    <\/div>\n\t                        <\/a>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3229466 elementor-hidden-desktop e-flex e-con-boxed e-con e-parent\" data-id=\"3229466\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bbce57 elementor--h-position-left elementor--v-position-bottom elementor-pagination-position-inside elementor-widget elementor-widget-slides\" data-id=\"3bbce57\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay_speed&quot;:3000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"fadeInUp\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-65eeacf swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg\" role=\"img\" aria-label=\"Somos una productora audiovisual que trabaja de forma integral y flexible ofreciendo un servicio completo y de calidad priorizando cada uno de los deseos de nuestros clientes. Desde contenido para redes hasta transmisiones de shows en vivo, te garantizamos seguridad y confianza sobre un producto innovador, atrapante y profesional.\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><div class=\"elementor-slide-heading\">PATIO<\/div><div class=\"elementor-slide-description\">SHOOTING<\/div><\/div><\/div><\/div><div class=\"elementor-repeater-item-9e1cc46 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg\" role=\"img\" aria-label=\"portada-patio-01\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><div class=\"elementor-slide-heading\">PATIO<\/div><div class=\"elementor-slide-description\">PUBLICIDAD<\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-93aba12 e-flex e-con-boxed e-con e-parent\" data-id=\"93aba12\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c48d4b8 elementor-widget elementor-widget-heading\" data-id=\"c48d4b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CARACTER\u00cdSTICAS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-248ca9b e-flex e-con-boxed e-con e-parent\" data-id=\"248ca9b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f3ba778 e-con-full e-flex e-con e-child\" data-id=\"f3ba778\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf44457 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"cf44457\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M22.4199 16.3228V22.1353C22.4199 26.979 20.4824 28.9165 15.6387 28.9165H9.82617C4.98242 28.9165 3.04492 26.979 3.04492 22.1353V16.3228C3.04492 11.479 4.98242 9.5415 9.82617 9.5415H15.6387C20.4824 9.5415 22.4199 11.479 22.4199 16.3228Z\" stroke=\"#13FF01\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M28.8783 8.05641V12.3189C28.8783 15.871 27.4574 17.2918 23.9053 17.2918H22.4199V16.3231C22.4199 11.4793 20.4824 9.54183 15.6387 9.54183H14.6699V8.05641C14.6699 4.50433 16.0908 3.0835 19.6428 3.0835H23.9053C27.4574 3.0835 28.8783 4.50433 28.8783 8.05641Z\" stroke=\"#13FF01\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tMedidas\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t150m2 en exteriores\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79c6216 e-con-full e-flex e-con e-child\" data-id=\"79c6216\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d3ca56 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"3d3ca56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M4.375 23.7241L7.66873 23.737C8.84415 23.737 9.94208 23.1558 10.5879 22.187L18.8417 9.81292C19.4875 8.84417 20.5854 8.24999 21.7608 8.2629L27.6379 8.28876\" stroke=\"#13FF01\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M25.041 26.3075L27.6243 23.7241\" stroke=\"#13FF01\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M11.9829 11.6344L10.5879 9.69689C9.92916 8.7798 8.86998 8.23731 7.74623 8.25023L4.375 8.26315\" stroke=\"#13FF01\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M17.252 20.3657L18.8278 22.3936C19.4865 23.2461 20.5199 23.7499 21.6049 23.7499L27.637 23.724\" stroke=\"#13FF01\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M27.6243 8.27572L25.041 5.69238\" stroke=\"#13FF01\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tdetalles\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t2 tomas exteriores de 10A<br><br>\nAlargues y zapatillas incluidos<br><br>\nPosibilidad de techado con lonas impearmeables\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-047204d e-con-full e-flex e-con e-child\" data-id=\"047204d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0350f80 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"0350f80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M8.25 16H23.75\" stroke=\"#13FF01\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M16 23.75V8.25\" stroke=\"#13FF01\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tM\u00c1S INFO\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEntrada Individual<br><br>\nBa\u00f1os y sector cocina exclusivos<br><br>\nM\u00e1s del 50% de la superficie decorada con flores y plantas\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e2c57c4 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"e2c57c4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-b93d65b e-con-full e-flex e-con e-child\" data-id=\"b93d65b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0435a89 elementor-widget elementor-widget-heading\" data-id=\"0435a89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\u00bfQUER\u00c9S PONERTE EN <br>CONTACTO CON NOSOTROS?<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4705f80 elementor-widget elementor-widget-heading\" data-id=\"4705f80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">ESCRIBINOS<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1aaf137 e-con-full e-flex e-con e-child\" data-id=\"1aaf137\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d56553f elementor-button-align-center elementor-widget__width-initial elementor-widget elementor-widget-form\" data-id=\"d56553f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Patio\" aria-label=\"Patio\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"2656\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"d56553f\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Patio - Display\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"2656\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Nombre y Apellido\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-telefono elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[telefono]\" id=\"form-field-telefono\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Tel\u00e9fono \/ WhatsApp\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-proyecto elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[proyecto]\" id=\"form-field-proyecto\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Empresa \/ Proyecto\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text\">\n\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_025b72a]\" id=\"form-field-field_025b72a\" class=\"elementor-field elementor-size-sm \" style=\"display:none !important;\">\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required\">\n\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Breve detalle de tu necesidad\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_bdb558b elementor-col-100 recaptcha_v3-bottomleft\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_bdb558b\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6LfK7DsgAAAAAMBuksf-pUCgDL8pTv3r4eFF6tOs\" data-type=\"v3\" data-action=\"Form\" data-badge=\"bottomleft\" data-size=\"invisible\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">ENVIAR<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\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-ee6b020 e-flex e-con-boxed e-con e-parent\" data-id=\"ee6b020\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c8dee2 elementor-skin-slideshow elementor-arrows-yes elementor-widget elementor-widget-media-carousel\" data-id=\"6c8dee2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;slideshow&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-00.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c8dee2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjg1MCwidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA0XC9lc3R1ZGlvcGF0aW8tMDAuanBnIiwic2xpZGVzaG93IjoiNmM4ZGVlMiJ9\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-00\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-00.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-02.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c8dee2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjg1MiwidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA0XC9lc3R1ZGlvcGF0aW8tMDIuanBnIiwic2xpZGVzaG93IjoiNmM4ZGVlMiJ9\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-02\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-02.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-03.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c8dee2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjg1MywidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA0XC9lc3R1ZGlvcGF0aW8tMDMuanBnIiwic2xpZGVzaG93IjoiNmM4ZGVlMiJ9\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-03\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-03.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-04.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c8dee2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjg1NCwidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA0XC9lc3R1ZGlvcGF0aW8tMDQuanBnIiwic2xpZGVzaG93IjoiNmM4ZGVlMiJ9\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-04\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-04.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-05.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c8dee2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjg1NSwidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA0XC9lc3R1ZGlvcGF0aW8tMDUuanBnIiwic2xpZGVzaG93IjoiNmM4ZGVlMiJ9\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-05\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-05.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-06.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c8dee2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjg1NiwidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA0XC9lc3R1ZGlvcGF0aW8tMDYuanBnIiwic2xpZGVzaG93IjoiNmM4ZGVlMiJ9\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-06\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-06.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-main-swiper swiper elementor-thumbnails-swiper swiper\" role=\"region region\" aria-roledescription=\"carousel carousel\" aria-label=\"Slides Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-00\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-00.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-02\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-02.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-03\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-03.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-04\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-04.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-05\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-05.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopatio-06\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/estudiopatio-06.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0528045 e-flex e-con-boxed e-con e-parent\" data-id=\"0528045\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55e7c7f elementor-widget elementor-widget-heading\" data-id=\"55e7c7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">incluye<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec5eb66 e-flex e-con-boxed e-con e-parent\" data-id=\"ec5eb66\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-89a4fd7 e-con-full e-flex e-con e-child\" data-id=\"89a4fd7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3871b56 elementor-flip-box--effect-slide elementor-flip-box--direction-up elementor-widget elementor-widget-flip-box\" data-id=\"3871b56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\tCAMAR\u00cdN\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\t\u2022 Sala de maquillaje<br>\n\u2022 Cambiador<br>\n\u2022 Camar\u00edn privado<br>\n\u2022 Guardarropa\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c7eaaf e-con-full e-flex e-con e-child\" data-id=\"1c7eaaf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4130c7a elementor-flip-box--effect-slide elementor-flip-box--direction-up elementor-widget elementor-widget-flip-box\" data-id=\"4130c7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\tSALA DE ESTAR\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\t\u2022 Espacio de recepci\u00f3n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ffd482d e-con-full e-flex e-con e-child\" data-id=\"ffd482d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1a2243 elementor-flip-box--effect-slide elementor-flip-box--direction-up elementor-widget elementor-widget-flip-box\" data-id=\"c1a2243\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\tCocina\/comedor\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\t\u2022 Heladera\/Microondas\/Pava el\u00e9ctrica.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d3b0f66 e-con-full e-flex e-con e-child\" data-id=\"d3b0f66\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0195e2e elementor-flip-box--effect-slide elementor-flip-box--direction-up elementor-widget elementor-widget-flip-box\" data-id=\"0195e2e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\tSala de reuniones\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\t\u2022 TV<BR>\n\u2022 6 sillas\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc0becd e-flex e-con-boxed e-con e-parent\" data-id=\"cc0becd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06627f6 elementor-widget elementor-widget-heading\" data-id=\"06627f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">OTROS ESTUDIOS<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a255b05 elementor-hidden-desktop elementor-hidden-tablet elementor-pagination-type-bullets elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"a255b05\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;53185fe&quot;},{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;a37a884&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;a4a2c7e&quot;}],&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0dcde44 e-flex e-con-boxed e-con e-child\" data-id=\"0dcde44\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8348ef8 elementor-widget elementor-widget-image\" data-id=\"8348ef8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/estudios\/sotano\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"565\" height=\"694\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-SOTANO-2.png\" class=\"elementor-animation-shrink attachment-large size-large wp-image-2833\" alt=\"\" srcset=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-SOTANO-2.png 565w, https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-SOTANO-2-244x300.png 244w, https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-SOTANO-2-10x12.png 10w\" sizes=\"(max-width: 565px) 100vw, 565px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d5164f3 e-flex e-con-boxed e-con e-child\" data-id=\"d5164f3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e7b3b7 elementor-widget elementor-widget-image\" data-id=\"8e7b3b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/estudios\/podcast\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"565\" height=\"694\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-podcast-02.png\" class=\"elementor-animation-shrink attachment-large size-large wp-image-2860\" alt=\"\" srcset=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-podcast-02.png 565w, https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-podcast-02-244x300.png 244w, https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-podcast-02-10x12.png 10w\" sizes=\"(max-width: 565px) 100vw, 565px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1fc20cb e-flex e-con-boxed e-con e-child\" data-id=\"1fc20cb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34f3233 elementor-widget elementor-widget-image\" data-id=\"34f3233\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/estudios\/pasillo\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"563\" height=\"694\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2025\/08\/otros-estudios-pasillot.png\" class=\"elementor-animation-shrink attachment-large size-large wp-image-1426\" alt=\"\" srcset=\"https:\/\/displayav.com\/wp-content\/uploads\/2025\/08\/otros-estudios-pasillot.png 563w, https:\/\/displayav.com\/wp-content\/uploads\/2025\/08\/otros-estudios-pasillot-243x300.png 243w\" sizes=\"(max-width: 563px) 100vw, 563px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f55b6b elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"4f55b6b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a278d71 e-con-full e-flex e-con e-child\" data-id=\"a278d71\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fc7427 elementor-widget elementor-widget-image\" data-id=\"6fc7427\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/estudios\/sotano\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"565\" height=\"694\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-SOTANO-2.png\" class=\"elementor-animation-shrink attachment-large size-large wp-image-2833\" alt=\"\" srcset=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-SOTANO-2.png 565w, https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-SOTANO-2-244x300.png 244w, https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-SOTANO-2-10x12.png 10w\" sizes=\"(max-width: 565px) 100vw, 565px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0878b7c e-con-full e-flex e-con e-child\" data-id=\"0878b7c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3cf8df9 elementor-widget elementor-widget-image\" data-id=\"3cf8df9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/estudios\/grabacion-fotografia\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"565\" height=\"694\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-grabacion-02.png\" class=\"elementor-animation-shrink attachment-large size-large wp-image-2873\" alt=\"\" srcset=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-grabacion-02.png 565w, https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-grabacion-02-244x300.png 244w, https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-grabacion-02-10x12.png 10w\" sizes=\"(max-width: 565px) 100vw, 565px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22f1191 e-con-full e-flex e-con e-child\" data-id=\"22f1191\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e1c6a1 elementor-widget elementor-widget-image\" data-id=\"4e1c6a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/displayav.com\/estudios\/podcast\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"565\" height=\"694\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-podcast-02.png\" class=\"elementor-animation-shrink attachment-large size-large wp-image-2860\" alt=\"\" srcset=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-podcast-02.png 565w, https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-podcast-02-244x300.png 244w, https:\/\/displayav.com\/wp-content\/uploads\/2026\/04\/otros-estudios-podcast-02-10x12.png 10w\" sizes=\"(max-width: 565px) 100vw, 565px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b9543e6 e-flex e-con-boxed e-con e-parent\" data-id=\"b9543e6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-109e395 elementor-widget elementor-widget-html\" data-id=\"109e395\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"LocalBusiness\",\r\n  \"name\": \"Pasillo RGB \u2013 Display AV\",\r\n  \"url\": \"https:\/\/displayav.com\/estudios\/pasillo\/\",\r\n  \"description\": \"Pasillo RGB en Buenos Aires: pasillo creativo con luces LED RGB, alfombra y camar\u00edn privado dentro de un espacio audiovisual profesional.\",\r\n  \"logo\": \"https:\/\/displayav.com\/wp-content\/uploads\/2024\/11\/display-logo.png\",\r\n  \"contactPoint\": {\r\n    \"@type\": \"ContactPoint\",\r\n    \"telephone\": \"+54 9 11 6374\u20119938\",\r\n    \"email\": \"studios@displayav.com\",\r\n    \"contactType\": \"customer service\",\r\n    \"areaServed\": \"AR\"\r\n  },\r\n  \"address\": {\r\n    \"@type\": \"PostalAddress\",\r\n    \"streetAddress\": \"Humberto Primo 545\",\r\n    \"addressLocality\": \"San Telmo, Ciudad Aut\u00f3noma de Buenos Aires\",\r\n    \"addressCountry\": \"AR\"\r\n  },\r\n  \"geo\": {\r\n    \"@type\": \"GeoCoordinates\",\r\n    \"latitude\": -34.6206759,\r\n    \"longitude\": -58.3736634\r\n  },\r\n  \"openingHours\": \"Mo\u2013Su 00:00\u201124:00\",\r\n  \"aggregateRating\": {\r\n    \"@type\": \"AggregateRating\",\r\n    \"ratingValue\": \"4.7\",\r\n    \"reviewCount\": \"35\"\r\n  },\r\n  \"sameAs\": [\r\n    \"https:\/\/www.instagram.com\/display.studios\/\",\r\n    \"https:\/\/linktr.ee\/display.av\",\r\n    \"https:\/\/www.linkedin.com\/company\/display-av\"\r\n  ]\r\n}\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\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>Carrusel Full Width SHOOTING PUBLICIDAD patio CONTACTANOS PATIOSHOOTINGPATIOPUBLICIDAD CARACTER\u00cdSTICAS Medidas 150m2 en exteriores detalles 2 tomas exteriores de 10A Alargues y zapatillas incluidos Posibilidad de techado con lonas impearmeables M\u00c1S INFO Entrada Individual Ba\u00f1os y sector cocina exclusivos M\u00e1s del 50% de la superficie decorada con flores y plantas \u00bfQUER\u00c9S PONERTE EN CONTACTO CON NOSOTROS? [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":293,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2656","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Patio - Display<\/title>\n<meta name=\"description\" content=\"Pasillo RGB en Buenos Aires: pasillo creativo con luces LED RGB, alfombra y camar\u00edn privado dentro de un espacio audiovisual profesional.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/displayav.com\/en\/estudios\/patio\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Patio - Display\" \/>\n<meta property=\"og:description\" content=\"Pasillo RGB en Buenos Aires: pasillo creativo con luces LED RGB, alfombra y camar\u00edn privado dentro de un espacio audiovisual profesional.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/displayav.com\/en\/estudios\/patio\/\" \/>\n<meta property=\"og:site_name\" content=\"Display\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-28T17:10:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-patio-portada1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/patio\\\/\",\"url\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/patio\\\/\",\"name\":\"Patio - Display\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/displayav.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/patio\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/patio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/displayav.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/estudio-patio-portada1.jpg\",\"datePublished\":\"2026-03-03T14:15:37+00:00\",\"dateModified\":\"2026-04-28T17:10:17+00:00\",\"description\":\"Pasillo RGB en Buenos Aires: pasillo creativo con luces LED RGB, alfombra y camar\u00edn privado dentro de un espacio audiovisual profesional.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/patio\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/displayav.com\\\/estudios\\\/patio\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/patio\\\/#primaryimage\",\"url\":\"https:\\\/\\\/displayav.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/estudio-patio-portada1.jpg\",\"contentUrl\":\"https:\\\/\\\/displayav.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/estudio-patio-portada1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/patio\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/displayav.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Estudios\",\"item\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Patio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/displayav.com\\\/#website\",\"url\":\"https:\\\/\\\/displayav.com\\\/\",\"name\":\"Display\",\"description\":\"Productora Audivisual\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/displayav.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Patio - Display","description":"Pasillo RGB en Buenos Aires: pasillo creativo con luces LED RGB, alfombra y camar\u00edn privado dentro de un espacio audiovisual profesional.","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:\/\/displayav.com\/en\/estudios\/patio\/","og_locale":"en_US","og_type":"article","og_title":"Patio - Display","og_description":"Pasillo RGB en Buenos Aires: pasillo creativo con luces LED RGB, alfombra y camar\u00edn privado dentro de un espacio audiovisual profesional.","og_url":"https:\/\/displayav.com\/en\/estudios\/patio\/","og_site_name":"Display","article_modified_time":"2026-04-28T17:10:17+00:00","og_image":[{"url":"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-patio-portada1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/displayav.com\/estudios\/patio\/","url":"https:\/\/displayav.com\/estudios\/patio\/","name":"Patio - Display","isPartOf":{"@id":"https:\/\/displayav.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/displayav.com\/estudios\/patio\/#primaryimage"},"image":{"@id":"https:\/\/displayav.com\/estudios\/patio\/#primaryimage"},"thumbnailUrl":"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-patio-portada1.jpg","datePublished":"2026-03-03T14:15:37+00:00","dateModified":"2026-04-28T17:10:17+00:00","description":"Pasillo RGB en Buenos Aires: pasillo creativo con luces LED RGB, alfombra y camar\u00edn privado dentro de un espacio audiovisual profesional.","breadcrumb":{"@id":"https:\/\/displayav.com\/estudios\/patio\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/displayav.com\/estudios\/patio\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/displayav.com\/estudios\/patio\/#primaryimage","url":"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-patio-portada1.jpg","contentUrl":"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-patio-portada1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/displayav.com\/estudios\/patio\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/displayav.com\/"},{"@type":"ListItem","position":2,"name":"Estudios","item":"https:\/\/displayav.com\/estudios\/"},{"@type":"ListItem","position":3,"name":"Patio"}]},{"@type":"WebSite","@id":"https:\/\/displayav.com\/#website","url":"https:\/\/displayav.com\/","name":"Display","description":"Productora Audivisual","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/displayav.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/displayav.com\/en\/wp-json\/wp\/v2\/pages\/2656","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/displayav.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/displayav.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/displayav.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/displayav.com\/en\/wp-json\/wp\/v2\/comments?post=2656"}],"version-history":[{"count":5,"href":"https:\/\/displayav.com\/en\/wp-json\/wp\/v2\/pages\/2656\/revisions"}],"predecessor-version":[{"id":3115,"href":"https:\/\/displayav.com\/en\/wp-json\/wp\/v2\/pages\/2656\/revisions\/3115"}],"up":[{"embeddable":true,"href":"https:\/\/displayav.com\/en\/wp-json\/wp\/v2\/pages\/293"}],"wp:attachment":[{"href":"https:\/\/displayav.com\/en\/wp-json\/wp\/v2\/media?parent=2656"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}