<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.19-pr16"
        onstart="startup"
        logkey="false"
        bgcolor="#ffffff"
        projectfloorplanurl=""
        projecttitleid="project_title"
        projectdescriptionid="">


  <security cors="">
    <!--
    <crossdomainxml url="http://RESSOURCES_URL/crossdomain.xml" />
    -->
    <allowdomain domain="*" />
  </security>

  <krpano tour_firststartactiondone="false" />
  <events name="startbehavioursevents" onxmlcomplete="startbehavioursxmlcompleteaction();" keep="true"/>

  <!-- generated by Panotour Pro V2.5.14 64bits : 23-12-2021 13-33-58 -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin_vr.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core_vr.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_es.xml"/>

  <action name="startup">

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano37);
    );
    if(startlanguage !== null AND startlanguage !== "undefined",
      set(tour_language, get(startlanguage));
    );
    if(starttime !== null AND starttime !== "undefined" AND starttime GT 0,
      set(videoscenestarttime, get(starttime));
    ,
      set(videoscenestarttime, 0);
    );
    if(scene[get(startscene)].full360,
    mainloadsceneStartup(get(startscene));
    if (h !== null,
      if (v !== null,
        if (f !== null,
          lookat(get(h), get(v), get(f));
         ,
          lookat(get(h), get(v));
        );
      ,
        if (f !== null,
          lookat(get(h), get(view.vlookat), get(f));
         ,
          lookat(get(h), get(view.vlookat));
        );
      );
    ,
      if (v !== null,
        if (f !== null,
          lookat(get(view.hlookat), get(v), get(f));
         ,
          lookat(get(view.hlookat), get(v));
        );
      ,
        if (f !== null,
          lookat(get(view.hlookat), get(view.vlookat), get(f));
        );
      );
    );
    );
  </action>

  <!-- 13 Groups -->

  <!-- Group Grupo 50 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0191" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0191.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano37"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0191_37/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano37_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="2.660000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="-179.110000" v="2.660000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="-179.110000"
          vlookat="2.660000"/>
    <preview url="%FIRSTXML%/sam_100_0191_37/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0191_37/0/1/%v_%u.jpg"/>
          <right url="sam_100_0191_37/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0191_37/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0191_37/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0191_37/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0191_37/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0191_37/0/0/%v_%u.jpg"/>
          <right url="sam_100_0191_37/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0191_37/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0191_37/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0191_37/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0191_37/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0191_37/mobile/0.jpg"/>
      <right url="sam_100_0191_37/mobile/1.jpg"/>
      <back  url="sam_100_0191_37/mobile/2.jpg"/>
      <left  url="sam_100_0191_37/mobile/3.jpg"/>
      <up    url="sam_100_0191_37/mobile/4.jpg"/>
      <down  url="sam_100_0191_37/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint63"
           ath="180.000000" atv="-10.899654"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint63"
           tooltip="spotpoint63_tooltip"
           />
  <hotspot name="spotpoint63" devices="flash" zorder="3"/>
  <hotspot name="spotpoint63" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint63">
  
        mainloadscene(pano38);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint63].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint63].visible, true);
  </action>
  <events name="pano37stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 51 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0192" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0192.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano38"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0192_38/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano38_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0192_38/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0192_38/0/1/%v_%u.jpg"/>
          <right url="sam_100_0192_38/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0192_38/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0192_38/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0192_38/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0192_38/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0192_38/0/0/%v_%u.jpg"/>
          <right url="sam_100_0192_38/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0192_38/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0192_38/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0192_38/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0192_38/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0192_38/mobile/0.jpg"/>
      <right url="sam_100_0192_38/mobile/1.jpg"/>
      <back  url="sam_100_0192_38/mobile/2.jpg"/>
      <left  url="sam_100_0192_38/mobile/3.jpg"/>
      <up    url="sam_100_0192_38/mobile/4.jpg"/>
      <down  url="sam_100_0192_38/mobile/5.jpg"/>
    </image>




  <!-- **** 6 Point Spots **** -->





  <hotspot name="spotpoint64"
           ath="177.512953" atv="-4.671280"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano39"
           onclick="onclickspotpoint64"
           tooltip="spotpoint64_tooltip"
           />
  <hotspot name="spotpoint64" devices="flash" zorder="3"/>
  <hotspot name="spotpoint64" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint64">
  
        mainloadscene(pano39);


  </action>







  <hotspot name="spotpoint66"
           ath="-4.041451" atv="-8.408304"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint66"
           tooltip="spotpoint66_tooltip"
           />
  <hotspot name="spotpoint66" devices="flash" zorder="3"/>
  <hotspot name="spotpoint66" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint66">
  
        mainloadscene(pano37);


  </action>







  <hotspot name="spotpoint67"
           ath="-106.632124" atv="-2.802768"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano40"
           onclick="onclickspotpoint67"
           tooltip="spotpoint67_tooltip"
           />
  <hotspot name="spotpoint67" devices="flash" zorder="3"/>
  <hotspot name="spotpoint67" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint67">
  
        mainloadscene(pano40);


  </action>







  <hotspot name="spotpoint69"
           ath="-72.435233" atv="-4.048443"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano41"
           onclick="onclickspotpoint69"
           tooltip="spotpoint69_tooltip"
           />
  <hotspot name="spotpoint69" devices="flash" zorder="3"/>
  <hotspot name="spotpoint69" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint69">
  
        mainloadscene(pano41);


  </action>







  <hotspot name="spotpoint73"
           ath="37.616580" atv="-1.557093"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano44"
           onclick="onclickspotpoint73"
           tooltip="spotpoint73_tooltip"
           />
  <hotspot name="spotpoint73" devices="flash" zorder="3"/>
  <hotspot name="spotpoint73" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint73">
  
        mainloadscene(pano44);


  </action>







  <hotspot name="spotpoint75"
           ath="76.787565" atv="-0.934256"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint75"
           tooltip="spotpoint75_tooltip"
           />
  <hotspot name="spotpoint75" devices="flash" zorder="3"/>
  <hotspot name="spotpoint75" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint75">
  
        mainloadscene(pano45);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint64].visible, false);



    set(hotspot[spotpoint66].visible, false);



    set(hotspot[spotpoint67].visible, false);



    set(hotspot[spotpoint69].visible, false);



    set(hotspot[spotpoint73].visible, false);



    set(hotspot[spotpoint75].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint64].visible, true);



  
  set(hotspot[spotpoint66].visible, true);



  
  set(hotspot[spotpoint67].visible, true);



  
  set(hotspot[spotpoint69].visible, true);



  
  set(hotspot[spotpoint73].visible, true);



  
  set(hotspot[spotpoint75].visible, true);
  </action>
  <events name="pano38stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 52 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0193" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0193.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano39"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0193_39/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano39_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0193_39/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0193_39/0/1/%v_%u.jpg"/>
          <right url="sam_100_0193_39/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0193_39/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0193_39/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0193_39/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0193_39/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0193_39/0/0/%v_%u.jpg"/>
          <right url="sam_100_0193_39/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0193_39/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0193_39/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0193_39/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0193_39/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0193_39/mobile/0.jpg"/>
      <right url="sam_100_0193_39/mobile/1.jpg"/>
      <back  url="sam_100_0193_39/mobile/2.jpg"/>
      <left  url="sam_100_0193_39/mobile/3.jpg"/>
      <up    url="sam_100_0193_39/mobile/4.jpg"/>
      <down  url="sam_100_0193_39/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint65"
           ath="44.455959" atv="-0.934256"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint65"
           tooltip="spotpoint65_tooltip"
           />
  <hotspot name="spotpoint65" devices="flash" zorder="3"/>
  <hotspot name="spotpoint65" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint65">
  
        mainloadscene(pano38);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint65].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint65].visible, true);
  </action>
  <events name="pano39stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 53 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0194" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0194.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano40"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0194_40/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano40_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0194_40/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0194_40/0/1/%v_%u.jpg"/>
          <right url="sam_100_0194_40/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0194_40/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0194_40/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0194_40/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0194_40/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0194_40/0/0/%v_%u.jpg"/>
          <right url="sam_100_0194_40/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0194_40/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0194_40/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0194_40/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0194_40/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0194_40/mobile/0.jpg"/>
      <right url="sam_100_0194_40/mobile/1.jpg"/>
      <back  url="sam_100_0194_40/mobile/2.jpg"/>
      <left  url="sam_100_0194_40/mobile/3.jpg"/>
      <up    url="sam_100_0194_40/mobile/4.jpg"/>
      <down  url="sam_100_0194_40/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint68"
           ath="-81.139896" atv="-0.934256"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint68"
           tooltip="spotpoint68_tooltip"
           />
  <hotspot name="spotpoint68" devices="flash" zorder="3"/>
  <hotspot name="spotpoint68" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint68">
  
        mainloadscene(pano38);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint68].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint68].visible, true);
  </action>
  <events name="pano40stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 54 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0195" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0195.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano41"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0195_41/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano41_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0195_41/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0195_41/0/1/%v_%u.jpg"/>
          <right url="sam_100_0195_41/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0195_41/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0195_41/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0195_41/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0195_41/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0195_41/0/0/%v_%u.jpg"/>
          <right url="sam_100_0195_41/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0195_41/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0195_41/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0195_41/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0195_41/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0195_41/mobile/0.jpg"/>
      <right url="sam_100_0195_41/mobile/1.jpg"/>
      <back  url="sam_100_0195_41/mobile/2.jpg"/>
      <left  url="sam_100_0195_41/mobile/3.jpg"/>
      <up    url="sam_100_0195_41/mobile/4.jpg"/>
      <down  url="sam_100_0195_41/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint70"
           ath="9.015544" atv="-2.802768"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint70"
           tooltip="spotpoint70_tooltip"
           />
  <hotspot name="spotpoint70" devices="flash" zorder="3"/>
  <hotspot name="spotpoint70" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint70">
  
        mainloadscene(pano38);


  </action>







  <hotspot name="spotpoint71"
           ath="178.756477" atv="0.311419"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano42"
           onclick="onclickspotpoint71"
           tooltip="spotpoint71_tooltip"
           />
  <hotspot name="spotpoint71" devices="flash" zorder="3"/>
  <hotspot name="spotpoint71" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint71">
  
        mainloadscene(pano42);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint70].visible, false);



    set(hotspot[spotpoint71].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint70].visible, true);



  
  set(hotspot[spotpoint71].visible, true);
  </action>
  <events name="pano41stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 55 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0196" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0196.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano42"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0196_42/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano42_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0196_42/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0196_42/0/1/%v_%u.jpg"/>
          <right url="sam_100_0196_42/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0196_42/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0196_42/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0196_42/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0196_42/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0196_42/0/0/%v_%u.jpg"/>
          <right url="sam_100_0196_42/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0196_42/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0196_42/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0196_42/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0196_42/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0196_42/mobile/0.jpg"/>
      <right url="sam_100_0196_42/mobile/1.jpg"/>
      <back  url="sam_100_0196_42/mobile/2.jpg"/>
      <left  url="sam_100_0196_42/mobile/3.jpg"/>
      <up    url="sam_100_0196_42/mobile/4.jpg"/>
      <down  url="sam_100_0196_42/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint72"
           ath="-91.088083" atv="-4.048443"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano41"
           onclick="onclickspotpoint72"
           tooltip="spotpoint72_tooltip"
           />
  <hotspot name="spotpoint72" devices="flash" zorder="3"/>
  <hotspot name="spotpoint72" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint72">
  
        mainloadscene(pano41);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint72].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint72].visible, true);
  </action>
  <events name="pano42stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 56 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0197" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0197.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano43"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0197_43/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano43_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0197_43/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0197_43/0/1/%v_%u.jpg"/>
          <right url="sam_100_0197_43/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0197_43/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0197_43/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0197_43/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0197_43/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0197_43/0/0/%v_%u.jpg"/>
          <right url="sam_100_0197_43/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0197_43/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0197_43/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0197_43/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0197_43/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0197_43/mobile/0.jpg"/>
      <right url="sam_100_0197_43/mobile/1.jpg"/>
      <back  url="sam_100_0197_43/mobile/2.jpg"/>
      <left  url="sam_100_0197_43/mobile/3.jpg"/>
      <up    url="sam_100_0197_43/mobile/4.jpg"/>
      <down  url="sam_100_0197_43/mobile/5.jpg"/>
    </image>





