{"id":7,"date":"2025-12-11T15:31:05","date_gmt":"2025-12-11T15:31:05","guid":{"rendered":"https:\/\/www.gaiaschoolcr.org\/?page_id=7"},"modified":"2026-05-16T20:34:54","modified_gmt":"2026-05-16T20:34:54","slug":"inicio","status":"publish","type":"page","link":"https:\/\/www.gaiaschoolcr.org\/es\/","title":{"rendered":"Inicio"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"7\" class=\"elementor elementor-7\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c50949 e-con-full e-flex e-con e-parent\" data-id=\"2c50949\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-161def6 elementor-widget elementor-widget-html\" data-id=\"161def6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"gaia-hero-container\">\n    <video id=\"gaiaVideo\" controls playsinline controlsList=\"nodownload\" oncontextmenu=\"return false;\" class=\"gaia-video-fullscreen\" autoplay muted>\n        <source src=\"https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2026\/03\/gaia_school_of_costa_rica-1080p-1.mp4\" type=\"video\/mp4\">\n        \n        <track label=\"Espa\u00f1ol\" kind=\"subtitles\" srclang=\"es\" src=\"https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2026\/03\/spanish-ai-generated.vtt\">\n        <track label=\"English\" kind=\"subtitles\" srclang=\"en\" src=\"https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2026\/03\/auto_generated_captions.vtt\">\n    <\/video>\n\n    <div class=\"custom-subs-control\">\n        <button id=\"btn-subs-toggle\" class=\"btn-subtitles\">\n            <span class=\"icon-cc\">CC<\/span> Subt\u00edtulos \/ Subtitles\n        <\/button>\n        <div id=\"subs-menu\" class=\"subs-menu\">\n            <div class=\"subs-option\" data-lang=\"es\">Espa\u00f1ol <span class=\"check-mark\">\u2713<\/span><\/div>\n            <div class=\"subs-option\" data-lang=\"en\">English <span class=\"check-mark\">\u2713<\/span><\/div>\n            <div class=\"subs-divider\"><\/div>\n            <div class=\"subs-option\" data-lang=\"off\">Desactivar \/ Off <span class=\"check-mark\">\u2713<\/span><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    var video = document.getElementById(\"gaiaVideo\");\n    var btnToggle = document.getElementById(\"btn-subs-toggle\");\n    var menu = document.getElementById(\"subs-menu\");\n    var options = document.querySelectorAll(\".subs-option\");\n    \n    function changeLanguage(langCode) {\n        let textTracks = video.textTracks;\n\n        for (let i = 0; i < textTracks.length; i++) {\n            textTracks[i].mode = 'disabled';\n        }\n\n        if (langCode !== 'off') {\n            for (let i = 0; i < textTracks.length; i++) {\n                if (textTracks[i].language === langCode) {\n                    textTracks[i].mode = 'showing';\n                    break;\n                }\n            }\n        }\n\n        options.forEach(function(opt) {\n            opt.classList.remove(\"selected\");\n            if (opt.getAttribute(\"data-lang\") === langCode) {\n                opt.classList.add(\"selected\");\n            }\n        });\n        \n        menu.classList.remove(\"active\");\n        btnToggle.classList.remove(\"active-button\"); \n    }\n\n    \/\/ Funci\u00f3n para inicializar subt\u00edtulos seg\u00fan el idioma del navegador\n    function initSubtitles() {\n        var userLang = navigator.language || navigator.userLanguage; \n        if (userLang.startsWith('en')) {\n            changeLanguage('en');\n        } else {\n            changeLanguage('es');\n        }\n    }\n\n    \/\/ Escucha si los metadatos cargan normalmente\n    video.addEventListener('loadedmetadata', initSubtitles);\n\n    \/\/ Respaldo por si el video carg\u00f3 antes de que el script se ejecutara\n    if (video.readyState >= 1) {\n        initSubtitles();\n    }\n\n    \/\/ Toggle del men\u00fa al hacer clic\n    btnToggle.addEventListener(\"click\", function(e) {\n        e.stopPropagation();\n        menu.classList.toggle(\"active\");\n        \n        if (menu.classList.contains(\"active\")) {\n            btnToggle.classList.add(\"active-button\");\n        } else {\n            btnToggle.classList.remove(\"active-button\");\n        }\n    });\n\n    options.forEach(function(opt) {\n        opt.addEventListener(\"click\", function() {\n            var lang = this.getAttribute(\"data-lang\");\n            changeLanguage(lang);\n        });\n    });\n\n    document.addEventListener(\"click\", function(event) {\n        if (!event.target.closest('.custom-subs-control')) {\n            menu.classList.remove(\"active\");\n            btnToggle.classList.remove(\"active-button\"); \n        }\n    });\n});\n<\/script>\n\n<style>\n.gaia-hero-container {\n    position: relative;\n    width: 100%;\n    height: 100vh;\n    overflow: hidden;\n    background-color: #000;\n}\n\n.gaia-video-fullscreen {\n    position: absolute; top: 50%; left: 50%;\n    width: 100%; height: 100%;\n    transform: translate(-50%, -50%);\n    object-fit: cover; z-index: 1;\n}\n\n\/* CONTENEDOR DEL CONTROL *\/\n.custom-subs-control {\n    position: absolute;\n    bottom: 100px; \n    right: 30px;\n    z-index: 999;\n    display: flex; flex-direction: column-reverse; \n}\n\n\/* BOT\u00d3N PRINCIPAL *\/\n.btn-subtitles {\n    background-color: rgba(0, 0, 0, 0.6) !important; \n    color: white !important;\n    border: 2px solid rgba(255,255,255,0.2) !important; \n    \n    padding: 10px 18px;\n    border-radius: 8px;\n    cursor: pointer;\n    font-weight: 600;\n    font-size: 14px; \n    font-family: sans-serif;\n    display: flex; align-items: center; gap: 8px;\n    transition: all 0.2s ease; \n    box-shadow: 0 4px 10px rgba(0,0,0,0.3);\n    outline: none;\n}\n\n.btn-subtitles:hover { \n    background-color: rgba(0, 0, 0, 1.0) !important; \n    border-color: rgba(255,255,255,0.4) !important;\n}\n\n.btn-subtitles.active-button {\n    background-color: #9FB99C !important; \n    border-color: #6D826B !important; \n    color: white !important;\n}\n\n.icon-cc {\n    background: white; color: black;\n    padding: 1px 3px; border-radius: 2px; font-size: 10px; font-weight: bold;\n}\n\n\/* MEN\u00da DESPLEGABLE *\/\n.subs-menu {\n    position: absolute;\n    bottom: 55px; right: 0;\n    background: rgba(0, 0, 0, 0.9);\n    border-radius: 8px;\n    width: 190px;\n    display: none;\n    flex-direction: column;\n    overflow: hidden;\n    border: 1px solid rgba(255,255,255,0.2);\n    box-shadow: 0 4px 15px rgba(0,0,0,0.5);\n    margin-bottom: 5px; \n}\n\n.subs-menu.active { display: flex; }\n\n.subs-option {\n    padding: 10px 15px;\n    color: white;\n    cursor: pointer;\n    font-family: sans-serif;\n    font-size: 13px;\n    display: flex; justify-content: space-between; align-items: center;\n    transition: background 0.1s;\n}\n\n.subs-option:hover { background: rgba(255, 255, 255, 0.15); }\n.subs-divider { height: 1px; background: rgba(255,255,255,0.15); margin: 4px 0; }\n\n\/* ESTILO OPCI\u00d3N SELECCIONADA *\/\n.subs-option.selected {\n    background-color: rgba(159, 185, 156, 0.1) !important;\n    color: #9FB99C !important;\n    font-weight: bold;\n}\n\n.check-mark {\n    opacity: 0;\n    font-size: 14px;\n    color: #9FB99C;\n}\n.subs-option.selected .check-mark { opacity: 1; }\n\n\/* SUBT\u00cdTULOS EN PANTALLA *\/\nvideo::cue {\n    background: rgba(0, 0, 0, 0.8);\n    color: #ffffff;\n    font-size: 22px;\n}\n\nvideo::-webkit-media-text-track-container {\n    transform: translateY(-90px) !important;\n}\n\n\/* BLOQUEO DE DESCARGA *\/\nvideo::-internal-media-controls-download-button { display:none; }\nvideo::-webkit-media-controls-enclosure { overflow:hidden; }\nvideo::-webkit-media-controls-panel { width: calc(100% + 30px); }\n\n\/* Ajustes para Tablet y M\u00f3vil *\/\n@media (max-width: 1024px) {\n    .gaia-hero-container {\n        height: 80vh !important; \n    }\n\n    .custom-subs-control {\n        bottom: 60px; \n        right: 20px;\n    }\n\n    video::cue {\n        font-size: 18px; \n    }\n\n    video::-webkit-media-text-track-container {\n        transform: translateY(-60px) !important; \n    }\n}\n\n\/* Ajuste extra para m\u00f3viles peque\u00f1os *\/\n@media (max-width: 480px) {\n    .gaia-hero-container {\n        height: 80vh !important; \n    }\n    \n    .btn-subtitles {\n        padding: 8px 12px;\n        font-size: 12px;\n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a5129b4 e-flex e-con-boxed e-con e-parent\" data-id=\"a5129b4\" data-element_type=\"container\" data-e-type=\"container\" id=\"inicio\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d36b0e7 elementor-widget elementor-widget-heading\" data-id=\"d36b0e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A Waldorf-inspired school<br>in Costa Rica<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c97784 elementor-widget elementor-widget-heading\" data-id=\"4c97784\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Gaia School of Costa Rica is a community of people committed to fostering a joy of learning and a deep connection to Mother Nature. We offer a rigorous educational approach in which the unfolding of each student's unique gifts is recognized and developed through a holistic and developmentally appropriate curriculum. Our graduates are inspired and empowered to pursue their passions and gain the skills needed to have a positive impact on the world.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b3a25e5 e-con-full e-flex e-con e-parent\" data-id=\"b3a25e5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-843520f e-con-full e-flex e-con e-child\" data-id=\"843520f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ffb8d8 elementor-widget elementor-widget-heading\" data-id=\"9ffb8d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Explore our Educational Program<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3336a54 e-flex e-con-boxed e-con e-child\" data-id=\"3336a54\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-724c411 elementor-widget elementor-widget-template\" data-id=\"724c411\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"873\" class=\"elementor elementor-873\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-3c0a319 e-con-full e-flex e-con e-parent\" data-id=\"3c0a319\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-84b0d7a e-con-full program-card e-flex e-con e-child\" data-id=\"84b0d7a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\" data-url=\"https:\/\/www.gaiaschoolcr.org\/early-childhood\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f12c556 program-desc elementor-widget elementor-widget-text-editor\" data-id=\"f12c556\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Is a time when daily activities unfold in an unhurried, natural way, following a consistent rhythm and routine.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce36016 program-title-wrap elementor-widget elementor-widget-text-editor\" data-id=\"ce36016\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"text-align:center; color:#fff; text-shadow:0 3px 22px rgba(0,0,0,.6);\">\n  <span style=\"display:block; font-size:1rem; font-weight:600; opacity:0.7; margin-bottom:2px;\">Early<\/span>\n  <span style=\"display:block; font-size:2.5rem; font-weight:800; line-height:1;\">Childhood<\/span>\n<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5914fc6 e-con-full program-card e-flex e-con e-child\" data-id=\"5914fc6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\" data-url=\"https:\/\/www.gaiaschoolcr.org\/lower-school\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-264b68b program-desc elementor-widget elementor-widget-text-editor\" data-id=\"264b68b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Includes Grades 1 through 5, a stage of childhood where learning deepens and strong academic foundations are formed.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4564aee program-title-wrap elementor-widget elementor-widget-text-editor\" data-id=\"4564aee\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"school-lower\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"text-align: center; color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.6);\">\n<span style=\"display: block; font-size: 1rem; font-weight: 600; opacity: 0.7; margin-bottom: 2px;\">Lower\u200c<\/span>\n<span style=\"display: block; font-size: 2.5rem; font-weight: 800; line-height: 1;\">School\u200c<\/span><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2e4514a e-con-full program-card e-flex e-con e-child\" data-id=\"2e4514a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\" data-url=\"https:\/\/www.gaiaschoolcr.org\/middle-school\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04bad12 program-desc elementor-widget elementor-widget-text-editor\" data-id=\"04bad12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Includes Grades 6 through 8, a developmental stage where students stand at the threshold of adolescence.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-683a3f1 program-title-wrap elementor-widget elementor-widget-text-editor\" data-id=\"683a3f1\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"school-middle\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"text-align: center; color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.6);\">\n<span style=\"display: block; font-size: 1rem; font-weight: 600; opacity: 0.7; margin-bottom: 2px;\">Middle&zwnj;<\/span>\n<span style=\"display: block; font-size: 2.5rem; font-weight: 800; line-height: 1;\">Sch&zwnj;ool<\/span>\n<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6fec96c e-con-full program-card e-flex e-con e-child\" data-id=\"6fec96c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\" data-url=\"https:\/\/www.gaiaschoolcr.org\/high-school\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2ebf program-desc elementor-widget elementor-widget-text-editor\" data-id=\"62b2ebf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">In the early stages of strategic planning for what will become our High School program.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3fbd86d program-title-wrap elementor-widget elementor-widget-text-editor\" data-id=\"3fbd86d\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"school-high\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"text-align: center; color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.6);\">\n<span style=\"display: block; font-size: 1rem; font-weight: 600; opacity: 0.7; margin-bottom: 2px;\">High&zwnj;&zwnj;<\/span>\n<span style=\"display: block; font-size: 2.5rem; font-weight: 800; line-height: 1;\">Scho&zwnj;ol<\/span>\n<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ce5aadf e-flex e-con-boxed e-con e-parent\" data-id=\"ce5aadf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb6a897 elementor-widget elementor-widget-heading\" data-id=\"cb6a897\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Voices from Our Families<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c2b7656 elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"c2b7656\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Diapositiva n\\u00ba 1&quot;,&quot;_id&quot;:&quot;c0b8fba&quot;},{&quot;slide_title&quot;:&quot;Diapositiva n\\u00ba 2&quot;,&quot;_id&quot;:&quot;a2df6ee&quot;},{&quot;slide_title&quot;:&quot;Diapositiva n\\u00ba 2&quot;,&quot;_id&quot;:&quot;407e653&quot;},{&quot;slide_title&quot;:&quot;Diapositiva n\\u00ba 2&quot;,&quot;_id&quot;:&quot;aae1577&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;1&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carrusel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7fd18cb e-flex e-con-boxed e-con e-child\" data-id=\"7fd18cb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bfce0a elementor-widget elementor-widget-testimonial\" data-id=\"9bfce0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\">\u201cWhen we first learned about this school, what struck us most was the quality of the education and the values it promotes. We wanted our daughter not only to receive academic knowledge, but also to grow as an integral person, with strong principles and clear goals. And here we found exactly that\u201d.<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6963a05 elementor-widget elementor-widget-heading\" data-id=\"6963a05\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Parent of a 1st grader<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d60ff3c e-flex e-con-boxed e-con e-child\" data-id=\"d60ff3c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-95ccb4b elementor-widget elementor-widget-testimonial\" data-id=\"95ccb4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\">\u201cOur experience as part of the school community has been very positive. We have felt welcomed and supported by the teachers and other families, in an environment where our daughter feels safe and motivated to learn\u201d.<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be86034 elementor-widget elementor-widget-heading\" data-id=\"be86034\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Parent of a 3rd grader<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e15546d e-flex e-con-boxed e-con e-child\" data-id=\"e15546d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9d33ac elementor-widget elementor-widget-testimonial\" data-id=\"c9d33ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\">\u201cFrom the very beginning, we knew that another way of educating was possible. When we found Gaia, we felt that at last we had discovered what we had been searching for a school that understands that pressure and competition do not support growth, but instead promotes curiosity, movement, and community life\u201d.<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cbb7989 elementor-widget elementor-widget-heading\" data-id=\"cbb7989\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Parent of a 5th grader<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-202588e e-flex e-con-boxed e-con e-child\" data-id=\"202588e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b1e9e5 elementor-widget elementor-widget-testimonial\" data-id=\"9b1e9e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\">\u201cThe changes in my children have been remarkable. They go happily to school every morning, without pressure or fear. They have developed a deep respect for nature, know how to create with their hands and imagination, and feel more confident both socially and emotionally. For me, as a mother, mornings are completely different: my children wake up excited to go to school, something that fills me with joy\u201d.<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee68d9a elementor-widget elementor-widget-heading\" data-id=\"ee68d9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Parent of a 2nd and 4th grader <\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2198012 e-flex e-con-boxed e-con e-parent\" data-id=\"2198012\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e453290 e-con-full e-flex e-con e-child\" data-id=\"e453290\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-4e5f611 e-con-full e-flex e-con e-child\" data-id=\"4e5f611\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e39045 elementor-widget elementor-widget-image\" data-id=\"7e39045\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1920\" height=\"1281\" src=\"https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717.jpg\" class=\"attachment-full size-full wp-image-567\" alt=\"\" srcset=\"https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717.jpg 1920w, https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717-300x200.jpg 300w, https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717-1024x683.jpg 1024w, https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717-768x512.jpg 768w, https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717-1536x1025.jpg 1536w, https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717-2048x1366.jpg 2048w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cfc0bec e-con-full e-flex e-con e-child\" data-id=\"cfc0bec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-760b9eb elementor-widget elementor-widget-heading\" data-id=\"760b9eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Strategic Vision\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a36a434 elementor-widget elementor-widget-text-editor\" data-id=\"a36a434\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Gaia School is growing with a clear long-term vision: to become a globally recognized bilingual K\u201312 school rooted in nature-based education. Over the coming years, we plan to expand our programs, campus, and community while remaining grounded in the values that define Gaia\u2014academic excellence, connection to nature, health, community, and inclusiveness.<\/span><\/p><p><span style=\"font-weight: 400;\">Our strategic plan includes the development of middle and high school programs, a regenerative campus that integrates learning with the natural landscape, and expanded opportunities in environmental science, the arts, and hands-on learning.<\/span><\/p><p><span style=\"font-weight: 400;\">By combining strong academics with emotional intelligence, ecological stewardship, and real-world skills, Gaia aims to graduate young people who are not only prepared for university and careers, but also capable of contributing meaningfully to their communities and the planet.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>CC Subt\u00edtulos \/ Subtitles Espa\u00f1ol \u2713 English \u2713 Desactivar \/ Off \u2713 A Waldorf-inspired schoolin Costa Rica The Gaia School of Costa Rica is a community of people committed to fostering a joy of learning and a deep connection to Mother Nature. We offer a rigorous educational approach in which the unfolding of each student&#8217;s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Inicio - Gaia School<\/title>\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.gaiaschoolcr.org\/es\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inicio - Gaia School\" \/>\n<meta property=\"og:description\" content=\"CC Subt\u00edtulos \/ Subtitles Espa\u00f1ol \u2713 English \u2713 Desactivar \/ Off \u2713 A Waldorf-inspired schoolin Costa Rica The Gaia School of Costa Rica is a community of people committed to fostering a joy of learning and a deep connection to Mother Nature. We offer a rigorous educational approach in which the unfolding of each student&#8217;s [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gaiaschoolcr.org\/es\/\" \/>\n<meta property=\"og:site_name\" content=\"Gaia School\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-16T20:34:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1281\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/\",\"url\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/\",\"name\":\"Inicio - Gaia School\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/DSC08717.jpg\",\"datePublished\":\"2025-12-11T15:31:05+00:00\",\"dateModified\":\"2026-05-16T20:34:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/#breadcrumb\"},\"inLanguage\":\"es-CR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.gaiaschoolcr.org\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es-CR\",\"@id\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/DSC08717.jpg\",\"contentUrl\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/DSC08717.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inicio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/#website\",\"url\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/\",\"name\":\"Gaia School\",\"description\":\"A Waldorf-inspired school in Costa Rica\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.gaiaschoolcr.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-CR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inicio - Gaia School","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.gaiaschoolcr.org\/es\/","og_locale":"es_ES","og_type":"article","og_title":"Inicio - Gaia School","og_description":"CC Subt\u00edtulos \/ Subtitles Espa\u00f1ol \u2713 English \u2713 Desactivar \/ Off \u2713 A Waldorf-inspired schoolin Costa Rica The Gaia School of Costa Rica is a community of people committed to fostering a joy of learning and a deep connection to Mother Nature. We offer a rigorous educational approach in which the unfolding of each student&#8217;s [&hellip;]","og_url":"https:\/\/www.gaiaschoolcr.org\/es\/","og_site_name":"Gaia School","article_modified_time":"2026-05-16T20:34:54+00:00","og_image":[{"width":1920,"height":1281,"url":"https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.gaiaschoolcr.org\/","url":"https:\/\/www.gaiaschoolcr.org\/","name":"Inicio - Gaia School","isPartOf":{"@id":"https:\/\/www.gaiaschoolcr.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.gaiaschoolcr.org\/#primaryimage"},"image":{"@id":"https:\/\/www.gaiaschoolcr.org\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717.jpg","datePublished":"2025-12-11T15:31:05+00:00","dateModified":"2026-05-16T20:34:54+00:00","breadcrumb":{"@id":"https:\/\/www.gaiaschoolcr.org\/#breadcrumb"},"inLanguage":"es-CR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gaiaschoolcr.org\/"]}]},{"@type":"ImageObject","inLanguage":"es-CR","@id":"https:\/\/www.gaiaschoolcr.org\/#primaryimage","url":"https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717.jpg","contentUrl":"https:\/\/www.gaiaschoolcr.org\/wp-content\/uploads\/2025\/12\/DSC08717.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.gaiaschoolcr.org\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.gaiaschoolcr.org\/"},{"@type":"ListItem","position":2,"name":"Inicio"}]},{"@type":"WebSite","@id":"https:\/\/www.gaiaschoolcr.org\/#website","url":"https:\/\/www.gaiaschoolcr.org\/","name":"Gaia School","description":"A Waldorf-inspired school in Costa Rica","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gaiaschoolcr.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-CR"}]}},"_links":{"self":[{"href":"https:\/\/www.gaiaschoolcr.org\/es\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gaiaschoolcr.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gaiaschoolcr.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gaiaschoolcr.org\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gaiaschoolcr.org\/es\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":0,"href":"https:\/\/www.gaiaschoolcr.org\/es\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.gaiaschoolcr.org\/es\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}