<style>
.vc-bol-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; padding: 4px 0; }
.vc-bol-opciones { display: flex; gap: 16px; margin-bottom: 14px; flex-wrap: wrap; }
.vc-bol-opcion { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; cursor: pointer; padding: 14px 22px; border: 2px solid #ddd; border-radius: 10px; background: #fff; transition: all .2s; user-select: none; }
.vc-bol-opcion input[type=radio] { display: none; }
.vc-bol-opcion.activa { border-color: #2C3E6B; background: #f0f4ff; color: #2C3E6B; }
.vc-bol-externo { background: #f8faff; border: 1px solid #dce4ff; border-radius: 8px; padding: 16px; }
.vc-bol-externo label { font-size: 12px; font-weight: 600; color: #555; text-transform: uppercase; display: block; margin-bottom: 5px; }
.vc-bol-externo input[type=text] { width: 100%; box-sizing: border-box; padding: 10px 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; margin-bottom: 12px; }
.vc-bol-aviso-ext { background: #fff8e1; border: 1px solid #ffd54f; border-radius: 6px; padding: 10px 14px; font-size: 13px; color: #856404; margin-top: 4px; }
.vc-bol-aviso-int { background: #E8F5E9; border-radius: 6px; padding: 10px 14px; font-size: 13px; color: #2e7d32; margin-top: 8px; }
</style>
<div class="vc-bol-wrap">
    <p style="font-size:13px;color:#666;margin:0 0 14px">&#191;C&#243;mo se gestionan las entradas para este evento?</p>
    <div class="vc-bol-opciones">
        <label class="vc-bol-opcion " onclick="vcBolSel('vivecali',this)">
            <input type="radio" name="vc_boleteria_tipo" value="vivecali" >
            &#127917; ViveCali (sistema interno)
        </label>
        <label class="vc-bol-opcion " onclick="vcBolSel('externo',this)">
            <input type="radio" name="vc_boleteria_tipo" value="externo" >
            &#128279; Boleter&#237;a externa
        </label>
    </div>

    <div id="vc-bol-externo" style="display:none">
        <div class="vc-bol-externo">
            <label>URL de la boleter&#237;a externa *</label>
            <input type="text" name="vc_boleteria_url" value="" placeholder="https://tuboleta.com/evento-xxx">
            <label>Texto del bot&#243;n</label>
            <input type="text" name="vc_boleteria_texto_boton" value="" placeholder="Comprar entradas">
            <div class="vc-bol-aviso-ext">&#9432; En la ficha del evento aparecer&#225; un bot&#243;n que lleva al usuario a esta URL externa.</div>
        </div>
    </div>

    <div id="vc-bol-interno" style="display:none">
        <div class="vc-bol-aviso-int">&#10003; Las inscripciones y pagos se gestionan directamente en ViveCali.</div>
    </div>
</div>
<script>
function vcBolSel(tipo, el) {
    document.querySelectorAll('.vc-bol-opcion').forEach(function(e){ e.classList.remove('activa'); });
    el.classList.add('activa');
    el.querySelector('input[type=radio]').checked = true;
    document.getElementById('vc-bol-externo').style.display = tipo === 'externo' ? 'block' : 'none';
    document.getElementById('vc-bol-interno').style.display = tipo === 'vivecali' ? 'block' : 'none';
}
</script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.vivecali.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.vivecali.com/post-sitemap.xml</loc>
		<lastmod>2026-06-12T02:34:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.vivecali.com/page-sitemap.xml</loc>
		<lastmod>2026-06-23T22:41:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.vivecali.com/lugar-sitemap.xml</loc>
		<lastmod>2026-06-26T04:29:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.vivecali.com/tribe_events-sitemap1.xml</loc>
		<lastmod>2026-06-26T04:41:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.vivecali.com/tribe_events-sitemap2.xml</loc>
		<lastmod>2026-06-26T02:51:13+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.vivecali.com/tribe_event_series-sitemap.xml</loc>
		<lastmod>2026-06-26T02:07:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.vivecali.com/category-sitemap.xml</loc>
		<lastmod>2026-06-12T02:34:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.vivecali.com/categoria_lugar-sitemap.xml</loc>
		<lastmod>2026-06-26T04:29:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.vivecali.com/tribe_events_cat-sitemap.xml</loc>
		<lastmod>2026-06-26T04:41:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.vivecali.com/local-sitemap.xml</loc>
		<lastmod>2026-06-11T03:18:46+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->