<?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 : 03-05-2024 14-40-34 -->
  <!-- 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, pano10);
    );
    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>

  <!-- 9 Groups -->

  <!-- Group Grupo 16 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1114" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Monica Merchan 7437592/fotos/SAM_100_1114.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano10"
       latitude="4.6516666666666673"
       longitude="-74.101111111111109"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1114_10/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano10_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_1114_10/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_1114_10/0/1/%v_%u.jpg"/>
          <right url="sam_100_1114_10/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1114_10/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1114_10/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1114_10/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1114_10/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1114_10/0/0/%v_%u.jpg"/>
          <right url="sam_100_1114_10/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1114_10/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1114_10/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1114_10/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1114_10/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1114_10/mobile/0.jpg"/>
      <right url="sam_100_1114_10/mobile/1.jpg"/>
      <back  url="sam_100_1114_10/mobile/2.jpg"/>
      <left  url="sam_100_1114_10/mobile/3.jpg"/>
      <up    url="sam_100_1114_10/mobile/4.jpg"/>
      <down  url="sam_100_1114_10/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint30"
           ath="9.131905" atv="-6.704289"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint30"
           tooltip="spotpoint30_tooltip"
           />
  <hotspot name="spotpoint30" devices="flash" zorder="3"/>
  <hotspot name="spotpoint30" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint30">
  
        mainloadscene(pano11);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint30].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint30].visible, true);
  </action>
  <events name="pano10stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 17 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1115" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Monica Merchan 7437592/fotos/SAM_100_1115.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano11"
       latitude="4.6516666666666673"
       longitude="-74.101111111111109"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1115_11/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano11_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_1115_11/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_1115_11/0/1/%v_%u.jpg"/>
          <right url="sam_100_1115_11/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1115_11/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1115_11/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1115_11/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1115_11/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1115_11/0/0/%v_%u.jpg"/>
          <right url="sam_100_1115_11/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1115_11/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1115_11/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1115_11/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1115_11/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1115_11/mobile/0.jpg"/>
      <right url="sam_100_1115_11/mobile/1.jpg"/>
      <back  url="sam_100_1115_11/mobile/2.jpg"/>
      <left  url="sam_100_1115_11/mobile/3.jpg"/>
      <up    url="sam_100_1115_11/mobile/4.jpg"/>
      <down  url="sam_100_1115_11/mobile/5.jpg"/>
    </image>




  <!-- **** 5 Point Spots **** -->





  <hotspot name="spotpoint29"
           ath="71.634724" atv="-8.329571"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano10"
           onclick="onclickspotpoint29"
           tooltip="spotpoint29_tooltip"
           />
  <hotspot name="spotpoint29" devices="flash" zorder="3"/>
  <hotspot name="spotpoint29" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint29">
  
        mainloadscene(pano10);


  </action>







  <hotspot name="spotpoint31"
           ath="-148.342728" atv="-7.110609"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano12"
           onclick="onclickspotpoint31"
           tooltip="spotpoint31_tooltip"
           />
  <hotspot name="spotpoint31" devices="flash" zorder="3"/>
  <hotspot name="spotpoint31" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint31">
  
        mainloadscene(pano12);


  </action>







  <hotspot name="spotpoint33"
           ath="173.482428" atv="-6.716418"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano13"
           onclick="onclickspotpoint33"
           />
  <hotspot name="spotpoint33" devices="flash" zorder="3"/>
  <hotspot name="spotpoint33" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint33">
  
        mainloadscene(pano13);


  </action>







  <hotspot name="spotpoint64"
           ath="-3.569405" atv="-2.145289"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano36"
           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(pano36);


  </action>







  <hotspot name="spotpoint68"
           ath="-42.006764" atv="-4.672686"
           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[spotpoint29].visible, false);



    set(hotspot[spotpoint31].visible, false);



    set(hotspot[spotpoint33].visible, false);



    set(hotspot[spotpoint64].visible, false);



    set(hotspot[spotpoint68].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint29].visible, true);



  
  set(hotspot[spotpoint31].visible, true);



  
  set(hotspot[spotpoint33].visible, true);



  
  set(hotspot[spotpoint64].visible, true);



  
  set(hotspot[spotpoint68].visible, true);
  </action>
  <events name="pano11stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 18 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1116" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Monica Merchan 7437592/fotos/SAM_100_1116.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano12"
       latitude="4.6516666666666673"
       longitude="-74.101111111111109"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1116_12/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano12_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_1116_12/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_1116_12/0/1/%v_%u.jpg"/>
          <right url="sam_100_1116_12/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1116_12/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1116_12/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1116_12/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1116_12/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1116_12/0/0/%v_%u.jpg"/>
          <right url="sam_100_1116_12/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1116_12/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1116_12/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1116_12/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1116_12/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1116_12/mobile/0.jpg"/>
      <right url="sam_100_1116_12/mobile/1.jpg"/>
      <back  url="sam_100_1116_12/mobile/2.jpg"/>
      <left  url="sam_100_1116_12/mobile/3.jpg"/>
      <up    url="sam_100_1116_12/mobile/4.jpg"/>
      <down  url="sam_100_1116_12/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint32"
           ath="-102.000000" atv="-5.180723"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint32"
           tooltip="spotpoint32_tooltip"
           />
  <hotspot name="spotpoint32" devices="flash" zorder="3"/>
  <hotspot name="spotpoint32" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint32">
  
        mainloadscene(pano11);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint32].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint32].visible, true);
  </action>
  <events name="pano12stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 19 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1117" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Monica Merchan 7437592/fotos/SAM_100_1117.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano13"
       latitude="4.6516666666666673"
       longitude="-74.101111111111109"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1117_13/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano13_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_1117_13/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_1117_13/0/1/%v_%u.jpg"/>
          <right url="sam_100_1117_13/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1117_13/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1117_13/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1117_13/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1117_13/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1117_13/0/0/%v_%u.jpg"/>
          <right url="sam_100_1117_13/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1117_13/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1117_13/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1117_13/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1117_13/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1117_13/mobile/0.jpg"/>
      <right url="sam_100_1117_13/mobile/1.jpg"/>
      <back  url="sam_100_1117_13/mobile/2.jpg"/>
      <left  url="sam_100_1117_13/mobile/3.jpg"/>
      <up    url="sam_100_1117_13/mobile/4.jpg"/>
      <down  url="sam_100_1117_13/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint34"
           ath="-60.151038" atv="-4.199243"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano11"
           onclick="onclickspotpoint34"
           tooltip="spotpoint34_tooltip"
           />
  <hotspot name="spotpoint34" devices="flash" zorder="3"/>
  <hotspot name="spotpoint34" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint34">
  
        mainloadscene(pano11);


  </action>







  <hotspot name="spotpoint70"
           ath="-73.685474" atv="-3.686747"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano14"
           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(pano14);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint34].visible, false);



    set(hotspot[spotpoint70].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint34].visible, true);



  
  set(hotspot[spotpoint70].visible, true);
  </action>
  <events name="pano13stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 20 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1118" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Monica Merchan 7437592/fotos/SAM_100_1118.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano14"
       latitude="4.6516666666666673"
       longitude="-74.101111111111109"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1118_14/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano14_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_1118_14/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_1118_14/0/1/%v_%u.jpg"/>
          <right url="sam_100_1118_14/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1118_14/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1118_14/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1118_14/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1118_14/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1118_14/0/0/%v_%u.jpg"/>
          <right url="sam_100_1118_14/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1118_14/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1118_14/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1118_14/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1118_14/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1118_14/mobile/0.jpg"/>
      <right url="sam_100_1118_14/mobile/1.jpg"/>
      <back  url="sam_100_1118_14/mobile/2.jpg"/>
      <left  url="sam_100_1118_14/mobile/3.jpg"/>
      <up    url="sam_100_1118_14/mobile/4.jpg"/>
      <down  url="sam_100_1118_14/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint71"
           ath="-72.027972" atv="-7.978227"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano13"
           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(pano13);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint71].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint71].visible, true);
  </action>
  <events name="pano14stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 21 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1119" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Monica Merchan 7437592/fotos/SAM_100_1119.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano15"
       latitude="4.6516666666666673"
       longitude="-74.101111111111109"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1119_15/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano15_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_1119_15/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_1119_15/0/1/%v_%u.jpg"/>
          <right url="sam_100_1119_15/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1119_15/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1119_15/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1119_15/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1119_15/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1119_15/0/0/%v_%u.jpg"/>
          <right url="sam_100_1119_15/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1119_15/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1119_15/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1119_15/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1119_15/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1119_15/mobile/0.jpg"/>
      <right url="sam_100_1119_15/mobile/1.jpg"/>
      <back  url="sam_100_1119_15/mobile/2.jpg"/>
      <left  url="sam_100_1119_15/mobile/3.jpg"/>
      <up    url="sam_100_1119_15/mobile/4.jpg"/>
      <down  url="sam_100_1119_15/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint35"
           ath="2.640000" atv="-1.807229"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano37"
           onclick="onclickspotpoint35"
           tooltip="spotpoint35_tooltip"
           />
  <hotspot name="spotpoint35" devices="flash" zorder="3"/>
  <hotspot name="spotpoint35" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint35">
  
        mainloadscene(pano37);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint35].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint35].visible, true);
  </action>
  <events name="pano15stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 45 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1111" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Monica Merchan 7437592/fotos/SAM_100_1111.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano36"
       latitude="4.6516666666666673"
       longitude="-74.101111111111109"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1111_36/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano36_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="177.780000" 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="177.780000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/sam_100_1111_36/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_1111_36/0/1/%v_%u.jpg"/>
          <right url="sam_100_1111_36/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1111_36/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1111_36/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1111_36/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1111_36/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1111_36/0/0/%v_%u.jpg"/>
          <right url="sam_100_1111_36/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1111_36/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1111_36/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1111_36/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1111_36/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1111_36/mobile/0.jpg"/>
      <right url="sam_100_1111_36/mobile/1.jpg"/>
      <back  url="sam_100_1111_36/mobile/2.jpg"/>
      <left  url="sam_100_1111_36/mobile/3.jpg"/>
      <up    url="sam_100_1111_36/mobile/4.jpg"/>
      <down  url="sam_100_1111_36/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint63"
           ath="-37.176007" atv="-2.079208"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano11"
           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(pano11);


  </action>







  <hotspot name="spotpoint65"
           ath="-179.882522" atv="-4.145617"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano37"
           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(pano37);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint63].visible, false);



    set(hotspot[spotpoint65].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint63].visible, true);



  
  set(hotspot[spotpoint65].visible, true);
  </action>
  <events name="pano36stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 46 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1112" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Monica Merchan 7437592/fotos/SAM_100_1112.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano37"
       latitude="4.6516666666666673"
       longitude="-74.101111111111109"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1112_37/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano37_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_1112_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_1112_37/0/1/%v_%u.jpg"/>
          <right url="sam_100_1112_37/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1112_37/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1112_37/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1112_37/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1112_37/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1112_37/0/0/%v_%u.jpg"/>
          <right url="sam_100_1112_37/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1112_37/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1112_37/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1112_37/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1112_37/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1112_37/mobile/0.jpg"/>
      <right url="sam_100_1112_37/mobile/1.jpg"/>
      <back  url="sam_100_1112_37/mobile/2.jpg"/>
      <left  url="sam_100_1112_37/mobile/3.jpg"/>
      <up    url="sam_100_1112_37/mobile/4.jpg"/>
      <down  url="sam_100_1112_37/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->





  <hotspot name="spotpoint66"
           ath="5.097546" atv="-0.567465"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano36"
           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(pano36);


  </action>







  <hotspot name="spotpoint67"
           ath="-77.106624" atv="-4.242038"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano15"
           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(pano15);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint66].visible, false);



    set(hotspot[spotpoint67].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint66].visible, true);



  
  set(hotspot[spotpoint67].visible, true);
  </action>
  <events name="pano37stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <!-- Group Grupo 47 : 1 panoramas -->
  
