    		    <script>
		        function STXsliderPreloader(wrapper){
		        	var options = JSON.parse(wrapper.dataset.options);
		        	var preloaderDiv = document.createElement('div')
		        	wrapper.appendChild(preloaderDiv)
		        	preloaderDiv.classList.add("stx_remove")
		        	preloaderDiv.style.position = "absolute"
		        	preloaderDiv.style.backgroundImage = 'url("'+options.slides[0].src+'")';
		        	preloaderDiv.style.zIndex = 2
		        	preloaderDiv.style.backgroundSize = "cover";
		        	preloaderDiv.style.backgroundPosition = "center";

		        	var wrapperWidth = wrapper.clientWidth;
		        	var fullscreen = options.fullscreen
		        	var forceResponsive = options.forceResponsive
		        	var windowWidth = document.documentElement.clientWidth
		        	if(wrapperWidth < options.mobileSize) {
		        		options.ratio = options.ratioMobile || options.ratioTablet || options.ratio;
		        		options.responsive = options.responsiveMobile;
		        		options.width = options.widthMobile || options.widthTablet || options.width;
		        		options.height = options.heightMobile || options.heightTablet || options.height;
		        		fullscreen = options.fullscreenMobile
		        		forceResponsive = options.forceResponsiveMobile
		        	}else if(wrapperWidth < options.tabletSize){
		        		options.ratio = options.ratioTablet || options.ratio;
		        		options.responsive = options.responsiveTablet;
		        		options.width = options.widthTablet || options.width;
		        		options.height = options.heightTablet || options.height;
		        		fullscreen = options.fullscreenTablet
		        		forceResponsive = options.forceResponsiveTablet
		        	}


		        	if(options.responsive){
		        		if(options.forceResponsive){
		        			preloaderDiv.style.width = windowWidth + "px"		        			
		        			preloaderDiv.style.marginLeft = "-" + wrapper.offsetLeft + "px"
		        			preloaderDiv.style.height = windowWidth / options.ratio + "px";
		        			wrapper.style.height = windowWidth / options.ratio + "px";
		        		}else{
		        			preloaderDiv.style.width = "100%";
		        			preloaderDiv.style.left = "50%"
		        			preloaderDiv.style.transform = "translateX(-50%)"
		        			preloaderDiv.style.webkitTransform = "translateX(-50%)"
		        			preloaderDiv.style.height = wrapper.clientWidth / options.ratio + "px";
		        			wrapper.style.height = wrapper.clientWidth / options.ratio + "px";
		        		}

		        				        	}else{
		        		preloaderDiv.style.width = options.width + "px";
		        		preloaderDiv.style.height = options.height + "px";
		        		wrapper.style.height = options.height + "px";
		        	}

		        	if(fullscreen){
		        		var rect = wrapper.getBoundingClientRect();
						var offset = { 
			                top: rect.top + window.scrollY, 
			                left: rect.left + window.scrollX, 
			            };
		        		options.height = window.innerHeight - offset.top;
		        		preloaderDiv.style.height = options.height + "px";
		        		wrapper.style.height = options.height + "px";
		        	}
		        }
		    </script>
		    {"id":17195,"date":"2026-08-08T05:51:21","date_gmt":"2026-08-08T05:51:21","guid":{"rendered":"https:\/\/www.colsanfrancisco.edu.co\/web\/?page_id=17195"},"modified":"2026-08-08T18:42:10","modified_gmt":"2026-08-08T18:42:10","slug":"home_p","status":"publish","type":"page","link":"https:\/\/www.colsanfrancisco.edu.co\/web\/","title":{"rendered":"Home"},"content":{"rendered":"\n<div style=\"width:100%; position:relative;\">\n  <div id=\"slider_6a780ad3e8348\" class=\"slider_instance\" style=\"position: relative;\" data-options=\"{&quot;id&quot;:7,&quot;name&quot;:&quot;slider 69&quot;,&quot;instanceName&quot;:&quot;TEMPLATE - Image Gallery&quot;,&quot;date&quot;:&quot;2023-10-09 17:54:49&quot;,&quot;status&quot;:&quot;published&quot;,&quot;slides&quot;:[{&quot;src&quot;:&quot;https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/abiertas-1.png&quot;,&quot;thumbSrc&quot;:&quot;https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/abiertas-1-300x100.png&quot;},{&quot;src&quot;:&quot;https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Primaria.png&quot;,&quot;thumbSrc&quot;:&quot;https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Primaria-300x100.png&quot;},{&quot;src&quot;:&quot;https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/COSAFRA.png&quot;,&quot;thumbSrc&quot;:&quot;https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/COSAFRA-300x100.png&quot;}],&quot;initialSlide&quot;:0,&quot;hashNavigation&quot;:{&quot;enable&quot;:false},&quot;width&quot;:1200,&quot;height&quot;:200,&quot;fullscreen&quot;:false,&quot;ratio&quot;:3,&quot;ratioTablet&quot;:2,&quot;ratioMobile&quot;:0.9,&quot;buttons&quot;:{&quot;pauseVisible&quot;:false,&quot;muteVisible&quot;:false,&quot;startVideoMuted&quot;:true},&quot;loading&quot;:{&quot;textColor&quot;:&quot;#eeb952&quot;,&quot;fadeEffect&quot;:true,&quot;color&quot;:&quot;#009EAF&quot;,&quot;style&quot;:&quot;style4&quot;,&quot;backgroundColor&quot;:&quot;#000000&quot;},&quot;autoplay&quot;:{&quot;enable&quot;:true,&quot;delay&quot;:3000,&quot;disableOnInteraction&quot;:true,&quot;reverseDirection&quot;:false,&quot;progress&quot;:true,&quot;pauseOnHover&quot;:true},&quot;responsive&quot;:true,&quot;navigation&quot;:{&quot;style&quot;:&quot;effect6&quot;,&quot;enable&quot;:true},&quot;pagination&quot;:{&quot;backgroundColor&quot;:&quot;#009EAF&quot;,&quot;backgroundColorActive&quot;:&quot;#009EAF&quot;,&quot;backgroundColorHover&quot;:&quot;#009EAF&quot;,&quot;borderRadiusActive&quot;:&quot;50%&quot;,&quot;borderRadiusHover&quot;:&quot;50%&quot;,&quot;borderRadius&quot;:&quot;50%&quot;,&quot;boxShadow&quot;:&quot;none&quot;,&quot;boxShadowActive&quot;:&quot;none&quot;,&quot;boxShadowHover&quot;:&quot;none&quot;,&quot;opacityHover&quot;:1,&quot;opacityActive&quot;:1,&quot;opacity&quot;:0.8,&quot;widthHover&quot;:&quot;8px&quot;,&quot;heightHover&quot;:&quot;8px&quot;,&quot;heightActive&quot;:&quot;8px&quot;,&quot;widthActive&quot;:&quot;8px&quot;,&quot;height&quot;:&quot;8px&quot;,&quot;width&quot;:&quot;8px&quot;,&quot;border&quot;:&quot;2px solid #BAD5D8&quot;,&quot;borderActive&quot;:&quot;2px solid #BAD5D8 &quot;,&quot;borderHover&quot;:&quot;2px solid #BAD5D8&quot;,&quot;enable&quot;:true,&quot;style&quot;:&quot;effect2&quot;,&quot;clickable&quot;:true,&quot;dynamicBullets&quot;:false},&quot;stopOnLastSlide&quot;:false,&quot;grabCursor&quot;:true,&quot;tabletSize&quot;:1024,&quot;mobileSize&quot;:768,&quot;keyboard&quot;:{&quot;enable&quot;:true},&quot;wheelNavigation&quot;:{&quot;enable&quot;:false,&quot;stopOnLast&quot;:false,&quot;interval&quot;:2000},&quot;lightbox&quot;:{&quot;backgroundColor&quot;:&quot;#000000F2&quot;,&quot;closeColor&quot;:&quot;#FFFFFF&quot;},&quot;lightboxMode&quot;:{&quot;enable&quot;:false,&quot;text&quot;:&quot;open in LIGHTBOX&quot;,&quot;fontColor&quot;:&quot;#6C6C6C&quot;,&quot;hoverColor&quot;:&quot;#333333&quot;,&quot;fontFamily&quot;:&quot;Arial&quot;,&quot;fontSize&quot;:20},&quot;resetVideos&quot;:true,&quot;thumbs&quot;:{&quot;enable&quot;:false,&quot;position&quot;:&quot;bottom&quot;,&quot;spaceAround&quot;:1,&quot;spaceBetween&quot;:1,&quot;background&quot;:&quot;#4D4C509E&quot;,&quot;centered&quot;:false,&quot;thumbWidth&quot;:100,&quot;thumbHeight&quot;:60,&quot;outsideSlider&quot;:true},&quot;layerWidth&quot;:&quot;100%&quot;,&quot;layerHeight&quot;:&quot;400px&quot;,&quot;shadow&quot;:&quot;effect1&quot;,&quot;parallax&quot;:0.5,&quot;fullscreenTablet&quot;:0,&quot;fullscreenMobile&quot;:0,&quot;widthMobile&quot;:688,&quot;widthTablet&quot;:688,&quot;heightMobile&quot;:378,&quot;heightTablet&quot;:378,&quot;responsiveMobile&quot;:true,&quot;responsiveTablet&quot;:true,&quot;lightboxModeMobile&quot;:{&quot;enable&quot;:false,&quot;text&quot;:&quot;open in LIGHTBOX&quot;,&quot;fontColor&quot;:&quot;#6C6C6C&quot;,&quot;hoverColor&quot;:&quot;#333333&quot;,&quot;fontFamily&quot;:&quot;Arial&quot;,&quot;fontSize&quot;:20},&quot;lightboxModeTablet&quot;:{&quot;enable&quot;:false,&quot;text&quot;:&quot;open in LIGHTBOX&quot;,&quot;fontColor&quot;:&quot;#6C6C6C&quot;,&quot;hoverColor&quot;:&quot;#333333&quot;,&quot;fontFamily&quot;:&quot;Arial&quot;,&quot;fontSize&quot;:20},&quot;mode&quot;:&quot;webgl&quot;,&quot;showSlidesRandomOrder&quot;:true,&quot;preloadFirstSlide&quot;:true,&quot;forceResponsive&quot;:true,&quot;layerStarOnTransitionStart&quot;:false,&quot;videoAutoplay&quot;:true,&quot;forceResponsiveMobile&quot;:false,&quot;forceResponsiveTablet&quot;:false,&quot;layerWidthMin&quot;:&quot;300px&quot;,&quot;layerWidthMax&quot;:&quot;100%&quot;,&quot;layerHeightMin&quot;:&quot;400px&quot;,&quot;layerHeightMax&quot;:&quot;400px&quot;,&quot;rootFolder&quot;:&quot;https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/plugins\\\/transition-slider-lite\\\/&quot;}\"><script class=\"stx_remove\">STXsliderPreloader(document.getElementById(\"slider_6a780ad3e8348\"))<\/script><\/div>\n<\/div>\n\n<section style=\"background:#ffffff; position:relative; z-index:10; padding: 60px 0; clear: both;\">\n\n    <div style=\"max-width:100%; margin:0 auto; padding:0 32px\">\n      <div style=\"display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:18px\">\n        <a href=\"https:\/\/www.colsanfrancisco.edu.co\/web\/contact_p\/\" style=\"background:#ffffff; border:1px solid #dde1ec; border-top:4px solid #3a3d8c; border-radius:12px; padding:26px 24px; text-decoration:none; display:flex; flex-direction:column; gap:8px; box-shadow:0 12px 34px rgba(20,22,38,.08)\" style-hover=\"border-color:#3a3d8c; transform:translateY(-3px)\">\n          <span style=\"font-size:16.5px; font-weight:700; color:#141626\">Admisiones<\/span>\n          <span style=\"font-size:13.5px; line-height:1.6; color:#6e7590\">Requisitos, fechas y formulario de inscripci\u00f3n.<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2026\/02\/MC_03_MACO_SAN_FRANCISCO_2026.pdf\" style=\"background:#ffffff; border:1px solid #dde1ec; border-top:4px solid #1fafe0; border-radius:12px; padding:26px 24px; text-decoration:none; display:flex; flex-direction:column; gap:8px; box-shadow:0 12px 34px rgba(20,22,38,.08)\" style-hover=\"border-color:#1fafe0; transform:translateY(-3px)\">\n          <span style=\"font-size:16.5px; font-weight:700; color:#141626\">Manual de Convivencia<\/span>\n          <span style=\"font-size:13.5px; line-height:1.6; color:#6e7590\">Documento vigente 2026 en PDF.<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.colsanfrancisco.edu.co\/web\/gallery_p\/\" style=\"background:#ffffff; border:1px solid #dde1ec; border-top:4px solid #f2e63a; border-radius:12px; padding:26px 24px; text-decoration:none; display:flex; flex-direction:column; gap:8px; box-shadow:0 12px 34px rgba(20,22,38,.08)\" style-hover=\"border-color:#f2e63a; transform:translateY(-3px)\">\n          <span style=\"font-size:16.5px; font-weight:700; color:#141626\">Galer\u00eda<\/span>\n          <span style=\"font-size:13.5px; line-height:1.6; color:#6e7590\">Momentos de la vida franciscana.<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.colsanfrancisco.edu.co\/web\/tutoriales\/\" style=\"background:#ffffff; border:1px solid #dde1ec; border-top:4px solid #ef7f10; border-radius:12px; padding:26px 24px; text-decoration:none; display:flex; flex-direction:column; gap:8px; box-shadow:0 12px 34px rgba(20,22,38,.08)\" style-hover=\"border-color:#ef7f10; transform:translateY(-3px)\">\n          <span style=\"font-size:16.5px; font-weight:700; color:#141626\">Tutoriales<\/span>\n          <span style=\"font-size:13.5px; line-height:1.6; color:#6e7590\">Gu\u00edas para padres y estudiantes.<\/span>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div><\/section>\n\n  <section id=\"nosotros\" style=\"background:#ffffff\">\n    <style>\n      #nosotros .sede-media{position:relative; width:100%; min-width:320px; max-width:580px; aspect-ratio:4\/3}\n      #nosotros .sede-media img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border-radius:16px; opacity:0; transition:opacity .8s ease; z-index:1}\n      #nosotros .sede-media img.is-active{opacity:1; z-index:2}\n      \/* Al pasar el mouse o seleccionar una tarjeta, su imagen se coloca encima ocupando todo el espacio *\/\n      #nosotros:has(.card-eco:hover) .img-eco,\n      #nosotros:has(.card-eco:focus) .img-eco,\n      #nosotros:has(.card-idiomas:hover) .img-idiomas,\n      #nosotros:has(.card-idiomas:focus) .img-idiomas,\n      #nosotros:has(.card-deportes:hover) .img-deportes,\n      #nosotros:has(.card-deportes:focus) .img-deportes,\n      #nosotros:has(.card-valores:hover) .img-valores,\n      #nosotros:has(.card-valores:focus) .img-valores{opacity:1; z-index:3}\n      #nosotros .sede-card{cursor:pointer; outline:none; transition:transform .25s ease, box-shadow .25s ease}\n      #nosotros .sede-card:hover,\n      #nosotros .sede-card:focus{transform:translateY(-3px); box-shadow:0 12px 28px rgba(20,22,38,.10)}\n    <\/style>\n    <div style=\"max-width:100%; margin:0 auto; padding:60px 24px; display:grid; grid-template-columns:repeat(auto-fit, minmax(280px, 1fr)); gap:72px; align-items:center\">\n      <div class=\"sede-media\">\n        <img decoding=\"async\" class=\"img-eco is-active\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2023\/12\/344806192_775560190937146_3008903042836744306_n.jpg\" alt=\"Ambiente ecol\u00f3gico\">\n        <img decoding=\"async\" class=\"img-idiomas\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2026\/08\/idiomas_inten.jpeg\" alt=\"Ingl\u00e9s y franc\u00e9s intensivo\" loading=\"lazy\">\n        <img decoding=\"async\" class=\"img-deportes\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2026\/08\/Deportivas.jpeg\" alt=\"Zonas deportivas\" loading=\"lazy\">\n        <img decoding=\"async\" class=\"img-valores\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2026\/08\/F_valores.jpeg\" alt=\"Formaci\u00f3n en valores\" loading=\"lazy\">\n      <\/div>\n      <div style=\"display:flex; flex-direction:column; gap:22px\">\n        <span style=\"display:flex; align-items:center; gap:14px; font-size:11.5px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:#1fafe0\"><span style=\"width:30px; height:3px; background:#f2e63a; border-radius:2px\"><\/span>Nuestra sede<\/span>\n        <h2 style=\"font-size:clamp(30px, 3.2vw, 40px); line-height:1.18; color:#141626; text-wrap:balance\">Forjando futuros brillantes<\/h2>\n        <p style=\"font-size:16.5px; line-height:1.75; color:#4c526c; max-width:520px\">Nuestra sede educativa destaca en formaci\u00f3n en valores, ambiente ecol\u00f3gico, idiomas intensivos y espacios deportivos de primera clase.<\/p>\n        <div style=\"display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:16px; margin-top:8px\">\n          <div class=\"sede-card card-eco\" tabindex=\"0\" style=\"background:#f7f8fc; border-radius:10px; padding:20px 22px; display:flex; flex-direction:column; gap:6px; border-left:3px solid #1fafe0\">\n            <span style=\"font-size:15.5px; font-weight:700\">Ambiente ecol\u00f3gico<\/span>\n            <span style=\"font-size:13.5px; line-height:1.6; color:#6e7590\">Campus arborizado en Puerto Colombia.<\/span>\n          <\/div>\n          <div class=\"sede-card card-idiomas\" tabindex=\"0\" style=\"background:#f7f8fc; border-radius:10px; padding:20px 22px; display:flex; flex-direction:column; gap:6px; border-left:3px solid #3a3d8c\">\n            <span style=\"font-size:15.5px; font-weight:700\">Ingl\u00e9s y franc\u00e9s intensivo<\/span>\n            <span style=\"font-size:13.5px; line-height:1.6; color:#6e7590\">Formaci\u00f3n triling\u00fce desde preescolar.<\/span>\n          <\/div>\n          <div class=\"sede-card card-deportes\" tabindex=\"0\" style=\"background:#f7f8fc; border-radius:10px; padding:20px 22px; display:flex; flex-direction:column; gap:6px; border-left:3px solid #ef7f10\">\n            <span style=\"font-size:15.5px; font-weight:700\">Zonas deportivas<\/span>\n            <span style=\"font-size:13.5px; line-height:1.6; color:#6e7590\">Amplias canchas y piscina semiol\u00edmpica.<\/span>\n          <\/div>\n          <div class=\"sede-card card-valores\" tabindex=\"0\" style=\"background:#f7f8fc; border-radius:10px; padding:20px 22px; display:flex; flex-direction:column; gap:6px; border-left:3px solid #f2e63a\">\n            <span style=\"font-size:15.5px; font-weight:700\">Formaci\u00f3n en valores<\/span>\n            <span style=\"font-size:13.5px; line-height:1.6; color:#6e7590\">Espiritualidad franciscana: Paz y Bien.<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <script>\n      (function(){\n        var root = document.getElementById('nosotros');\n        if(!root) return;\n        var imgs = root.querySelectorAll('.sede-media img');\n        if(imgs.length < 2) return;\n        var i = 0, timer = null, paused = false;\n        function show(n){\n          imgs.forEach(function(img, idx){ img.classList.toggle('is-active', idx === n); });\n          i = n;\n        }\n        function next(){ if(!paused) show((i + 1) % imgs.length); }\n        function start(){ if(!timer) timer = setInterval(next, 3500); }\n        function stop(){ clearInterval(timer); timer = null; }\n        \/\/ Pausa la rotaci\u00f3n mientras el mouse est\u00e1 sobre las tarjetas o la imagen\n        root.querySelectorAll('.sede-card').forEach(function(card){\n          card.addEventListener('mouseenter', function(){ paused = true; });\n          card.addEventListener('mouseleave', function(){ paused = false; });\n          card.addEventListener('focus', function(){ paused = true; });\n          card.addEventListener('blur', function(){ paused = false; });\n        });\n        var media = root.querySelector('.sede-media');\n        if(media){\n          media.addEventListener('mouseenter', function(){ paused = true; });\n          media.addEventListener('mouseleave', function(){ paused = false; });\n        }\n        start();\n      })();\n    <\/script>\n  <\/div><\/section>\n\n  <section style=\"background:#141626; color:#ffffff\">\n    <div style=\"max-width:100%; margin:0 auto; padding:52px 32px; display:grid; grid-template-columns:repeat(auto-fit, minmax(170px, 1fr)); gap:24px; text-align:center\">\n      <div style=\"display:flex; flex-direction:column; gap:6px\"><span style=\"font-family:Newsreader, serif; font-size:38px; color:#f2e63a\">+70<\/span><span style=\"font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.6)\">A\u00f1os de historia<\/span><\/div>\n      <div style=\"display:flex; flex-direction:column; gap:6px; border-left:1px solid rgba(255,255,255,.14)\"><span style=\"font-family:Newsreader, serif; font-size:38px; color:#f2e63a\">A+<\/span><span style=\"font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.6)\">Categor\u00eda muy superior<\/span><\/div>\n      <div style=\"display:flex; flex-direction:column; gap:6px; border-left:1px solid rgba(255,255,255,.14)\"><span style=\"font-family:Newsreader, serif; font-size:38px; color:#f2e63a\">3<\/span><span style=\"font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.6)\">Idiomas<\/span><\/div>\n      <div style=\"display:flex; flex-direction:column; gap:6px; border-left:1px solid rgba(255,255,255,.14)\"><span style=\"font-family:Newsreader, serif; font-size:38px; color:#f2e63a\">10<\/span><span style=\"font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.6)\">Colegios en la red<\/span><\/div>\n    <\/div>\n  <\/div><\/section>\n\n  <section id=\"servicios\" style=\"background:#f7f8fc\">\n    <div style=\"max-width:100%; margin:0 auto; padding:60px 24px; display:flex; flex-direction:column; gap:48px\">\n      <div style=\"display:flex; align-items:flex-end; justify-content:center; gap:40px; flex-wrap:wrap\">\n        <div style=\"display:flex; flex-direction:column; align-items:center; text-align:center; gap:18px; max-width:640px; margin:0 auto\">\n          <span style=\"display:flex; align-items:center; gap:14px; font-size:11.5px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:#1fafe0\"><span style=\"width:30px; height:3px; background:#f2e63a; border-radius:2px\"><\/span>Extracurriculares<\/span>\n          <h2 style=\"font-size:clamp(30px, 3.2vw, 40px); line-height:1.18; color:#141626; text-wrap:balance\">Descubre un mundo de oportunidades fuera del aula<\/h2>\n          <p style=\"font-size:16.5px; line-height:1.75; color:#4c526c\">Creemos en el desarrollo integral de nuestros estudiantes. Estas actividades construyen amistades duraderas, mejoran la confianza en uno mismo y ense\u00f1an habilidades para la vida.<\/p>\n        <\/div>\n      <\/div>\n      <div style=\"display:grid; grid-template-columns:repeat(auto-fit, minmax(300px, 1fr)); gap:24px\">\n        <article style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:14px; overflow:hidden; display:flex; flex-direction:column\">\n          <div style=\"height:200px; position:relative\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2026\/08\/swimming_pool_real_1786174181404.jpg\" alt=\"Deportes\" style=\"width:100%; height:100%; object-fit:cover;\">\n          <\/div>\n          <div style=\"padding:26px 26px 30px; display:flex; flex-direction:column; gap:10px\">\n            <h3 style=\"font-size:22px; color:#3a3d8c\">Deportes para todos<\/h3>\n            <p style=\"font-size:14.5px; line-height:1.7; color:#4c526c\">Desde f\u00fatbol hasta nataci\u00f3n, promoviendo la actividad f\u00edsica y valores como el trabajo en equipo.<\/p>\n          <\/div>\n        <\/article>\n        <article style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:14px; overflow:hidden; display:flex; flex-direction:column\">\n          <div style=\"height:200px; position:relative\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2026\/08\/kids_lego_robot_1786174053499.jpg\" alt=\"Tecnolog\u00eda\" style=\"width:100%; height:100%; object-fit:cover;\">\n          <\/div>\n          <div style=\"padding:26px 26px 30px; display:flex; flex-direction:column; gap:10px\">\n            <h3 style=\"font-size:22px; color:#3a3d8c\">Innovaci\u00f3n y tecnolog\u00eda<\/h3>\n            <p style=\"font-size:14.5px; line-height:1.7; color:#4c526c\">Clubes de rob\u00f3tica y programaci\u00f3n donde se aprenden habilidades tecnol\u00f3gicas construyendo proyectos.<\/p>\n          <\/div>\n        <\/article>\n        <article style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:14px; overflow:hidden; display:flex; flex-direction:column\">\n          <div style=\"height:200px; position:relative\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2026\/08\/creativity_art_1786174064230.jpg\" alt=\"Arte\" style=\"width:100%; height:100%; object-fit:cover;\">\n          <\/div>\n          <div style=\"padding:26px 26px 30px; display:flex; flex-direction:column; gap:10px\">\n            <h3 style=\"font-size:22px; color:#3a3d8c\">Explora tu creatividad<\/h3>\n            <p style=\"font-size:14.5px; line-height:1.7; color:#4c526c\">Programas de arte y m\u00fasica elaborados para nutrir y dar voz al talento art\u00edstico de cada estudiante.<\/p>\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/div><\/section>\n\n  <section style=\"background:#ffffff\">\n    <div style=\"max-width:100%; margin:0 auto; padding:60px 24px; display:flex; flex-direction:column; align-items:center; gap:20px; text-align:center\">\n      <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2023\/09\/Escudo-1.png\" alt=\"\" style=\"height:52px; width:auto; opacity:.9\">\n      <p style=\"max-width:760px; font-family:Newsreader, serif; font-size:30px; line-height:1.45; color:#3a3d8c; text-wrap:balance\">\u00abEmpieza haciendo lo necesario, luego lo posible, y de repente estar\u00e1s haciendo lo imposible.\u00bb<\/p>\n      <span style=\"font-size:11.5px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:#6e7590\">San Francisco de As\u00eds<\/span>\n    <\/div>\n  <\/div><\/section>\n\n\n\n\n\n  <section id=\"admisiones\" style=\"background:#3a3d8c; position:relative; overflow:hidden\">\n    <div style=\"position:absolute; inset:0; background:radial-gradient(700px 400px at 88% 30%, rgba(31,175,224,.4), transparent 62%)\"><\/div>\n    <div style=\"position:relative; max-width:100%; margin:0 auto; padding:76px 32px; display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap\">\n      <div style=\"display:flex; flex-direction:column; gap:12px; color:#ffffff\">\n        <h2 style=\"font-size:clamp(28px, 3vw, 38px); line-height:1.2; color:#ffffff\">Proceso de admisi\u00f3n 2027<\/h2>\n        <p style=\"font-size:16.5px; line-height:1.7; color:rgba(255,255,255,.8); max-width:600px\">Recibimos solicitudes hasta el 30 de septiembre. Agenda tu visita guiada al campus de Puerto Colombia.<\/p>\n      <\/div>\n      <div style=\"display:flex; gap:14px; flex-wrap:wrap\">\n        <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=573223235402\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"font-size:15px; font-weight:700; color:#141626; background:#f2e63a; text-decoration:none; padding:16px 30px; border-radius:8px; white-space:nowrap\" style-hover=\"background:#ffffff\">Inscr\u00edbete<\/a>\n        <a href=\"https:\/\/www.colsanfrancisco.edu.co\/web\/services_p\/#requisitos\" style=\"font-size:15px; font-weight:600; color:#ffffff; border:1px solid rgba(255,255,255,.4); text-decoration:none; padding:15px 28px; border-radius:8px; white-space:nowrap\" style-hover=\"border-color:#f2e63a; color:#f2e63a\">Ver requisitos<\/a>\n      <\/div>\n    <\/div>\n  <\/div><\/section>\n\n  <section id=\"red\" style=\"background:#f7f8fc\">\n    <div style=\"max-width:100%; margin:0 auto; padding:60px 24px; display:flex; flex-direction:column; gap:40px\">\n      <div style=\"display:flex; flex-direction:column; align-items:center; text-align:center; gap:16px; max-width:700px; margin:0 auto\">\n        <span style=\"display:flex; align-items:center; gap:14px; font-size:11.5px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:#1fafe0\"><span style=\"width:30px; height:3px; background:#f2e63a; border-radius:2px\"><\/span>Red Franciscana<\/span>\n        <h2 style=\"font-size:clamp(28px, 3vw, 38px); line-height:1.2; color:#141626; text-wrap:balance\">Colegios Franciscanos de la Provincia de la Santa Fe en Colombia<\/h2>\n      <\/div>\n      <div style=\"display:grid; grid-template-columns:repeat(auto-fit, minmax(190px, 1fr)); gap:24px\">\n        <a href=\"https:\/\/www.fraydamian.edu.co\/website\/\" target=\"_blank\" style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:10px; padding:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-decoration:none\" class=\"school-card\">\n          <div style=\"height:120px; display:flex; align-items:center; justify-content:center; margin-bottom:12px;\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/logos\/Franciscano_cali (2).png\" alt=\"Escudo Cali\" loading=\"lazy\" style=\"max-width:110px; max-height:120px; width:auto; height:auto;\">\n          <\/div>\n          <span style=\"font-size:13.5px; font-weight:600; line-height:1.45; color:#3a3d8c;\">Colegio Fray Dami\u00e1n Gonz\u00e1lez<br>Cali<\/span>\n        <\/a>\n        <a href=\"https:\/\/pioxii.edu.co\/site\/\" target=\"_blank\" style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:10px; padding:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-decoration:none\" class=\"school-card\">\n          <div style=\"height:120px; display:flex; align-items:center; justify-content:center; margin-bottom:12px;\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/logos\/Franciscano_cali.png\" alt=\"Escudo Cali Pio XII\" loading=\"lazy\" style=\"max-width:110px; max-height:120px; width:auto; height:auto;\">\n          <\/div>\n          <span style=\"font-size:13.5px; font-weight:600; line-height:1.45; color:#3a3d8c;\">Colegio Franciscano de Pio XII<br>Cali<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.colegiocisneros.edu.co\/\" target=\"_blank\" style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:10px; padding:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-decoration:none\" class=\"school-card\">\n          <div style=\"height:120px; display:flex; align-items:center; justify-content:center; margin-bottom:12px;\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/logos\/Franciscano_ibague.png\" alt=\"Escudo Ibagu\u00e9\" loading=\"lazy\" style=\"max-width:110px; max-height:120px; width:auto; height:auto;\">\n          <\/div>\n          <span style=\"font-size:13.5px; font-weight:600; line-height:1.45; color:#3a3d8c;\">Colegio Franciscano Jim\u00e9nez de Cisneros<br>Ibagu\u00e9<\/span>\n        <\/a>\n        <a href=\"https:\/\/sanluisbeltran.edu.co\/\" target=\"_blank\" style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:10px; padding:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-decoration:none\" class=\"school-card\">\n          <div style=\"height:120px; display:flex; align-items:center; justify-content:center; margin-bottom:12px;\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/logos\/Franciscano_santamarta.png\" alt=\"Escudo Santa Marta\" loading=\"lazy\" style=\"max-width:110px; max-height:120px; width:auto; height:auto;\">\n          <\/div>\n          <span style=\"font-size:13.5px; font-weight:600; line-height:1.45; color:#3a3d8c;\">Colegio Franciscano San Luis Beltr\u00e1n<br>Santa Marta<\/span>\n        <\/a>\n        <a href=\"https:\/\/virreysolis.edu.co\/\" target=\"_blank\" style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:10px; padding:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-decoration:none\" class=\"school-card\">\n          <div style=\"height:120px; display:flex; align-items:center; justify-content:center; margin-bottom:12px;\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/logos\/Franciscano_bogota.png\" alt=\"Escudo Bogot\u00e1\" loading=\"lazy\" style=\"max-width:110px; max-height:120px; width:auto; height:auto;\">\n          <\/div>\n          <span style=\"font-size:13.5px; font-weight:600; line-height:1.45; color:#3a3d8c;\">Colegio Franciscano Virrey Sol\u00eds<br>Bogot\u00e1<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.colvirreysolis.edu.co\/\" target=\"_blank\" style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:10px; padding:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-decoration:none\" class=\"school-card\">\n          <div style=\"height:120px; display:flex; align-items:center; justify-content:center; margin-bottom:12px;\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/logos\/Franciscano_bucaramanga.png\" alt=\"Escudo Bucaramanga\" loading=\"lazy\" style=\"max-width:110px; max-height:120px; width:auto; height:auto;\">\n          <\/div>\n          <span style=\"font-size:13.5px; font-weight:600; line-height:1.45; color:#3a3d8c;\">Colegio Franciscano Virrey Sol\u00eds<br>Bucaramanga<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.colgemelli.edu.co\/es\/\" target=\"_blank\" style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:10px; padding:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-decoration:none\" class=\"school-card\">\n          <div style=\"height:120px; display:flex; align-items:center; justify-content:center; margin-bottom:12px;\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/logos\/Franciscano_manizales.png\" alt=\"Escudo Manizales\" loading=\"lazy\" style=\"max-width:110px; max-height:120px; width:auto; height:auto;\">\n          <\/div>\n          <span style=\"font-size:13.5px; font-weight:600; line-height:1.45; color:#3a3d8c;\">Colegio Franciscano Agust\u00edn Gemelli<br>Manizales<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.sansolano.edu.co\/\" target=\"_blank\" style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:10px; padding:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-decoration:none\" class=\"school-card\">\n          <div style=\"height:120px; display:flex; align-items:center; justify-content:center; margin-bottom:12px;\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/logos\/Franciscano_calarca.png\" alt=\"Escudo Calarc\u00e1\" loading=\"lazy\" style=\"max-width:110px; max-height:120px; width:auto; height:auto;\">\n          <\/div>\n          <span style=\"font-size:13.5px; font-weight:600; line-height:1.45; color:#3a3d8c;\">Colegio San Francisco Solano<br>Calarc\u00e1<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.colegiosanfranciscotulua.edu.co\/\" target=\"_blank\" style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:10px; padding:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-decoration:none\" class=\"school-card\">\n          <div style=\"height:120px; display:flex; align-items:center; justify-content:center; margin-bottom:12px;\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/logos\/Franciscano_tulua.png\" alt=\"Escudo Tulu\u00e1\" loading=\"lazy\" style=\"max-width:110px; max-height:120px; width:auto; height:auto;\">\n          <\/div>\n          <span style=\"font-size:13.5px; font-weight:600; line-height:1.45; color:#3a3d8c;\">Colegio San Francisco<br>Tulu\u00e1<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.sanluisrey.edu.co\/new\/\" target=\"_blank\" style=\"background:#ffffff; border:1px solid #e7eaf2; border-radius:10px; padding:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-decoration:none\" class=\"school-card\">\n          <div style=\"height:120px; display:flex; align-items:center; justify-content:center; margin-bottom:12px;\">\n            <img decoding=\"async\" src=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/logos\/Franciscano_quindio.png\" alt=\"Escudo Quind\u00edo\" loading=\"lazy\" style=\"max-width:110px; max-height:120px; width:auto; height:auto;\">\n          <\/div>\n          <span style=\"font-size:13.5px; font-weight:600; line-height:1.45; color:#3a3d8c;\">Colegio San Luis Rey<br>Armenia<\/span>\n        <\/a>\n      <\/div><\/div><\/div><\/section>\n\n  \n  <!-- Secci\u00f3n Instagram -->\n  <section id=\"instagram-feed\" style=\"background:#f8fafc; padding:50px 24px; border-top:1px solid #eaeff6;\">\n    <div style=\"max-width:1200px; margin:0 auto;\">\n      \n      <!-- T\u00edtulo -->\n      <div style=\"text-align:center; margin-bottom:50px;\">\n        <h2 style=\"font-family:Georgia, serif; font-size:36px; color:#141626; margin-bottom:16px; display:flex; justify-content:center; align-items:center; gap:12px;\">\n          <svg width=\"34\" height=\"34\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ef7f10\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"><\/rect><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"><\/path><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"><\/line><\/svg>\n          Conecta con Nosotros\n        <\/h2>\n        <p style=\"color:#6e7590; font-size:16px; max-width:600px; margin:0 auto; line-height:1.6;\">No te pierdas los mejores momentos de nuestra comunidad franciscana. S\u00edguenos en Instagram para ver nuestras \u00faltimas actividades.<\/p>\n      <\/div>\n\n      <!-- Cuadr\u00edcula de 3 Videos -->\n      <div style=\"display:flex; flex-wrap:wrap; justify-content:center; gap:32px;\">\n        \n        <!-- Video 1 -->\n        <div style=\"flex:1 1 300px; max-width:340px; background:#ffffff; border-radius:16px; padding:12px; box-shadow:0 12px 34px rgba(20,22,38,0.06); border:1px solid #eaeff6; transition:transform 0.3s;\" style-hover=\"transform:translateY(-5px);\">\n          <!-- REEMPLAZA EL SRC AQU\u00cd\u008d POR EL LINK DE TU VIDEO -->\n          <iframe src=\"https:\/\/www.instagram.com\/p\/PLACEHOLDER1\/embed\" width=\"100%\" height=\"450\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" style=\"border-radius:8px;\"><\/iframe>\n        <\/div>\n        \n        <!-- Video 2 -->\n        <div style=\"flex:1 1 300px; max-width:340px; background:#ffffff; border-radius:16px; padding:12px; box-shadow:0 12px 34px rgba(20,22,38,0.06); border:1px solid #eaeff6; transition:transform 0.3s;\" style-hover=\"transform:translateY(-5px);\">\n          <!-- REEMPLAZA EL SRC AQU\u00cd\u008d POR EL LINK DE TU VIDEO -->\n          <iframe src=\"https:\/\/www.instagram.com\/p\/PLACEHOLDER2\/embed\" width=\"100%\" height=\"450\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" style=\"border-radius:8px;\"><\/iframe>\n        <\/div>\n        \n        <!-- Video 3 -->\n        <div style=\"flex:1 1 300px; max-width:340px; background:#ffffff; border-radius:16px; padding:12px; box-shadow:0 12px 34px rgba(20,22,38,0.06); border:1px solid #eaeff6; transition:transform 0.3s;\" style-hover=\"transform:translateY(-5px);\">\n          <!-- REEMPLAZA EL SRC AQU\u00cd\u008d POR EL LINK DE TU VIDEO -->\n          <iframe src=\"https:\/\/www.instagram.com\/p\/PLACEHOLDER3\/embed\" width=\"100%\" height=\"450\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" style=\"border-radius:8px;\"><\/iframe>\n        <\/div>\n\n      <\/div>\n      \n      <!-- Bot\u00f3n ver m\u00e1s -->\n      <div style=\"text-align:center; margin-top:50px;\">\n        <a href=\"https:\/\/www.instagram.com\/colsanfrancisco\" target=\"_blank\" style=\"display:inline-flex; align-items:center; gap:8px; font-size:15.5px; font-weight:600; color:#ffffff; background:#1288b5; text-decoration:none; padding:14px 34px; border-radius:8px; box-shadow:0 8px 20px rgba(18,136,181,0.25);\">\n          S\u00edguenos en Instagram\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n        <\/a>\n      <\/div>\n\n    <\/div>\n  <\/div><\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Admisiones Requisitos, fechas y formulario de inscripci\u00f3n. Manual de Convivencia Documento vigente 2026 en PDF. Galer\u00eda Momentos de la vida franciscana. Tutoriales Gu\u00edas para padres y estudiantes. Nuestra sede Forjando futuros brillantes Nuestra sede educativa destaca en formaci\u00f3n en valores, ambiente ecol\u00f3gico, idiomas intensivos y espacios deportivos de primera clase. Ambiente ecol\u00f3gico Campus arborizado en [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"left-sidebar","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-17195","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Colegio San Francisco<\/title>\n<meta name=\"description\" content=\"Home - Colegio San Francisco\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.colsanfrancisco.edu.co\/web\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Colegio San Francisco\" \/>\n<meta property=\"og:description\" content=\"Home - Colegio San Francisco\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.colsanfrancisco.edu.co\/web\/\" \/>\n<meta property=\"og:site_name\" content=\"Colegio San Francisco\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/Colegio-San-Francisco\/100092009992239\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-08T18:42:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2023\/12\/344806192_775560190937146_3008903042836744306_n.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/\",\"url\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/\",\"name\":\"Home - Colegio San Francisco\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/344806192_775560190937146_3008903042836744306_n.jpg\",\"datePublished\":\"2026-08-08T05:51:21+00:00\",\"dateModified\":\"2026-08-08T18:42:10+00:00\",\"description\":\"Home - Colegio San Francisco\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/344806192_775560190937146_3008903042836744306_n.jpg\",\"contentUrl\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/344806192_775560190937146_3008903042836744306_n.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/#website\",\"url\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/\",\"name\":\"Colegio San Francisco\",\"description\":\"Educando hombres y mujeres de Paz y Bien\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/#organization\",\"name\":\"Colegio San Francisco\",\"url\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/Escudo-1.png\",\"contentUrl\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/Escudo-1.png\",\"width\":441,\"height\":525,\"caption\":\"Colegio San Francisco\"},\"image\":{\"@id\":\"https:\\\/\\\/www.colsanfrancisco.edu.co\\\/web\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/people\\\/Colegio-San-Francisco\\\/100092009992239\\\/\",\"https:\\\/\\\/www.instagram.com\\\/colsanfrancisco\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Colegio San Francisco","description":"Home - Colegio San Francisco","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.colsanfrancisco.edu.co\/web\/","og_locale":"es_ES","og_type":"article","og_title":"Home - Colegio San Francisco","og_description":"Home - Colegio San Francisco","og_url":"https:\/\/www.colsanfrancisco.edu.co\/web\/","og_site_name":"Colegio San Francisco","article_publisher":"https:\/\/www.facebook.com\/people\/Colegio-San-Francisco\/100092009992239\/","article_modified_time":"2026-08-08T18:42:10+00:00","og_image":[{"url":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2023\/12\/344806192_775560190937146_3008903042836744306_n.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/","url":"https:\/\/www.colsanfrancisco.edu.co\/web\/","name":"Home - Colegio San Francisco","isPartOf":{"@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/#primaryimage"},"image":{"@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/#primaryimage"},"thumbnailUrl":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2023\/12\/344806192_775560190937146_3008903042836744306_n.jpg","datePublished":"2026-08-08T05:51:21+00:00","dateModified":"2026-08-08T18:42:10+00:00","description":"Home - Colegio San Francisco","breadcrumb":{"@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.colsanfrancisco.edu.co\/web\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/#primaryimage","url":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2023\/12\/344806192_775560190937146_3008903042836744306_n.jpg","contentUrl":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2023\/12\/344806192_775560190937146_3008903042836744306_n.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.colsanfrancisco.edu.co\/web\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/#website","url":"https:\/\/www.colsanfrancisco.edu.co\/web\/","name":"Colegio San Francisco","description":"Educando hombres y mujeres de Paz y Bien","publisher":{"@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.colsanfrancisco.edu.co\/web\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/#organization","name":"Colegio San Francisco","url":"https:\/\/www.colsanfrancisco.edu.co\/web\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/#\/schema\/logo\/image\/","url":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2023\/09\/Escudo-1.png","contentUrl":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-content\/uploads\/2023\/09\/Escudo-1.png","width":441,"height":525,"caption":"Colegio San Francisco"},"image":{"@id":"https:\/\/www.colsanfrancisco.edu.co\/web\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/Colegio-San-Francisco\/100092009992239\/","https:\/\/www.instagram.com\/colsanfrancisco\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-json\/wp\/v2\/pages\/17195","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-json\/wp\/v2\/comments?post=17195"}],"version-history":[{"count":41,"href":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-json\/wp\/v2\/pages\/17195\/revisions"}],"predecessor-version":[{"id":17427,"href":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-json\/wp\/v2\/pages\/17195\/revisions\/17427"}],"wp:attachment":[{"href":"https:\/\/www.colsanfrancisco.edu.co\/web\/wp-json\/wp\/v2\/media?parent=17195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}