</scene>

  <!-- Group Grupo 57 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0198" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0198.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano44"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0198_44/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano44_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0198_44/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0198_44/0/1/%v_%u.jpg"/>
          <right url="sam_100_0198_44/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0198_44/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0198_44/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0198_44/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0198_44/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0198_44/0/0/%v_%u.jpg"/>
          <right url="sam_100_0198_44/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0198_44/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0198_44/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0198_44/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0198_44/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0198_44/mobile/0.jpg"/>
      <right url="sam_100_0198_44/mobile/1.jpg"/>
      <back  url="sam_100_0198_44/mobile/2.jpg"/>
      <left  url="sam_100_0198_44/mobile/3.jpg"/>
      <up    url="sam_100_0198_44/mobile/4.jpg"/>
      <down  url="sam_100_0198_44/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint74"
           ath="-178.134715" atv="-7.785467"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint74"
           tooltip="spotpoint74_tooltip"
           />
  <hotspot name="spotpoint74" devices="flash" zorder="3"/>
  <hotspot name="spotpoint74" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint74">
  
        mainloadscene(pano38);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint74].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint74].visible, true);
  </action>
  <events name="pano44stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 58 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0199" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0199.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano45"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0199_45/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano45_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0199_45/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0199_45/0/1/%v_%u.jpg"/>
          <right url="sam_100_0199_45/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0199_45/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0199_45/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0199_45/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0199_45/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0199_45/0/0/%v_%u.jpg"/>
          <right url="sam_100_0199_45/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0199_45/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0199_45/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0199_45/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0199_45/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0199_45/mobile/0.jpg"/>
      <right url="sam_100_0199_45/mobile/1.jpg"/>
      <back  url="sam_100_0199_45/mobile/2.jpg"/>
      <left  url="sam_100_0199_45/mobile/3.jpg"/>
      <up    url="sam_100_0199_45/mobile/4.jpg"/>
      <down  url="sam_100_0199_45/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->





  <hotspot name="spotpoint76"
           ath="177.512953" atv="-0.311419"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano38"
           onclick="onclickspotpoint76"
           tooltip="spotpoint76_tooltip"
           />
  <hotspot name="spotpoint76" devices="flash" zorder="3"/>
  <hotspot name="spotpoint76" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint76">
  
        mainloadscene(pano38);


  </action>







  <hotspot name="spotpoint77"
           ath="82.383420" atv="-4.048443"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano46"
           onclick="onclickspotpoint77"
           tooltip="spotpoint77_tooltip"
           />
  <hotspot name="spotpoint77" devices="flash" zorder="3"/>
  <hotspot name="spotpoint77" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint77">
  
        mainloadscene(pano46);


  </action>







  <hotspot name="spotpoint79"
           ath="-10.259067" atv="-4.048443"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano47"
           onclick="onclickspotpoint79"
           tooltip="spotpoint79_tooltip"
           />
  <hotspot name="spotpoint79" devices="flash" zorder="3"/>
  <hotspot name="spotpoint79" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint79">
  
        mainloadscene(pano47);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint76].visible, false);



    set(hotspot[spotpoint77].visible, false);



    set(hotspot[spotpoint79].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint76].visible, true);



  
  set(hotspot[spotpoint77].visible, true);



  
  set(hotspot[spotpoint79].visible, true);
  </action>
  <events name="pano45stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 59 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0200" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0200.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano46"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0200_46/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano46_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0200_46/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0200_46/0/1/%v_%u.jpg"/>
          <right url="sam_100_0200_46/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0200_46/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0200_46/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0200_46/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0200_46/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0200_46/0/0/%v_%u.jpg"/>
          <right url="sam_100_0200_46/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0200_46/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0200_46/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0200_46/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0200_46/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0200_46/mobile/0.jpg"/>
      <right url="sam_100_0200_46/mobile/1.jpg"/>
      <back  url="sam_100_0200_46/mobile/2.jpg"/>
      <left  url="sam_100_0200_46/mobile/3.jpg"/>
      <up    url="sam_100_0200_46/mobile/4.jpg"/>
      <down  url="sam_100_0200_46/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint78"
           ath="144.559585" atv="-2.802768"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint78"
           tooltip="spotpoint78_tooltip"
           />
  <hotspot name="spotpoint78" devices="flash" zorder="3"/>
  <hotspot name="spotpoint78" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint78">
  
        mainloadscene(pano45);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint78].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint78].visible, true);
  </action>
  <events name="pano46stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 60 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0201" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0201.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano47"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0201_47/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano47_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0201_47/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0201_47/0/1/%v_%u.jpg"/>
          <right url="sam_100_0201_47/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0201_47/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0201_47/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0201_47/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0201_47/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0201_47/0/0/%v_%u.jpg"/>
          <right url="sam_100_0201_47/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0201_47/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0201_47/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0201_47/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0201_47/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0201_47/mobile/0.jpg"/>
      <right url="sam_100_0201_47/mobile/1.jpg"/>
      <back  url="sam_100_0201_47/mobile/2.jpg"/>
      <left  url="sam_100_0201_47/mobile/3.jpg"/>
      <up    url="sam_100_0201_47/mobile/4.jpg"/>
      <down  url="sam_100_0201_47/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint80"
           ath="45.699482" atv="-3.425606"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano45"
           onclick="onclickspotpoint80"
           tooltip="spotpoint80_tooltip"
           />
  <hotspot name="spotpoint80" devices="flash" zorder="3"/>
  <hotspot name="spotpoint80" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint80">
  
        mainloadscene(pano45);


  </action>







  <hotspot name="spotpoint81"
           ath="86.113990" atv="-2.179931"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano48"
           onclick="onclickspotpoint81"
           tooltip="spotpoint81_tooltip"
           />
  <hotspot name="spotpoint81" devices="flash" zorder="3"/>
  <hotspot name="spotpoint81" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint81">
  
        mainloadscene(pano48);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint80].visible, false);



    set(hotspot[spotpoint81].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint80].visible, true);



  
  set(hotspot[spotpoint81].visible, true);
  </action>
  <events name="pano47stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 61 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0202" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0202.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano48"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0202_48/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano48_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0202_48/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0202_48/0/1/%v_%u.jpg"/>
          <right url="sam_100_0202_48/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0202_48/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0202_48/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0202_48/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0202_48/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0202_48/0/0/%v_%u.jpg"/>
          <right url="sam_100_0202_48/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0202_48/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0202_48/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0202_48/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0202_48/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0202_48/mobile/0.jpg"/>
      <right url="sam_100_0202_48/mobile/1.jpg"/>
      <back  url="sam_100_0202_48/mobile/2.jpg"/>
      <left  url="sam_100_0202_48/mobile/3.jpg"/>
      <up    url="sam_100_0202_48/mobile/4.jpg"/>
      <down  url="sam_100_0202_48/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint82"
           ath="160.103627" atv="-5.916955"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano49"
           onclick="onclickspotpoint82"
           tooltip="spotpoint82_tooltip"
           />
  <hotspot name="spotpoint82" devices="flash" zorder="3"/>
  <hotspot name="spotpoint82" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint82">
  
        mainloadscene(pano49);


  </action>







  <hotspot name="spotpoint84"
           ath="2.797927" atv="-8.408304"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano47"
           onclick="onclickspotpoint84"
           tooltip="spotpoint84_tooltip"
           />
  <hotspot name="spotpoint84" devices="flash" zorder="3"/>
  <hotspot name="spotpoint84" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint84">
  
        mainloadscene(pano47);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint82].visible, false);



    set(hotspot[spotpoint84].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint82].visible, true);



  
  set(hotspot[spotpoint84].visible, true);
  </action>
  <events name="pano48stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 62 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_0203" @PanoFile="/Users/casa360/Desktop/Casa 360 /andres/tours/23/natalia ospina 4787345/fotos/wetransfer_sam_100_0194-jpg_2021-12-23_1426/SAM_100_0203.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano49"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_0203_49/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano49_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_0203_49/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="2048" tiledimageheight="2048">
          <front url="sam_100_0203_49/0/1/%v_%u.jpg"/>
          <right url="sam_100_0203_49/1/1/%v_%u.jpg"/>
          <back  url="sam_100_0203_49/2/1/%v_%u.jpg"/>
          <left  url="sam_100_0203_49/3/1/%v_%u.jpg"/>
          <up    url="sam_100_0203_49/4/1/%v_%u.jpg"/>
          <down  url="sam_100_0203_49/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_0203_49/0/0/%v_%u.jpg"/>
          <right url="sam_100_0203_49/1/0/%v_%u.jpg"/>
          <back  url="sam_100_0203_49/2/0/%v_%u.jpg"/>
          <left  url="sam_100_0203_49/3/0/%v_%u.jpg"/>
          <up    url="sam_100_0203_49/4/0/%v_%u.jpg"/>
          <down  url="sam_100_0203_49/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_0203_49/mobile/0.jpg"/>
      <right url="sam_100_0203_49/mobile/1.jpg"/>
      <back  url="sam_100_0203_49/mobile/2.jpg"/>
      <left  url="sam_100_0203_49/mobile/3.jpg"/>
      <up    url="sam_100_0203_49/mobile/4.jpg"/>
      <down  url="sam_100_0203_49/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint83"
           ath="56.269430" atv="-5.916955"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano48"
           onclick="onclickspotpoint83"
           tooltip="spotpoint83_tooltip"
           />
  <hotspot name="spotpoint83" devices="flash" zorder="3"/>
  <hotspot name="spotpoint83" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint83">
  
        mainloadscene(pano48);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint83].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint83].visible, true);
  </action>
  <events name="pano49stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