<!-- **** @PanoName="SAM_100_1113" @PanoFile="C:/Users/manti/OneDrive/Escritorio/CASA360/TOURES/Monica Merchan 7437592/fotos/SAM_100_1113.jpg" **** -->
<!-- **** Width="5472px" Height="2736px" **** -->
<scene name="pano38"
       latitude="4.6516666666666673"
       longitude="-74.101111111111109"
       heading="0"
       thumburl="%FIRSTXML%/sam_100_1113_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_1113_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_1113_38/0/1/%v_%u.jpg"/>
          <right url="sam_100_1113_38/1/1/%v_%u.jpg"/>
          <back  url="sam_100_1113_38/2/1/%v_%u.jpg"/>
          <left  url="sam_100_1113_38/3/1/%v_%u.jpg"/>
          <up    url="sam_100_1113_38/4/1/%v_%u.jpg"/>
          <down  url="sam_100_1113_38/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="sam_100_1113_38/0/0/%v_%u.jpg"/>
          <right url="sam_100_1113_38/1/0/%v_%u.jpg"/>
          <back  url="sam_100_1113_38/2/0/%v_%u.jpg"/>
          <left  url="sam_100_1113_38/3/0/%v_%u.jpg"/>
          <up    url="sam_100_1113_38/4/0/%v_%u.jpg"/>
          <down  url="sam_100_1113_38/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="sam_100_1113_38/mobile/0.jpg"/>
      <right url="sam_100_1113_38/mobile/1.jpg"/>
      <back  url="sam_100_1113_38/mobile/2.jpg"/>
      <left  url="sam_100_1113_38/mobile/3.jpg"/>
      <up    url="sam_100_1113_38/mobile/4.jpg"/>
      <down  url="sam_100_1113_38/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->





  <hotspot name="spotpoint69"
           ath="99.183673" atv="-6.722892"
           style="IconDefaultPointSpotStyle"
           tag="point"
           distorted="true"
           depth="1000"
           descriptionid=""
           linktarget="pano11"
           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(pano11);


  </action>



  <action name="hidepanopointspots">



    set(hotspot[spotpoint69].visible, false);
  </action>
  <action name="showpanopointspots">



  
  set(hotspot[spotpoint69].visible, true);
  </action>
  <events name="pano38stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>


</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

