{"id":24637,"date":"2022-07-19T08:54:03","date_gmt":"2022-07-19T08:54:03","guid":{"rendered":"https:\/\/colegioaleman.com\/homepage-2\/"},"modified":"2025-09-23T12:52:19","modified_gmt":"2025-09-23T12:52:19","slug":"homepage-2","status":"publish","type":"page","link":"https:\/\/colegioaleman.com\/en\/","title":{"rendered":"Homepage"},"content":{"rendered":"\n<div class=\"wp-block-cover alignfull is-style-cover-align-rigth\" style=\"min-height:100vh;aspect-ratio:unset;\"><video class=\"wp-block-cover__video-background intrinsic-ignore\" autoplay muted loop playsinline src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2024\/12\/CA-ALEMAN-HOME-WEB-1.mp4\" data-object-fit=\"cover\"><\/video><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-100-background-color has-background-dim-60 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignfull\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<h1 class=\"wp-block-heading has has-body-white-color has-text-color\" style=\"font-size:16px\"><strong>Bilingual school in Zaragoza<\/strong><\/h1>\n\n\n\n<p class=\"text-h1 has-body-white-color has-text-color\"><strong><span class=\"has-accent-yellow-color\">German makes <\/span><br>English easy<\/strong><\/p>\n\n\n\n\n<button class=\"js-modal-btn\" data-video-id=\"PH8XxBN2OEk\">\n    <span>Watch video<\/span>\n<\/button>\n\n\n<script>\n    ( function( $ ) {\n\t\/\/ Open modal\n\t$( document ).ready( function() {\n\t\t$( \".js-modal-btn\" ).modalVideo();\n\t} );\n}( jQuery ) );\n<\/script><\/div>\n<\/div>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-white-color has-primary-100-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:20%\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"144\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2022\/09\/isotipo-old.png\" alt=\"\" class=\"wp-image-23266\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\"><strong>Enrolment is now open.<\/strong><br><strong>26\/27 Academic Year<\/strong><\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>Can you picture your son or daughter naturally absorbing <strong>two languages from their first year of school?<\/strong> And finishing their studies <strong>perfectly prepared, mastering three?<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-theme-link\"><a class=\"wp-block-button__link has-accent-yellow-color has-text-color wp-element-button\" href=\"https:\/\/colegioaleman.com\/en\/admissions\/\">ADMISSIONS ACCESS<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div style=\"height:58px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins&#038;display=swap\" rel=\"stylesheet\" \/>\n<\/head>\n<body style=\"margin: 0; padding: 0; font-family: 'Poppins', sans-serif; overflow-x: hidden;\">\n\n  <h1 style=\"text-align: center; color: #263C57; margin-bottom: 8px; font-family: 'Poppins', sans-serif;\">\n    Promoci\u00f3n Bachillerato 2025\n  <\/h1>\n\n  <div id=\"contenedor\" style=\"\n    display: flex; \n    justify-content: center; \n    align-items: flex-start; \n    flex-wrap: nowrap; \n    gap: 8px; \n    padding: 10px 8px; \n    box-sizing: border-box; \n    width: 100%; \n    max-width: 1200px; \n    margin: 0 auto; \n    overflow-x: auto; \n    -webkit-overflow-scrolling: touch;\n  \">\n    <!-- Los bloques se insertar\u00e1n aqu\u00ed -->\n  <\/div>\n\n  <script>\n    function animateValue(id, start, end, duration, isPercent = false, decimals = 3) {\n      const obj = document.getElementById(id);\n      let startTimestamp = null;\n      const step = (timestamp) => {\n        if (!startTimestamp) startTimestamp = timestamp;\n        const progress = Math.min((timestamp - startTimestamp) \/ duration, 1);\n        const value = start + (end - start) * progress;\n        obj.textContent = isPercent\n          ? Math.floor(value) + \"%\"\n          : value.toFixed(decimals).replace(\".\", \",\");\n        if (progress < 1) {\n          window.requestAnimationFrame(step);\n        }\n      };\n      window.requestAnimationFrame(step);\n    }\n\n    function generateBlocks(imgWidthRatio, maxImgWidth, marginBottom, fontSize, flexBasis, minWidth, gap) {\n      return `\n        <div style=\"\n          flex: 0 1 ${flexBasis}; \n          min-width: ${minWidth}; \n          text-align: center; \n          box-sizing: border-box; \n          font-family: 'Poppins', sans-serif;\n          margin-bottom: ${gap};\n        \">\n          <img decoding=\"async\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/07\/Calificaciones-Bachillerato-Colegio-Aleman.png\" alt=\"Icono Nota m\u00e1s alta obtenida\" \n               style=\"width: ${imgWidthRatio * 100}%; max-width: ${maxImgWidth}; height: auto; margin-bottom: ${marginBottom}px;\" \/>\n          <div style=\"margin-top: 2px; font-weight: bold; color: #263C57; font-size: ${fontSize}; line-height: 1.1;\">\n            Nota m\u00e1s alta obtenida\n          <\/div>\n          <div id=\"contador1\" style=\"color: #ef625a; font-size: 20px; font-weight: bold;\">\n            0\n          <\/div>\n        <\/div>\n\n        <div style=\"\n          flex: 0 1 ${flexBasis}; \n          min-width: ${minWidth}; \n          text-align: center; \n          box-sizing: border-box; \n          font-family: 'Poppins', sans-serif;\n          margin-bottom: ${gap};\n        \">\n          <img decoding=\"async\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/07\/Notas-Colegio-Aleman-Zaragoza-bachillerato.png\" alt=\"Icono Aprobados en Bachillerato\" \n               style=\"width: ${imgWidthRatio * 100}%; max-width: ${maxImgWidth}; height: auto; margin-bottom: ${marginBottom}px;\" \/>\n          <div style=\"margin-top: 2px; font-weight: bold; color: #263C57; font-size: ${fontSize}; line-height: 1.1;\">\n            Aprobados en Bachillerato\n          <\/div>\n          <div id=\"contador2\" style=\"color: #6ea4a3; font-size: 20px; font-weight: bold;\">\n            0\n          <\/div>\n        <\/div>\n\n        <div style=\"\n          flex: 0 1 ${flexBasis}; \n          min-width: ${minWidth}; \n          text-align: center; \n          box-sizing: border-box; \n          font-family: 'Poppins', sans-serif;\n          margin-bottom: ${gap};\n        \">\n          <img decoding=\"async\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/07\/Notas-Colegio-Aleman-Zaragoza.png\" alt=\"Icono Nota media de admisi\u00f3n\" \n               style=\"width: ${imgWidthRatio * 100}%; max-width: ${maxImgWidth}; height: auto; margin-bottom: ${marginBottom}px;\" \/>\n          <div style=\"margin-top: 2px; font-weight: bold; color: #263C57; font-size: ${fontSize}; line-height: 1.1;\">\n            Nota media de admisi\u00f3n\n          <\/div>\n          <div id=\"contador3\" style=\"color: #86b3eb; font-size: 20px; font-weight: bold;\">\n            0\n          <\/div>\n        <\/div>\n\n        <div style=\"\n          flex: 0 1 ${flexBasis}; \n          min-width: ${minWidth}; \n          text-align: center; \n          box-sizing: border-box; \n          font-family: 'Poppins', sans-serif;\n          margin-bottom: ${gap};\n        \">\n          <img decoding=\"async\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/07\/Calificaciones-EVAU-Zaragoza.png\" alt=\"Icono Superan los 11 puntos sobre 14\" \n               style=\"width: ${imgWidthRatio * 100}%; max-width: ${maxImgWidth}; height: auto; margin-bottom: ${marginBottom}px;\" \/>\n          <div style=\"margin-top: 2px; font-weight: bold; color: #263C57; font-size: ${fontSize}; line-height: 1.1;\">\n            Superan los 11 puntos sobre 14\n          <\/div>\n          <div style=\"color: #fadb77; font-size: 20px; font-weight: bold;\">\n            1 de cada 3\n          <\/div>\n        <\/div>\n      `;\n    }\n\n    function loadContent() {\n      const container = document.getElementById(\"contenedor\");\n      const isMobile = window.matchMedia(\"(max-width: 767px)\").matches;\n\n      if (isMobile) {\n        \/\/ M\u00f3vil: bloques con wrap y anchos flexibles para no cortar texto\n        container.style.flexWrap = \"wrap\";\n        container.style.justifyContent = \"space-around\";\n        container.style.overflowX = \"hidden\";\n        container.style.gap = \"6px\";\n        container.innerHTML = generateBlocks(0.35, \"45px\", 2, \"0.85rem\", \"22%\", \"110px\", \"6px\");\n      } else {\n        \/\/ Ordenador: bloques en fila sin wrap, con scroll horizontal si necesario\n        container.style.flexWrap = \"nowrap\";\n        container.style.justifyContent = \"center\";\n        container.style.overflowX = \"auto\";\n        container.style.gap = \"8px\";\n        container.innerHTML = generateBlocks(0.5, \"80px\", 2, \"0.9rem\", \"25%\", \"140px\", \"8px\");\n      }\n\n      \/\/ Iniciar animaciones tras insertar el contenido\n      animateValue(\"contador1\", 0, 13.547, 1500);\n      animateValue(\"contador2\", 0, 100, 1500, true);\n      animateValue(\"contador3\", 0, 10.29, 1500);\n    }\n\n    window.addEventListener(\"DOMContentLoaded\", loadContent);\n    window.addEventListener(\"resize\", loadContent); \/\/ Para actualizar si se redimensiona pantalla\n  <\/script>\n\n<\/body>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-primary-10-color has-alpha-channel-opacity has-primary-10-background-color has-background is-style-wide\"\/>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column dnone-mobile is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/primaria_colegio_privado_zaragoza-1024x683.jpg\" alt=\"\" class=\"wp-image-38754\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/primaria_colegio_privado_zaragoza-1024x683.jpg 1024w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/primaria_colegio_privado_zaragoza-300x200.jpg 300w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/primaria_colegio_privado_zaragoza-768x512.jpg 768w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/primaria_colegio_privado_zaragoza-1536x1024.jpg 1536w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>The pleasure of learning. The pleasure of teaching<\/p>\n\n\n\n<p>Imagine that you have the chance to stimulate your children\u2019s development in such a way that they put their full attention in what they do, ensuring mental flexibility and that their memory is continuously reinforced. Imagine that you can support the development of their critical thinking skills and strengthen their personality, making them become more tolerant and respectful towards others.<\/p>\n\n\n\n<p>Learning more than one language from a very young age and being immersed in two different cultures and languages makes this possible. <\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-right is-layout-flex wp-container-core-buttons-is-layout-765c4724 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-theme-link\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/colegioaleman.com\/en\/bilingual-school\/\">Bilingual school<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-columns animate slideInLeft is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:4.33%\"><\/div>\n\n\n\n<div class=\"wp-block-column z-index-1 has-white-color has-primary-background-color has-text-color has-background is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n    <div id=\"swiper-block_e85ea174d3f590b0e6991a67d41152bf\" class=\"swiper swiper-container-block\">\n        <div class=\"swiper-wrapper\">\n                            <div class=\"swiper-slide\"><p class=\"text-h1\" style=\"text-align: center\"><strong class=\"has-accent-yellow-color\">Kinderkrippe\u00a0<\/strong><\/p>\n<p style=\"text-align: center\">Meet our new nursery school.<\/p>\n<p style=\"text-align: center\"><a href=\"https:\/\/colegioaleman.com\/etapas\/kinderkrippe-guarderia-privada-zaragoza\/\"><strong class=\"has-accent-yellow-color\">Learn more<\/strong><\/a><\/p>\n<\/div>\n                    <\/div>\n        <!-- Add Pagination --> \n        <div class=\"swiper-pagination\"><\/div> \n        \n    <\/div>\n\n\n\n<!-- Swiper JS -->\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@8\/swiper-bundle.min.js\"><\/script>\n\n<!-- Initialize Swiper -->\n<script>\n\tvar swiper = new Swiper('#swiper-block_e85ea174d3f590b0e6991a67d41152bf', {\n\tslidesPerView: '1',\n    pagination: {\n\t\tel: '.swiper-pagination',\n\t\tclickable: true,\n\t},\n\t});\n<\/script><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-style-move-up is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:16.7%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"4080\" height=\"2295\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinderkrippe-Colegio-Aleman.png\" alt=\"\" class=\"wp-image-38928\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinderkrippe-Colegio-Aleman.png 4080w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinderkrippe-Colegio-Aleman-300x169.png 300w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinderkrippe-Colegio-Aleman-1024x576.png 1024w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinderkrippe-Colegio-Aleman-768x432.png 768w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinderkrippe-Colegio-Aleman-1536x864.png 1536w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinderkrippe-Colegio-Aleman-2048x1152.png 2048w\" sizes=\"(max-width: 4080px) 100vw, 4080px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:4.33%\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-style-move-up is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column dnone-mobile is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column dnone-mobile is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column animate slideInRight has-accent-yellow-background-color has-background is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-body-main-color has-text-color has-medium-font-size\"><strong>Welcome to the perfect place to learn to think and reason differently.<\/strong><\/p>\n\n\n\n<p>We promote skills that will equip them to embark on the exciting adventure that is living in the world.<\/p>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer dnone-mobile\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:4.33%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">Educational setting<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">The best setting to start learning<\/h3>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column dnone-mobile is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:16.7%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>We offer you an educational setting where students learn to function in Spanish and German simultaneously from the age of 2, through our own teaching methodology and proven success, which allows them to reach the age of 8, 100% prepared to introduce English as a third language and finish their schooling mastering it with a high level, thanks to the natural bilingualism in which they have grown up.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-right is-layout-flex wp-container-core-buttons-is-layout-765c4724 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-theme-link\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/colegioaleman.com\/colegios-bilingues-zaragoza-proyecto-educativo\/\">Educational Project<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column dnone-mobile is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:16.7%\"><\/div>\n<\/div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:4.33%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">The three pillars of our educational project<\/h2>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignfull is-style-no-gap is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:12.66%\"><\/div>\n\n\n\n<div class=\"wp-block-column animate slideInRight fast is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-left is-style-cover-with-link\" style=\"min-height:300px;aspect-ratio:unset;\"><img loading=\"lazy\" decoding=\"async\" width=\"3840\" height=\"2160\" class=\"wp-block-cover__image-background wp-image-38656\" alt=\"\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Secundaria_Colegio_Aleman.png\" data-object-fit=\"cover\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Secundaria_Colegio_Aleman.png 3840w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Secundaria_Colegio_Aleman-300x169.png 300w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Secundaria_Colegio_Aleman-1024x576.png 1024w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Secundaria_Colegio_Aleman-768x432.png 768w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Secundaria_Colegio_Aleman-1536x864.png 1536w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Secundaria_Colegio_Aleman-2048x1152.png 2048w\" sizes=\"(max-width: 3840px) 100vw, 3840px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-20 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<p class=\"has-white-color has-text-color has-medium-font-size\"><a href=\"https:\/\/colegioaleman.com\/en\/educational-setting\/#acompanamiento\">Accompaniment<\/a><\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column animate slideInRight is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-left is-style-cover-with-link\" style=\"min-height:300px;aspect-ratio:unset;\"><img loading=\"lazy\" decoding=\"async\" width=\"1122\" height=\"839\" class=\"wp-block-cover__image-background wp-image-35775\" alt=\"\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2024\/10\/colegio_aleman_zaragoza_metodo_educativo.png\" data-object-fit=\"cover\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2024\/10\/colegio_aleman_zaragoza_metodo_educativo.png 1122w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2024\/10\/colegio_aleman_zaragoza_metodo_educativo-300x224.png 300w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2024\/10\/colegio_aleman_zaragoza_metodo_educativo-1024x766.png 1024w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2024\/10\/colegio_aleman_zaragoza_metodo_educativo-768x574.png 768w\" sizes=\"(max-width: 1122px) 100vw, 1122px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-20 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<p class=\"has-white-color has-text-color has-medium-font-size\"><a href=\"https:\/\/colegioaleman.com\/en\/educational-setting\/#metodo\">Method<\/a><\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column animate slideInLeft is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-left is-style-cover-with-link\" style=\"min-height:300px;aspect-ratio:unset;\"><img loading=\"lazy\" decoding=\"async\" width=\"3840\" height=\"2160\" class=\"wp-block-cover__image-background wp-image-38653\" alt=\"\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnos-Primaria-Colegio-Aleman-Zaragoza.png\" data-object-fit=\"cover\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnos-Primaria-Colegio-Aleman-Zaragoza.png 3840w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnos-Primaria-Colegio-Aleman-Zaragoza-300x169.png 300w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnos-Primaria-Colegio-Aleman-Zaragoza-1024x576.png 1024w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnos-Primaria-Colegio-Aleman-Zaragoza-768x432.png 768w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnos-Primaria-Colegio-Aleman-Zaragoza-1536x864.png 1536w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnos-Primaria-Colegio-Aleman-Zaragoza-2048x1152.png 2048w\" sizes=\"(max-width: 3840px) 100vw, 3840px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-20 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<p class=\"has-white-color has-text-color has-medium-font-size\"><a href=\"https:\/\/colegioaleman.com\/en\/educational-setting\/#resultados\">Results<\/a><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns alignfull is-style-no-gap has-body-white-color has-text-color is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" id=\"etapas-CTA-home\">\n<div class=\"wp-block-column dnone-tablet is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:6.66%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-left pa-3\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-100 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading has-body-white-color has-text-color has-large-font-size\">School stages<\/h2>\n\n\n\n<p>At Colegio Alem\u00e1n your children can attend all educational stages prior to going to university (from 2 years old to 18 years old) without changing schools.<\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-left\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"2159\" class=\"wp-block-cover__image-background wp-image-38650\" alt=\"\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinder-K0-scaled.jpg\" data-object-fit=\"cover\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinder-K0-scaled.jpg 2560w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinder-K0-300x253.jpg 300w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinder-K0-1024x864.jpg 1024w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinder-K0-768x648.jpg 768w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinder-K0-1536x1295.jpg 1536w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Kinder-K0-2048x1727.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-secondary-20-background-color has-background-dim-20 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h3 class=\"wp-block-heading has-white-color has-text-color\">Pre-School<\/h3>\n\n\n\n<p class=\"has-white-color has-text-color\">All about well-being and integration<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-right is-layout-flex wp-container-core-buttons-is-layout-765c4724 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-theme-link\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" href=\"https:\/\/colegioaleman.com\/en\/stages\/social-and-intelectual-development\/\">Find out more<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-left\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1920\" class=\"wp-block-cover__image-background wp-image-38750\" alt=\"\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Primaria_Colegio_Aleman_Zaragoza_trilingue-scaled.jpg\" style=\"object-position:61% 51%\" data-object-fit=\"cover\" data-object-position=\"61% 51%\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Primaria_Colegio_Aleman_Zaragoza_trilingue-scaled.jpg 2560w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Primaria_Colegio_Aleman_Zaragoza_trilingue-300x225.jpg 300w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Primaria_Colegio_Aleman_Zaragoza_trilingue-1024x768.jpg 1024w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Primaria_Colegio_Aleman_Zaragoza_trilingue-768x576.jpg 768w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Primaria_Colegio_Aleman_Zaragoza_trilingue-1536x1152.jpg 1536w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Primaria_Colegio_Aleman_Zaragoza_trilingue-2048x1536.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-secondary-20-background-color has-background-dim-20 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h3 class=\"wp-block-heading has-white-color has-text-color\">Primary School<\/h3>\n\n\n\n<p class=\"has-white-color has-text-color\">Their first discoveries<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-right is-layout-flex wp-container-core-buttons-is-layout-765c4724 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-theme-link\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" href=\"https:\/\/colegioaleman.com\/en\/stages\/primary-school\/\">Find out more<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-left\"><img loading=\"lazy\" decoding=\"async\" width=\"3078\" height=\"2160\" class=\"wp-block-cover__image-background wp-image-38667\" alt=\"\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnas-ESO.png\" style=\"object-position:74% 48%\" data-object-fit=\"cover\" data-object-position=\"74% 48%\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnas-ESO.png 3078w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnas-ESO-300x211.png 300w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnas-ESO-1024x719.png 1024w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnas-ESO-768x539.png 768w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnas-ESO-1536x1078.png 1536w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Alumnas-ESO-2048x1437.png 2048w\" sizes=\"(max-width: 3078px) 100vw, 3078px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-secondary-20-background-color has-background-dim-20 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h3 class=\"wp-block-heading has-white-color has-text-color\">Secondary School<\/h3>\n\n\n\n<p class=\"has-white-color has-text-color\">Their skills are transformed into talent<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-right is-layout-flex wp-container-core-buttons-is-layout-765c4724 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-theme-link\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" href=\"https:\/\/colegioaleman.com\/en\/stages\/secondary-school\/\">Find out more<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-left\"><img loading=\"lazy\" decoding=\"async\" width=\"3840\" height=\"2160\" class=\"wp-block-cover__image-background wp-image-38647\" alt=\"\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Bachillerato_Colegio_Aleman.png\" style=\"object-position:38% 41%\" data-object-fit=\"cover\" data-object-position=\"38% 41%\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Bachillerato_Colegio_Aleman.png 3840w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Bachillerato_Colegio_Aleman-300x169.png 300w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Bachillerato_Colegio_Aleman-1024x576.png 1024w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Bachillerato_Colegio_Aleman-768x432.png 768w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Bachillerato_Colegio_Aleman-1536x864.png 1536w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/02\/Bachillerato_Colegio_Aleman-2048x1152.png 2048w\" sizes=\"(max-width: 3840px) 100vw, 3840px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-secondary-20-background-color has-background-dim-20 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h3 class=\"wp-block-heading has-white-color has-text-color\">Bachillerato<\/h3>\n\n\n\n<p class=\"has-white-color has-text-color\">Sowing the foundations for their dreams<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-right is-layout-flex wp-container-core-buttons-is-layout-765c4724 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-theme-link\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" href=\"https:\/\/colegioaleman.com\/en\/stages\/bachillerato\/\">Find out more<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column has-accent-orange-background-color has-background is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:4.3%\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-white-color has-primary-100-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<h2 class=\"wp-block-heading\">International character<\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>We are focused on expanding their knowledge in the technological era. It is the perfect setting in which to prepare themselves thanks to opportunities and tools with which to learn to function in any present and future context without language ever being a barrier.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"222\" height=\"104\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2022\/08\/Goethe.png\" alt=\"\" class=\"wp-image-135\"\/><\/figure>\n\n\n\n<p>At Colegio Alem\u00e1n students are certified by the GOETHE INSTITUT.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"187\" height=\"90\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2022\/09\/cambridge_logo.png\" alt=\"\" class=\"wp-image-23117\"\/><\/figure>\n\n\n\n<p>At Colegio Alem\u00e1n students can be certified up to CAMBRIDGE C2 level.<br><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"308\" height=\"89\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2022\/08\/Espan\u0303a.png\" alt=\"\" class=\"wp-image-152\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2022\/08\/Espan\u0303a.png 308w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2022\/08\/Espan\u0303a-300x87.png 300w\" sizes=\"(max-width: 308px) 100vw, 308px\" \/><\/figure>\n\n\n\n<p>100% of Colegio Alem\u00e1n students pass the university entrance exam. More than 10 years in 1st or 2nd place in EvAU for English marks.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size\">School selected to participate in the <strong>International session of the European Youth Parliament in Norway<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div><\/div>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:4.3%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">Testimonies from our former students<\/h2>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-theme-link\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/colegioaleman.com\/en\/school-life\/alumni\/\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-secondary-80-color\">ALUMNI<\/mark><\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-medium-font-size\">Read the testimonies of the students who wanted to tell us about their experience and memories of their time at Colegio Alem\u00e1n in Zaragoza.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:4.7%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:41.66%\">\n    <div id=\"swiper-block_2d2242269c73088f412791131fe8f8ee\" class=\"swiper swiper-container-block\">\n        <div class=\"swiper-wrapper\">\n                            <div class=\"swiper-slide\"><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-44448\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Testimonio_exalumno_colegio_aleman.png\" alt=\"\" width=\"114\" height=\"114\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Testimonio_exalumno_colegio_aleman.png 238w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Testimonio_exalumno_colegio_aleman-150x150.png 150w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Testimonio_exalumno_colegio_aleman-80x80.png 80w\" sizes=\"(max-width: 114px) 100vw, 114px\" \/><\/p>\n<blockquote><p>Being an alumnus of the German School of Zaragoza is a source of pride, as it signifies belonging to a group that enjoys a certain level of recognition within the city. This recognition has been rightfully earned by the school through its history, its core values, and its high academic standards.<\/p><\/blockquote>\n<p><strong>Santiago Mu\u00f1oz<\/strong><\/p>\n<\/div>\n                            <div class=\"swiper-slide\"><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-44457\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Testimonio-antiguo-alumno-colegio-aleman.png\" alt=\"\" width=\"121\" height=\"121\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Testimonio-antiguo-alumno-colegio-aleman.png 238w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Testimonio-antiguo-alumno-colegio-aleman-150x150.png 150w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Testimonio-antiguo-alumno-colegio-aleman-80x80.png 80w\" sizes=\"(max-width: 121px) 100vw, 121px\" \/><\/p>\n<blockquote><p>One of the school\u2019s most significant attributes is the opportunity to engage with another culture. Experiencing and coexisting with a culture different from one\u2019s own broadens perspectives and opens up many horizons.<\/p><\/blockquote>\n<p><strong>Jorge San Mart\u00edn<\/strong><\/p>\n<\/div>\n                            <div class=\"swiper-slide\"><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-238\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2022\/09\/alumni-familia-mun%CC%83oz.png\" alt=\"\" width=\"112\" height=\"112\" \/><\/p>\n<blockquote><p>I would recommend two aspects of the school in particular. Firstly, languages, not only German but also English. Secondly, El Colegio Alem\u00e1n opens up a lot of doors and enables you to see the world and things in different ways. It allows you to go on exchanges with people from different places. It gives you a lot of opportunities. In your future life, not only in your personal life but also in your professional life, this is essential.<\/p><\/blockquote>\n<p><strong>Familia Mu\u00f1oz<\/strong><\/p>\n<\/div>\n                    <\/div>\n        <!-- Add Pagination --> \n        <div class=\"swiper-pagination\"><\/div> \n        \n    <\/div>\n\n\n\n<!-- Swiper JS -->\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@8\/swiper-bundle.min.js\"><\/script>\n\n<!-- Initialize Swiper -->\n<script>\n\tvar swiper = new Swiper('#swiper-block_2d2242269c73088f412791131fe8f8ee', {\n\tslidesPerView: '1',\n    pagination: {\n\t\tel: '.swiper-pagination',\n\t\tclickable: true,\n\t},\n\t});\n<\/script><\/div>\n\n\n\n<div class=\"wp-block-column animate slideInRight slow is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"770\" height=\"705\" src=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Exalumno-colegio-de-aleman-de-zaragoza.png\" alt=\"\" class=\"wp-image-44452\" srcset=\"https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Exalumno-colegio-de-aleman-de-zaragoza.png 770w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Exalumno-colegio-de-aleman-de-zaragoza-300x275.png 300w, https:\/\/colegioaleman.com\/wp-content\/uploads\/2025\/09\/Exalumno-colegio-de-aleman-de-zaragoza-768x703.png 768w\" sizes=\"(max-width: 770px) 100vw, 770px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:1px\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-style-move-up is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column dnone-tablet is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column dnone-mobile is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column animate slideInLeft has-white-color has-primary-background-color has-text-color has-background is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<p class=\"has-text-align-left has-secondary-40-color has-text-color has-large-font-size\"><strong>Alumni<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-left\">Did you study at Colegio Alem\u00e1n in Zaragoza? Join the Alumni! <\/p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n\n<button class=\"js-modal-btn\" data-video-id=\"4meFJh1fyYA\">\n    <span>Watch video<\/span>\n<\/button>\n\n\n<script>\n    ( function( $ ) {\n\t\/\/ Open modal\n\t$( document ).ready( function() {\n\t\t$( \".js-modal-btn\" ).modalVideo();\n\t} );\n}( jQuery ) );\n<\/script><\/div>\n<\/div>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer dnone-mobile\"><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-bottom is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-bottom dnone-tablet is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:4.3%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\"><strong>News and events<\/strong><\/h2>\n\n\n\n<p>We keep you up to date with everything that happens at the school so you don&#8217;t miss anything<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-content-justification-right is-layout-flex wp-container-core-buttons-is-layout-765c4724 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-theme-link\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/colegioaleman.com\/en\/news\/\">GO TO NEWS<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top dnone-tablet is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:4.3%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-query is-layout-flow wp-block-query-is-layout-flow\">\n\n<div class=\"wp-block-query-no-results\">\n\n<p><\/p>\n\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\" id=\"blog-loop-home\">\n<div class=\"wp-block-query is-layout-flow wp-block-query-is-layout-flow\"><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Enrolment is now open.26\/27 Academic Year Can you picture your son or daughter naturally absorbing two languages from their first year of school? And finishing their studies perfectly prepared, mastering three? Promoci\u00f3n Bachillerato 2025 The pleasure of learning. The pleasure of teaching Imagine that you have the chance to stimulate your children\u2019s development in such [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":35790,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"homepage.php","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-24637","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/colegioaleman.com\/en\/wp-json\/wp\/v2\/pages\/24637","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/colegioaleman.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/colegioaleman.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/colegioaleman.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/colegioaleman.com\/en\/wp-json\/wp\/v2\/comments?post=24637"}],"version-history":[{"count":59,"href":"https:\/\/colegioaleman.com\/en\/wp-json\/wp\/v2\/pages\/24637\/revisions"}],"predecessor-version":[{"id":44517,"href":"https:\/\/colegioaleman.com\/en\/wp-json\/wp\/v2\/pages\/24637\/revisions\/44517"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/colegioaleman.com\/en\/wp-json\/wp\/v2\/media\/35790"}],"wp:attachment":[{"href":"https:\/\/colegioaleman.com\/en\/wp-json\/wp\/v2\/media?parent=24637"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}