{"id":1431,"date":"2025-08-04T17:42:29","date_gmt":"2025-08-04T17:42:29","guid":{"rendered":"https:\/\/displayav.com\/?page_id=1431"},"modified":"2026-05-19T14:33:17","modified_gmt":"2026-05-19T14:33:17","slug":"podcast","status":"publish","type":"page","link":"https:\/\/displayav.com\/en\/estudios\/podcast\/","title":{"rendered":"Estudio de Podcast"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1431\" class=\"elementor elementor-1431\" 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-podcast-slide01-1.jpg\" alt=\"Slide 1\">\r\n      <img decoding=\"async\" class=\"carousel-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide04-1.jpg\" alt=\"Slide 2\">\r\n      <img decoding=\"async\" class=\"carousel-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide03-1.jpg\" alt=\"Slide 3\">\r\n      <img decoding=\"async\" class=\"carousel-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide02-1.jpg\" alt=\"Slide 4\">\r\n      <img decoding=\"async\" class=\"carousel-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2025\/08\/PORTADA-ESTUDIO-PODCAST-CONTROL.jpg\" alt=\"Slide 5\">\r\n    <\/div>\r\n    <div>\r\n      <div class=\"carousel-titles\">\r\n        <button data-index=\"0\" class=\"active\">STREAMING<\/button>\r\n        <button data-index=\"1\">GRABACI\u00d3N<\/button>\r\n        <button data-index=\"2\">PODCAST<\/button>\r\n        <button data-index=\"3\">SETS<\/button>\r\n        <button data-index=\"4\">CONTROL<\/button>\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\">estudio de <BR> <span style=\"font-size:7.2vw\">podcast <\/span><\/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\">ESTUDIO DE PODCAST<\/div><div class=\"elementor-slide-description\">STREAMING<\/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=\"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\">ESTUDIO DE PODCAST<\/div><div class=\"elementor-slide-description\">GRABACI\u00d3N<\/div><\/div><\/div><\/div><div class=\"elementor-repeater-item-3ba8a4e 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\">ESTUDIO DE PODCAST<\/div><div class=\"elementor-slide-description\">PODCAST<\/div><\/div><\/div><\/div><div class=\"elementor-repeater-item-0209ee0 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\">ESTUDIO DE PODCAST<\/div><div class=\"elementor-slide-description\">SETS<\/div><\/div><\/div><\/div><div class=\"elementor-repeater-item-2e2912a 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\">ESTUDIO DE PODCAST<\/div><div class=\"elementor-slide-description\">CONTROL<\/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-7c965cf e-flex e-con-boxed e-con e-parent\" data-id=\"7c965cf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&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-10b5377 e-con-full e-flex e-con e-child\" data-id=\"10b5377\" 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\t24m2 de sala\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-518c887 e-con-full e-flex e-con e-child\" data-id=\"518c887\" 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\tPiso completamente cubierto de alfombra color negro <br><br>\nParedes de color negro con revestimiento tipo ladrillo a la vista<br><br>\nAire acondicionado<br>\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-61d0464 e-con-full e-flex e-con e-child\" data-id=\"61d0464\" 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-92d5193 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"92d5193\" 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\tincluye\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\tC\u00e1maras Sony linea a7<br><br>\nMicr\u00f3fonos Rode PODMIC<br><br>\nSala de control<br><br>\nOperador de Vmix y sonido<br><br>\nSet personalizable\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-1bc4fa7 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"1bc4fa7\" 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-66df83a e-con-full e-flex e-con e-child\" data-id=\"66df83a\" 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-6830c13 elementor-widget elementor-widget-heading\" data-id=\"6830c13\" 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-ec2eb9c elementor-widget elementor-widget-heading\" data-id=\"ec2eb9c\" 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-a75ebf3 e-con-full e-flex e-con e-child\" data-id=\"a75ebf3\" 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-41c316c elementor-button-align-center elementor-widget__width-initial elementor-widget elementor-widget-form\" data-id=\"41c316c\" 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=\"Estudio de Podcast\" aria-label=\"Estudio de Podcast\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"1431\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"41c316c\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Estudio de Podcast - Display\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"1431\"\/>\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-621177c e-flex e-con-boxed e-con e-parent\" data-id=\"621177c\" 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-3d8ef9c elementor-arrows-position-outside elementor-hidden-mobile elementor-widget elementor-widget-image-carousel\" data-id=\"3d8ef9c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carrusel de im\u00e1genes\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide01-1.jpg\" alt=\"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.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide02-1.jpg\" alt=\"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.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide04-2.jpg\" alt=\"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.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2024\/12\/portada-estudios-podcats.jpg\" alt=\"portada-estudios-podcats\" \/><\/figure><\/div>\t\t\t<\/div>\n\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\">\n\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<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\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<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6fcee6 elementor-hidden-desktop elementor-hidden-tablet elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"b6fcee6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carrusel de im\u00e1genes\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide01-1.jpg\" alt=\"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.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide02-1.jpg\" alt=\"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.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide04-2.jpg\" alt=\"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.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/displayav.com\/wp-content\/uploads\/2024\/12\/portada-estudios-podcats.jpg\" alt=\"portada-estudios-podcats\" \/><\/figure><\/div>\t\t\t<\/div>\n\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\">\n\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<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\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<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/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-9934456 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"9934456\" 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-6401534 elementor-skin-slideshow elementor-arrows-yes elementor-widget elementor-widget-media-carousel\" data-id=\"6401534\" 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\/03\/estudio-podcast-slide01-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6401534\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjY4OSwidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzAzXC9lc3R1ZGlvLXBvZGNhc3Qtc2xpZGUwMS0xLmpwZyIsInNsaWRlc2hvdyI6IjY0MDE1MzQifQ%3D%3D\">\t\t<div class=\"elementor-carousel-image\" 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.\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide01-1.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\/03\/estudio-podcast-slide02-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6401534\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjY4OCwidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzAzXC9lc3R1ZGlvLXBvZGNhc3Qtc2xpZGUwMi0xLmpwZyIsInNsaWRlc2hvdyI6IjY0MDE1MzQifQ%3D%3D\">\t\t<div class=\"elementor-carousel-image\" 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.\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide02-1.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\/03\/estudio-podcast-slide04-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6401534\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjY5MCwidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzAzXC9lc3R1ZGlvLXBvZGNhc3Qtc2xpZGUwNC0xLWUxNzc0ODgwMTUzNDM1LmpwZyIsInNsaWRlc2hvdyI6IjY0MDE1MzQifQ%3D%3D\">\t\t<div class=\"elementor-carousel-image\" 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.\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide04-1-e1774880153435.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\/03\/estudio-podcast-slide03-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6401534\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjY5MSwidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzAzXC9lc3R1ZGlvLXBvZGNhc3Qtc2xpZGUwMy0xLmpwZyIsInNsaWRlc2hvdyI6IjY0MDE1MzQifQ%3D%3D\">\t\t<div class=\"elementor-carousel-image\" 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.\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide03-1.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\/2025\/08\/estudiopodcast-04.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6401534\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ0OSwidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA4XC9lc3R1ZGlvcG9kY2FzdC0wNC1zY2FsZWQuanBnIiwic2xpZGVzaG93IjoiNjQwMTUzNCJ9\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopodcast-04\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2025\/08\/estudiopodcast-04-scaled.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\/2025\/08\/estudiopodcast-06-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6401534\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTQ0NSwidXJsIjoiaHR0cHM6XC9cL2Rpc3BsYXlhdi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA4XC9lc3R1ZGlvcG9kY2FzdC0wNi1zY2FsZWQuanBnIiwic2xpZGVzaG93IjoiNjQwMTUzNCJ9\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"estudiopodcast-06\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2025\/08\/estudiopodcast-06-scaled.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=\"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.\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide01-1.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=\"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.\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide02-1.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=\"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.\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide04-1-e1774880153435.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=\"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.\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide03-1.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=\"estudiopodcast-04\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2025\/08\/estudiopodcast-04-scaled.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=\"estudiopodcast-06\" style=\"background-image: url(&#039;https:\/\/displayav.com\/wp-content\/uploads\/2025\/08\/estudiopodcast-06-scaled.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-fe5414c 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=\"fe5414c\" 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-0ec56c2 e-flex e-con-boxed e-con e-child\" data-id=\"0ec56c2\" 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-4f73819 elementor-widget elementor-widget-image\" data-id=\"4f73819\" 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-8dde5cf e-flex e-con-boxed e-con e-child\" data-id=\"8dde5cf\" 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-ae7021b elementor-widget elementor-widget-image\" data-id=\"ae7021b\" 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 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\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-e66d7b2 e-flex e-con-boxed e-con e-child\" data-id=\"e66d7b2\" 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-6ab415c elementor-widget elementor-widget-image\" data-id=\"6ab415c\" 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 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\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-54259a3 e-flex e-con-boxed e-con e-parent\" data-id=\"54259a3\" 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-e43270a elementor-widget elementor-widget-html\" data-id=\"e43270a\" 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\": \"Estudio de podcast \u2013 Display AV\",\r\n  \"url\": \"https:\/\/displayav.com\/estudios\/podcast\/\",\r\n  \"description\": \"Estudio profesional de podcast en Buenos Aires: sala equipada con sonido, iluminaci\u00f3n y control AV para podcasts y entrevistas.\",\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 STREAMING GRABACI\u00d3N PODCAST SETS CONTROL estudio de podcast CONTACTANOS ESTUDIO DE PODCASTSTREAMINGESTUDIO DE PODCASTGRABACI\u00d3NESTUDIO DE PODCASTPODCASTESTUDIO DE PODCASTSETSESTUDIO DE PODCASTCONTROL CARACTER\u00cdSTICAS Medidas 24m2 de sala detalles Piso completamente cubierto de alfombra color negro Paredes de color negro con revestimiento tipo ladrillo a la vista Aire acondicionado incluye C\u00e1maras Sony linea a7 Micr\u00f3fonos [&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-1431","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Estudio de Podcast - Display<\/title>\n<meta name=\"description\" content=\"Estudio profesional de podcast en Buenos Aires: sala equipada con sonido, iluminaci\u00f3n y control AV para podcasts y entrevistas.\" \/>\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\/podcast\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Estudio de Podcast - Display\" \/>\n<meta property=\"og:description\" content=\"Estudio profesional de podcast en Buenos Aires: sala equipada con sonido, iluminaci\u00f3n y control AV para podcasts y entrevistas.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/displayav.com\/en\/estudios\/podcast\/\" \/>\n<meta property=\"og:site_name\" content=\"Display\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-19T14:33:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide01-1.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=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/podcast\\\/\",\"url\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/podcast\\\/\",\"name\":\"Estudio de Podcast - Display\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/displayav.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/podcast\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/podcast\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/displayav.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/estudio-podcast-slide01-1.jpg\",\"datePublished\":\"2025-08-04T17:42:29+00:00\",\"dateModified\":\"2026-05-19T14:33:17+00:00\",\"description\":\"Estudio profesional de podcast en Buenos Aires: sala equipada con sonido, iluminaci\u00f3n y control AV para podcasts y entrevistas.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/podcast\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/displayav.com\\\/estudios\\\/podcast\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/podcast\\\/#primaryimage\",\"url\":\"https:\\\/\\\/displayav.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/estudio-podcast-slide01-1.jpg\",\"contentUrl\":\"https:\\\/\\\/displayav.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/estudio-podcast-slide01-1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/displayav.com\\\/estudios\\\/podcast\\\/#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\":\"Estudio de Podcast\"}]},{\"@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":"Estudio de Podcast - Display","description":"Estudio profesional de podcast en Buenos Aires: sala equipada con sonido, iluminaci\u00f3n y control AV para podcasts y entrevistas.","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\/podcast\/","og_locale":"en_US","og_type":"article","og_title":"Estudio de Podcast - Display","og_description":"Estudio profesional de podcast en Buenos Aires: sala equipada con sonido, iluminaci\u00f3n y control AV para podcasts y entrevistas.","og_url":"https:\/\/displayav.com\/en\/estudios\/podcast\/","og_site_name":"Display","article_modified_time":"2026-05-19T14:33:17+00:00","og_image":[{"url":"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide01-1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/displayav.com\/estudios\/podcast\/","url":"https:\/\/displayav.com\/estudios\/podcast\/","name":"Estudio de Podcast - Display","isPartOf":{"@id":"https:\/\/displayav.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/displayav.com\/estudios\/podcast\/#primaryimage"},"image":{"@id":"https:\/\/displayav.com\/estudios\/podcast\/#primaryimage"},"thumbnailUrl":"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide01-1.jpg","datePublished":"2025-08-04T17:42:29+00:00","dateModified":"2026-05-19T14:33:17+00:00","description":"Estudio profesional de podcast en Buenos Aires: sala equipada con sonido, iluminaci\u00f3n y control AV para podcasts y entrevistas.","breadcrumb":{"@id":"https:\/\/displayav.com\/estudios\/podcast\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/displayav.com\/estudios\/podcast\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/displayav.com\/estudios\/podcast\/#primaryimage","url":"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide01-1.jpg","contentUrl":"https:\/\/displayav.com\/wp-content\/uploads\/2026\/03\/estudio-podcast-slide01-1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/displayav.com\/estudios\/podcast\/#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":"Estudio de Podcast"}]},{"@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\/1431","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=1431"}],"version-history":[{"count":5,"href":"https:\/\/displayav.com\/en\/wp-json\/wp\/v2\/pages\/1431\/revisions"}],"predecessor-version":[{"id":3284,"href":"https:\/\/displayav.com\/en\/wp-json\/wp\/v2\/pages\/1431\/revisions\/3284"}],"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=1431"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}