{"id":24,"date":"2026-01-09T17:35:45","date_gmt":"2026-01-09T17:35:45","guid":{"rendered":"https:\/\/artesanto.hostiw2.com\/n\/?page_id=24"},"modified":"2026-02-24T09:44:41","modified_gmt":"2026-02-24T09:44:41","slug":"modelos","status":"publish","type":"page","link":"https:\/\/artesanto.hostiw2.com\/n\/modelos\/","title":{"rendered":"Modelos"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>ESPACIOS CON IDENTIDAD<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_divider_0 et_pb_divider et_pb_space et_pb_divider_position_center et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1>MODELOS<\/h1>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_1 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_0 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/01\/Imagen-Modelos.png\" title=\"Imagen-Modelos\" width=\"458\" height=\"546\" srcset=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/01\/Imagen-Modelos.png 458w, https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/01\/Imagen-Modelos-252x300.png 252w\" sizes=\"(max-width: 458px) 100vw, 458px\" class=\"wp-image-27396765\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>DISE\u00d1O CON<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1>SENTIDO<\/h1>\n<\/div><\/div>\n\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\" data-et-mv-hidden-tablet=\"true\" data-et-mv-hidden-phone=\"true\"><h4>Cada decisi\u00f3n de dise\u00f1o responde a una intenci\u00f3n clara: crear espacios honestos y bien pensados.<\/h4>\n<p>&nbsp;<\/p>\n<h4>Materiales c\u00e1lidos, texturas locales y una cuidada relaci\u00f3n entre interior y exterior definen modelos que privilegian la luz, las vistas y la vida al aire libre.<\/h4>\n<p>&nbsp;<\/p>\n<h4>Arquitectura que se siente, no solo se observa.<\/h4>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_3 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><script>\nwindow.addEventListener(\"load\", function() {\n\n  const botones = document.querySelectorAll(\".btn-seccion[class*='btn-modulo-']\");\n  const defaultSec = document.querySelector(\".seccion-modulo-default\");\n  const secciones = document.querySelectorAll(\".seccion-modulo\");\n\n  if (!botones.length) return;\n\n  \/\/ Estado inicial: ocultar todas usando clase\n  secciones.forEach(sec => sec.classList.add(\"oculto\"));\n  if (defaultSec) defaultSec.classList.remove(\"oculto\");\n\n  botones.forEach(b => b.classList.remove(\"activo\"));\n  botones[0].classList.add(\"activo\");\n\n  botones.forEach(function(boton){\n\n    const enlace = boton.querySelector(\"a\");\n\n    function activar() {\n\n      \/\/ Detectar n\u00famero\n      const clase = Array.from(boton.classList)\n        .find(c => c.startsWith(\"btn-modulo-\"));\n\n      if (!clase) return;\n\n      const numero = clase.replace(\"btn-modulo-\", \"\");\n\n      \/\/ Ocultar todo\n      if (defaultSec) defaultSec.classList.add(\"oculto\");\n      secciones.forEach(sec => sec.classList.add(\"oculto\"));\n\n      \/\/ Mostrar secci\u00f3n correcta\n      const activa = document.querySelector(\".sec-modulo-\" + numero);\n      if (activa) activa.classList.remove(\"oculto\");\n\n      \/\/ Activar bot\u00f3n\n      botones.forEach(b => b.classList.remove(\"activo\"));\n      boton.classList.add(\"activo\");\n    }\n\n    \/\/ Bloquear href #\n    if (enlace) {\n      enlace.addEventListener(\"click\", function(e){\n        e.preventDefault();\n        activar();\n      });\n    }\n\n    boton.addEventListener(\"click\", function(e){\n      e.preventDefault();\n      activar();\n    });\n\n  });\n\n});\n<\/script>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_3 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_4 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1>Cl\u00e1sicas<\/h1>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_5 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_3_5 et_flex_column_3_5_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_button_grid_0 dipi_button_grid et_pb_module\"><div class=\"dipi-button-grid-container\">\n        \n<div class=\"dipi_button_grid_child_0 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-modulo-1\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Cuevas<\/a><\/div>\n\n<div class=\"dipi_button_grid_child_1 dipi_button_grid_child dipi-pt-item--Text et_pb_module\"><div class=\"dipi-text-grid dipi-text-wrap\">\/<\/div><\/div>\n\n<div class=\"dipi_button_grid_child_2 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-modulo-2\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Orozco<\/a><\/div>\n\n<div class=\"dipi_button_grid_child_3 dipi_button_grid_child dipi-pt-item--Text et_pb_module\"><div class=\"dipi-text-grid dipi-text-wrap\">\/<\/div><\/div>\n\n<div class=\"dipi_button_grid_child_4 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-modulo-3\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Siqueiros<\/a><\/div>\n\n<div class=\"dipi_button_grid_child_5 dipi_button_grid_child dipi-pt-item--Text et_pb_module\"><div class=\"dipi-text-grid dipi-text-wrap\">\/<\/div><\/div>\n\n<div class=\"dipi_button_grid_child_6 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-modulo-4\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Tamayo<\/a><\/div>\n\n<div class=\"dipi_button_grid_child_7 dipi_button_grid_child dipi-pt-item--Text et_pb_module\"><div class=\"dipi-text-grid dipi-text-wrap\">\/<\/div><\/div>\n\n<div class=\"dipi_button_grid_child_8 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-modulo-5\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Velasco<\/a><\/div>\n\n      <\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_4 et_pb_row et_flex_row seccion-modulo-default sec-modulo-1\">\n<div class=\"et_pb_column_6 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_0 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"0\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_0 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/1.-Cuevas.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/1.-Cuevas.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_1 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/1.-Cuevas_PTipo.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/1.-Cuevas_PTipo.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_2 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/1.-Cuevas_PRoof.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/1.-Cuevas_PRoof.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn0  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp0  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp0 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_7 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_5 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_8 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Cuevas<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_9 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>146m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_6 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_10 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_11 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_7 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_12 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_13 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_8 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_14 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_15 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_14 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_9 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_16 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_15 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_17 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_16 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2 - 3<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_1 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_10 et_pb_row et_flex_row seccion-modulo sec-modulo-2\">\n<div class=\"et_pb_column_18 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_1 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"1\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_3 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/2.-Orozco.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/2.-Orozco.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_4 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/2.-Orozco_PRoof.jpeg\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/2.-Orozco_PRoof.jpeg\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_5 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/2.-Orozco_PTipo.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/2.-Orozco_PTipo.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn1  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp1  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp1 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_19 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_11 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_20 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_17 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Orozco<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_21 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_18 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_19 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>146m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_12 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_22 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_20 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_23 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_21 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_13 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_24 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_22 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_25 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_23 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_14 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_26 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_24 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_27 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_25 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_15 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_28 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_26 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_29 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_27 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2 - 3<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_2 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_16 et_pb_row et_flex_row seccion-modulo sec-modulo-3\">\n<div class=\"et_pb_column_30 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_2 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"2\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_6 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/3.-Siqueiros.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/3.-Siqueiros.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_7 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/3.-Siqueiros_PRoof.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/3.-Siqueiros_PRoof.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_8 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/3.-Siqueiros_RTipo.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/3.-Siqueiros_RTipo.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn2  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp2  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp2 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_31 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_17 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_32 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_28 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Siqueiros<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_33 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_29 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_30 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>146m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_18 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_34 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_31 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_35 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_32 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_19 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_36 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_33 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_37 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_34 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_20 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_38 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_35 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_39 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_36 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_21 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_40 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_37 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_41 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_38 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2 - 3<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_3 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_22 et_pb_row et_flex_row seccion-modulo sec-modulo-4\">\n<div class=\"et_pb_column_42 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_3 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"3\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_9 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/4.-Tamayo.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/4.-Tamayo.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_10 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/4.-Tamayo_PRoof.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/4.-Tamayo_PRoof.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_11 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/4.-Tamayo_RTipo.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/4.-Tamayo_RTipo.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn3  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp3  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp3 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_43 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_23 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_44 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_39 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Tamayo<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_45 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_40 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_41 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>146m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_24 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_46 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_42 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_47 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_43 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_25 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_48 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_44 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_49 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_45 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_26 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_50 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_46 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_51 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_47 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_27 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_52 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_48 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_53 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_49 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2 - 3<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_4 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_28 et_pb_row et_flex_row seccion-modulo sec-modulo-5\">\n<div class=\"et_pb_column_54 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_4 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"4\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_12 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/5.-Velasco.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/5.-Velasco.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_13 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/5.-Velasco_PRoof.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/5.-Velasco_PRoof.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_14 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/5.-Velasco_PTipo.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/5.-Velasco_PTipo.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn4  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp4  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp4 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_55 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_29 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_56 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_50 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Velasco<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_57 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_51 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_52 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>146m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_30 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_58 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_53 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_59 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_54 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_31 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_60 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_55 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_61 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_56 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_32 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_62 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_57 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_63 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_58 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_33 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_64 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_59 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_65 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_60 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2 - 3<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_5 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_34 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_66 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><script>\nwindow.addEventListener(\"load\", function() {\n\n  const botones = document.querySelectorAll(\".btn-seccion[class*='btn-patio-']\");\n  const defaultSec = document.querySelector(\".seccion-patio-default\");\n  const secciones = document.querySelectorAll(\".seccion-patio\");\n\n  if (!botones.length) return;\n\n  \/\/ Estado inicial: ocultar todas usando clase\n  secciones.forEach(sec => sec.classList.add(\"oculto\"));\n  if (defaultSec) defaultSec.classList.remove(\"oculto\");\n\n  botones.forEach(b => b.classList.remove(\"activo\"));\n  botones[0].classList.add(\"activo\");\n\n  botones.forEach(function(boton){\n\n    const enlace = boton.querySelector(\"a\");\n\n    function activar() {\n\n      \/\/ Detectar n\u00famero\n      const clase = Array.from(boton.classList)\n        .find(c => c.startsWith(\"btn-patio-\"));\n\n      if (!clase) return;\n\n      const numero = clase.replace(\"btn-patio-\", \"\");\n\n      \/\/ Ocultar todo\n      if (defaultSec) defaultSec.classList.add(\"oculto\");\n      secciones.forEach(sec => sec.classList.add(\"oculto\"));\n\n      \/\/ Mostrar secci\u00f3n correcta\n      const activa = document.querySelector(\".sec-patio-\" + numero);\n      if (activa) activa.classList.remove(\"oculto\");\n\n      \/\/ Activar bot\u00f3n\n      botones.forEach(b => b.classList.remove(\"activo\"));\n      boton.classList.add(\"activo\");\n    }\n\n    \/\/ Bloquear href #\n    if (enlace) {\n      enlace.addEventListener(\"click\", function(e){\n        e.preventDefault();\n        activar();\n      });\n    }\n\n    boton.addEventListener(\"click\", function(e){\n      e.preventDefault();\n      activar();\n    });\n\n  });\n\n});\n<\/script>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_35 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_67 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_61 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1>Patio<\/h1>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_68 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_3_5 et_flex_column_3_5_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_button_grid_1 dipi_button_grid et_pb_module\"><div class=\"dipi-button-grid-container\">\n        \n<div class=\"dipi_button_grid_child_9 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-patio-1\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">San Antonio<\/a><\/div>\n\n<div class=\"dipi_button_grid_child_10 dipi_button_grid_child dipi-pt-item--Text et_pb_module\"><div class=\"dipi-text-grid dipi-text-wrap\">\/<\/div><\/div>\n\n<div class=\"dipi_button_grid_child_11 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-patio-2\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">San Miguel<\/a><\/div>\n\n      <\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_36 et_pb_row et_flex_row seccion-patio-default sec-patio-1\">\n<div class=\"et_pb_column_69 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_5 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"5\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_15 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/6.-San-Antonio.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/6.-San-Antonio.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_16 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/6.-SnAntonio_Palta.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/6.-SnAntonio_Palta.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_17 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/6.-SnAntonio_Pbaja.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/6.-SnAntonio_Pbaja.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_18 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/6.-SnAntonio_PRoof.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/6.-SnAntonio_PRoof.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn5  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp5  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp5 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_70 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_37 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_71 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_3_5_phone\">\n<div class=\"et_pb_text_62 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>San Antonio<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_72 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_2_5_phone\">\n<div class=\"et_pb_text_63 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_64 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>197m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_38 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_73 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_65 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_74 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_66 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>3<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_39 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_75 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_67 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_76 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_68 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2.5<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_40 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_77 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_69 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_78 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_70 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_41 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_79 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_71 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_80 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_72 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2\u00a0<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_6 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_42 et_pb_row et_flex_row seccion-patio sec-patio-2\">\n<div class=\"et_pb_column_81 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_6 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"6\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_19 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/7.-San-Miguel.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/7.-San-Miguel.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_20 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/7.-SnMiguel_Palta.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/7.-SnMiguel_Palta.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_21 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/7.-SnMiguel_Pbaja.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/7.-SnMiguel_Pbaja.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_22 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/7.-SnMiguel_PRoof.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/7.-SnMiguel_PRoof.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn6  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp6  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp6 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_82 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_43 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_83 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_73 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>San Miguel<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_84 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_74 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_75 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>197m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_44 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_85 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_76 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_86 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_77 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>3<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_45 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_87 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_78 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_88 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_79 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2.5<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_46 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_89 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_80 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_90 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_81 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_47 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_91 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_82 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_92 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_83 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2\u00a0<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_7 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_6 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_48 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_93 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><script>\nwindow.addEventListener(\"load\", function() {\n\n  const botones = document.querySelectorAll(\".btn-seccion[class*='btn-individual-']\");\n  const defaultSec = document.querySelector(\".seccion-individual-default\");\n  const secciones = document.querySelectorAll(\".seccion-individual\");\n\n  if (!botones.length) return;\n\n  \/\/ Estado inicial: ocultar todas usando clase\n  secciones.forEach(sec => sec.classList.add(\"oculto\"));\n  if (defaultSec) defaultSec.classList.remove(\"oculto\");\n\n  botones.forEach(b => b.classList.remove(\"activo\"));\n  botones[0].classList.add(\"activo\");\n\n  botones.forEach(function(boton){\n\n    const enlace = boton.querySelector(\"a\");\n\n    function activar() {\n\n      \/\/ Detectar n\u00famero\n      const clase = Array.from(boton.classList)\n        .find(c => c.startsWith(\"btn-individual-\"));\n\n      if (!clase) return;\n\n      const numero = clase.replace(\"btn-individual-\", \"\");\n\n      \/\/ Ocultar todo\n      if (defaultSec) defaultSec.classList.add(\"oculto\");\n      secciones.forEach(sec => sec.classList.add(\"oculto\"));\n\n      \/\/ Mostrar secci\u00f3n correcta\n      const activa = document.querySelector(\".sec-individual-\" + numero);\n      if (activa) activa.classList.remove(\"oculto\");\n\n      \/\/ Activar bot\u00f3n\n      botones.forEach(b => b.classList.remove(\"activo\"));\n      boton.classList.add(\"activo\");\n    }\n\n    \/\/ Bloquear href #\n    if (enlace) {\n      enlace.addEventListener(\"click\", function(e){\n        e.preventDefault();\n        activar();\n      });\n    }\n\n    boton.addEventListener(\"click\", function(e){\n      e.preventDefault();\n      activar();\n    });\n\n  });\n\n});\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_7 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_49 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_94 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_84 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1>Individuales<\/h1>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_95 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_3_5_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_button_grid_2 dipi_button_grid et_pb_module\"><div class=\"dipi-button-grid-container\">\n        \n<div class=\"dipi_button_grid_child_12 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-individual-1\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Acacia<\/a><\/div>\n\n<div class=\"dipi_button_grid_child_13 dipi_button_grid_child dipi-pt-item--Text et_pb_module\"><div class=\"dipi-text-grid dipi-text-wrap\">\/<\/div><\/div>\n\n<div class=\"dipi_button_grid_child_14 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-individual-2\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Cipr\u00e9s<\/a><\/div>\n\n<div class=\"dipi_button_grid_child_15 dipi_button_grid_child dipi-pt-item--Text et_pb_module\"><div class=\"dipi-text-grid dipi-text-wrap\">\/<\/div><\/div>\n\n<div class=\"dipi_button_grid_child_16 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-individual-3\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Encino<\/a><\/div>\n\n<div class=\"dipi_button_grid_child_17 dipi_button_grid_child dipi-pt-item--Text et_pb_module\"><div class=\"dipi-text-grid dipi-text-wrap\">\/<\/div><\/div>\n\n<div class=\"dipi_button_grid_child_18 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-individual-4\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Olivo<\/a><\/div>\n\n<div class=\"dipi_button_grid_child_19 dipi_button_grid_child dipi-pt-item--Text et_pb_module\"><div class=\"dipi-text-grid dipi-text-wrap\">\/<\/div><\/div>\n\n<div class=\"dipi_button_grid_child_20 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-individual-5\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Pirul<\/a><\/div>\n\n<div class=\"dipi_button_grid_child_21 dipi_button_grid_child dipi-pt-item--Text et_pb_module\"><div class=\"dipi-text-grid dipi-text-wrap\">\/<\/div><\/div>\n\n<div class=\"dipi_button_grid_child_22 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-individual-6\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Roble<\/a><\/div>\n\n      <\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_50 et_pb_row et_flex_row seccion-individual-default sec-individual-1\">\n<div class=\"et_pb_column_96 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_7 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"7\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_23 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9.-Acacia_Cipres.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9.-Acacia_Cipres.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_24 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8.-Acacia_Rooftop.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8.-Acacia_Rooftop.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_25 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9-AcaciaCipress_PA.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9-AcaciaCipress_PA.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_26 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9-AcaciaCipress_PB.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9-AcaciaCipress_PB.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn7  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp7  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp7 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_97 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_51 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_98 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_85 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Acacia<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_99 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_86 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_87 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>201m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_52 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_100 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_88 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_101 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_89 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>4*<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_53 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_102 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_90 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_103 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_91 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2.5<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_54 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_104 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_92 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_105 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_93 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_55 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_106 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_94 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_107 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_95 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_8 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_text_96 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>(*1 Rec\u00e1mara en Planta Baja)<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_56 et_pb_row et_flex_row seccion-individual sec-individual-2\">\n<div class=\"et_pb_column_108 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_8 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"8\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_27 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9.-Acacia_Cipres.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9.-Acacia_Cipres.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_28 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/9.-Cipress_Rooftop.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/9.-Cipress_Rooftop.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_29 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9-AcaciaCipress_PA.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9-AcaciaCipress_PA.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_30 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9-AcaciaCipress_PB.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/8-9-AcaciaCipress_PB.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn8  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp8  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp8 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_109 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_57 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_110 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_97 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Cipr\u00e9s<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_111 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_98 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_99 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>201m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_58 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_112 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_100 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_113 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_101 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_59 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_114 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_102 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_115 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_103 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2.5<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_60 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_116 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_104 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_117 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_105 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_61 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_118 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_106 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_119 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_107 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_9 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_62 et_pb_row et_flex_row seccion-individual sec-individual-3\">\n<div class=\"et_pb_column_120 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_9 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"9\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_31 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10-13.-Encino_Olivo_Pirul_Roble.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10-13.-Encino_Olivo_Pirul_Roble.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_32 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10.-Encino_PAlta.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10.-Encino_PAlta.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_33 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10.-Encino_PBaja.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10.-Encino_PBaja.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_34 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10.-Encino_PRoof.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10.-Encino_PRoof.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn9  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp9  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp9 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_121 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_63 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_122 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_108 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Encino<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_123 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_109 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_110 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>201m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_64 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_124 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_111 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_125 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_112 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2*<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_65 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_126 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_113 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_127 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_114 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2.5<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_66 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_128 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_115 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_129 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_116 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_67 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_130 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_117 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_131 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_118 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_10 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_text_119 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>(*1 Rec\u00e1mara en Planta Baja)<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_68 et_pb_row et_flex_row seccion-individual sec-individual-4\">\n<div class=\"et_pb_column_132 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_10 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"10\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_35 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10-13.-Encino_Olivo_Pirul_Roble.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10-13.-Encino_Olivo_Pirul_Roble.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_36 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/11.-Olivo_PAlta.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/11.-Olivo_PAlta.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_37 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/11.-Olivo_PBaja.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/11.-Olivo_PBaja.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn10  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp10  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp10 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_133 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_69 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_134 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_120 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Olivo<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_135 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_121 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_122 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>201m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_70 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_136 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_123 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_137 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_124 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2*<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_71 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_138 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_125 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_139 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_126 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2.5<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_72 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_140 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_127 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_141 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_128 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_73 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_142 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_129 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_143 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_130 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_11 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_text_131 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>(*2 Rec\u00e1mara en Planta Baja)<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_74 et_pb_row et_flex_row seccion-individual sec-individual-5\">\n<div class=\"et_pb_column_144 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_11 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"11\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_38 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10-13.-Encino_Olivo_Pirul_Roble.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10-13.-Encino_Olivo_Pirul_Roble.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_39 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/12.-Pirul_PAlta.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/12.-Pirul_PAlta.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_40 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/12.-Pirul_PBaja.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/12.-Pirul_PBaja.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_41 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/12.-Pirul_PRoof.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/12.-Pirul_PRoof.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn11  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp11  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp11 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_145 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_75 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_146 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_132 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Pirul<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_147 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_133 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_134 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>201m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_76 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_148 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_135 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_149 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_136 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2*<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_77 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_150 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_137 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_151 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_138 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2.5<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_78 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_152 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_139 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_153 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_140 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_79 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_154 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_141 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_155 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_142 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_12 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_text_143 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>(*1 Rec\u00e1mara en Planta Baja)<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_80 et_pb_row et_flex_row seccion-individual sec-individual-6\">\n<div class=\"et_pb_column_156 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_12 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"12\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_42 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10-13.-Encino_Olivo_Pirul_Roble.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/10-13.-Encino_Olivo_Pirul_Roble.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_43 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/13.-Roble_PAlta.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/13.-Roble_PAlta.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_44 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/13.-Roble_PBaja.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/13.-Roble_PBaja.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_45 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/13.-Roble_PRoof.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/13.-Roble_PRoof.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn12  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp12  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp12 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_157 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_81 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_158 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_144 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Roble<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_159 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_145 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_146 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>201m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_82 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_160 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_147 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_161 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_148 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2*<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_83 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_162 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_149 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_163 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_150 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2.5<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_84 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_164 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_151 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_165 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_152 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_85 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_166 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_153 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_167 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_154 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_13 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_text_155 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>(*2 Rec\u00e1mara en Planta Baja)<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_8 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_86 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_168 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_3 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><script>\nwindow.addEventListener(\"load\", function() {\n\n  const botones = document.querySelectorAll(\".btn-seccion[class*='btn-departamento-']\");\n  const defaultSec = document.querySelector(\".seccion-departamento-default\");\n  const secciones = document.querySelectorAll(\".seccion-departamento\");\n\n  if (!botones.length) return;\n\n  \/\/ Estado inicial: ocultar todas usando clase\n  secciones.forEach(sec => sec.classList.add(\"oculto\"));\n  if (defaultSec) defaultSec.classList.remove(\"oculto\");\n\n  botones.forEach(b => b.classList.remove(\"activo\"));\n  botones[0].classList.add(\"activo\");\n\n  botones.forEach(function(boton){\n\n    const enlace = boton.querySelector(\"a\");\n\n    function activar() {\n\n      \/\/ Detectar n\u00famero\n      const clase = Array.from(boton.classList)\n        .find(c => c.startsWith(\"btn-departamento-\"));\n\n      if (!clase) return;\n\n      const numero = clase.replace(\"btn-departamento-\", \"\");\n\n      \/\/ Ocultar todo\n      if (defaultSec) defaultSec.classList.add(\"oculto\");\n      secciones.forEach(sec => sec.classList.add(\"oculto\"));\n\n      \/\/ Mostrar secci\u00f3n correcta\n      const activa = document.querySelector(\".sec-departamento-\" + numero);\n      if (activa) activa.classList.remove(\"oculto\");\n\n      \/\/ Activar bot\u00f3n\n      botones.forEach(b => b.classList.remove(\"activo\"));\n      boton.classList.add(\"activo\");\n    }\n\n    \/\/ Bloquear href #\n    if (enlace) {\n      enlace.addEventListener(\"click\", function(e){\n        e.preventDefault();\n        activar();\n      });\n    }\n\n    boton.addEventListener(\"click\", function(e){\n      e.preventDefault();\n      activar();\n    });\n\n  });\n\n});\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_9 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_87 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_169 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_3_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_156 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1>Golf<\/h1>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_170 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_2_5_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_button_grid_3 dipi_button_grid et_pb_module\"><div class=\"dipi-button-grid-container\">\n        \n<div class=\"dipi_button_grid_child_23 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-departamento-1\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Diego<\/a><\/div>\n\n<div class=\"dipi_button_grid_child_24 dipi_button_grid_child dipi-pt-item--Text et_pb_module\"><div class=\"dipi-text-grid dipi-text-wrap\">\/<\/div><\/div>\n\n<div class=\"dipi_button_grid_child_25 dipi_button_grid_child dipi-pt-item--Text et_pb_module btn-seccion btn-departamento-2\"><a class=\"et_pb_button dipi-button-grid dipi-button-wrap\" href=\"#\">Frida<\/a><\/div>\n\n      <\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_88 et_pb_row et_flex_row seccion-departamento-default sec-departamento-1\">\n<div class=\"et_pb_column_171 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_13 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"13\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_46 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/14-15.-Diego_Frida.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/14-15.-Diego_Frida.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_47 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/14-15.-DiegoFrida_PTipo.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/14-15.-DiegoFrida_PTipo.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn13  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp13  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp13 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_172 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_89 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_173 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_157 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Diego<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_174 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_158 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_159 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>171m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_90 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_175 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_160 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_176 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_161 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_91 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_177 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_162 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_178 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_163 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2.5<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_92 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_179 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_164 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_180 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_165 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_93 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_181 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_166 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_182 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_167 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>3<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_14 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_94 et_pb_row et_flex_row seccion-departamento sec-departamento-2\">\n<div class=\"et_pb_column_183 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"dipi_carousel_14 dipi_carousel et_pb_bg_layout_light et_pb_module carousel-img-arrows\">\n\t\t    <div class=\"dipi-carousel-main hide_lightbox hide_lightbox_tablet hide_lightbox_phone preloading\" data-columnsphone=\"1\"\n\t\t    data-columnstablet=\"1\"\n\t\t    data-columnsdesktop=\"1\"\n\t\t    data-spacebetween=\"50\"\n\t\t    data-loop=\"on\"\n\t\t    data-speed=\"500|500|500\"\n\t\t    data-navigation=\"on\"\n\t\t    data-pagination=\"on\"\n\t\t    data-autoplay=\"off\"\n\t\t    data-autoplayspeed=\"5000\"\n\t\t    data-pauseonhover=\"off\"\n\t\t    data-effect=\"slide\"\n\t\t    data-rotate=\"50\"\n\t\t    data-dynamicbullets=\"on\"\n\t\t    data-ordernumber=\"14\"\n\t\t    data-centered=\"on\"\n\t\t    data-spacebetween_tablet=\"50\"\n\t\t    data-spacebetween_phone=\"50\"\n\t\t    data-shadow=\"true\"\n\t\t    data-breakpoints=\"{&quot;768&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;981&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;},&quot;1081&quot;:{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}}\"\n\t\t    data-baseconfig=\"{&quot;columns&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:&quot;50&quot;}\"\n            data-autoplay_settigns={&quot;loop_wide&quot;:&quot;on&quot;,&quot;loop_mid&quot;:&quot;on&quot;,&quot;loop_small&quot;:&quot;on&quot;,&quot;autoplay_wide&quot;:&quot;off&quot;,&quot;autoplay_mid&quot;:&quot;off&quot;,&quot;autoplay_small&quot;:&quot;off&quot;,&quot;continues_wide&quot;:&quot;off&quot;,&quot;continues_mid&quot;:&quot;off&quot;,&quot;continues_small&quot;:&quot;off&quot;,&quot;autoplay_reverse_wide&quot;:&quot;off&quot;,&quot;autoplay_reverse_mid&quot;:&quot;off&quot;,&quot;autoplay_reverse_small&quot;:&quot;off&quot;,&quot;pause_on_hover_wide&quot;:&quot;off&quot;,&quot;pause_on_hover_mid&quot;:&quot;off&quot;,&quot;pause_on_hover_small&quot;:&quot;off&quot;,&quot;autoplay_speed_wide&quot;:&quot;5000&quot;,&quot;autoplay_speed_mid&quot;:&quot;5000&quot;,&quot;autoplay_speed_small&quot;:&quot;5000&quot;} data-allow_touch_move=on data-allow_touch_move_t=on data-allow_touch_move_p=on\n            data-navigation_t=\"on\"\n            data-navigation_m=\"on\"\n            data-pagination_t=\"on\"\n            data-pagination_m=\"on\">\n\t\t        <div class=\"swiper-container\">\n\t\t            <div class=\"dipi-carousel-wrapper\">\n\t\t                \n<div class=\"dipi_carousel_child_48 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/14-15.-Diego_Frida.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/14-15.-Diego_Frida.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n<div class=\"dipi_carousel_child_49 dipi_carousel_child et_pb_bg_layout_light et_pb_module\">\n            <div class=\"dipi-carousel-child-wrapper\">\n                \n                <div class=\"dipi-image-wrap\"><span class=\"dipi-carousel-image  \" href=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/14-15.-DiegoFrida_PTipo.png\"  >\n                        <img decoding=\"async\" src=\"https:\/\/artesanto.hostiw2.com\/n\/wp-content\/uploads\/2026\/02\/14-15.-DiegoFrida_PTipo.png\" alt=\"\" class=\" dipi-c-img\" \/>\n                        \n                    <\/span><\/div>\n                \n                \n                    \n                    \n                    \n                    \n                    \n                \n            <\/div><\/div>\n\n\t\t            <\/div>\n\t\t        <\/div>\n\t\t        <div class=\"swiper-button-next swiper-arrow-button dipi-sbn14  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x39;\"><\/div>\n\t\t    <div class=\"swiper-button-prev swiper-arrow-button dipi-sbp14  show_on_desktop_flex show_on_tablet_flex show_on_phone_flex\" data-icon=\"&#x38;\"><\/div>\n\t\t        <div class=\"swiper-container-horizontal\">\n\t\t            <div class=\"swiper-pagination dipi-sp14 show_on_desktop_block show_on_tablet_block show_on_phone_block\"><\/div>\n\t\t        <\/div>\n\t\t    <\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_184 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_95 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_185 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_168 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Frida<\/h3>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_186 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_169 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Desde<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_170 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>171m\u00b2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_96 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_187 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_171 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Rec\u00e1maras<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_188 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_172 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_97 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_189 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_173 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Ba\u00f1os<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_190 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_174 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>2.5<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_98 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_191 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_175 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Cajones Privativos<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_192 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_176 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>1<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_99 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_193 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_177 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Niveles<\/h4>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_194 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_178 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>3<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_divider_15 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"dipi_cpt_category":[],"class_list":["post-24","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/artesanto.hostiw2.com\/n\/wp-json\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/artesanto.hostiw2.com\/n\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/artesanto.hostiw2.com\/n\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/artesanto.hostiw2.com\/n\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artesanto.hostiw2.com\/n\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":108,"href":"https:\/\/artesanto.hostiw2.com\/n\/wp-json\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":27397802,"href":"https:\/\/artesanto.hostiw2.com\/n\/wp-json\/wp\/v2\/pages\/24\/revisions\/27397802"}],"wp:attachment":[{"href":"https:\/\/artesanto.hostiw2.com\/n\/wp-json\/wp\/v2\/media?parent=24"}],"wp:term":[{"taxonomy":"dipi_cpt_category","embeddable":true,"href":"https:\/\/artesanto.hostiw2.com\/n\/wp-json\/wp\/v2\/dipi_cpt_category?post=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}