1
0
Fork 0

exportacion a SVG ABSOLUTAMENTE BETA

This commit is contained in:
fredyrivera 2016-11-28 11:49:43 -05:00
parent cf5fbf3aef
commit 233b3dc9ac
58 changed files with 5595 additions and 15 deletions

View File

@ -1,19 +1,92 @@
<?php
//Definicion de variables
$id_empresa = "";
$id_form = "";
$login_campo_validado = "";
$nuevo_identificador = "";
$leed_email = "";
$error = "";
$cerrar = "";
$id_usuario = "";
$formulario = "";
$valores = "";
date_default_timezone_set('America/Bogota');
function exportar_svg($formulario) {
$linea="";
if($formulario !=""){
$estructura = "$_SESSION[path]/tmp/$formulario/svg/";
if (!file_exists($estructura)) {
if(!mkdir($estructura, 0775, true)) {
die("Fallo al crear las carpetas... $estructura");
}
//$archivo = "milfs/tmp/$nombre";
$impresion ="Esto es";
$consulta_principal = "SELECT control,id,form_id FROM form_datos WHERE form_id = '$formulario' GROUP BY form_datos.control ";
$link=Conectarse();
mysqli_set_charset($link, "utf8");
mysqli_real_escape_string($link,$consulta_principal);
$sql_total=mysqli_query($link,$consulta_principal);
$sql=mysqli_query($link,$consulta_principal);
mysqli_data_seek($sql_total, 0);
while( $row = mysqli_fetch_array( $sql ) ) {
$campo_titulo = remplacetas('form_parametrizacion','campo',$formulario,'descripcion'," tabla='form_id' and opcion = 'titulo'") ;
$id_campo = $campo_titulo[0];
$titulo = remplacetas('form_datos','id_campo',$campo_titulo[0],'contenido'," control = '$row[control]' ") ;
// if (!is_array($listado_campos)){$listado_campos="<td >$listado_campos</td>";}else {$listado_campos=$listado_campos;}
$linea .= landingpage_contenido_identificador("$row[control]","$formulario","svg",'paginado');
$impresion = landingpage_contenido_identificador("$row[control]","$formulario","svg",'paginado');
$impresion = str_replace("'", '"', $impresion);
$impresion = str_replace('@"', "'", $impresion);
$encabezado = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg'.$formulario.'"
version="1.1">
<defs
id="def_'.$formulario.'">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath'.$formulario.'">
</clipPath>
</defs>
<metadata
id="metadata'.$formulario.'">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
';
$pie="</svg>";
//$linea .= mostrar_identificador("$row[control]","$id_form","landingpage",'simple');;
//$linea .= "<br>$row[control]";
$archivo = $estructura."$titulo[0]"."_$row[control]".".svg";
$file=fopen($archivo,"w") or die("Problemas en la creacion $archivo");
$impresion = $encabezado.$impresion.$pie;
fputs($file,$impresion);
fclose($file);
}
}
echo $linea;
//$file = fopen($filePath, 'w');
}
}
function filtro_opciones_campo($id_campo,$formulario){
$opciones = "";
@ -279,6 +352,7 @@ $acciones="<div class='btn-group' role='group' aria-label='...'>
<a class='btn btn-info ' target='api' href='$_SESSION[site]/f$id?registros=10'>Llenar</a>
<a class='btn btn-info ' target='api' href='$_SESSION[site]/g$id?registros=10'>Embeber</a>
<a class='btn btn-info ' target='api' href='$_SESSION[site]/opendata.php?tipo=documento&id=$id'>Doc</a>
<a class='btn btn-info ' target='api' href='$_SESSION[site]/opendata.php?tipo=svg&id=$id'>SVG</a>
$buscador
</div>";
@ -3028,9 +3102,13 @@ return $respuesta;
$respuesta->addAssign("mostrar_resultado","innerHTML","$resultado");
return $respuesta;
}
if($tipo =="contenido" OR $tipo =="embebido" ) {
elseif($tipo =="contenido" OR $tipo =="embebido" ) {
return $resultado;
}
elseif($tipo =="simple") {
return $linea;
}
else {}
}
$xajax->registerFunction("consultar_contenido_formulario");
@ -3334,7 +3412,7 @@ function landingpage_contenido_identificador($identificador,$form,$plantilla,$ti
// $edicion ="<a class='btn btn-default btn-xs' onclick= \"xajax_formulario_embebido_ajax('$form','$identificador','edit') \"><i class='glyphicon glyphicon-pencil-square-o'></i> Editar</a>";
}else {$edicion="";}
$documento="<div id='gen_documento'><a href='opendata.php?tipo=documento&identificador=$identificador'>Generar documento</a></div>";
if($plantilla_original=="svg") { return $impresion;}else{
$linea = "
$manejadores
@ -3359,6 +3437,7 @@ $manejadores
return $linea;
}
}
function landingpage_contenido_formulario($form,$registros,$pagina,$div_original){
@ -5615,6 +5694,7 @@ function mostrar_identificador($control,$form,$plantilla,$tipo,$timestamp){
//$descripcion = remplacetas('form_id','id',$id_form,'descripcion',"") ;
//$nombre = remplacetas('form_id','id',$id_form,'nombre',"") ;
$interaccion = interaccion_identificador("$control",'');
if($plantilla == "svg") { return $impresion;}
if($tipo=="") {
$resultado = "
@ -12178,7 +12258,7 @@ Esta herramienta es creada y proporcionada por Tupale.co, como portal para el ac
}else{
$mensaje ="
<div class='alert alert-success text-center'><h1><i class='glyphicon glyphicon-smile-o'></i><small> Todo bien pero al parecer no se modicaron registros </small></h1></div>";
<div class='alert alert-success text-center'><h1><i class='glyphicon glyphicon-smile-o'></i><small> Todo bien pero al parecer no se modificaron registros </small></h1></div>";
$respuesta->addAssign("div_$control","innerHTML","$mensaje");
}
//$respuesta->addAssign("respuesta_$control","innerHTML","$resultado");

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Una experiencia entre el arte y la cultura. Conviértase en artesano por un día con el taller Ensamble Mágico, actividad que le hará experimentar de un trabajo hecho a mano con materia prima de la región como la guadua, la guasca de plátano, el totumo, la guadua biche, bejucos, maderas, semillas, plátano y maderas tipo exportación. Allí encontrará una muestra de los diferentes productos artesanales que representan el patrimonio tradicional y cultural del Paisaje Cultural Cafetero. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (313)6832087 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Aldea del Artesano </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">50 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Quimbaya XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Artesanía en hoja de guadua. Conozca la técnica artesanal con la hoja caulinar de la guadua, reconocida a nivel nacional por ser novedosa y única. Enamórese de los diferentes productos y diseños que allí se exponen y venden. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (313)7442968 57 (300)6141741 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Aprende de Caulinarte </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">20 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Circasia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Encuentra este primate de selva tropical en su hábitat natural escúchalo y obsérvalo en los diferentes senderos del distrito de conservación de suelos Barbas Bremen, en la finca El Palacio y el Cañón del Rio Barbas. Para poder acceder a estos sitios se debe tener previa autorización y un guía especializado. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (317)8955099 57 (6) 7495955 57 (300)6520422 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Avistamiento del mono aullador en la vereda Cruces </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">12 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Filandia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Una experiencia que no olvidarás. Una aventura emocionante en la cual se recorre el rio calmada y silenciosamente sobre una balsa construida en guadua, mientras se disfruta de un entorno natural, rico en avifauna, paisaje, cascadas. La experiencia inicia transportando a los turistas en los famosos camperos de la región, ya en la balsa, los pasajeros se sientan en bancas de madera acompañados por un boga conocedor del rio y la región. La actividad incluye transporte y almuerzo. Duración: 5 horas aproximadamente. Reserva con anticipación de un día </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (310)4640408 57 (316)6598875 57 (300)6520422 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Balsaje por el Rio de la Vieja </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">45 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Quimbaya XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Música y nostalgia. Ubicado en la plaza principal de Pijao, podrá disfrutar el bar de los recuerdos, con un buen aguardiente colombiano, en el que observará fotos antiguas e historias de varias partes del mundo. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Bar de Don Tobías </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">32 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Pijao XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Disfruta cabalgar por el encantador paisaje quindiano entre guaduales y árboles frondosos en un clima tropical, una experiencia de aventura e interacción con el campo y la agricultura. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (320)9129092 57 (300)6520422 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Cabalgata por el Edén Tropical del Quindío </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">39 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">La Tebaida XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> en boca de todo el mundo. Propuesta de cafés especiales colombianos con toda una tradición familiar de agricultores cafeteros. Dos experiencias que le permitirán profundizar en este maravilloso mundo del café: Fábrica de café (2 horas) y Tienda de café especial (1 hora). </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (300)7355679 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Café Jesús Martín </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">18 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Salento XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942">Experiencia de café y gastronomía. Conozca y deguste los cafés premium, especiales, de origen y orgánicos preparados en diferentes métodos; su gastronomía con ingredientes de la región, su salón de arte y café y su tienda donde podrá adquirir productos derivados del café y suvenires. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (6) 7495970 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Café Quindío Restaurante </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">8 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Armenia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Noche bajo las estrellas. Disfrute del aire libre del paisaje cafetero, acampando en los diferentes municipios del Quindío, una experiencia bajo las estrellas con el aroma de nuestra tierra. Vive el Quindío por las Rutas de Ciclomontañismo. Disfrute de nuestro territorio a través de este deporte en el que tiene la oportunidad de conocer las más de 100 diferentes rutas que tenemos en el Quindío. Recréese con nuestra riqueza paisajista y ecosistema biodiverso </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">Circasia 57 (311)3546055 La Tebaida 57 (315)5765233 Salento 57 (317)4296991 57 (314)7867605 Córdoba 57 (321)8128456 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Camping </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">52 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">ACTIVIDADES EN VARIOS MUNICIPIOS XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Visite y conozca la historia e importancia de este cementerio especial y emblemático Patrimonio Arquitectónico y Cultural de los quindianos, construido para dar sepultura sin importar el partido político, la religión, raza, estrato social o cualquier otra característica de las personas. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Cementerio Libre de Circasia monumento a la libertad y a la tolerancia </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">21 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Circasia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Conozca el tradicional oficio de los tejedores de canastos en bejuco una labor artesanal que ha pasado de generación en generación en el municipio de Filandia </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (321)6341330 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Centro de Interpretación del Bejuco y el Canasto </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">13 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Filandia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942">Árbol nacional de Colombia. A 12 km del casco urbano del municipio de Salento, encontrará el Valle de Cocora con gran belleza paisajística y la Palma de Cera que crece a mayor altitud sobre el nivel de mar y tiene una altura entre Los 40 y 60 mts, considerada como uno de los grandes atractivos del Destino. El lugar cuenta con una gran biodiversidad, paisaje de montaña, paisaje de piedemonte y paisaje de valle; allí también tendrá una experiencia Gastronómica con su plato típico, la trucha con patacón, cultivada en este sector. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (315)4644539 57 (311)5300517 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Conoce la palma más alta del mundo </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">15 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Salento XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Diversión extrema. Iniciando desde la vereda Boquia, esta actividad extrema te invita a pasear por los caminos rurales del municipio, sintiendo la adrenalina y disfrutando del paisaje. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (310)4204487 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Cuatrimotos </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">16 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Salento XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Vuele entre los árboles de un bosque nativo. En más de 1900 metros de emoción y adrenalina, disfrute de un vuelo por cable seguro y controlado, con 16 plataformas, puntos de observación y otras actividades en altura, guiado por profesionales en el ramo. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (301)7314553 57 (300)6520422 57 (300)7787099 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Cánopy </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">43 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Montenegro XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Patrimonio Inmaterial de los quindianos. Una de las celebraciones más auténticas de Colombia, homenaje a la cultura campesina donde desfilan gran variedad de carros clásicos con cargas emblemáticas en distintas categorías: Agrícola, coroteo, artes y oficios, piques y acrobáticos. La experiencia se puede vivir en el mes de junio en Calarcá y octubre en Armenia </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">Armenia, Corpocultura 57 (6) 7314531 Alcaldía calarcá 7421110 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Desfile del Yipao </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">3 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Armenia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> para entrar en contacto con la naturaleza y respirar aire puro. Parque ecológico que ofrece al turista una diversión sana, natural, con caminatas alrededor de 2 horas, alojamiento en cabaña y camping, con un claro enfoque de conservacionismo y cuidado del medio ambiente </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (313)6494533 57 (300)6520422 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Ecoparque Peñas Blancas </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">23 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Calarcá XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Banquete para todos los sentidos. Recorrido de inmersión vivencial en el mundo cafetero que permite a los turistas sentir la naturaleza en diferentes estaciones, mientras comprenden todos los elementos que influyen y componen el proceso del café. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (6) 7466103 57 (314)850 56 95 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Experiencia Combia Inspiración </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">28 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Calarcá XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> El mejor de Colombia. Reconocido por el Ministerio de Cultura como Patrimonio Cultural Inmaterial del Quindío, este festival se realiza el 7 y 8 de diciembre en las calles del municipio que se iluminan en estas dos noches por miles de faroles artesanales elaborados por sus habitantes, para quienes se realiza un concurso con el fin de premiar su esfuerzo y dedicación. Es importante llegar temprano, en horas de la tarde, dada la gran acogida que el festival tiene. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (313)6897079 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Festival de Velas y Faroles en Quimbaya </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">51 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Quimbaya XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Tradición y cultura. En enero no se pierda las celebraciones en el municipio Padre del Quindío, encontrará shows en vivo, artesanías, baile y diversión. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (6) 7593252 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Fiestas de Salento </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">19 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Salento XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Recorrido agroturístico cafetero. Disfrute de una divertida caminata por plantaciones de café hasta la quebrada Buenavista, donde podrá darse un refrescante baño y participar del típico sancocho en leña. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (315)4042235 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Finca El Carriel </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">48 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Quimbaya XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Conozca el proceso de un grano de café, de la semilla a la taza: plantación, recolección, beneficio, tostión, catación y show de barismo. Todo esto en medio del maravilloso paisaje característico de esta región donde toma vida el café colombiano. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (310)8248655 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Finca La Morelia - Recorrido cafetero </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">7 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Armenia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Vivencia cafetera. Conozca todo el proceso del café paseando por las plantaciones de esta finca tradicional, aprenda sobre sus diferentes especies, su productividad, los procesos de siembra, producción y preparación, terminando Con una taza de café caliente recién hecho, un resultado gratificante al disfrutar y saborear. Podrá vivir también la experiencia de ser caficultor por un fin de semana. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (312)2968668 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Finca el Ocaso </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">17 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Salento XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942">Con guías locales. Recorrido guiado por la ciudad de Armenia durante 2 horas desde el Parque Los Fundadores hasta la Plaza de Bolívar, en el que conocerá la perfecta combinación entre el verde de nuestra naturaleza y el progreso urbano que ha tenido la Ciudad Milagro. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">Todos los días de 10:00 a.m. a 5:00 p.m. saliendo del Parque Los Fundadores. </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (317)6362928 </flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Free Walking Tour </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">6 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Armenia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Texturas, sabores y colores. Deléitese degustando los famosos helados artesanales y las mezclas exóticas de este sitio, una experiencia única para cada uno de los visitantes. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">Municipio Buenavista </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Heladería la 75 </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">34 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Buenavista XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Un lugar para los amantes de la naturaleza. Bosque cuidadosamente preservado con senderos ecológicos y un mariposario, donde habitan 1500 mariposas de 50 especies diferentes. También cuenta con un insectario, un laberinto, Un mirador de siete pisos, un puente colgante de 60 metros de largo, el bosque de los colibríes, el observatorio de aves y una de las colecciones de palmas más importantes del mundo, </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">Abierto todos los días de 9:00 a.m. a 5:00 p.m. </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Jardín Botánico del Quindío y su Mariposario </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">22 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Calarcá XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Experiencia integral autosustentable.Pionera del agroturismo ecológico en Colombia crea un ambiente donde se integran el hombre y la naturaleza, en armonía y cooperación. Abierto de lunes a domingo de 8:00 a.m. a 5:00 p.m. con recorridos guiados cada hora en temporada alta. En temporada baja se debe hacer previa reserva para el recorrido. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (312)8319359 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">La Pequeña Granja de Mamá Lulú </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">49 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Quimbaya XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> tradición culinaria regional. Esta bebida fermentada, hecha a base de harina con especias y panela es típica de la región, como una especie de ponche en barril y se constituye en motivo de paseo al corregimiento de Barcelona. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">La forcha de Barcelona </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">27 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Calarcá XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Tradición, cultura y pasión. Experiencia que llenará su vida de momentos de café. Allí podrá disfrutar de un excelente plan, contemplar el paisaje y deleitarse con los productos derivados del café. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (320)6777379 57 (310)5485824 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Mirador Café Concorde </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">37 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Buenavista XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Impresionante vista de tres departamentos colombianos. Imponente torre en madera de 27 mts de altura, desde donde podrá tener una panorámica de 360° observando municipios de Risaralda, Valle del Cauca, Quindío. Vale la pena visitarlo de día y visitarlo de noche. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">Abierto todos los días en temporada alta de 9 a.m. a 10 p.m. </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (314)6790560 </flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Mirador Colina Iluminada </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">10 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Filandia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Parque Nacional de la Cultura Agropecuaria. Conozca la colección de animales domésticos más grande del mundo y disfrute de sus 5 shows espectaculares llenos de emociones fuertes: Actores, acróbatas, trovadores, cerdos veloces, caballos enormes, cabras escaladoras y hasta burros inteligentes entre otros personajes. // Disfrute de la interactividad con los animales que este parque temático ofrece a sus visitantes, exaltando su lema “sin campo no hay ciudad” </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">Abierto de martes a domingo de 9:00 a.m. a 6:00 p.m. </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (312)8851931 </flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">PANACA </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">46 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Quimbaya XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Ruta del Maíz. Desde el municipio de Calarcá llegando a la intersección vial La Ye, bajando al Parador Balboa, disfrutará de las famosas tortas y arepas de chócolo, hechas con el amor quindiano de sus gentes, una experiencia gastronómica imperdible. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Paradores de Balboa </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">25 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Calarcá XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Vuela alto, cumple tu sueño. Para los amantes de la aventura, esta actividad extrema partiendo desde el Cerro el Castillo, le hará vivir una experiencia única al volar sobre el Paisaje Cultural Cafetero, Patrimonio de la Humanidad, UNESCO. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (310)4220596 57 (316)2083682 57 (300)6520422 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Parapente Calarcá </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">26 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Calarcá XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Paisaje andino desde las alturas. Con una vista espléndida de la cordillera central, en el punto más alto del municipio de Buenavista podrá disfrutar de esta actividad extrema que lo hará sentir libre, respirar el aire más puro y disfrutar de las majestuosas montañas de los andes. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (300)5780724 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Parapente en Buenavista </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">33 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Buenavista XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Agroturismo, naturaleza y relajación. Conoce la colección más grande de bambúes y guaduas de Colombia, vive una experiencia agroecológica a través de sus senderos. // Este parque le hace homenaje a la guadua y a su importancia en nuestra región como generadora de agua, elemento de construcción e insumo artesanal. Se debe hacer reserva con antelación </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (312)8437688 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Paraíso del Bambú y la Guadua </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">42 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Montenegro XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Experiencia de la tradición y la cultura de nuestros ancestros. Recreación, esparcimiento y aprendizaje en torno a la cultura de la arriería con escenarios artísticos, culturales y áreas de entretenimiento como la fonda del arriero, música montañera y trova, bailes típicos y costumbres, teatro del arriero, el pueblito cuyabro, presentación de vaquería y arriería. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (310)3885173 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Parque Los Arrieros </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">44 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Quimbaya XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942">Muestra representativa de la cultura prehispánica colombiana. Este Centro Cultural contiene importantes piezas de orfebrería y cerámica de culturas prehispánicas, en una construcción declarada Bien de Interés Cultural Nacional, galardonada con el Premio Nacional de Arquitectura de la autoría del maestro Rogelio Salmona. Abierto de martes a domingo de 9:00 a.m. a 5:00 p.m. menos los días festivos, con visitas guiadas los martes, jueves y sábados. Entrada gratuita. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (6) 7498169 ext. 6078 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Parque Museo del Oro Quimbaya </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">5 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Armenia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942">Pulmón verde y natural. En este parque podrá realizar una caminata de 2 horas, disfrutando de la naturaleza y las aves por un relicto boscoso que bordea la quebrada La Florida. En época de navidad es uno de los sitios predilectos para disfrutar del alumbrado. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">Abierto todos los días 7:00 a.m. a 6:00 p.m. </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (317) 6791432 </flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Parque de la Vida </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">1 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Armenia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Diversión con sabor a café. Es reconocido como uno de los parques temáticos más representativos de Colombia, en el que resalta en un contexto natural, divertido y seguro, el desarrollo que genera el café en nuestro país rindiendo un homenaje a la pujanza de los cafeteros en Colombia. Lo invitamos a hacer un recorrido por la historia, las costumbres y tradiciones de la cultura cafetera, a través de sus atractivos y actividades: Museos interactivos, senderos de mitos y leyendas, show del café y atracciones mecánicas. Abierto todos los días en temporada alta y de miércoles a domingo en temporada baja. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">De 9:00 a.m. a 5:00 p.m. </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (6) 7417417 </flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Parque del Café </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">41 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Montenegro XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Disfrute de un recorrido de 12.5 kms, con un nivel de dificultad medio, haciendo un trayecto en jeep y otro caminando, en el que podrá ir observando terrazas indígenas, lagunas naturales, la cuenca del rio San José, ganadería y cultivos cafeteros hasta llegar a las hermosas cascadas de aguas cristalinas. Todo esto por las hermosas veredas de Argenzul y la Morelia. Debe hacerse reserva por lo menos con un día de anticipación. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (315)3280558 57 (300)6520422 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Paseo a las Cascadas de Filandia </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">11 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Filandia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Naturaleza exuberante. Con un recorrido en jeep Willys desde el pueblo hasta llegar a la vereda Rio Verde Alto, emerge un santuario de biodiversidad y cascadas por el que podrá caminar y observar la riqueza natural del lugar. Allí se conjuga la historia de la región con el patrimonio ambiental. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (321)8128456 57 (317)3740128 57 (300)6520422 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Paseo a las Cascadas de Rio Verde </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">29 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Córdoba XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Un recorrido de nueve cuadras exclusivas para peatones, donde encontrará gran variedad de almacenes de artesanías, comercio y lugares para disfrutar de un buen café. Ubicación: Centro de Armenia </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Paseo por el Centro Comercial de Cielos Abiertos </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">2 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Armenia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Pueblo del buen vivir. Reconocido mundialmente como el primer pueblo "Cittaslow" de Latinoamérica, este municipio cordillerano ofrece aire puro, su habitantes viven en comunión con la naturaleza, la comida sana, una buena calidad de vida y sobretodo mucha tranquilidad, elementos con los que muchos lugares del mundo no cuentan, por estas razones se hace atractivo a los visitantes. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (312)8255613 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Pijao Cittaslow </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">31 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Pijao XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Recorrido de Cultura Cafetera. Donde los turistas se divierten a lo montañero, ríen a carcajadas y se convierten en chapoleras y recolectores bailando a lo campesino mientras reviven la historia del café </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (310)8303779 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Recuca </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">24 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Calarcá XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942">Avistamiento de aves, Senderismo, interpretación ambiental y observación de aves son actividades que podrá disfrutar en este santuario de riqueza biológica. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (312)8863575 57 (300)6520422 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Reserva Barbas Bremen </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">9 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Filandia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Vive la magia y fantasía de un show con más de 50 caballos en escena de 20 razas decenas de artistas y una maravillosa música que te llevará a recorrer los 5 continentes, a través de un mágico sueño por el mundo del caballo. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">Funciones a las 6:30 p.m. en temporada baja de sábado y domingo y en temporada alta de martes a domingo. </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (312)8851931 </flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Show nocturno travesía cinco continentes al galope en PANACA </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">47 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Quimbaya XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Teatro contemporáneo ubicado en el centro de Armenia con permanente programación cultural. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (6) 7450579 57 (318)7899582 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Teatro Azul </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">4 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Armenia XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Lugar mágico entre el cielo y los cafetales. Lugar de privilegio por su ubicación, paisaje y diseño, la Terraza San Alberto ofrece el café especial más premiado de Colombia, por su proceso de quíntuple selección el cual es preparado en muchos diversos métodos, brindando además una variada carta de cafés fríos y calientes. El visitante podrá vivir también una completa experiencia cafetera con sus actividades: el Bautizo Cafetero y el Café Premium Tour con Catación. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (316)8271421 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Terraza San Alberto </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">35 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Buenavista XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Adrenalina y emoción pura. En esta experiencia de aventura extrema usted realizará un descenso autónomo por una cascada de 22 mts de altura con ayuda de cuerdas y equipos de seguridad, siempre acompañado y supervisado por personal experto. Es “una mezcla perfecta entre naturaleza, adrenalina, diversión, aventura y tranquilidad” según la apreciación de un turista que ya lo vivió. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (321)8128456 57 (300)6520422 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Torrentismo en las Cascadas de Rio Verde </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">30 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Córdoba XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Colores, aromas y sabores.Experiencia con duración 5 a 6 horas que hará disfrutar de la gran variedad de frutas de la región. Una actividad que se vive desde cualquiera de las plazas de mercado de los municipios hasta las cocinas para su degustación y preparación de jugos y platos típicos. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (311)7379449 57 (313)6582123 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Tour de Frutas de Nuestra Tierra </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">54 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">ACTIVIDADES EN VARIOS MUNICIPIOS XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> El recorrido por este majestuoso parque muestra la biodiversidad de sus bosques donde se puede disfrutar el avistamiento de aves y su flora característica. Para hacer este recorrido se debe tener un buen estado físico dado su nivel de esfuerzo y duración de 1 a 6 días. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (313)6541619 57 (311)7453761 57(315)3635767 57 (300)6520422 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Travesía por el Parque Nacional Natural los Nevados </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">14 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Salento XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Restaurante y Centro Cultural. Famosa por su arquitectura típica de la región, patrimonio del municipio de Génova, esta casa se ha convertido en el centro artístico y cultural para los jóvenes, donde aprenden diferentes artes como danza, música, pintura, gastronomía y café. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">Abierto de jueves a domingo y festivos de 11:00 a.m. a 8:00 p.m. </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (310)4219228 </flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Villa Gloria </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">38 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Génova XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Territorio de aventura. Actividades ecoturísticas de riesgo controlado, ideales para hacer turismo rural en grupo, un lugar para quienes desean experiencias nuevas y emocionantes en medio de un ambiente natural donde se fusionan hermosos y diversos paisajes. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (310)4220596 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Visita al Rancho California </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">36 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Buenavista XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Viva esta experiencia única y compruebe personalmente porqué UNESCO incluyó este territorio en su lista de Patrimonio Mundial, disfrutando de un vuelo de 45 minutos sobre cafetales, platanales y bellos guaduales. Reserve previamente. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (320)6677818 57 (300)6520422 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Vuele en globo aerostático sobre un paisaje cultural Patrimonio de la Humanidad </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">40 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">Montenegro XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"> Otra manera de vivir y recorrer el Quindío. Se constituye en una experiencia inolvidable que permite un singular contacto y disfrute de la naturaleza y el paisaje, viviendo actividades propias y tradicionales de la cultura local. En las noches decembrinas, se realiza city tour por Armenia en willys vestidos de navidad. </flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (310)4320274 57 (317)3417958 57(320)7788382 57 (314)5787193 57 (313)6980310 </flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962">Yiptour </text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747">53 </tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate">ACTIVIDADES EN VARIOS MUNICIPIOS XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 744.09448819 1052.3622047"
id="svg287"
version="1.1">
<defs
id="def_287">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath287">
</clipPath>
</defs>
<metadata
id="metadata287">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<flowRoot
transform="translate(-403.23928,-1358.2518)"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:11.47779465px;line-height:125%;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed';letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot10936"
xml:space="preserve"><flowRegion
id="flowRegion10938"><rect
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-family:Nilus;-inkscape-font-specification:'Nilus Semi-Condensed'"
y="1479.681"
x="425.93411"
height="64.502151"
width="171.96259"
id="rect10940" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;font-size:10px;line-height:125%;font-family:serif;-inkscape-font-specification:'serif Semi-Condensed';text-align:start;writing-mode:lr-tb;text-anchor:start"
id="flowPara10942"></flowPara></flowRoot> <rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect10944"
width="177.16536"
height="54.560951"
x="21.561937"
y="188.63408"
ry="3.2971687" />
<flowRoot
xml:space="preserve"
id="flowRoot10946"
style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.95842102,0,0,1,317.38386,-66.228155)"><flowRegion
id="flowRegion10948"><rect
id="rect10950"
width="177.66612"
height="52.725803"
x="-304.40347"
y="255.51831"
style="font-size:10px;fill:#ffffff" /></flowRegion><flowPara
id="flowPara11023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff"></flowPara><flowPara
id="flowPara4190"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:serif;-inkscape-font-specification:serif;fill:#ffffff">57 (6) 7427254 ext. 105 - 106 </flowPara></flowRoot> <text
xml:space="preserve"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
x="52.87331"
y="41.254925"
id="text10962"></text>
<path
id="path10968"
stroke-miterlimit="10"
d="m 33.11326,59.6501 c -0.76297,-3.7453 -2.10815,-6.8622 -3.73748,-9.7508 -1.20856,-2.1427 -2.60861,-4.1204 -3.90401,-6.1984 -0.43244,-0.6936 -0.80562,-1.4264 -1.22116,-2.1462 -0.83086,-1.4394 -1.5045,-3.1084 -1.4617,-5.2732 0.0418,-2.1152 0.65358,-3.8119 1.53573,-5.1992 1.45087,-2.2817 3.88112,-4.1525 7.14193,-4.6441 2.6661,-0.402 5.16578,0.2772 6.93841,1.3137 1.44843,0.847 2.57026,1.9785 3.42284,3.3119 0.88997,1.3918 1.50285,3.036 1.5542,5.1807 0.0264,1.0988 -0.1535,2.1163 -0.40701,2.9604 -0.25643,0.8543 -0.66895,1.5684 -1.03599,2.3313 -0.71659,1.489 -1.61484,2.8534 -2.51641,4.2185 -2.68522,4.0663 -5.20557,8.2131 -6.30935,13.8954 z"
style="clip-rule:evenodd;fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.41732287;stroke-miterlimit:10;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="24.52256"
y="41.459747"
id="text10970"><tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none"
id="tspan10972"
x="24.52256"
y="41.459747"></tspan></text>
<text
id="text10974"
y="184.25781"
x="272.55054"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
xml:space="preserve"><tspan
y="184.25781"
x="190.11604"
id="tspan10976"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.72999954px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:end;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:end;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"> XX </tspan>
</text> </svg>

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

View File

@ -38,7 +38,62 @@ header('Pragma: public');
echo "<html><body><h2>https://tupale.co</h2> $linea</body></html>";
return;
}
}elseif($_REQUEST['tipo'] == 'svg') {
if($_REQUEST['id'] !="") {
// $linea = consultar_contenido_formulario("$_REQUEST[id]",'','','simple','','svg');
$creacion = exportar_svg($_REQUEST['id']);
echo $creacion ;
echo"$creacion svg";
return;
}else {
// $linea = landingpage_contenido_identificador("$_REQUEST[identificador]","$id_form","impresion",'paginado');
// $nombre="documento_$_REQUEST[identificador].docx";
}
/*header('Content-type: image/svg+xml');
echo '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="210mm"
height="297mm"
viewBox="0 0 744.09448819 1052.3622047"
id="svg9084"
version="1.1">
<defs
id="defs9086">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath11049">
</clipPath>
</defs>
<metadata
id="metadata9089">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
';
echo $linea;
echo '</svg>';
//echo $linea;
return;
*/
}else{}
if(isset($_REQUEST['id']) AND $_REQUEST['id'] !="") {$formulario = $_REQUEST['id'];
$id_proyecto = remplacetas('form_id','id',"$formulario",'id_empresa','') ; $id_proyecto = $id_proyecto[0];