{"id":1686,"date":"2026-02-03T10:40:45","date_gmt":"2026-02-03T16:40:45","guid":{"rendered":"https:\/\/batems.edu.mx\/cu\/?page_id=1686"},"modified":"2026-03-19T12:31:25","modified_gmt":"2026-03-19T18:31:25","slug":"eventos-academicos","status":"publish","type":"page","link":"https:\/\/batems.edu.mx\/cu\/eventos-academicos\/","title":{"rendered":"Eventos Acad\u00e9micos"},"content":{"rendered":"\n<div class=\"events-box\">\n\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL -->\n    <img decoding=\"async\" class=\"gallery-img-sv3\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/11zSEHsIkGv6rOi6oW9QP0RAbY3lnouCZ\"\n      alt=\"Taekwondo Ciencias del Deporte\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">CLASE PR\u00c1CTICA \u00b7 GALER\u00cdA 1\/1<\/span>\n\n      <div class=\"event-title\">\n        \ud83e\udd4b\ud835\udc02\ud835\udc22\ud835\udc1e\ud835\udc27\ud835\udc1c\ud835\udc22\ud835\udc1a\ud835\udc2c \ud835\udc1d\ud835\udc1e\ud835\udc25 \ud835\udc03\ud835\udc1e\ud835\udc29\ud835\udc28\ud835\udc2b\ud835\udc2d\ud835\udc1e \ud835\udc1e\ud835\udc27 \ud835\udc1a\ud835\udc1c\ud835\udc1c\ud835\udc22\ud835\udc28\u0301\ud835\udc27\ud83e\udd4b\n      <\/div>\n\n      <div class=\"event-text\">\n        Nuestros alumnos de la <strong>Licenciatura en Ciencias del Deporte<\/strong> participaron en una \n        <strong>enriquecedora clase de Taekwondo<\/strong>, donde pusieron en pr\u00e1ctica habilidades de \n        <strong>disciplina, coordinaci\u00f3n y t\u00e9cnica<\/strong>, fortaleciendo su formaci\u00f3n integral en el \u00e1mbito deportivo.\n        <br><br>\n        \ud83d\udcaa Una actividad que impulsa no solo el desarrollo f\u00edsico, sino tambi\u00e9n valores fundamentales como \n        la constancia, el respeto y el trabajo en equipo.\n        <br><br>\n        \ud83d\udcf8 Te compartimos la <strong>galer\u00eda de fotos<\/strong> con algunos de los momentos m\u00e1s destacados de esta actividad \n        llena de energ\u00eda, aprendizaje y pasi\u00f3n por el deporte.\n        <br><br>\n        <strong>#CienciasDelDeporte #Taekwondo #Formaci\u00f3nDeportiva #Disciplina #VidaActiva #OrgullosamenteCU #OrgullosamenteBATEMS #CUBATEMS<\/strong>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <!-- CARRUSEL -->\n  <div class=\"carousel-container\">\n    <div class=\"carousel-track\">\n\n      <img decoding=\"async\" class=\"gallery-img-sv3\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11zSEHsIkGv6rOi6oW9QP0RAbY3lnouCZ\">\n      <img decoding=\"async\" class=\"gallery-img-sv3\" src=\"https:\/\/lh3.googleusercontent.com\/d\/184QXNzLrSdG-mZxGbsRSVA8hLZ5aQbuS\">\n      <img decoding=\"async\" class=\"gallery-img-sv3\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Ou7fHk_51_j3F_VpipPE_ZsfvtZbBMeK\">\n      <img decoding=\"async\" class=\"gallery-img-sv3\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1YeSKMyAwnCaikzldQaUdplaZE_OBCf4S\">\n      <img decoding=\"async\" class=\"gallery-img-sv3\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1eLBO3XSy4o3cG5sFAY-6JHdK9c_HrQTP\">\n      <img decoding=\"async\" class=\"gallery-img-sv3\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1gnEiZDK3bkPfUH6ZBVLyi7u5STdfJcRF\">\n      <img decoding=\"async\" class=\"gallery-img-sv3\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1pbj35TCRq3MG7X-SsCAPTtRoxYdOuoDl\">\n      <img decoding=\"async\" class=\"gallery-img-sv3\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1qvwAf29hXYXRk6QgCEIv7-arWQ2rGPgx\">\n      <img decoding=\"async\" class=\"gallery-img-sv3\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1wkS7IeaBssTX7ZUjLHkIJcjXYi4_zp0O\">\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- MODAL -->\n<div class=\"modal\" id=\"imgModalSV3\">\n  <span class=\"modal-close\" onclick=\"closeModalSV3()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" onclick=\"changeImgSV3(-1)\">\u276e<\/button>\n  <img id=\"modalImgSV3\">\n  <button class=\"modal-btn modal-next\" onclick=\"changeImgSV3(1)\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  let galleryImages = [];\n  let currentIndex = 0;\n\n  document.addEventListener('click', function (e) {\n    const img = e.target.closest('.gallery-img-sv3');\n    if (!img) return;\n\n    galleryImages = Array.from(document.querySelectorAll('.gallery-img-sv3'));\n    currentIndex = galleryImages.indexOf(img);\n\n    document.getElementById('modalImgSV3').src = img.src;\n    document.getElementById('imgModalSV3').classList.add('active');\n  });\n\n  window.closeModalSV3 = function() {\n    document.getElementById('imgModalSV3').classList.remove('active');\n  };\n\n  window.changeImgSV3 = function(step) {\n    currentIndex = (currentIndex + step + galleryImages.length) % galleryImages.length;\n    document.getElementById('modalImgSV3').src = galleryImages[currentIndex].src;\n  };\n\n})();\n<\/script>\n\n\n\n<div class=\"events-box\">\n\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL -->\n    <img decoding=\"async\" class=\"gallery-img-sv2\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/13NfHK2bM3AbspqFPAfKNvPnlMQmbg4Sd\"\n      alt=\"Ciencias Forenses pr\u00e1ctica\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">PR\u00c1CTICA ACAD\u00c9MICA \u00b7 GALER\u00cdA 1\/1<\/span>\n\n      <div class=\"event-title\">\n        \ud83d\udd0d\ud83d\udcf8 \ud835\udc02\ud835\udc22\ud835\udc1e\ud835\udc27\ud835\udc1c\ud835\udc22\ud835\udc1a\ud835\udc2c \ud835\udc05\ud835\udc28\ud835\udc2b\ud835\udc1e\ud835\udc27\ud835\udc2c\ud835\udc1e\ud835\udc2c \ud835\udc1e\ud835\udc27 \ud835\udc29\ud835\udc2b\ud835\udc1a\u0301\ud835\udc1c\ud835\udc2d\ud835\udc22\ud835\udc1c\ud835\udc1a \ud83d\udcf8\ud83d\udd0d\n      <\/div>\n\n      <div class=\"event-text\">\n        Los <strong>alumnos de 2do cuatrimestre<\/strong> de la Licenciatura en \n        <strong>Criminolog\u00eda y Criminal\u00edstica<\/strong> se encuentran realizando una pr\u00e1ctica utilizando \n        <strong>c\u00e1maras trampa<\/strong>, una herramienta que permite registrar de forma \n        <strong>no invasiva<\/strong> la interacci\u00f3n de la fauna con restos \n        <strong>cadav\u00e9ricos y \u00f3seos<\/strong>.\n        <br><br>\n        Esta metodolog\u00eda permite observar c\u00f3mo influye la \n        <strong>fauna necr\u00f3faga en el proceso de descomposici\u00f3n<\/strong>, aportando informaci\u00f3n clave \n        para el an\u00e1lisis forense.\n        <br><br>\n        Estos dispositivos, equipados con sensores de movimiento y visi\u00f3n infrarroja, permiten \n        <strong>monitorear qu\u00e9 especies interact\u00faan con los restos<\/strong> y c\u00f3mo participan en el proceso, \n        generando <strong>conocimientos valiosos<\/strong> para la investigaci\u00f3n.\n        <br><br>\n        \ud83d\udc80\ud83d\udcda Una experiencia que fortalece el aprendizaje pr\u00e1ctico de nuestros futuros crimin\u00f3logos y criminalistas.\n        <br><br>\n        <strong>#Criminolog\u00eda #Criminal\u00edstica #CienciasForenses #Pr\u00e1cticaAcad\u00e9mica #Investigaci\u00f3nForense #OrgullosamenteCU #OrgullosamenteBATEMS #CUBATEMS<\/strong>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <!-- CARRUSEL -->\n  <div class=\"carousel-container\">\n    <div class=\"carousel-track\">\n\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13NfHK2bM3AbspqFPAfKNvPnlMQmbg4Sd\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13liaDoDRZKOXvHP3q3jLrPszqBrZTYW4\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16Yu7wOXlGSvvtD3eme9I985--LiuxGGj\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1MwqfRO1XKd4itYZ_jw9_1mmgij3tkrFs\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1S7ejWmOYuyNjf9Uss7WyVFyhWN6lydLX\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Ut6todVdefuyfQ59BjDAjDmjIUhkqMkt\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1_uqcl9mU6PJKuCoZN4YPU00yO0Y7XvoC\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1dEyxSxwTFwQvfYx4dqZ0x2aHe0NrZ1Gg\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1eLjCuxnY1txrDDNy6Mv6FHn8Ugs8Ryk7\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1oIpm9nEN1OUu_xnbrWpBOaIx0Qh_M1Sa\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1oi-HNgOpmkz6Hoj8R4GbyoTiDqo8STlt\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1pF4NIapZuxSwNpHr07t1zp7JtXTrHCvs\">\n      <img decoding=\"async\" class=\"gallery-img-sv2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1s2OLLUgSvDAEsCR5Pi_W26-SdeeieaW6\">\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- MODAL -->\n<div class=\"modal\" id=\"imgModalSV2\">\n  <span class=\"modal-close\" onclick=\"closeModalSV2()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" onclick=\"changeImgSV2(-1)\">\u276e<\/button>\n  <img id=\"modalImgSV2\">\n  <button class=\"modal-btn modal-next\" onclick=\"changeImgSV2(1)\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  let galleryImages = [];\n  let currentIndex = 0;\n\n  document.addEventListener('click', function (e) {\n    const img = e.target.closest('.gallery-img-sv2');\n    if (!img) return;\n\n    galleryImages = Array.from(document.querySelectorAll('.gallery-img-sv2'));\n    currentIndex = galleryImages.indexOf(img);\n\n    document.getElementById('modalImgSV2').src = img.src;\n    document.getElementById('imgModalSV2').classList.add('active');\n  });\n\n  window.closeModalSV2 = function() {\n    document.getElementById('imgModalSV2').classList.remove('active');\n  };\n\n  window.changeImgSV2 = function(step) {\n    currentIndex = (currentIndex + step + galleryImages.length) % galleryImages.length;\n    document.getElementById('modalImgSV2').src = galleryImages[currentIndex].src;\n  };\n\n})();\n<\/script>\n\n\n\n<style>\n\/* CONTENEDOR GENERAL *\/\n.events-box {\n  max-width: 900px;\n  margin: 40px auto;\n  font-family: Arial, sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature {\n  display: grid;\n  grid-template-columns: 1fr 1.1fr;\n  background: #ffffff;\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  cursor: zoom-in;\n}\n\n\/* CONTENIDO *\/\n.event-info {\n  padding: 28px 30px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n\/* FECHA *\/\n.event-date {\n  background: #f0a10f;\n  color: #fff;\n  font-size: 13px;\n  font-weight: bold;\n  padding: 6px 14px;\n  border-radius: 20px;\n  width: fit-content;\n  margin-bottom: 14px;\n}\n\n\/* TITULO *\/\n.event-title {\n  font-size: 24px;\n  font-weight: bold;\n  margin-bottom: 14px;\n}\n\n\/* TEXTO *\/\n.event-text {\n  font-size: 15px;\n  color: #555;\n  line-height: 1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container {\n  overflow-x: auto;\n  margin-top: 20px;\n}\n.carousel-track {\n  display: flex;\n  gap: 14px;\n  padding-bottom: 6px;\n}\n.carousel-track img {\n  height: 140px;\n  border-radius: 10px;\n  cursor: zoom-in;\n}\n\n\/* MODAL *\/\n.modal {\n  display: none;\n  position: fixed;\n  inset: 0;\n  background: rgba(0,0,0,.92);\n  z-index: 9999;\n  justify-content: center;\n  align-items: center;\n}\n.modal.active { display: flex; }\n.modal img {\n  max-width: 92%;\n  max-height: 90%;\n  border-radius: 14px;\n}\n\n\/* BOTONES *\/\n.modal-btn {\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  background: #0a4cff;\n  color: #fff;\n  border: none;\n  width: 46px;\n  height: 46px;\n  border-radius: 50%;\n  font-size: 22px;\n  cursor: pointer;\n}\n.modal-prev { left: 25px; }\n.modal-next { right: 25px; }\n.modal-close {\n  position: absolute;\n  top: 20px;\n  right: 30px;\n  font-size: 30px;\n  color: #fff;\n  cursor: pointer;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  .event-feature { grid-template-columns: 1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL (primera del listado) -->\n    <img decoding=\"async\" class=\"gallery-img-sv1\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/1-Adht3uhtGl4aTONbkxu74HcSUd3zX3S\"\n      alt=\"EmpoderArte Conversatorio 8M - Galer\u00eda 2\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">8M \u00b7 GALER\u00cdA 2\/2<\/span>\n      <div class=\"event-title\">\ud83d\udc9c\ud835\udda4\ud835\uddac\ud835\uddaf\ud835\uddae\ud835\udda3\ud835\udda4\ud835\uddb1\ud835\udcd0\ud835\udce1\ud835\udce3\ud835\udcd4: Conversatorio 8M \ud83d\udc9c<\/div>\n      <div class=\"event-text\">\n        El d\u00eda de ayer se llev\u00f3 a cabo nuestro <strong>conversatorio en conmemoraci\u00f3n del 8M<\/strong>, un espacio de\n        <strong>reflexi\u00f3n y di\u00e1logo<\/strong> donde alumnas de todas las licenciaturas participaron compartiendo\n        <strong>ideas, experiencias y perspectivas sobre el papel de la mujer en la sociedad<\/strong>.\n        <br><br>\n        Durante este encuentro, la <strong>Lic. Adriana G\u00f3mez Hern\u00e1ndez<\/strong> nos brind\u00f3 un valioso mensaje sobre\n        <strong>resiliencia y poder femenino<\/strong>, inspirando a nuestras estudiantes a reconocer su fortaleza y continuar luchando por sus metas.\n        <br><br>\n        \ud83d\udcf8 Te compartimos la <strong>galer\u00eda de fotos<\/strong> con algunos de los momentos m\u00e1s significativos de esta actividad.\n        <br><br>\n        <strong>#8M #D\u00edaInternacionalDeLaMujer #MujeresQueInspiran #Resiliencia #PoderFemenino #OrgullosamenteCU #OrgullosamenteBATEMS #CUBATEMS<\/strong> \ud83d\udc9c\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"carousel-container\">\n    <div class=\"carousel-track\">\n\n      <!-- GALER\u00cdA (Drive -> googleusercontent) -->\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1-Adht3uhtGl4aTONbkxu74HcSUd3zX3S\" alt=\"Conversatorio 8M 1\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/10lSOa1eK9K-wBPUlH9qCSO9DJs3Jwjcp\" alt=\"Conversatorio 8M 2\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/12B3TN5tlxC3_CP6iMOPz2sYHtIS6uZ3q\" alt=\"Conversatorio 8M 3\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13HrltBJfoTvY2ogYkBME-LTwe9sQgZue\" alt=\"Conversatorio 8M 4\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13mduEExoXaAqfXfkY7o87eATSzUxPSjJ\" alt=\"Conversatorio 8M 5\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13oG2EVJM4jhOQWXqTz0d54C--VAp537w\" alt=\"Conversatorio 8M 6\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16rAAYcgDg_icRR22r1BEWKKAWGv5G3Pd\" alt=\"Conversatorio 8M 7\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17kiQz1uWeAUpKG1Ecbtmh_tHY3vDVoHk\" alt=\"Conversatorio 8M 8\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19M0TQxnG-10jFqF9xeG5bsmG7Kue4Fjt\" alt=\"Conversatorio 8M 9\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Aq35L02xe0Ga_d1ofUcaSV7jzMW0qCbP\" alt=\"Conversatorio 8M 10\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1BfAQrz3A5fiXYT4iMmsEgbOEk6TzOO1a\" alt=\"Conversatorio 8M 11\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Bhd3k4cYeh-6_2l14T5dPriauTfKAWEY\" alt=\"Conversatorio 8M 12\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1D7CIdNAhSI4fP8bozr0TE5lKsuvC_BmM\" alt=\"Conversatorio 8M 13\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1DGiZAMInVmtYj-HCd-i1JYcVRF03vcBi\" alt=\"Conversatorio 8M 14\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1DrL24tKDL4RcKAJce9jjcZwQQiYfxhCo\" alt=\"Conversatorio 8M 15\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1FlMedecVa42Hfu-Y4dyfA4pyrnmarCXa\" alt=\"Conversatorio 8M 16\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1GTlXO-WyXvCrQv69zFlfetwblv8pId3a\" alt=\"Conversatorio 8M 17\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1KZMmoD1ulgn9aA18clWaZ2duiwfKVbz6\" alt=\"Conversatorio 8M 18\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1LreIyxAT7TA91fevlNCIgjzToVBWGxNU\" alt=\"Conversatorio 8M 19\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1NWFUhAC_GMeEzIfGxmG2GBkFwZp5QYI9\" alt=\"Conversatorio 8M 20\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1P2_7_UtdsDizJXm3jIEZ9SjCPsk6QeW2\" alt=\"Conversatorio 8M 21\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1RKoUgGdGcm7nYOmvGPxo1UgnVbSYPFAn\" alt=\"Conversatorio 8M 22\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Tf3AbftufTOCdMUcaFotEHseWGcVS0xi\" alt=\"Conversatorio 8M 23\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1U3L-hwy1qwyvRl2tGTP4vnvBLpx0Szy1\" alt=\"Conversatorio 8M 24\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1VAIhtfDDhjbZDwWkJXgEuaBUY3WdFZcL\" alt=\"Conversatorio 8M 25\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1VCttSFzwJXWqvAE43yLjO01-U_Y0jWwn\" alt=\"Conversatorio 8M 26\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1X4qe4cKynwL2PsQS5c5s83a2FhK1Wtl4\" alt=\"Conversatorio 8M 27\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Y8Zsn_w2vHRy62VVi8hSymaYfXN65UkD\" alt=\"Conversatorio 8M 28\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1YJqbR3Y9dDeEqrjjT9pbtDqdTk3u76nQ\" alt=\"Conversatorio 8M 29\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1alr7JKtfF4S_TWrdSEpvVqlUZMtD8lON\" alt=\"Conversatorio 8M 30\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1b6plj25bFWBeeEznNkCTYpeQDoV1bfFp\" alt=\"Conversatorio 8M 31\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1bznUfsQj5Rj-ZrlR6wfmWnpNAMk4AMnL\" alt=\"Conversatorio 8M 32\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1d7EGesjRKAglM45wfTQDH611xgfwK8b2\" alt=\"Conversatorio 8M 33\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1e3XseQFJbQhzdhuvANe3Ppi-j1RuifAe\" alt=\"Conversatorio 8M 34\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1g24rKdJ7-eKVC5Gsw9-9NLFr2dNvAe8_\" alt=\"Conversatorio 8M 35\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1gHnA7Zr1Ri2yoGBZiEVXmpTAbBBA8M2g\" alt=\"Conversatorio 8M 36\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1gSRyj9hOGB9EnZJarRE69V4EKecK3f6s\" alt=\"Conversatorio 8M 37\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1iI-PLbRezQkb4zDmKKgJqdwwNWu5Kx4k\" alt=\"Conversatorio 8M 38\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1k1Z6Bgkijxi0hQMrrihZPI2QT7Y62OgL\" alt=\"Conversatorio 8M 39\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1kWFLg04_KrIF_nXEWk3JYfcCNxvSqM79\" alt=\"Conversatorio 8M 40\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1m5YIixUfhXOxoJVohpK5BfhZpMKOoiTH\" alt=\"Conversatorio 8M 41\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1rKQY1J80J5gjMfDePpS7uOEjIhx0XjB9\" alt=\"Conversatorio 8M 42\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1rXGYMXVaSdL6c_FAL5aMHf9s1-GJdlig\" alt=\"Conversatorio 8M 43\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1rrCX1GzwJKHH4iNZix8DtqKCXCY7XANN\" alt=\"Conversatorio 8M 44\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1s7zz3pn1UVtFqtpUL12VxF4rkY0OVxVJ\" alt=\"Conversatorio 8M 45\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1v6D8E3wY7fhoamhUIN33Db0IpBoT3uYE\" alt=\"Conversatorio 8M 46\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1wUlOGq_YWclEmIDU5zZaxBNkYeh2Vt9H\" alt=\"Conversatorio 8M 47\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1xBLXw60eI4CZXT7HdJGcrSTcD20iWTE6\" alt=\"Conversatorio 8M 48\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1yI-28KfUhqjUrFccluGYrnE_ZnpmnZmE\" alt=\"Conversatorio 8M 49\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1yY0ZWU2ojaZTNU_k5ovdU_FXekjoIJxu\" alt=\"Conversatorio 8M 50\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1yqP5QsC-KWY25KPZ_WME-zSaDvn0i_23\" alt=\"Conversatorio 8M 51\">\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- MODAL (IDs \u00fanicos) -->\n<div class=\"modal\" id=\"imgModalSV1\">\n  <span class=\"modal-close\" onclick=\"closeModalSV1()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" onclick=\"changeImgSV1(-1)\">\u276e<\/button>\n  <img id=\"modalImgSV1\" alt=\"Imagen ampliada\">\n  <button class=\"modal-btn modal-next\" onclick=\"changeImgSV1(1)\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  let galleryImages = [];\n  let currentIndex = 0;\n\n  \/\/ Click sobre cualquier imagen de esta publicaci\u00f3n\n  document.addEventListener('click', function (e) {\n    const img = e.target.closest('.gallery-img-sv1');\n    if (!img) return;\n\n    \/\/ Solo im\u00e1genes de ESTA galer\u00eda\n    galleryImages = Array.from(document.querySelectorAll('.gallery-img-sv1'));\n    currentIndex = galleryImages.indexOf(img);\n\n    document.getElementById('modalImgSV1').src = img.src;\n    document.getElementById('imgModalSV1').classList.add('active');\n  });\n\n  window.closeModalSV1 = function() {\n    document.getElementById('imgModalSV1').classList.remove('active');\n  };\n\n  window.changeImgSV1 = function(step) {\n    currentIndex = (currentIndex + step + galleryImages.length) % galleryImages.length;\n    document.getElementById('modalImgSV1').src = galleryImages[currentIndex].src;\n  };\n\n  \/\/ Cerrar con ESC\n  document.addEventListener('keydown', (e)=>{\n    const modal = document.getElementById('imgModalSV1');\n    if(e.key === 'Escape' && modal.classList.contains('active')) closeModalSV1();\n  });\n\n  \/\/ Cerrar clic fuera de la imagen\n  document.getElementById('imgModalSV1').addEventListener('click', (e)=>{\n    if(e.target.id === 'imgModalSV1') closeModalSV1();\n  });\n\n})();\n<\/script>\n\n\n\n<style>\n\/* CONTENEDOR GENERAL *\/\n.events-box {\n  max-width: 900px;\n  margin: 40px auto;\n  font-family: Arial, sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature {\n  display: grid;\n  grid-template-columns: 1fr 1.1fr;\n  background: #ffffff;\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  cursor: zoom-in;\n}\n\n\/* CONTENIDO *\/\n.event-info {\n  padding: 28px 30px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n\/* FECHA *\/\n.event-date {\n  background: #f0a10f;\n  color: #fff;\n  font-size: 13px;\n  font-weight: bold;\n  padding: 6px 14px;\n  border-radius: 20px;\n  width: fit-content;\n  margin-bottom: 14px;\n}\n\n\/* TITULO *\/\n.event-title {\n  font-size: 24px;\n  font-weight: bold;\n  margin-bottom: 14px;\n}\n\n\/* TEXTO *\/\n.event-text {\n  font-size: 15px;\n  color: #555;\n  line-height: 1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container {\n  overflow-x: auto;\n  margin-top: 20px;\n}\n.carousel-track {\n  display: flex;\n  gap: 14px;\n  padding-bottom: 6px;\n}\n.carousel-track img {\n  height: 140px;\n  border-radius: 10px;\n  cursor: zoom-in;\n}\n\n\/* MODAL *\/\n.modal {\n  display: none;\n  position: fixed;\n  inset: 0;\n  background: rgba(0,0,0,.92);\n  z-index: 9999;\n  justify-content: center;\n  align-items: center;\n}\n.modal.active { display: flex; }\n.modal img {\n  max-width: 92%;\n  max-height: 90%;\n  border-radius: 14px;\n}\n\n\/* BOTONES *\/\n.modal-btn {\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  background: #0a4cff;\n  color: #fff;\n  border: none;\n  width: 46px;\n  height: 46px;\n  border-radius: 50%;\n  font-size: 22px;\n  cursor: pointer;\n}\n.modal-prev { left: 25px; }\n.modal-next { right: 25px; }\n.modal-close {\n  position: absolute;\n  top: 20px;\n  right: 30px;\n  font-size: 30px;\n  color: #fff;\n  cursor: pointer;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  .event-feature { grid-template-columns: 1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL (primera del listado) -->\n    <img decoding=\"async\" class=\"gallery-img-sv1\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/1-GaA4gqTDEHTLauZ3Pfp6W3jMsP8o92e\"\n      alt=\"EmpoderArte - Movimiento Libre y L\u00fadicos 8M - Galer\u00eda 1\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">8M \u00b7 GALER\u00cdA 1\/2<\/span>\n      <div class=\"event-title\">\ud83d\udc9c\ud83e\uddd8\u200d\u2640\ufe0f\ud835\udda4\ud835\uddac\ud835\uddaf\ud835\uddae\ud835\udda3\ud835\udda4\ud835\uddb1\ud835\udcd0\ud835\udce1\ud835\udce3\ud835\udcd4: sesi\u00f3n de Movimiento Libre y L\u00fadicos 8M \ud83e\uddd8\u200d\u2640\ufe0f\ud83d\udc9c<\/div>\n      <div class=\"event-text\">\n        En el marco de la conmemoraci\u00f3n del <strong>\ud835\udcd3\ud835\udcf2\ud835\udcea \ud835\udcd8\ud835\udcf7\ud835\udcfd\ud835\udcee\ud835\udcfb\ud835\udcf7\ud835\udcea\ud835\udcec\ud835\udcf2\ud835\udcf8\ud835\udcf7\ud835\udcea\ud835\udcf5 \ud835\udced\ud835\udcee \ud835\udcf5\ud835\udcea \ud835\udcdc\ud835\udcfe\ud835\udcf3\ud835\udcee\ud835\udcfb<\/strong>, el d\u00eda de ayer se llev\u00f3 a cabo una sesi\u00f3n de\n        <strong>Movimiento Libre y L\u00fadico<\/strong>, donde nuestras alumnas de todas las licenciaturas participaron en un espacio dedicado al\n        <strong>bienestar, la convivencia y el empoderamiento femenino<\/strong>.\n        <br><br>\n        Fue una actividad llena de <strong>energ\u00eda, equilibrio y uni\u00f3n<\/strong> que nos record\u00f3 la importancia de cuidar nuestro cuerpo y fortalecer nuestra mente. \u2728\n        <br><br>\n        \ud83d\udcf8\ud83d\udc9c Aqu\u00ed te compartimos la <strong>galer\u00eda de fotos<\/strong> de este momento especial.\n        <br><br>\n        <strong>#8M #D\u00edaInternacionalDeLaMujer #EmpoderArte #MujeresQueInspiran #Bienestar #ComunidadCU #OrgullosamenteCU #OrgullosamenteBATEMS #CUBATEMS<\/strong>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"carousel-container\">\n    <div class=\"carousel-track\">\n\n      <!-- GALER\u00cdA (Drive -> googleusercontent) -->\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1-GaA4gqTDEHTLauZ3Pfp6W3jMsP8o92e\" alt=\"EmpoderArte 1\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1-be4oOEJxt_kZTU6NhzMVslnqTRevXbB\" alt=\"EmpoderArte 2\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11uuMV7nV8h4FCzr9Xa8Lb13LqgJyFLtd\" alt=\"EmpoderArte 3\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/12UKHqQPBUmzrVIfaf_LG_ZxxdOBeb4bw\" alt=\"EmpoderArte 4\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13Dg3HdNDTXYs_5JQm0Qijei65KNTHGgm\" alt=\"EmpoderArte 5\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13ghCYUJDf3UOJN7yiHBCI5RiFhux58HK\" alt=\"EmpoderArte 6\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/14FjZLLWSJOc0Ai_bRciII_jyugyuloCE\" alt=\"EmpoderArte 7\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17R8zCSVio-OjjwBKE7WKPOr6CS1HXLzm\" alt=\"EmpoderArte 8\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17p77Ck34Y7JZdJenLLr2_qElmfz6gO4O\" alt=\"EmpoderArte 9\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18VmPdYm7U9BpiBGkqbE-djTAqx9A-k34\" alt=\"EmpoderArte 10\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1B6NIgLeF40X_dZXIK06ZmE-LgGuQq91k\" alt=\"EmpoderArte 11\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1D_dZdCQk4oWVM_8gvnO84xI6l6vwV11s\" alt=\"EmpoderArte 12\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Dh8NzwJ4iCnavTwUagq19ZDOetutOEO5\" alt=\"EmpoderArte 13\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1DkxEOjSDrcbTMBDJ-fqMeak08ksIZMYJ\" alt=\"EmpoderArte 14\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1EKgijyAFbEU6gLEaRNpU0RKgdxsB6Baq\" alt=\"EmpoderArte 15\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1FA25M2G_hP8tKScJ0_wjEgR8gLhuN8TW\" alt=\"EmpoderArte 16\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1HtK-gx3lc1p5e10rMIvPdaSg_zQo7ty0\" alt=\"EmpoderArte 17\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1JVpii_spgW_rgmqwUOLW5waznQHt59y9\" alt=\"EmpoderArte 18\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1K4RJWeb0-2cIiI1p0iD8yk0dX205hhef\" alt=\"EmpoderArte 19\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1LUqR9lTp3y5l6NGP2SJl3w1OhxvKhCN9\" alt=\"EmpoderArte 20\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1LlBh2VoISqTW2YiLLXA_Koycs7UTfM62\" alt=\"EmpoderArte 21\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Lp_xiqPYKQ2O1c8JaSY4nRvSZyek_gJO\" alt=\"EmpoderArte 22\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1MVtN2uiXjMLRov7RASeT_Dke3Lw1JhZR\" alt=\"EmpoderArte 23\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1MoJD-XdDlk-3rOwLmb2KQ8LHlz-OowKc\" alt=\"EmpoderArte 24\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1OVgtD_T6pKLSfnByg3UdWROzVQ9xlUAa\" alt=\"EmpoderArte 25\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1P1CSTYnVyNahbL6-UG6wqwzCu09W-fLk\" alt=\"EmpoderArte 26\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1PBuzaRJEbu_iJTApilTOY9nDQH1XxseG\" alt=\"EmpoderArte 27\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1PFs4DVp2XBf1Gp2L47nzhWCe53SLWguG\" alt=\"EmpoderArte 28\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1PaBPGNtl6q61SZYnXqii_ped9j-YubHz\" alt=\"EmpoderArte 29\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1TEcgmkYJaFSTrE_jIPMjriCz2BY5jgSj\" alt=\"EmpoderArte 30\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1VVhFHwVVHjdx0bcUCuf8hIDYyJql2A9m\" alt=\"EmpoderArte 31\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Wa8dqvLn6OThl8u9Gwdys9M59KgURDq0\" alt=\"EmpoderArte 32\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1X-if5QyZNPMVhtT8crCZQ5_DkIN0sw2v\" alt=\"EmpoderArte 33\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1XFPGlZNmC9VajkBpYcwkWp3SuQ0kqz48\" alt=\"EmpoderArte 34\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Z56oDIwQrcAggcGNKV4l-pJSuhsNHIL8\" alt=\"EmpoderArte 35\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1_0UwFlbp_8Dd-9YfM6gvBQXuj2T5uLhf\" alt=\"EmpoderArte 36\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1adYQ_lo42z8SkvP50auaz4BQd5ganzaU\" alt=\"EmpoderArte 37\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1b4E-dXyvRwGOrUllZpVB93Dq73pyGASu\" alt=\"EmpoderArte 38\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1dgdouX47ZgHMdLLMHd4n8rzHg-_xhUFX\" alt=\"EmpoderArte 39\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1e7htgxfPPr801RYioD2M49SOTv6H91O0\" alt=\"EmpoderArte 40\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1eZI8dK20oZYHPghOMmfZD6eEuTzL5V17\" alt=\"EmpoderArte 41\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1gP4KndaiXp1wWMmj2z44_l6wpxNa07KL\" alt=\"EmpoderArte 42\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1hfdlb7u124j0JM9kXJk4Z9Iir--Ewvth\" alt=\"EmpoderArte 43\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1i2qi-6Flp8gPTgxEvvd-hFXcOWabZWp4\" alt=\"EmpoderArte 44\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1iUBEFLOcWJZpGLcJBM9biIlHrzphGkfb\" alt=\"EmpoderArte 45\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1iVVDJ-sLbvDC5jnq2S8PcRcrLrnHK3iQ\" alt=\"EmpoderArte 46\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1kKFU8hF85L2xiOSdvJys0M_NhPd9QOEO\" alt=\"EmpoderArte 47\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1nUv4u_mOfo_WD69doXDVoqPCNapNIEb7\" alt=\"EmpoderArte 48\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1nY1nqVfXlH1WqWHTqG7JiUxPu4Jev3Rj\" alt=\"EmpoderArte 49\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ne60xRX1XaSYTeytlMINqrcyaLVzI8iv\" alt=\"EmpoderArte 50\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1odzAqSgktfW1iT-NYxSmOkSzbRznIVtq\" alt=\"EmpoderArte 51\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1p4MoKpAMPhJhjQf4yVIuLPUPzMythToP\" alt=\"EmpoderArte 52\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1q7b8Ju0491WcGdxT7CycjJ3ymK5c8YQC\" alt=\"EmpoderArte 53\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1qo_CyYo1u-Ow7ejAeK7qGRyDZmW0nS3I\" alt=\"EmpoderArte 54\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1qpviaallJctqejkxry2iSmprSNlyW2Pz\" alt=\"EmpoderArte 55\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1rGugCilvyRIIqjzoWE10lPpomSjCAzGK\" alt=\"EmpoderArte 56\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ryzIp99dsq_pkAFu0XWaVQhvEvVS35ed\" alt=\"EmpoderArte 57\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1xZhdFwKA10HTlGubOsifTsrfSbE0eVa5\" alt=\"EmpoderArte 58\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1xxjOc1Qr0ZaBUmN7lmRgfhU1vyQ87rKw\" alt=\"EmpoderArte 59\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ymPhm7hk5-pcjoYKpS83MgHJTpycxmMi\" alt=\"EmpoderArte 60\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1z5vq5APcUUQ3xKpzdHkpp_IPfsN-5QHX\" alt=\"EmpoderArte 61\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1zKMoBE4Pn8nVNsKntgSNQVzxZRpztp5B\" alt=\"EmpoderArte 62\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1zRBhsrTNC0DGX-P42NTLWS-YSuVwEpoa\" alt=\"EmpoderArte 63\">\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- MODAL (IDs \u00fanicos) -->\n<div class=\"modal\" id=\"imgModalSV1\">\n  <span class=\"modal-close\" onclick=\"closeModalSV1()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" onclick=\"changeImgSV1(-1)\">\u276e<\/button>\n  <img id=\"modalImgSV1\" alt=\"Imagen ampliada\">\n  <button class=\"modal-btn modal-next\" onclick=\"changeImgSV1(1)\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  let galleryImages = [];\n  let currentIndex = 0;\n\n  \/\/ Click sobre cualquier imagen de esta publicaci\u00f3n\n  document.addEventListener('click', function (e) {\n    const img = e.target.closest('.gallery-img-sv1');\n    if (!img) return;\n\n    \/\/ Solo im\u00e1genes de ESTA galer\u00eda\n    galleryImages = Array.from(document.querySelectorAll('.gallery-img-sv1'));\n    currentIndex = galleryImages.indexOf(img);\n\n    document.getElementById('modalImgSV1').src = img.src;\n    document.getElementById('imgModalSV1').classList.add('active');\n  });\n\n  window.closeModalSV1 = function() {\n    document.getElementById('imgModalSV1').classList.remove('active');\n  };\n\n  window.changeImgSV1 = function(step) {\n    currentIndex = (currentIndex + step + galleryImages.length) % galleryImages.length;\n    document.getElementById('modalImgSV1').src = galleryImages[currentIndex].src;\n  };\n\n  \/\/ Cerrar con ESC\n  document.addEventListener('keydown', (e)=>{\n    const modal = document.getElementById('imgModalSV1');\n    if(e.key === 'Escape' && modal.classList.contains('active')) closeModalSV1();\n  });\n\n  \/\/ Cerrar clic fuera de la imagen\n  document.getElementById('imgModalSV1').addEventListener('click', (e)=>{\n    if(e.target.id === 'imgModalSV1') closeModalSV1();\n  });\n\n})();\n<\/script>\n\n\n\n<style>\n:root{\n  --cu-azul:#0a4cff;\n  --cu-azul-oscuro:#0838b8;\n  --cu-dorado:#f0a10f;\n  --cu-gris:#555;\n}\n\n\/* CONTENEDOR *\/\n.events-box{\n  max-width:900px;\n  margin:40px auto;\n  font-family:Arial,sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature{\n  display:grid;\n  grid-template-columns:1fr 1.1fr;\n  background:#fff;\n  border-radius:18px;\n  overflow:hidden;\n  box-shadow:0 8px 22px rgba(0,0,0,.12);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature>img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n}\n\n\/* INFO *\/\n.event-info{ padding:30px; }\n.event-date{\n  background:var(--cu-dorado);\n  color:#fff;\n  font-size:13px;\n  font-weight:bold;\n  padding:6px 16px;\n  border-radius:20px;\n  display:inline-block;\n  margin-bottom:14px;\n}\n.event-title{\n  font-size:24px;\n  font-weight:bold;\n  margin-bottom:14px;\n}\n.event-text{\n  font-size:15px;\n  color:var(--cu-gris);\n  line-height:1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container{\n  grid-column:1\/-1;\n  background:#f7f9ff;\n  padding:25px 0;\n  overflow:hidden;\n}\n.carousel-track{\n  display:flex;\n  gap:16px;\n  animation:scroll 35s linear infinite;\n  padding-left:25px;\n  will-change:transform;\n}\n.carousel-track:hover{ animation-play-state:paused; }\n.carousel-track img{\n  width:170px;\n  height:110px;\n  object-fit:cover;\n  border-radius:12px;\n  cursor:pointer;\n  transition:.3s;\n}\n.carousel-track img:hover{\n  transform:scale(1.08);\n  box-shadow:0 8px 18px rgba(0,0,0,.25);\n}\n@keyframes scroll{\n  from{transform:translateX(0)}\n  to{transform:translateX(-50%)}\n}\n\n\/* MODAL *\/\n.modal{\n  display:none;\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.92);\n  z-index:9999;\n  justify-content:center;\n  align-items:center;\n}\n.modal.active{ display:flex; }\n.modal img{\n  max-width:92%;\n  max-height:90%;\n  border-radius:14px;\n}\n\n\/* BOTONES MODAL *\/\n.modal-btn{\n  position:absolute;\n  top:50%;\n  transform:translateY(-50%);\n  background:var(--cu-azul);\n  color:#fff;\n  border:none;\n  width:46px;\n  height:46px;\n  border-radius:50%;\n  font-size:22px;\n  cursor:pointer;\n  transition:.3s;\n}\n.modal-btn:hover{ background:var(--cu-azul-oscuro); }\n.modal-prev{ left:25px; }\n.modal-next{ right:25px; }\n.modal-close{\n  position:absolute;\n  top:22px;\n  right:30px;\n  font-size:30px;\n  color:#fff;\n  cursor:pointer;\n  user-select:none;\n}\n\n\/* LOADER *\/\n.loader{\n  position:absolute;\n  inset:0;\n  background:rgba(0,0,0,.9);\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n  align-items:center;\n  color:#fff;\n  font-size:14px;\n}\n.spinner{\n  width:55px;\n  height:55px;\n  border:4px solid #ddd;\n  border-top:4px solid var(--cu-dorado);\n  border-radius:50%;\n  animation:spin 1s linear infinite;\n  margin-bottom:14px;\n}\n@keyframes spin{ to{transform:rotate(360deg)} }\n\n@media(max-width:768px){\n  .event-feature{ grid-template-columns:1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL (portada) -->\n    <img decoding=\"async\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/1-IF8bT89XVmgbixMHsBRXJq4PeSOU1hU\"\n      alt=\"Ceremonia de Graduaci\u00f3n 2022\u20132025 | Reconocimientos a la Excelencia\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">CEREMONIA DE GRADUACI\u00d3N | 2022\u20132025<\/span>\n\n      <div class=\"event-title\">\ud83c\udf93\u2728 Galer\u00eda de Fotos | Cuarta Parte \u2728\ud83c\udf93<\/div>\n\n      <div class=\"event-text\">\n        <strong>Cuarta Parte: Reconocimientos a la Excelencia y Clausura Oficial.<\/strong>\n        <br><br>\n        En esta cuarta parte compartimos uno de los momentos m\u00e1s significativos de nuestra ceremonia: la entrega de reconocimientos a los mejores promedios\n        de cada licenciatura, as\u00ed como el reconocimiento especial al mejor promedio de toda la generaci\u00f3n 2022\u20132025. \ud83c\udfc5\ud83d\udc4f\n        <br><br>\n        <strong>Idioma Ingl\u00e9s:<\/strong> Leonardo Escobar Gonz\u00e1lez.<br>\n        <strong>Derecho:<\/strong> Jorge Luis Calder\u00f3n Z\u00fa\u00f1iga.<br>\n        <strong>Trabajo Social:<\/strong> Paloma del Carmen Dom\u00ednguez Andrade.<br>\n        <strong>Psicopedagog\u00eda:<\/strong> Laura Reyes Rojo.<br>\n        <strong>Administraci\u00f3n de Empresas:<\/strong> Mariana Mart\u00ednez Lily.<br>\n        <strong>Ciencias del Deporte:<\/strong> Carlos Iv\u00e1n Tadeo Villar.<br>\n        <strong>Criminolog\u00eda y Criminal\u00edstica:<\/strong> Carmen Janeth M\u00e1rquez Moreno.<br>\n        <strong>Mejor Promedio de la Generaci\u00f3n:<\/strong> Jorge Luis Calder\u00f3n Z\u00fa\u00f1iga \ud83c\udf96\ufe0f.\n        <br><br>\n        Celebramos la disciplina, el compromiso y la constancia que llevaron a nuestros alumnos destacados a alcanzar la excelencia acad\u00e9mica.\n        Su esfuerzo es ejemplo e inspiraci\u00f3n para toda nuestra comunidad universitaria \ud83e\udd81.\n        <br><br>\n        Tambi\u00e9n recordamos las palabras de despedida por parte de la alumna <strong>Laura Reyes Rojo<\/strong>, cargadas de gratitud, recuerdos y sue\u00f1os por cumplir,\n        que marcaron el cierre de esta importante etapa.\n        <br><br>\n        Finalmente, vivimos la clausura oficial del evento a cargo de la <strong>Lic. Margarita Angulo Mart\u00ednez<\/strong>, Regidora de Bienestar, Cultura y Educaci\u00f3n\n        en representaci\u00f3n del H. Ayuntamiento de San Juan Bautista Tuxtepec, un momento solemne que simboliz\u00f3 el fin de su formaci\u00f3n universitaria y el inicio de\n        nuevos desaf\u00edos profesionales.\n        <br><br>\n        Felicitamos a cada uno de nuestros egresados por este gran logro. Que el conocimiento adquirido sea la base de muchos \u00e9xitos m\u00e1s. \ud83c\udf1f\n        <br><br>\n        Agradecemos infinitamente al personal administrativo, docentes y personal de apoyo que hicieron posible este evento.\n        \u00a1Gracias por permitirnos ser parte de su historia! \ud83c\udf89\n        <br><br>\n        <strong>#Generaci\u00f3n20222025 #Graduaci\u00f3nUniversitaria #OrgulloCU #ActoC\u00edvico #CentroUniTuxtepec<\/strong>\n      <\/div>\n    <\/div>\n\n    <!-- CARRUSEL -->\n    <div class=\"carousel-container\">\n      <div class=\"carousel-track\" id=\"carouselParte4\">\n\n        <!-- ====== \u00daNICAS (data-unique=\"1\") ====== -->\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1-IF8bT89XVmgbixMHsBRXJq4PeSOU1hU\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11-YXQ-ujGML2Dp5zXu3Ei67C6NU7BfPA\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16UhPHMJFPAjysIQ8lEOm1JHlXeWsO7Gt\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17-mVNZM-lucB0NouvH5gjl30MdD4mlMW\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18d-5OOFQXKyFzqYEbS_0JfWZ7VrjpH64\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1A9mbmuazT5RZUfz6w1VIgm-kLV5IKthk\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1BUL9JKqfcLb6yBlXhu0MWIVq8LjiOiJR\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1HD2E8mCPbKOoItMM0Mt5bXrBpQAy_K6_\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1MlLlOFSQAuj-HBenSyglCM3IxHY5Y6uL\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1N-sQQTSWIvsNLFnxnNyYXcfxM9i52uco\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1OVZxIAXyAjtSGvH2dzwoOC3ocWSjoOyz\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1OpZuBOmWXdheeithYX3Qvd2DWESKn93Y\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1T2U40Enpv2tewSOstNpRNwexyF-SJ6Xf\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1YmhutYucykenDIscTdXAoBiNVyLAg2Q8\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1a_TSFrN-vu9xRCXvG_HBR46LL_UuVKei\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1arCfmRoca2CeJcHA2GeXHYFAx-etYlhZ\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1cvxKRDjPEq-sI6Saor6ihTu90851DV2N\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1pKt04eIGlq6dsg_k_g5bxwAlFS8r_hvU\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1vcDKZUbnpGHoPzaDlxQgbds3fvRzzuyO\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1x20yTAg93ae-cil88jo48lTMP18pQ5AY\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1zP0SbixONx3nhZZWUyj9acPBTK1ZtxWK\" alt=\"\">\n\n        <!-- ====== DUPLICADO (para scroll continuo; 10 primeras) ====== -->\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1-IF8bT89XVmgbixMHsBRXJq4PeSOU1hU\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11-YXQ-ujGML2Dp5zXu3Ei67C6NU7BfPA\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16UhPHMJFPAjysIQ8lEOm1JHlXeWsO7Gt\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17-mVNZM-lucB0NouvH5gjl30MdD4mlMW\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18d-5OOFQXKyFzqYEbS_0JfWZ7VrjpH64\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1A9mbmuazT5RZUfz6w1VIgm-kLV5IKthk\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1BUL9JKqfcLb6yBlXhu0MWIVq8LjiOiJR\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1HD2E8mCPbKOoItMM0Mt5bXrBpQAy_K6_\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1MlLlOFSQAuj-HBenSyglCM3IxHY5Y6uL\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1N-sQQTSWIvsNLFnxnNyYXcfxM9i52uco\" alt=\"\">\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<!-- MODAL -->\n<div\n  class=\"modal\"\n  id=\"modalParte4\"\n  role=\"dialog\"\n  aria-modal=\"true\"\n  aria-label=\"Galer\u00eda cuarta parte\"\n  tabindex=\"-1\"\n>\n  <div class=\"loader\" id=\"loaderParte4\">\n    <div class=\"spinner\"><\/div>\n    Cargando im\u00e1genes&#8230;\n  <\/div>\n\n  <span class=\"modal-close\" id=\"closeParte4\" aria-label=\"Cerrar\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" id=\"prevParte4\" aria-label=\"Imagen anterior\">\u276e<\/button>\n  <img id=\"imgParte4\" alt=\"Galer\u00eda cuarta parte\">\n  <button class=\"modal-btn modal-next\" id=\"nextParte4\" aria-label=\"Imagen siguiente\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  const uniqueThumbs = [...document.querySelectorAll('#carouselParte4 img[data-unique=\"1\"]')];\n\n  const modal    = document.getElementById('modalParte4');\n  const modalImg = document.getElementById('imgParte4');\n  const loader   = document.getElementById('loaderParte4');\n\n  const btnClose = document.getElementById('closeParte4');\n  const btnPrev  = document.getElementById('prevParte4');\n  const btnNext  = document.getElementById('nextParte4');\n\n  let idx = 0;\n  let lastFocus = null;\n\n  uniqueThumbs.forEach((img, i) => {\n    img.addEventListener('click', () => { idx = i; open(); });\n  });\n\n  btnClose.addEventListener('click', close);\n  btnPrev.addEventListener('click', () => move(-1));\n  btnNext.addEventListener('click', () => move(1));\n\n  function open(){\n    lastFocus = document.activeElement;\n    modal.classList.add('active');\n    document.body.style.overflow = 'hidden';\n    modal.focus();\n\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    show();\n  }\n\n  function close(){\n    modal.classList.remove('active');\n    document.body.style.overflow = '';\n    if (lastFocus && typeof lastFocus.focus === 'function') lastFocus.focus();\n  }\n\n  function move(step){\n    idx = (idx + step + uniqueThumbs.length) % uniqueThumbs.length;\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    show();\n  }\n\n  function show(){\n    const src = uniqueThumbs[idx].src;\n\n    modalImg.onload = () => {\n      loader.style.display = 'none';\n      modalImg.style.display = 'block';\n    };\n\n    modalImg.onerror = () => {\n      loader.style.display = 'none';\n      modalImg.style.display = 'none';\n      close();\n      console.warn('No se pudo cargar la imagen:', src);\n    };\n\n    modalImg.src = src;\n  }\n\n  \/\/ Cerrar con ESC\n  document.addEventListener('keydown', (e)=>{\n    if(e.key === 'Escape' && modal.classList.contains('active')) close();\n  });\n\n  \/\/ Cerrar clic fuera\n  modal.addEventListener('click', (e)=>{\n    if(e.target === modal) close();\n  });\n\n  \/\/ Focus trap m\u00ednimo\n  document.addEventListener('keydown', (e) => {\n    if (!modal.classList.contains('active')) return;\n    if (e.key !== 'Tab') return;\n\n    const focusables = [btnClose, btnPrev, btnNext].filter(Boolean);\n    const first = focusables[0];\n    const last  = focusables[focusables.length - 1];\n\n    if (e.shiftKey && document.activeElement === first) {\n      e.preventDefault(); last.focus();\n    } else if (!e.shiftKey && document.activeElement === last) {\n      e.preventDefault(); first.focus();\n    }\n  });\n})();\n<\/script>\n\n\n\n<style>\n:root{\n  --cu-azul:#0a4cff;\n  --cu-azul-oscuro:#0838b8;\n  --cu-dorado:#f0a10f;\n  --cu-gris:#555;\n}\n\n\/* CONTENEDOR *\/\n.events-box{\n  max-width:900px;\n  margin:40px auto;\n  font-family:Arial,sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature{\n  display:grid;\n  grid-template-columns:1fr 1.1fr;\n  background:#fff;\n  border-radius:18px;\n  overflow:hidden;\n  box-shadow:0 8px 22px rgba(0,0,0,.12);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature>img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n}\n\n\/* INFO *\/\n.event-info{ padding:30px; }\n.event-date{\n  background:var(--cu-dorado);\n  color:#fff;\n  font-size:13px;\n  font-weight:bold;\n  padding:6px 16px;\n  border-radius:20px;\n  display:inline-block;\n  margin-bottom:14px;\n}\n.event-title{\n  font-size:24px;\n  font-weight:bold;\n  margin-bottom:14px;\n}\n.event-text{\n  font-size:15px;\n  color:var(--cu-gris);\n  line-height:1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container{\n  grid-column:1\/-1;\n  background:#f7f9ff;\n  padding:25px 0;\n  overflow:hidden;\n}\n.carousel-track{\n  display:flex;\n  gap:16px;\n  animation:scroll 45s linear infinite;\n  padding-left:25px;\n  will-change:transform;\n}\n.carousel-track:hover{ animation-play-state:paused; }\n.carousel-track img{\n  width:170px;\n  height:110px;\n  object-fit:cover;\n  border-radius:12px;\n  cursor:pointer;\n  transition:.3s;\n}\n.carousel-track img:hover{\n  transform:scale(1.08);\n  box-shadow:0 8px 18px rgba(0,0,0,.25);\n}\n@keyframes scroll{\n  from{transform:translateX(0)}\n  to{transform:translateX(-50%)}\n}\n\n\/* MODAL *\/\n.modal{\n  display:none;\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.92);\n  z-index:9999;\n  justify-content:center;\n  align-items:center;\n}\n.modal.active{ display:flex; }\n.modal img{\n  max-width:92%;\n  max-height:90%;\n  border-radius:14px;\n}\n\n\/* BOTONES MODAL *\/\n.modal-btn{\n  position:absolute;\n  top:50%;\n  transform:translateY(-50%);\n  background:var(--cu-azul);\n  color:#fff;\n  border:none;\n  width:46px;\n  height:46px;\n  border-radius:50%;\n  font-size:22px;\n  cursor:pointer;\n  transition:.3s;\n}\n.modal-btn:hover{ background:var(--cu-azul-oscuro); }\n.modal-prev{ left:25px; }\n.modal-next{ right:25px; }\n.modal-close{\n  position:absolute;\n  top:22px;\n  right:30px;\n  font-size:30px;\n  color:#fff;\n  cursor:pointer;\n  user-select:none;\n}\n\n\/* LOADER *\/\n.loader{\n  position:absolute;\n  inset:0;\n  background:rgba(0,0,0,.9);\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n  align-items:center;\n  color:#fff;\n  font-size:14px;\n}\n.spinner{\n  width:55px;\n  height:55px;\n  border:4px solid #ddd;\n  border-top:4px solid var(--cu-dorado);\n  border-radius:50%;\n  animation:spin 1s linear infinite;\n  margin-bottom:14px;\n}\n@keyframes spin{ to{transform:rotate(360deg)} }\n\n@media(max-width:768px){\n  .event-feature{ grid-template-columns:1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL (portada) -->\n    <img decoding=\"async\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/10Qh2-_7hlixYDiN23DcBnbZ693esKd7e\"\n      alt=\"Ceremonia de Graduaci\u00f3n 2022\u20132025 | Tercera Parte\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">CEREMONIA DE GRADUACI\u00d3N | 2022\u20132025<\/span>\n\n      <div class=\"event-title\">\ud83c\udf93\u2728 Galer\u00eda de Fotos | Tercera Parte \u2728\ud83c\udf93<\/div>\n\n      <div class=\"event-text\">\n        <strong>Tercera Parte: Entrega de Certificados y Cartas Pasante.<\/strong>\n        <br><br>\n        Compartimos con orgullo la segunda parte de nuestra galer\u00eda, donde se llev\u00f3 a cabo la entrega de\n        <strong>Certificados de Licenciatura<\/strong> y <strong>Cartas Pasante<\/strong> a nuestros egresados de la\n        <strong>Generaci\u00f3n 2022\u20132025<\/strong>.\n        <br><br>\n        En este momento tan esperado, nuestros graduados de las licenciaturas en:\n        <br>\u2014 <strong>Idioma Ingl\u00e9s<\/strong>\n        <br>\u2014 <strong>Derecho<\/strong>\n        <br>\u2014 <strong>Trabajo Social<\/strong>\n        <br>\u2014 <strong>Psicopedagog\u00eda<\/strong>.\n        <br><br>\n        Nuestros egresados CU recibieron la documentaci\u00f3n que respalda oficialmente la culminaci\u00f3n de su formaci\u00f3n acad\u00e9mica y los acerca a\n        una nueva etapa profesional. Cada entrega fue acompa\u00f1ada de aplausos, sonrisas y la satisfacci\u00f3n de ver materializado el fruto de a\u00f1os de esfuerzo,\n        dedicaci\u00f3n y perseverancia. \ud83d\udc4f\u2728\n        <br><br>\n        Felicitamos a todos nuestros egresados por este gran logro y agradecemos a sus familias por el acompa\u00f1amiento constante en este camino.\n        Los invitamos a disfrutar esta tercera parte de la galer\u00eda y revivir estos momentos llenos de orgullo y emoci\u00f3n. \ud83d\udcf8\ud83c\udf89\n        <br><br>\n        <strong>#Generaci\u00f3n20222025 #Graduaci\u00f3nUniversitaria #OrgulloCU #ActoC\u00edvico #CentroUniTuxtepec<\/strong>\n      <\/div>\n    <\/div>\n\n    <!-- CARRUSEL -->\n    <div class=\"carousel-container\">\n      <div class=\"carousel-track\" id=\"carouselParte3\">\n\n        <!-- ====== \u00daNICAS (data-unique=\"1\") ====== -->\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/10Qh2-_7hlixYDiN23DcBnbZ693esKd7e\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/10fMo7tp0oXYXHOHhqcWBAOrNNxFcllca\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/120xJKOEwjVhGP4SS4by79RBuTR2mftsW\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/14E-1QVQCW9wHhhB1qNf9WO3Jwm4FS3Xe\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/15WDssCAdYVlGAQepV6xaZYoimday-zTq\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17Sfaew9o0rBuOufYjZdVhMxltF82hOfc\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/181aHpKBq0wsRQhdNR2L3rvPoxkEIpRHj\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18WYiL8bGHZM1zJa6uFMjEHyzEWdrzEHc\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18aywzUK2uumo1AHGtHhQFJWdGx27rtnP\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/191_tNSOKZz2QnRyqAQdVixS86OfNOjQZ\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19FBfzmAU29qOkVSG9W0BfVBtDP2PjfZK\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19eLkXnRWaHE0GmV9UgQp2qnRmeYQ41R5\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1BH2Nvdk9pcb-brv5DvtCpc0Vd8IGyTmg\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1BtEN4EfvNSR-y-kS-0Jb1dr5zdXpm-jw\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1E-TUOc7erxG5uLCC5uE9CyjqE0d6323j\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1EN66A-iPU11GMaFHzRJqAnagIVJ8cBKL\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1EW7q0NqqLHMvr9n2ufUcqfms6_JHku1N\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Eqe4zwQMmue1kljDmQspI9m4QHOud8yC\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1F0KwnXW2GYy7UuIaUKpY6BIq1Jn1aGEY\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1G6lSqGu8BhH0-hhewfiBv-auzK4eUlkd\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1GpSBMkFZqIiyVwffuRQ8NnpnCJ1OzHz9\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Hhq9LCVchmhTymk1lrHP62ro1SKGGi-R\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1KDghxGpbz2R5_otXWFh1RK6Nmk9vl6GI\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Kg2LOvfCuzJ-8VmY24XelVQYAGYg6-h_\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1LpVnYWaK6zLR_b4Ufr2ArVSgpjl7qVcG\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Lxi9A9HoIGn78AuV0ZxCB7R-4WW7JSOQ\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1OhcQJ1SQYVjhEG7OKLiG9DcRNrZltw7i\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1QYzpSBJH9Xcy2mErHin21e3x3eDP2byk\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1RDWKhm6-mHhxmk0spOM1CW5RxJk1dyYi\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1TxVkMK1aKS4OYet2Bo9bsENq2n3B58T6\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Yj_IezNyO0fa3pKy_N_ZaCwv7tTXWZ3x\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1YwVhDLglaou18HOnnh6TDUpbtlibv4DB\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Zr0msA1sbkhW9H-v-79dXsi2Uywe4IDV\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Zw5ttQNO-RCIZF4k-klwBYVFqlCaF6Ao\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1a9jaQ7Jc6jmJG7Joq_yDTvJnRHtdzJ8h\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1avesZBoob1yHqSe7kCMmAqAtOXefpsIH\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1bbgCzXvOauuDe3YEp_7kfaXeeX_PPA4h\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1boULvGoST2X8qZGL0bfR1TcNrq07C41r\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1cADlJ5hZogPhTjz3EPheoYNmnmvxei7S\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1hTj66juz60xsnlTKygdTyQLYoVND58al\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1hjDIeZ-DfmRcfbsgVKBqvKBgFcUTubgd\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1i3xUUSxQ8JPAOWgkV15QxqFEP1E_04ql\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1iWAHEzqyssVWYaR_NSOn_gHn1lcQ3wLl\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1jEGOGTbcQnxO1Xm6gYpc1-3D-SaAkbDl\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1jlsN9ti3d7gxuf3nViX9vuQ5swbgDt-L\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1m9V6h6QCYJ5sHcH_1tKQhZH36QM0IsaA\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1nEBufC61Zz0DqY4xmMqaheXaB_szBfoB\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1rJClUbpkR5zgwLz0vBD22Ku1Uec8zvaA\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1vYs62bGfq8CXL_7XTYqmOtdHlb8v0jMk\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1w0NsideQZiMK6evAvvFnIUQNmRYJ_ccA\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1wtJRX4aJH_gnWAk3ZuRAmGOJN3IfF6CK\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1z9ExaI_5oZvrlIYcJxFUjrd_icN-4FfX\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1zZ2z1e5gjBujiST-Ikhsrt6QJVVGLH_8\" alt=\"\">\n\n        <!-- ====== DUPLICADO COMPLETO (empalme perfecto con -50%) ====== -->\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/10Qh2-_7hlixYDiN23DcBnbZ693esKd7e\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/10fMo7tp0oXYXHOHhqcWBAOrNNxFcllca\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/120xJKOEwjVhGP4SS4by79RBuTR2mftsW\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/14E-1QVQCW9wHhhB1qNf9WO3Jwm4FS3Xe\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/15WDssCAdYVlGAQepV6xaZYoimday-zTq\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17Sfaew9o0rBuOufYjZdVhMxltF82hOfc\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/181aHpKBq0wsRQhdNR2L3rvPoxkEIpRHj\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18WYiL8bGHZM1zJa6uFMjEHyzEWdrzEHc\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18aywzUK2uumo1AHGtHhQFJWdGx27rtnP\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/191_tNSOKZz2QnRyqAQdVixS86OfNOjQZ\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19FBfzmAU29qOkVSG9W0BfVBtDP2PjfZK\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19eLkXnRWaHE0GmV9UgQp2qnRmeYQ41R5\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1BH2Nvdk9pcb-brv5DvtCpc0Vd8IGyTmg\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1BtEN4EfvNSR-y-kS-0Jb1dr5zdXpm-jw\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1E-TUOc7erxG5uLCC5uE9CyjqE0d6323j\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1EN66A-iPU11GMaFHzRJqAnagIVJ8cBKL\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1EW7q0NqqLHMvr9n2ufUcqfms6_JHku1N\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Eqe4zwQMmue1kljDmQspI9m4QHOud8yC\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1F0KwnXW2GYy7UuIaUKpY6BIq1Jn1aGEY\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1G6lSqGu8BhH0-hhewfiBv-auzK4eUlkd\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1GpSBMkFZqIiyVwffuRQ8NnpnCJ1OzHz9\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Hhq9LCVchmhTymk1lrHP62ro1SKGGi-R\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1KDghxGpbz2R5_otXWFh1RK6Nmk9vl6GI\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Kg2LOvfCuzJ-8VmY24XelVQYAGYg6-h_\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1LpVnYWaK6zLR_b4Ufr2ArVSgpjl7qVcG\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Lxi9A9HoIGn78AuV0ZxCB7R-4WW7JSOQ\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1OhcQJ1SQYVjhEG7OKLiG9DcRNrZltw7i\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1QYzpSBJH9Xcy2mErHin21e3x3eDP2byk\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1RDWKhm6-mHhxmk0spOM1CW5RxJk1dyYi\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1TxVkMK1aKS4OYet2Bo9bsENq2n3B58T6\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Yj_IezNyO0fa3pKy_N_ZaCwv7tTXWZ3x\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1YwVhDLglaou18HOnnh6TDUpbtlibv4DB\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Zr0msA1sbkhW9H-v-79dXsi2Uywe4IDV\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Zw5ttQNO-RCIZF4k-klwBYVFqlCaF6Ao\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1a9jaQ7Jc6jmJG7Joq_yDTvJnRHtdzJ8h\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1avesZBoob1yHqSe7kCMmAqAtOXefpsIH\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1bbgCzXvOauuDe3YEp_7kfaXeeX_PPA4h\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1boULvGoST2X8qZGL0bfR1TcNrq07C41r\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1cADlJ5hZogPhTjz3EPheoYNmnmvxei7S\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1hTj66juz60xsnlTKygdTyQLYoVND58al\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1hjDIeZ-DfmRcfbsgVKBqvKBgFcUTubgd\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1i3xUUSxQ8JPAOWgkV15QxqFEP1E_04ql\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1iWAHEzqyssVWYaR_NSOn_gHn1lcQ3wLl\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1jEGOGTbcQnxO1Xm6gYpc1-3D-SaAkbDl\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1jlsN9ti3d7gxuf3nViX9vuQ5swbgDt-L\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1m9V6h6QCYJ5sHcH_1tKQhZH36QM0IsaA\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1nEBufC61Zz0DqY4xmMqaheXaB_szBfoB\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1rJClUbpkR5zgwLz0vBD22Ku1Uec8zvaA\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1vYs62bGfq8CXL_7XTYqmOtdHlb8v0jMk\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1w0NsideQZiMK6evAvvFnIUQNmRYJ_ccA\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1wtJRX4aJH_gnWAk3ZuRAmGOJN3IfF6CK\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1z9ExaI_5oZvrlIYcJxFUjrd_icN-4FfX\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1zZ2z1e5gjBujiST-Ikhsrt6QJVVGLH_8\" alt=\"\">\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<!-- MODAL -->\n<div\n  class=\"modal\"\n  id=\"modalParte3\"\n  role=\"dialog\"\n  aria-modal=\"true\"\n  aria-label=\"Galer\u00eda tercera parte\"\n  tabindex=\"-1\"\n>\n  <div class=\"loader\" id=\"loaderParte3\">\n    <div class=\"spinner\"><\/div>\n    Cargando im\u00e1genes&#8230;\n  <\/div>\n\n  <span class=\"modal-close\" id=\"closeParte3\" aria-label=\"Cerrar\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" id=\"prevParte3\" aria-label=\"Imagen anterior\">\u276e<\/button>\n  <img id=\"imgParte3\" alt=\"Galer\u00eda tercera parte\">\n  <button class=\"modal-btn modal-next\" id=\"nextParte3\" aria-label=\"Imagen siguiente\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  const uniqueThumbs = [...document.querySelectorAll('#carouselParte3 img[data-unique=\"1\"]')];\n\n  const modal    = document.getElementById('modalParte3');\n  const modalImg = document.getElementById('imgParte3');\n  const loader   = document.getElementById('loaderParte3');\n\n  const btnClose = document.getElementById('closeParte3');\n  const btnPrev  = document.getElementById('prevParte3');\n  const btnNext  = document.getElementById('nextParte3');\n\n  let idx = 0;\n  let lastFocus = null;\n\n  uniqueThumbs.forEach((img, i) => {\n    img.addEventListener('click', () => { idx = i; open(); });\n  });\n\n  btnClose.addEventListener('click', close);\n  btnPrev.addEventListener('click', () => move(-1));\n  btnNext.addEventListener('click', () => move(1));\n\n  function open(){\n    lastFocus = document.activeElement;\n    modal.classList.add('active');\n    document.body.style.overflow = 'hidden';\n    modal.focus();\n\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    show();\n  }\n\n  function close(){\n    modal.classList.remove('active');\n    document.body.style.overflow = '';\n    if (lastFocus && typeof lastFocus.focus === 'function') lastFocus.focus();\n  }\n\n  function move(step){\n    idx = (idx + step + uniqueThumbs.length) % uniqueThumbs.length;\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    show();\n  }\n\n  function show(){\n    const src = uniqueThumbs[idx].src;\n\n    modalImg.onload = () => {\n      loader.style.display = 'none';\n      modalImg.style.display = 'block';\n    };\n\n    modalImg.onerror = () => {\n      loader.style.display = 'none';\n      modalImg.style.display = 'none';\n      close();\n      console.warn('No se pudo cargar la imagen:', src);\n    };\n\n    modalImg.src = src;\n  }\n\n  document.addEventListener('keydown', (e)=>{\n    if(e.key === 'Escape' && modal.classList.contains('active')) close();\n  });\n\n  modal.addEventListener('click', (e)=>{\n    if(e.target === modal) close();\n  });\n\n  \/\/ Focus trap m\u00ednimo\n  document.addEventListener('keydown', (e) => {\n    if (!modal.classList.contains('active')) return;\n    if (e.key !== 'Tab') return;\n\n    const focusables = [btnClose, btnPrev, btnNext].filter(Boolean);\n    const first = focusables[0];\n    const last  = focusables[focusables.length - 1];\n\n    if (e.shiftKey && document.activeElement === first) {\n      e.preventDefault(); last.focus();\n    } else if (!e.shiftKey && document.activeElement === last) {\n      e.preventDefault(); first.focus();\n    }\n  });\n})();\n<\/script>\n\n\n\n<style>\n:root{\n  --cu-azul:#0a4cff;\n  --cu-azul-oscuro:#0838b8;\n  --cu-dorado:#f0a10f;\n  --cu-gris:#555;\n}\n\n\/* CONTENEDOR *\/\n.events-box{\n  max-width:900px;\n  margin:40px auto;\n  font-family:Arial,sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature{\n  display:grid;\n  grid-template-columns:1fr 1.1fr;\n  background:#fff;\n  border-radius:18px;\n  overflow:hidden;\n  box-shadow:0 8px 22px rgba(0,0,0,.12);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature>img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n}\n\n\/* INFO *\/\n.event-info{ padding:30px; }\n.event-date{\n  background:var(--cu-dorado);\n  color:#fff;\n  font-size:13px;\n  font-weight:bold;\n  padding:6px 16px;\n  border-radius:20px;\n  display:inline-block;\n  margin-bottom:14px;\n}\n.event-title{\n  font-size:24px;\n  font-weight:bold;\n  margin-bottom:14px;\n}\n.event-text{\n  font-size:15px;\n  color:var(--cu-gris);\n  line-height:1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container{\n  grid-column:1\/-1;\n  background:#f7f9ff;\n  padding:25px 0;\n  overflow:hidden;\n}\n.carousel-track{\n  display:flex;\n  gap:16px;\n  animation:scroll 35s linear infinite;\n  padding-left:25px;\n  will-change:transform;\n}\n.carousel-track:hover{ animation-play-state:paused; }\n.carousel-track img{\n  width:170px;\n  height:110px;\n  object-fit:cover;\n  border-radius:12px;\n  cursor:pointer;\n  transition:.3s;\n}\n.carousel-track img:hover{\n  transform:scale(1.08);\n  box-shadow:0 8px 18px rgba(0,0,0,.25);\n}\n@keyframes scroll{\n  from{transform:translateX(0)}\n  to{transform:translateX(-50%)}\n}\n\n\/* MODAL *\/\n.modal{\n  display:none;\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.92);\n  z-index:9999;\n  justify-content:center;\n  align-items:center;\n}\n.modal.active{ display:flex; }\n.modal img{\n  max-width:92%;\n  max-height:90%;\n  border-radius:14px;\n}\n\n\/* BOTONES MODAL *\/\n.modal-btn{\n  position:absolute;\n  top:50%;\n  transform:translateY(-50%);\n  background:var(--cu-azul);\n  color:#fff;\n  border:none;\n  width:46px;\n  height:46px;\n  border-radius:50%;\n  font-size:22px;\n  cursor:pointer;\n  transition:.3s;\n}\n.modal-btn:hover{ background:var(--cu-azul-oscuro); }\n.modal-prev{ left:25px; }\n.modal-next{ right:25px; }\n.modal-close{\n  position:absolute;\n  top:22px;\n  right:30px;\n  font-size:30px;\n  color:#fff;\n  cursor:pointer;\n  user-select:none;\n}\n\n\/* LOADER *\/\n.loader{\n  position:absolute;\n  inset:0;\n  background:rgba(0,0,0,.9);\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n  align-items:center;\n  color:#fff;\n  font-size:14px;\n}\n.spinner{\n  width:55px;\n  height:55px;\n  border:4px solid #ddd;\n  border-top:4px solid var(--cu-dorado);\n  border-radius:50%;\n  animation:spin 1s linear infinite;\n  margin-bottom:14px;\n}\n@keyframes spin{ to{transform:rotate(360deg)} }\n\n@media(max-width:768px){\n  .event-feature{ grid-template-columns:1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL (elige la que prefieras para portada) -->\n    <img decoding=\"async\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/1-q-l71pTjmg4pn27E7rravoBLCGw3DG6\"\n      alt=\"Ceremonia de Graduaci\u00f3n 2022\u20132025 | Entrega de Certificados y Cartas Pasante\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">CEREMONIA DE GRADUACI\u00d3N | 2022\u20132025<\/span>\n\n      <div class=\"event-title\">\ud83c\udf93\u2728 Galer\u00eda de Fotos | Segunda Parte \u2728\ud83c\udf93<\/div>\n\n      <div class=\"event-text\">\n        <strong>Segunda Parte: Entrega de Certificados y Cartas Pasante.<\/strong>\n        <br><br>\n        Compartimos con orgullo la segunda parte de nuestra galer\u00eda, donde se llev\u00f3 a cabo la entrega de\n        <strong>Certificados de Licenciatura<\/strong> y <strong>Cartas Pasante<\/strong> a nuestros egresados de la\n        <strong>Generaci\u00f3n 2022\u20132025<\/strong>.\n        <br><br>\n        En este momento tan esperado, nuestros graduados de las licenciaturas en:\n        <br>\u2014 <strong>Administraci\u00f3n de Empresas<\/strong>\n        <br>\u2014 <strong>Ciencias del Deporte<\/strong>\n        <br>\u2014 <strong>Criminolog\u00eda y Criminal\u00edstica<\/strong>.\n        <br><br>\n        Nuestros egresados CU recibieron la documentaci\u00f3n que respalda oficialmente la culminaci\u00f3n de su formaci\u00f3n acad\u00e9mica y los acerca a\n        una nueva etapa profesional. Cada entrega fue acompa\u00f1ada de aplausos, sonrisas y la satisfacci\u00f3n de ver materializado el fruto de a\u00f1os de esfuerzo,\n        dedicaci\u00f3n y perseverancia. \ud83d\udc4f\u2728\n        <br><br>\n        Felicitamos a todos nuestros egresados por este gran logro y agradecemos a sus familias por el acompa\u00f1amiento constante en este camino.\n        Los invitamos a disfrutar esta segunda parte de la galer\u00eda y revivir estos momentos llenos de orgullo y emoci\u00f3n. \ud83d\udcf8\ud83c\udf89\n        <br><br>\n        <strong>#Generaci\u00f3n20222025 #Graduaci\u00f3nUniversitaria #OrgulloCU #ActoC\u00edvico #CentroUniTuxtepec<\/strong>\n      <\/div>\n    <\/div>\n\n    <!-- CARRUSEL -->\n    <div class=\"carousel-container\">\n      <div class=\"carousel-track\" id=\"carouselEntrega\">\n\n        <!-- ====== \u00daNICAS (data-unique=\"1\") ====== -->\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1-q-l71pTjmg4pn27E7rravoBLCGw3DG6\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/113neHyMgb-2faEUopTnvdtz1MRZmc0kv\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/12wUlWU6MzDc1FEXIM5JZkSm8IPNzatDy\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18nGWXBEwzmuNOwSbQV9Kee0UWEi1PXlD\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19n6ihAjfDQZR3Fjvj_EuXW-9Kqmaj9Tq\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1D_Gt-LQUFJ8uovphniqg_bdRsByM4Bga\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1DoOFH5CJOqP_aIkP5ANrKv0RNuanYGTU\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1EGkyGzVgK4s_5gAX8yB4CCfshZsFVd3S\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1EW-zVmOi45iGfN06dsgkIPPnjjh8tM2p\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1F41RbOf99Ec4Mk1qU0y4hdkbckNcrRRJ\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1GSz3YtN80yp1tk6tkEMekSpE6Vc-3Cl-\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Jgphctpl2uwJ_oUvg9plfmJhXgPDfW7E\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1KMj_wqq6uGNnqCAP__W06_F15Ak3GSK1\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Ly2tB7fux3vE7Fxyi_RyQj-cjq8FVO7X\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1OZoTkg96G2RRZORkPmP23EfyNxVKtzk2\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1OlcPitmxjdaP6acetTqlcud4RxbsfKEy\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1P_-rh1O8JiH4xHFt95_mwHIkNJnqIpFK\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1PuwcvEsetDBUEy8Q3rU0qNoCCo5prB5M\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1SIeunEkd8LrAqFz7C0rP8VPnlL_q5FEk\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1U3sJRNPAY7ql__VlLpZytABAxmuJSob4\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1XDvd-tfYvsBTd89g_u1ssIi07XiGWYrA\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ZXllS_pQSiSz7H7eq13jrp9BTK4yHv0S\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ZlNzJ8BrNY_UzX2bzAXh-lE0uPe6hkJN\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Zy9H_6ukRtFZCLDA87CXe5LkQ0boukTX\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1cVFHy6TTowBdw1Mjuug0d68gtw3i3_X_\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1dlPAcRZnP8BmifGwB8QE0ovtsTk7WJkj\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1dzHWfezKivW5ygS0yfOrE302yjT09iAL\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1gXp035JqYdfhCgP32xehxdAYXemwqBct\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1hRGdc_mXiNhB7_T47p1G-jM8BmYdBR4p\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1imXt14qsFd3tS7HwwuTz0dnbHslLV_Rj\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1jIDb-8BL_-HCf0uTYFbclw5u1LAXAtUe\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1lDFA9_U6bu1yiz5-17r4uF4fxtgMEtJw\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1n6GB7m_kRZ8PqPvvs8Iu7zpvWPbyy33F\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1nREnvJPsuZkAxMGlKILHd6m3ZmN2-SYo\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1oSu5sUtBgoHCsj6n1jrS-2ZDrAZVDvA8\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1pF1o4xGqj3W7Zq-nPEy8SVUHHlpw2H2z\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1yUbVcTzzdOICZjX7GyX4h3Jh-Qbn2rMP\" alt=\"\">\n\n        <!-- ====== DUPLICADO (para scroll continuo; duplico el primer bloque) ====== -->\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1-q-l71pTjmg4pn27E7rravoBLCGw3DG6\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/113neHyMgb-2faEUopTnvdtz1MRZmc0kv\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/12wUlWU6MzDc1FEXIM5JZkSm8IPNzatDy\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18nGWXBEwzmuNOwSbQV9Kee0UWEi1PXlD\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19n6ihAjfDQZR3Fjvj_EuXW-9Kqmaj9Tq\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1D_Gt-LQUFJ8uovphniqg_bdRsByM4Bga\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1DoOFH5CJOqP_aIkP5ANrKv0RNuanYGTU\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1EGkyGzVgK4s_5gAX8yB4CCfshZsFVd3S\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1EW-zVmOi45iGfN06dsgkIPPnjjh8tM2p\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1F41RbOf99Ec4Mk1qU0y4hdkbckNcrRRJ\" alt=\"\">\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<!-- MODAL -->\n<div\n  class=\"modal\"\n  id=\"modalEntrega\"\n  role=\"dialog\"\n  aria-modal=\"true\"\n  aria-label=\"Galer\u00eda de entrega de certificados y cartas pasante\"\n  tabindex=\"-1\"\n>\n  <div class=\"loader\" id=\"loaderEntrega\">\n    <div class=\"spinner\"><\/div>\n    Cargando im\u00e1genes&#8230;\n  <\/div>\n\n  <span class=\"modal-close\" id=\"closeEntrega\" aria-label=\"Cerrar\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" id=\"prevEntrega\" aria-label=\"Imagen anterior\">\u276e<\/button>\n  <img id=\"imgEntrega\" alt=\"Galer\u00eda entrega de documentaci\u00f3n\">\n  <button class=\"modal-btn modal-next\" id=\"nextEntrega\" aria-label=\"Imagen siguiente\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  const uniqueThumbs = [...document.querySelectorAll('#carouselEntrega img[data-unique=\"1\"]')];\n\n  const modal    = document.getElementById('modalEntrega');\n  const modalImg = document.getElementById('imgEntrega');\n  const loader   = document.getElementById('loaderEntrega');\n\n  const btnClose = document.getElementById('closeEntrega');\n  const btnPrev  = document.getElementById('prevEntrega');\n  const btnNext  = document.getElementById('nextEntrega');\n\n  let idx = 0;\n  let lastFocus = null;\n\n  uniqueThumbs.forEach((img, i) => {\n    img.addEventListener('click', () => { idx = i; open(); });\n  });\n\n  btnClose.addEventListener('click', close);\n  btnPrev.addEventListener('click', () => move(-1));\n  btnNext.addEventListener('click', () => move(1));\n\n  function open(){\n    lastFocus = document.activeElement;\n    modal.classList.add('active');\n    document.body.style.overflow = 'hidden';\n    modal.focus();\n\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    show();\n  }\n\n  function close(){\n    modal.classList.remove('active');\n    document.body.style.overflow = '';\n    if (lastFocus && typeof lastFocus.focus === 'function') lastFocus.focus();\n  }\n\n  function move(step){\n    idx = (idx + step + uniqueThumbs.length) % uniqueThumbs.length;\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    show();\n  }\n\n  function show(){\n    const src = uniqueThumbs[idx].src;\n\n    modalImg.onload = () => {\n      loader.style.display = 'none';\n      modalImg.style.display = 'block';\n    };\n\n    modalImg.onerror = () => {\n      loader.style.display = 'none';\n      modalImg.style.display = 'none';\n      close();\n      console.warn('No se pudo cargar la imagen:', src);\n    };\n\n    modalImg.src = src;\n  }\n\n  \/\/ Cerrar con ESC\n  document.addEventListener('keydown', (e)=>{\n    if(e.key === 'Escape' && modal.classList.contains('active')) close();\n  });\n\n  \/\/ Cerrar clic fuera\n  modal.addEventListener('click', (e)=>{\n    if(e.target === modal) close();\n  });\n\n  \/\/ Focus trap m\u00ednimo\n  document.addEventListener('keydown', (e) => {\n    if (!modal.classList.contains('active')) return;\n    if (e.key !== 'Tab') return;\n\n    const focusables = [btnClose, btnPrev, btnNext].filter(Boolean);\n    const first = focusables[0];\n    const last  = focusables[focusables.length - 1];\n\n    if (e.shiftKey && document.activeElement === first) {\n      e.preventDefault(); last.focus();\n    } else if (!e.shiftKey && document.activeElement === last) {\n      e.preventDefault(); first.focus();\n    }\n  });\n})();\n<\/script>\n\n\n\n<style>\n:root{\n  --cu-azul:#0a4cff;\n  --cu-azul-oscuro:#0838b8;\n  --cu-dorado:#f0a10f;\n  --cu-gris:#555;\n}\n\n\/* CONTENEDOR *\/\n.events-box{\n  max-width:900px;\n  margin:40px auto;\n  font-family:Arial,sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature{\n  display:grid;\n  grid-template-columns:1fr 1.1fr;\n  background:#fff;\n  border-radius:18px;\n  overflow:hidden;\n  box-shadow:0 8px 22px rgba(0,0,0,.12);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature>img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n}\n\n\/* INFO *\/\n.event-info{ padding:30px; }\n.event-date{\n  background:var(--cu-dorado);\n  color:#fff;\n  font-size:13px;\n  font-weight:bold;\n  padding:6px 16px;\n  border-radius:20px;\n  display:inline-block;\n  margin-bottom:14px;\n}\n.event-title{\n  font-size:24px;\n  font-weight:bold;\n  margin-bottom:14px;\n}\n.event-text{\n  font-size:15px;\n  color:var(--cu-gris);\n  line-height:1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container{\n  grid-column:1\/-1;\n  background:#f7f9ff;\n  padding:25px 0;\n  overflow:hidden;\n}\n.carousel-track{\n  display:flex;\n  gap:16px;\n  animation:scroll 35s linear infinite;\n  padding-left:25px;\n  will-change:transform;\n}\n.carousel-track:hover{ animation-play-state:paused; }\n.carousel-track img{\n  width:170px;\n  height:110px;\n  object-fit:cover;\n  border-radius:12px;\n  cursor:pointer;\n  transition:.3s;\n}\n.carousel-track img:hover{\n  transform:scale(1.08);\n  box-shadow:0 8px 18px rgba(0,0,0,.25);\n}\n@keyframes scroll{\n  from{transform:translateX(0)}\n  to{transform:translateX(-50%)}\n}\n\n\/* MODAL *\/\n.modal{\n  display:none;\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.92);\n  z-index:9999;\n  justify-content:center;\n  align-items:center;\n}\n.modal.active{ display:flex; }\n.modal img{\n  max-width:92%;\n  max-height:90%;\n  border-radius:14px;\n}\n\n\/* BOTONES MODAL *\/\n.modal-btn{\n  position:absolute;\n  top:50%;\n  transform:translateY(-50%);\n  background:var(--cu-azul);\n  color:#fff;\n  border:none;\n  width:46px;\n  height:46px;\n  border-radius:50%;\n  font-size:22px;\n  cursor:pointer;\n  transition:.3s;\n}\n.modal-btn:hover{ background:var(--cu-azul-oscuro); }\n.modal-prev{ left:25px; }\n.modal-next{ right:25px; }\n.modal-close{\n  position:absolute;\n  top:22px;\n  right:30px;\n  font-size:30px;\n  color:#fff;\n  cursor:pointer;\n  user-select:none;\n}\n\n\/* LOADER *\/\n.loader{\n  position:absolute;\n  inset:0;\n  background:rgba(0,0,0,.9);\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n  align-items:center;\n  color:#fff;\n  font-size:14px;\n}\n.spinner{\n  width:55px;\n  height:55px;\n  border:4px solid #ddd;\n  border-top:4px solid var(--cu-dorado);\n  border-radius:50%;\n  animation:spin 1s linear infinite;\n  margin-bottom:14px;\n}\n@keyframes spin{ to{transform:rotate(360deg)} }\n\n@media(max-width:768px){\n  .event-feature{ grid-template-columns:1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL -->\n    <img decoding=\"async\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/1-kreT5N0KWHil1mAuF5feZwk5mPQwUpD\"\n      alt=\"Ceremonia de Graduaci\u00f3n 2022\u20132025 | Acto C\u00edvico\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">CEREMONIA DE GRADUACI\u00d3N | 2022\u20132025<\/span>\n\n      <div class=\"event-title\">\ud83c\udf93 Galer\u00eda de Fotos | Primera Parte: Acto C\u00edvico<\/div>\n\n      <div class=\"event-text\">\n        La <strong>Universidad Centro Uni de Estudios Tuxtepec<\/strong> se visti\u00f3 de gala para celebrar la\n        <strong>Ceremonia de Graduaci\u00f3n<\/strong> y <strong>Entrega de Documentaci\u00f3n Oficial<\/strong> de la\n        <strong>Generaci\u00f3n 2022\u20132025<\/strong>.\n        <br><br>\n        En esta primera parte compartimos los momentos del <strong>Acto C\u00edvico<\/strong>, un espacio solemne y significativo donde rendimos\n        honores a nuestra bandera y reafirmamos los valores que acompa\u00f1aron a nuestros egresados durante su formaci\u00f3n profesional. \ud83c\uddf2\ud83c\uddfd\u2728\n        <br><br>\n        Con orgullo despedimos a nuestros alumnos de las licenciaturas en \ud83e\udd81:\n        <br>\u2014 <strong>Administraci\u00f3n de Empresas<\/strong>\n        <br>\u2014 <strong>Derecho<\/strong>\n        <br>\u2014 <strong>Ciencias del Deporte<\/strong>\n        <br>\u2014 <strong>Criminolog\u00eda y Criminal\u00edstica<\/strong>\n        <br>\u2014 <strong>Idioma Ingl\u00e9s<\/strong>\n        <br>\u2014 <strong>Trabajo Social<\/strong>\n        <br>\u2014 <strong>Psicopedagog\u00eda<\/strong>.\n        <br><br>\n        Cada uno culmina una etapa llena de esfuerzo, aprendizaje y crecimiento personal. Hoy celebramos no solo la conclusi\u00f3n de sus estudios,\n        sino el inicio de nuevos retos profesionales.\n        <br><br>\n        Les invitamos a revivir estos emotivos momentos a trav\u00e9s de esta galer\u00eda. \ud83d\udcf8\n        <br><br>\n        \u00a1Muchas felicidades, <strong>Generaci\u00f3n 2022\u20132025<\/strong>! \ud83d\udc4f\ud83c\udf89\n        <br><br>\n        <strong>#Generaci\u00f3n20222025 #Graduaci\u00f3nUniversitaria #OrgulloCU #ActoC\u00edvico #CentroUniTuxtepec<\/strong>\n      <\/div>\n    <\/div>\n\n    <!-- CARRUSEL -->\n    <div class=\"carousel-container\">\n      <div class=\"carousel-track\" id=\"carouselGraduacion\">\n\n        <!-- ====== \u00daNICAS (data-unique=\"1\") ====== -->\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1-kreT5N0KWHil1mAuF5feZwk5mPQwUpD\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/10Y7obmR8s5G6mHeSla2sHsU2LYbULepV\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/119JEsOrmzN8yHGdrbwYi4LeqWFPQ9VHO\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13YT4dMD2cAKRsx2Zs-FlQmXQtnFl5omu\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/15Z6Ztok4HNadFwTSv2DLkZVU-hHjPOYT\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16MM0gnMFoDyPIRebQ_9_KuTzLaBv0UOW\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16O9nJC1p1mw8V96HgjceALxh6bdwZP7T\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17NSIPh_QLEmTZrnoD0oC_YUH9vrl53Bo\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18PHkdB7Rg8XT5TMtfDNV1hBFEjHBAVqb\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19_UcevaZBNNV6p8AeO870yPCWUwR9TBb\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ATU02wPtQ7ECOXWJmRPAq9g5OGFqK-2i\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1C3mvByLEcZJVxcj6XdCEkv3RkYBxPJRn\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1CH0tfvSiC_5_jdYW-fa2mpZFTlls9sPH\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1CjYfj78geakATULgJ0-UE8XyEBUrbUCB\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Efor5L91wqKQsMMB0vcfB2NJxrGYuu-T\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1KeGFM97NuGQmvZRz9PlLlXH3v0kVCbA4\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Kq8cZngQXUCcNBR9zk5Jp8KPj3eSY1Nr\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1RXaj9iP0aHNjngPkTBXWgpXcAblJ6arn\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1SuXYbFNCQH3jguHMzgmW7NbUKyeXkJvN\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1VRE4ovv58zE2AqaB7A5DO_AYf6TfKmPx\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1W1PVxYnFWl9B4DlohMzGA9qx_lRhho1V\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1dJY-GH1Bt3SLosPorG_5Q_JdbdKP1QEU\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1fxoZ59tMB8MPHnZQ9tt0YDoURFFyd2gw\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1jTs1bPQJqoR2OaYCmV6aq6pDogdD0-SH\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1jfAHbfcyUlaOF3jhkuJKJF0YAOvq04MB\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1kjdj85WZJG82Xtw6sdhSbQorI2Re2gV9\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1mlBlsE0G98g-7lOgLzNCxc4Uavgjt4Cr\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1o32PWsqouTNbRSHyivJLEKh_CB4RAynd\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1oKoMa2A3LiVLCk1Fu6Jn1INYoEO2I08z\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1rlOSFQMsxxhq8bUKfZe8daaL-q9hIDj6\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1wdx4BrPbzLyHJYBeuDSs_PQ3U-7yEU3M\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1y2HrNzBXM4mch8JgoedDZ2jX8rBLErix\" alt=\"\">\n        <img decoding=\"async\" data-unique=\"1\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1zDBKxr_P95iqdGzxdgqnoWCMzrwmMocU\" alt=\"\">\n\n        <!-- ====== DUPLICADO (para scroll continuo) ====== -->\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1-kreT5N0KWHil1mAuF5feZwk5mPQwUpD\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/10Y7obmR8s5G6mHeSla2sHsU2LYbULepV\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/119JEsOrmzN8yHGdrbwYi4LeqWFPQ9VHO\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13YT4dMD2cAKRsx2Zs-FlQmXQtnFl5omu\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/15Z6Ztok4HNadFwTSv2DLkZVU-hHjPOYT\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16MM0gnMFoDyPIRebQ_9_KuTzLaBv0UOW\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16O9nJC1p1mw8V96HgjceALxh6bdwZP7T\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17NSIPh_QLEmTZrnoD0oC_YUH9vrl53Bo\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18PHkdB7Rg8XT5TMtfDNV1hBFEjHBAVqb\" alt=\"\">\n        <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19_UcevaZBNNV6p8AeO870yPCWUwR9TBb\" alt=\"\">\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<!-- MODAL -->\n<div\n  class=\"modal\"\n  id=\"modalGraduacion\"\n  role=\"dialog\"\n  aria-modal=\"true\"\n  aria-label=\"Galer\u00eda de graduaci\u00f3n\"\n  tabindex=\"-1\"\n>\n  <div class=\"loader\" id=\"loaderGraduacion\">\n    <div class=\"spinner\"><\/div>\n    Cargando im\u00e1genes&#8230;\n  <\/div>\n\n  <span class=\"modal-close\" id=\"closeGraduacion\" aria-label=\"Cerrar\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" id=\"prevGraduacion\" aria-label=\"Imagen anterior\">\u276e<\/button>\n  <img id=\"imgGraduacion\" alt=\"Galer\u00eda graduaci\u00f3n\">\n  <button class=\"modal-btn modal-next\" id=\"nextGraduacion\" aria-label=\"Imagen siguiente\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  const uniqueThumbs = [...document.querySelectorAll('#carouselGraduacion img[data-unique=\"1\"]')];\n\n  const modal   = document.getElementById('modalGraduacion');\n  const modalImg= document.getElementById('imgGraduacion');\n  const loader  = document.getElementById('loaderGraduacion');\n\n  const btnClose= document.getElementById('closeGraduacion');\n  const btnPrev = document.getElementById('prevGraduacion');\n  const btnNext = document.getElementById('nextGraduacion');\n\n  let idx = 0;\n  let lastFocus = null;\n\n  uniqueThumbs.forEach((img, i) => {\n    img.addEventListener('click', () => { idx = i; open(); });\n  });\n\n  btnClose.addEventListener('click', close);\n  btnPrev.addEventListener('click', () => move(-1));\n  btnNext.addEventListener('click', () => move(1));\n\n  function open(){\n    lastFocus = document.activeElement;\n    modal.classList.add('active');\n    document.body.style.overflow = 'hidden';\n    modal.focus();\n\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    show();\n  }\n\n  function close(){\n    modal.classList.remove('active');\n    document.body.style.overflow = '';\n    if (lastFocus && typeof lastFocus.focus === 'function') lastFocus.focus();\n  }\n\n  function move(step){\n    idx = (idx + step + uniqueThumbs.length) % uniqueThumbs.length;\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    show();\n  }\n\n  function show(){\n    const src = uniqueThumbs[idx].src;\n\n    modalImg.onload = () => {\n      loader.style.display = 'none';\n      modalImg.style.display = 'block';\n    };\n\n    modalImg.onerror = () => {\n      loader.style.display = 'none';\n      modalImg.style.display = 'none';\n      close();\n      console.warn('No se pudo cargar la imagen:', src);\n    };\n\n    modalImg.src = src;\n  }\n\n  document.addEventListener('keydown', (e)=>{\n    if(e.key === 'Escape' && modal.classList.contains('active')) close();\n  });\n\n  modal.addEventListener('click', (e)=>{\n    if(e.target === modal) close();\n  });\n\n  \/\/ Focus trap m\u00ednimo\n  document.addEventListener('keydown', (e) => {\n    if (!modal.classList.contains('active')) return;\n    if (e.key !== 'Tab') return;\n\n    const focusables = [btnClose, btnPrev, btnNext].filter(Boolean);\n    const first = focusables[0];\n    const last  = focusables[focusables.length - 1];\n\n    if (e.shiftKey && document.activeElement === first) {\n      e.preventDefault(); last.focus();\n    } else if (!e.shiftKey && document.activeElement === last) {\n      e.preventDefault(); first.focus();\n    }\n  });\n})();\n<\/script>\n\n\n\n<style>\n\/* =========================================================\n   EVENTO (MISMO FORMATO) + ESTILO \u201cGANADORES\u201d (VARIACI\u00d3N)\n   - Mantiene: contenedor + tarjeta 2 columnas + carrusel + lightbox\n   - Cambios: est\u00e9tica tipo \u201cpremiaci\u00f3n\u201d (dorado + azul), cinta y trofeo\n   - IDs \/ clases \u00fanicas para evitar conflictos en WordPress\n   ========================================================= *\/\n\n\/* CONTENEDOR GENERAL *\/\n.events-box {\n  max-width: 900px;\n  margin: 40px auto;\n  font-family: Arial, sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature {\n  display: grid;\n  grid-template-columns: 1fr 1.1fr;\n  background: #ffffff;\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: 0 10px 26px rgba(0,0,0,0.10);\n  border: 1px solid rgba(0,0,0,0.06);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  cursor: zoom-in;\n  display:block;\n}\n\n\/* CONTENIDO *\/\n.event-info {\n  padding: 28px 30px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  position: relative;\n  background:\n    radial-gradient(1200px 300px at -10% -20%, rgba(240,161,15,.18), transparent 55%),\n    radial-gradient(900px 260px at 115% 10%, rgba(10,76,255,.10), transparent 55%),\n    #fff;\n}\n\n\/* FECHA (chip) *\/\n.event-date {\n  background: linear-gradient(90deg, #f0a10f, #ffbf3a);\n  color: #fff;\n  font-size: 13px;\n  font-weight: bold;\n  padding: 7px 14px;\n  border-radius: 999px;\n  width: fit-content;\n  margin-bottom: 14px;\n  letter-spacing:.2px;\n  box-shadow: 0 8px 18px rgba(240,161,15,.25);\n}\n\n\/* TITULO *\/\n.event-title {\n  font-size: 24px;\n  font-weight: 800;\n  margin-bottom: 10px;\n  line-height: 1.15;\n}\n\n\/* CINTA \u201cGANADORES\u201d *\/\n.winners-ribbon{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  width:fit-content;\n  padding:10px 12px;\n  border-radius:14px;\n  border:1px solid rgba(10,76,255,.12);\n  background: linear-gradient(135deg, rgba(10,76,255,.10), rgba(240,161,15,.10));\n  margin: 2px 0 14px;\n}\n.winners-badge{\n  width:40px;\n  height:40px;\n  border-radius:12px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background: #0a4cff;\n  color:#fff;\n  font-size:20px;\n  box-shadow:0 10px 18px rgba(10,76,255,.22);\n}\n.winners-ribbon b{\n  font-size:13px;\n  color:#111;\n}\n.winners-ribbon span{\n  display:block;\n  font-size:12.5px;\n  color:#666;\n  margin-top:2px;\n}\n\n\/* TEXTO *\/\n.event-text {\n  font-size: 15px;\n  color: #555;\n  line-height: 1.7;\n}\n\n\/* BLOQUE DESTACADO (nombres ganadores) *\/\n.winners-spotlight{\n  margin-top:14px;\n  padding:14px 14px;\n  border-radius:14px;\n  border:1px solid rgba(240,161,15,.30);\n  background: rgba(240,161,15,.10);\n}\n.winners-spotlight .w-title{\n  font-weight: 900;\n  color:#111;\n  margin-bottom:6px;\n}\n.winners-spotlight .w-names{\n  font-size:16px;\n  font-weight:900;\n  color:#0a4cff;\n}\n\n\/* CARRUSEL *\/\n.carousel-container {\n  overflow-x: auto;\n  margin-top: 20px;\n}\n.carousel-track {\n  display: flex;\n  gap: 14px;\n  padding-bottom: 6px;\n}\n.carousel-track img {\n  height: 140px;\n  border-radius: 10px;\n  cursor: zoom-in;\n}\n\n\/* MODAL *\/\n.modal {\n  display: none;\n  position: fixed;\n  inset: 0;\n  background: rgba(0,0,0,.92);\n  z-index: 9999;\n  justify-content: center;\n  align-items: center;\n}\n.modal.active { display: flex; }\n.modal img {\n  max-width: 92%;\n  max-height: 90%;\n  border-radius: 14px;\n}\n\n\/* BOTONES MODAL *\/\n.modal-btn {\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  background: #0a4cff;\n  color: #fff;\n  border: none;\n  width: 46px;\n  height: 46px;\n  border-radius: 50%;\n  font-size: 22px;\n  cursor: pointer;\n}\n.modal-prev { left: 25px; }\n.modal-next { right: 25px; }\n.modal-close {\n  position: absolute;\n  top: 20px;\n  right: 30px;\n  font-size: 30px;\n  color: #fff;\n  cursor: pointer;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  .event-feature { grid-template-columns: 1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL -->\n    <img decoding=\"async\" class=\"gallery-img-win\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/1ixl6DIv8ruZBJ09uGnlDB3752wYB6X8L\"\n      alt=\"Ganadores del concurso M\u00e1s que una foto, una historia\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">SAN VALENT\u00cdN \u00b7 CONCURSO<\/span>\n\n      <div class=\"event-title\">\ud83d\udc98\ud83d\udcf8 Ganadores: \u201cM\u00e1s que una foto, una historia\u201d \ud83d\udcf8\ud83d\udc98<\/div>\n<center>\n      <div class=\"winners-ribbon\">\n        <div class=\"winners-badge\">\ud83c\udfc6<\/div>\n        <div>\n          <b>Resultados oficiales<\/b>\n          <span>Gracias por participar y votar<\/span>\n        <\/div>\n      <\/div>\n<\/center>\n      <div class=\"event-text\">\n        Con mucha alegr\u00eda anunciamos a <strong>los ganadores<\/strong> de nuestro concurso especial de <strong>San Valent\u00edn<\/strong>.\n        Su fotograf\u00eda y su historia <strong>conquistaron corazones<\/strong> y obtuvieron <strong>la mayor cantidad de reacciones<\/strong>. \ud83d\udc95\n        <br><br>\n        Agradecemos profundamente a toda la comunidad que particip\u00f3, apoy\u00f3 y vot\u00f3, haciendo posible esta experiencia llena de amor y amistad. \ud83c\udf39\ud83d\udc4f\n      <\/div>\n\n      <div class=\"winners-spotlight\">\n        <div class=\"w-title\">\ud83c\udfc6\u2728 Ganadores \u2728\ud83c\udfc6<\/div>\n        <div class=\"w-names\">DAMARIS Y ELIO<\/div>\n      <\/div>\n\n      <div class=\"event-text\" style=\"margin-top:12px;\">\n        #M\u00e1sQueUnaFotoUnaHistoria #Ganadores #SanValent\u00edn #AmorYAmistad #OrgullosamenteCU #OrgullosamenteBATEMS #CUBATEMS\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n\n\n<\/div>\n\n<!-- MODAL (IDs \u00fanicos para evitar conflictos) -->\n<div class=\"modal\" id=\"imgModalWIN\">\n  <span class=\"modal-close\" onclick=\"closeModalWIN()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" onclick=\"changeImgWIN(-1)\">\u276e<\/button>\n  <img id=\"modalImgWIN\" alt=\"Imagen ampliada\">\n  <button class=\"modal-btn modal-next\" onclick=\"changeImgWIN(1)\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  let galleryImages = [];\n  let currentIndex = 0;\n\n  document.addEventListener('click', function (e) {\n    const img = e.target.closest('.gallery-img-win');\n    if (!img) return;\n\n    galleryImages = Array.from(document.querySelectorAll('.gallery-img-win'));\n    currentIndex = galleryImages.indexOf(img);\n\n    document.getElementById('modalImgWIN').src = img.src;\n    document.getElementById('imgModalWIN').classList.add('active');\n  });\n\n  window.closeModalWIN = function() {\n    document.getElementById('imgModalWIN').classList.remove('active');\n  };\n\n  window.changeImgWIN = function(step) {\n    currentIndex = (currentIndex + step + galleryImages.length) % galleryImages.length;\n    document.getElementById('modalImgWIN').src = galleryImages[currentIndex].src;\n  };\n\n  \/\/ Cerrar con ESC\n  document.addEventListener('keydown', (e)=>{\n    const modal = document.getElementById('imgModalWIN');\n    if(e.key === 'Escape' && modal.classList.contains('active')) closeModalWIN();\n  });\n\n  \/\/ Cerrar clic fuera de la imagen\n  document.getElementById('imgModalWIN').addEventListener('click', (e)=>{\n    if(e.target.id === 'imgModalWIN') closeModalWIN();\n  });\n})();\n<\/script>\n\n\n\n<style>\n\/* CONTENEDOR GENERAL *\/\n.events-box {\n  max-width: 900px;\n  margin: 40px auto;\n  font-family: Arial, sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature {\n  display: grid;\n  grid-template-columns: 1fr 1.1fr;\n  background: #ffffff;\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  cursor: zoom-in;\n}\n\n\/* CONTENIDO *\/\n.event-info {\n  padding: 28px 30px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n\/* FECHA *\/\n.event-date {\n  background: #f0a10f;\n  color: #fff;\n  font-size: 13px;\n  font-weight: bold;\n  padding: 6px 14px;\n  border-radius: 20px;\n  width: fit-content;\n  margin-bottom: 14px;\n}\n\n\/* TITULO *\/\n.event-title {\n  font-size: 24px;\n  font-weight: bold;\n  margin-bottom: 14px;\n}\n\n\/* TEXTO *\/\n.event-text {\n  font-size: 15px;\n  color: #555;\n  line-height: 1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container {\n  overflow-x: auto;\n  margin-top: 20px;\n}\n.carousel-track {\n  display: flex;\n  gap: 14px;\n  padding-bottom: 6px;\n}\n.carousel-track img {\n  height: 140px;\n  border-radius: 10px;\n  cursor: zoom-in;\n}\n\n\/* MODAL *\/\n.modal {\n  display: none;\n  position: fixed;\n  inset: 0;\n  background: rgba(0,0,0,.92);\n  z-index: 9999;\n  justify-content: center;\n  align-items: center;\n}\n.modal.active { display: flex; }\n.modal img {\n  max-width: 92%;\n  max-height: 90%;\n  border-radius: 14px;\n}\n\n\/* BOTONES *\/\n.modal-btn {\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  background: #0a4cff;\n  color: #fff;\n  border: none;\n  width: 46px;\n  height: 46px;\n  border-radius: 50%;\n  font-size: 22px;\n  cursor: pointer;\n}\n.modal-prev { left: 25px; }\n.modal-next { right: 25px; }\n.modal-close {\n  position: absolute;\n  top: 20px;\n  right: 30px;\n  font-size: 30px;\n  color: #fff;\n  cursor: pointer;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  .event-feature { grid-template-columns: 1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL (primera del listado) -->\n    <img decoding=\"async\" class=\"gallery-img-evt2\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/10fRmSnzCzdk44qyD1kUkUeDyEsIoDl2L\"\n      alt=\"San Valent\u00edn - Galer\u00eda 2\/2\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">SAN VALENT\u00cdN \u00b7 GALER\u00cdA 2\/2<\/span>\n      <div class=\"event-title\">\ud83d\udc98 As\u00ed se vivi\u00f3 el festejo de San Valent\u00edn \ud83d\udc98<\/div>\n      <div class=\"event-text\">\n        <strong>GALER\u00cdA 2\/2<\/strong><br><br>\n        \ud83d\udcf8 Revive los mejores momentos de esta celebraci\u00f3n y descubre m\u00e1s sonrisas,\n        convivencia y recuerdos inolvidables compartidos por nuestra comunidad.\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"carousel-container\">\n    <div class=\"carousel-track\">\n\n      <!-- GALER\u00cdA (Drive -> googleusercontent) -->\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/10fRmSnzCzdk44qyD1kUkUeDyEsIoDl2L\" alt=\"San Valent\u00edn 2\/2 - Foto 1\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/12ZBPYE9WM_vd7vLy58UbtxX7ZuRtY03F\" alt=\"San Valent\u00edn 2\/2 - Foto 2\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/14JyTKkq3tuE3ehgvs50GlR5w7XkE8RZQ\" alt=\"San Valent\u00edn 2\/2 - Foto 3\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/15TqbsEYKlKPo6ggaWOW_ImvE1Q5BBSer\" alt=\"San Valent\u00edn 2\/2 - Foto 4\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/15XXJfSDflUViWCP1ZRJr29rNfm8pGX-n\" alt=\"San Valent\u00edn 2\/2 - Foto 5\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/15pKC1kj5_13Dq4JKJc1WnbFn2LdVsWA8\" alt=\"San Valent\u00edn 2\/2 - Foto 6\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16kC3vzAeoX017NSXMuVgFmokb5RqdCR5\" alt=\"San Valent\u00edn 2\/2 - Foto 7\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16mw3qvT5jyy8TCBwzhcuK19S6OwDBAa6\" alt=\"San Valent\u00edn 2\/2 - Foto 8\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18sMEk6LqUu5lPxGsyysFQtO_3-o7DDeQ\" alt=\"San Valent\u00edn 2\/2 - Foto 9\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Ae0L33-T0NvhjcNZBoqKgTsLyzsuEEud\" alt=\"San Valent\u00edn 2\/2 - Foto 10\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1CpGNwfVj6ePTV4jQjJSbasBA_alVTNED\" alt=\"San Valent\u00edn 2\/2 - Foto 11\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1EJvk0zBFom3V5puLu4lDj7BKc69IXr7K\" alt=\"San Valent\u00edn 2\/2 - Foto 12\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1EhjNHltngc-QJFOf56cKwORky5ujQydJ\" alt=\"San Valent\u00edn 2\/2 - Foto 13\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Enu7SsKj4GFeORi-SmSifM9K5MR8IvcU\" alt=\"San Valent\u00edn 2\/2 - Foto 14\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1GUe0vGjet0GiFiH-zRAUlz9XMDEIE8bl\" alt=\"San Valent\u00edn 2\/2 - Foto 15\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1H0ljD0k44nqyiDFA_WXb62h-IfLC2zTt\" alt=\"San Valent\u00edn 2\/2 - Foto 16\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1HEUC0zcqpcI3dHZWS_UWZt67zzS_DgWP\" alt=\"San Valent\u00edn 2\/2 - Foto 17\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1IWVHiPvP-aTS19FnoeOOxuoJ76XWY1qF\" alt=\"San Valent\u00edn 2\/2 - Foto 18\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1JUIgSlKdi99e7pRgCM5b4MgOEANOPulT\" alt=\"San Valent\u00edn 2\/2 - Foto 19\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1KKpAd9pkOubZC9cS4FKPI7K2fJ2XyEKd\" alt=\"San Valent\u00edn 2\/2 - Foto 20\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Lb_Xqoe_6c5EIwGw6S5a5e6pONktrrOB\" alt=\"San Valent\u00edn 2\/2 - Foto 21\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1M_K5LUJkOD0MqoTJITXpkxFWFJ2HuySw\" alt=\"San Valent\u00edn 2\/2 - Foto 22\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1QS1rpQRJD68ULJ5QabwAvNmBjY1fdAaH\" alt=\"San Valent\u00edn 2\/2 - Foto 23\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1SU7RANHNkYoHBMyMjHZoO4UBSwYOVft3\" alt=\"San Valent\u00edn 2\/2 - Foto 24\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1T1aUo5VfZvq056hxExBgR5bZ1gqU3L3t\" alt=\"San Valent\u00edn 2\/2 - Foto 25\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1UJnvXt84rJUr1krJjnTbMj05P0TGDIpl\" alt=\"San Valent\u00edn 2\/2 - Foto 26\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1UYr3WW3_2s3MwGZSBgefyW9xBXnm7sZ9\" alt=\"San Valent\u00edn 2\/2 - Foto 27\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1VRBFgizXN_lHJUbK_xMNuUrmEJ-IFfaF\" alt=\"San Valent\u00edn 2\/2 - Foto 28\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Wa4Mnd8mG3V4sg9u7kbKBlI82WfM9NKf\" alt=\"San Valent\u00edn 2\/2 - Foto 29\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Wj3nCOKOTmTAU-yoX7nqqodQwb7Nf52r\" alt=\"San Valent\u00edn 2\/2 - Foto 30\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1X-MtCLwi4WkVEdIg2ruLBn0U0oFJiMoe\" alt=\"San Valent\u00edn 2\/2 - Foto 31\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Z2VF3LbTt7tBL1RrWSfKKwotsPPaiiDw\" alt=\"San Valent\u00edn 2\/2 - Foto 32\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1bS328j9gqtF3CdrPC6n4p-CDDMEXkFdw\" alt=\"San Valent\u00edn 2\/2 - Foto 33\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1cgEMhMhTZx-kqXRCY8hjBByddz2TVjyh\" alt=\"San Valent\u00edn 2\/2 - Foto 34\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1cyMO0huFebFBgEywENGh2c7hqQwzynRR\" alt=\"San Valent\u00edn 2\/2 - Foto 35\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1dZCaArvFRqY6Yhtjn_iCWOymVcP_7C6y\" alt=\"San Valent\u00edn 2\/2 - Foto 36\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1e0S_p79-iUJciIoCPiPQ4D2iKiusLQUr\" alt=\"San Valent\u00edn 2\/2 - Foto 37\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1fcVTRVvuibdTGTBp29emxh-a9MRWd3qC\" alt=\"San Valent\u00edn 2\/2 - Foto 38\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1gHOpV9mXl5fwr3c3ZQneUFgDMUjWq-1f\" alt=\"San Valent\u00edn 2\/2 - Foto 39\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1hgD1JOq0-Kx5MimZEQpbhDrEN4y3eiA8\" alt=\"San Valent\u00edn 2\/2 - Foto 40\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1iy5y0y7gjteeT4ICFz59mLMEIrdhGV8z\" alt=\"San Valent\u00edn 2\/2 - Foto 41\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ji7HicMPmd22tYIpVyw_UT1qS9vhJQY1\" alt=\"San Valent\u00edn 2\/2 - Foto 42\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1k6B5-G7eMdbwqtexHQHI1vzvtwm7IHQh\" alt=\"San Valent\u00edn 2\/2 - Foto 43\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1lQnMc4nDO69AR5FJWiy5v9KJvs9qVLTN\" alt=\"San Valent\u00edn 2\/2 - Foto 44\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1mIzdOr9_2wqjz4p4paJyVGl5_ie7wleJ\" alt=\"San Valent\u00edn 2\/2 - Foto 45\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1neEt6VtkuaQKJhAEy_Oyvto_u0F-wi4l\" alt=\"San Valent\u00edn 2\/2 - Foto 46\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1p1t5g122ia-d96_mxdcA-WRsbzaGdL4R\" alt=\"San Valent\u00edn 2\/2 - Foto 47\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ssB4gnSNfPzSAAp6cwwaJu-Kq76-o4oP\" alt=\"San Valent\u00edn 2\/2 - Foto 48\">\n      <img decoding=\"async\" class=\"gallery-img-evt2\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1uyUJxQOjcsaAQhXB2K3IcKgaz6lMybCs\" alt=\"San Valent\u00edn 2\/2 - Foto 49\">\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- MODAL (IDs \u00fanicos) -->\n<div class=\"modal\" id=\"imgModalEVT2\">\n  <span class=\"modal-close\" onclick=\"closeModalEVT2()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" onclick=\"changeImgEVT2(-1)\">\u276e<\/button>\n  <img id=\"modalImgEVT2\" alt=\"Imagen ampliada\">\n  <button class=\"modal-btn modal-next\" onclick=\"changeImgEVT2(1)\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  let galleryImages = [];\n  let currentIndex = 0;\n\n  document.addEventListener('click', function (e) {\n    const img = e.target.closest('.gallery-img-evt2');\n    if (!img) return;\n\n    galleryImages = Array.from(document.querySelectorAll('.gallery-img-evt2'));\n    currentIndex = galleryImages.indexOf(img);\n\n    document.getElementById('modalImgEVT2').src = img.src;\n    document.getElementById('imgModalEVT2').classList.add('active');\n  });\n\n  window.closeModalEVT2 = function() {\n    document.getElementById('imgModalEVT2').classList.remove('active');\n  };\n\n  window.changeImgEVT2 = function(step) {\n    currentIndex = (currentIndex + step + galleryImages.length) % galleryImages.length;\n    document.getElementById('modalImgEVT2').src = galleryImages[currentIndex].src;\n  };\n\n  document.addEventListener('keydown', (e)=>{\n    const modal = document.getElementById('imgModalEVT2');\n    if(e.key === 'Escape' && modal.classList.contains('active')) closeModalEVT2();\n  });\n\n  document.getElementById('imgModalEVT2').addEventListener('click', (e)=>{\n    if(e.target.id === 'imgModalEVT2') closeModalEVT2();\n  });\n\n})();\n<\/script>\n\n\n\n<style>\n\/* CONTENEDOR GENERAL *\/\n.events-box {\n  max-width: 900px;\n  margin: 40px auto;\n  font-family: Arial, sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature {\n  display: grid;\n  grid-template-columns: 1fr 1.1fr;\n  background: #ffffff;\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  cursor: zoom-in;\n}\n\n\/* CONTENIDO *\/\n.event-info {\n  padding: 28px 30px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n\/* FECHA *\/\n.event-date {\n  background: #f0a10f;\n  color: #fff;\n  font-size: 13px;\n  font-weight: bold;\n  padding: 6px 14px;\n  border-radius: 20px;\n  width: fit-content;\n  margin-bottom: 14px;\n}\n\n\/* TITULO *\/\n.event-title {\n  font-size: 24px;\n  font-weight: bold;\n  margin-bottom: 14px;\n}\n\n\/* TEXTO *\/\n.event-text {\n  font-size: 15px;\n  color: #555;\n  line-height: 1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container {\n  overflow-x: auto;\n  margin-top: 20px;\n}\n.carousel-track {\n  display: flex;\n  gap: 14px;\n  padding-bottom: 6px;\n}\n.carousel-track img {\n  height: 140px;\n  border-radius: 10px;\n  cursor: zoom-in;\n}\n\n\/* MODAL *\/\n.modal {\n  display: none;\n  position: fixed;\n  inset: 0;\n  background: rgba(0,0,0,.92);\n  z-index: 9999;\n  justify-content: center;\n  align-items: center;\n}\n.modal.active { display: flex; }\n.modal img {\n  max-width: 92%;\n  max-height: 90%;\n  border-radius: 14px;\n}\n\n\/* BOTONES *\/\n.modal-btn {\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  background: #0a4cff;\n  color: #fff;\n  border: none;\n  width: 46px;\n  height: 46px;\n  border-radius: 50%;\n  font-size: 22px;\n  cursor: pointer;\n}\n.modal-prev { left: 25px; }\n.modal-next { right: 25px; }\n.modal-close {\n  position: absolute;\n  top: 20px;\n  right: 30px;\n  font-size: 30px;\n  color: #fff;\n  cursor: pointer;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  .event-feature { grid-template-columns: 1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL (primera del listado) -->\n    <img decoding=\"async\" class=\"gallery-img-sv1\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/10Ty7DmYWNYGIZ1aP5gwG8ABEvGk1rENk\"\n      alt=\"Festejo de San Valent\u00edn - Galer\u00eda 1\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">SAN VALENT\u00cdN \u00b7 GALER\u00cdA 1\/2<\/span>\n      <div class=\"event-title\">\ud83d\udc98 As\u00ed se vivi\u00f3 el festejo de San Valent\u00edn \ud83d\udc98<\/div>\n      <div class=\"event-text\">\n        Nuestra comunidad estudiantil celebr\u00f3 el <strong>D\u00eda del Amor y la Amistad<\/strong> en un ambiente lleno de\n        <strong>alegr\u00eda, convivencia y momentos inolvidables<\/strong>. Alumnos de nuestras <strong>8 licenciaturas<\/strong>,\n        junto con nuestros alumnos de <strong>BATEMS<\/strong>, compartieron un rato agradable donde el\n        <strong>cari\u00f1o y la amistad<\/strong> fueron los protagonistas. \ud83c\udf39\ud83e\udd1d\n        <br><br>\n        Durante el convivio, pudieron disfrutar de <strong>alimentos, bebidas y muchas sorpresas<\/strong>; \u00a1incluso algunos\n        se animaron a \u201c<strong>casarse<\/strong>\u201d en nuestro divertido <strong>Registro Civil CU<\/strong>! \ud83d\udc8d\ud83d\ude04\n        <br><br>\n        \ud83d\udcf8\ud83d\udc9e Aqu\u00ed te compartimos la <strong>galer\u00eda de fotos<\/strong> con los mejores momentos de esta celebraci\u00f3n.\n        <br><br>\n        <strong>Gracias a todos por ser parte de esta celebraci\u00f3n tan especial.<\/strong> \u00a1Que el amor y la amistad sigan uni\u00e9ndonos siempre! \ud83d\udc95\n        <br><br>\n        <strong>#SanValent\u00edn #AmorYAmistad #ComunidadCU #ComunidadBATEMS #ConvivenciaEstudiantil #OrgullosamenteCU #OrgullosamenteBATEMS #CUBATEMS<\/strong>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"carousel-container\">\n    <div class=\"carousel-track\">\n\n      <!-- GALER\u00cdA (Drive -> googleusercontent) -->\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/10Ty7DmYWNYGIZ1aP5gwG8ABEvGk1rENk\" alt=\"San Valent\u00edn 1\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1174Gv0c4mYYHVKH1LPzetUwjBNTkI6mJ\" alt=\"San Valent\u00edn 2\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/15D1BUtyyNxD-5O-jWUcv881QFx8GfU1P\" alt=\"San Valent\u00edn 3\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17Tm1wNxXBpuwxVdCfwL6Immgx53CnqQ4\" alt=\"San Valent\u00edn 4\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19JBUzmcJgFqzODWx7AIaZYcRw5hsPx06\" alt=\"San Valent\u00edn 5\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1AM-E-zszyGD-fzmwdVXvHbV_gZmW4O4K\" alt=\"San Valent\u00edn 6\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1AReeAwoFYXRw4aFONpo3zXtvSbu2iZDS\" alt=\"San Valent\u00edn 7\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1DC2uoOo1WWbSws5e5ieI7vFgAN68S8eq\" alt=\"San Valent\u00edn 8\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1D_-UolhyOOzTailmzvdZgV-3J9fSIxP3\" alt=\"San Valent\u00edn 9\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1E-PUQcIF6nBmzEED6w7P5Kd281WzJLvb\" alt=\"San Valent\u00edn 10\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1E8HfN62mrvJ7QJc66KqNH4dJA_AstjiU\" alt=\"San Valent\u00edn 11\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1GugfVdyyIw7hYqMIuT-Ae8zrc3h-wDMi\" alt=\"San Valent\u00edn 12\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1HGCdwAzfi3mph9kOtqsNOU0vfcW1KFRf\" alt=\"San Valent\u00edn 13\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1LHZAdMesbXaZOMkhb3E6rqruft3Woa6-\" alt=\"San Valent\u00edn 14\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1NclSFm7fFFArQt0PmW5VLvrWswkVBoLp\" alt=\"San Valent\u00edn 15\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1NpWeI9bLOkKw70pDhK0wvRs4bpipTwxd\" alt=\"San Valent\u00edn 16\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1OqEDDSitz3Ygfuw_RspxUkR03gHO2BoC\" alt=\"San Valent\u00edn 17\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1QHukqLZSDjK9NcCdeq6FmlWtFVa5MiEt\" alt=\"San Valent\u00edn 18\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1QYTPQiwGY4Ec5hgBq43PcjlAYgzR-Z2M\" alt=\"San Valent\u00edn 19\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1TN-uhJacQ3SX7iD2WwgwOo1c6CuiyPe8\" alt=\"San Valent\u00edn 20\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ToWcWz0iwWp9BG4OdnQDvS0ItxSzB4bU\" alt=\"San Valent\u00edn 21\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1VAhpFMuXEGip6Irjtd02-q6NB-vtrvVD\" alt=\"San Valent\u00edn 22\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1V_yfdys87__NQ9bNV27D99mHUV6DcMml\" alt=\"San Valent\u00edn 23\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1WcmcOY7GZzg5mrDzgY22z38FZAK7IpV8\" alt=\"San Valent\u00edn 24\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1YGAXMT-SH1SXO2VjnYi-FBp2cvEg-PPY\" alt=\"San Valent\u00edn 25\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ZpM2xrjBxxZ1uCkIio7SiZO_LMmSqY6h\" alt=\"San Valent\u00edn 26\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1c1B_pGPtHORvpqTZj5smBcbHPhDSAnwU\" alt=\"San Valent\u00edn 27\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1csuLsla6sQxJBmoAgIlLwO3YeW5kUZk7\" alt=\"San Valent\u00edn 28\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1drvAzmTYPFhbAQBnZdJ9E9oIsbu_jmAN\" alt=\"San Valent\u00edn 29\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1eOD5F8bcPGvo3gV1RGufi_UA3dW4a221\" alt=\"San Valent\u00edn 30\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1eb_XFAMiAnecLGhHMBVgPzCJysDairrx\" alt=\"San Valent\u00edn 31\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1fszRahdAxsp1Z2ZAEZyhRBb49RtFdJU-\" alt=\"San Valent\u00edn 32\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1hLnLyphpaHHkykRB4tjm-32hjEzYAfCM\" alt=\"San Valent\u00edn 33\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1l5vTe6U6yfRQBQiGU2tKth6hqSyGNE0p\" alt=\"San Valent\u00edn 34\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1mtHaydvy6jtaT2pXiQ3eIVSFRs0xTJla\" alt=\"San Valent\u00edn 35\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1nJ3CPdquWKNugG-4fvJP3A-rDcsJRcH-\" alt=\"San Valent\u00edn 36\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1owdRIK9enPwJz8TV9HGuaDECCZyNKFPp\" alt=\"San Valent\u00edn 37\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1pjm12Iq9sdfnun5NZevOiDBbXrwbwK_R\" alt=\"San Valent\u00edn 38\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1qUUYnLf1N-Gx3NUA5XV-LvPlja-Im3qo\" alt=\"San Valent\u00edn 39\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ugq4177E8OKYVVtg_Vc3bjyI-JbCYxmI\" alt=\"San Valent\u00edn 40\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1xhCGgykDezip5ERXowKfHLKdhCXmqyl6\" alt=\"San Valent\u00edn 41\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1yNhcprboxEFxkxsbv8TgY7AE0lH8QPa3\" alt=\"San Valent\u00edn 42\">\n      <img decoding=\"async\" class=\"gallery-img-sv1\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1zEWZYUg0VHbiIGQlcuHCeNGUCG4H-CG3\" alt=\"San Valent\u00edn 43\">\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- MODAL (IDs \u00fanicos) -->\n<div class=\"modal\" id=\"imgModalSV1\">\n  <span class=\"modal-close\" onclick=\"closeModalSV1()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" onclick=\"changeImgSV1(-1)\">\u276e<\/button>\n  <img id=\"modalImgSV1\" alt=\"Imagen ampliada\">\n  <button class=\"modal-btn modal-next\" onclick=\"changeImgSV1(1)\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  let galleryImages = [];\n  let currentIndex = 0;\n\n  \/\/ Click sobre cualquier imagen de esta publicaci\u00f3n\n  document.addEventListener('click', function (e) {\n    const img = e.target.closest('.gallery-img-sv1');\n    if (!img) return;\n\n    \/\/ Solo im\u00e1genes de ESTA galer\u00eda\n    galleryImages = Array.from(document.querySelectorAll('.gallery-img-sv1'));\n    currentIndex = galleryImages.indexOf(img);\n\n    document.getElementById('modalImgSV1').src = img.src;\n    document.getElementById('imgModalSV1').classList.add('active');\n  });\n\n  window.closeModalSV1 = function() {\n    document.getElementById('imgModalSV1').classList.remove('active');\n  };\n\n  window.changeImgSV1 = function(step) {\n    currentIndex = (currentIndex + step + galleryImages.length) % galleryImages.length;\n    document.getElementById('modalImgSV1').src = galleryImages[currentIndex].src;\n  };\n\n  \/\/ Cerrar con ESC\n  document.addEventListener('keydown', (e)=>{\n    const modal = document.getElementById('imgModalSV1');\n    if(e.key === 'Escape' && modal.classList.contains('active')) closeModalSV1();\n  });\n\n  \/\/ Cerrar clic fuera de la imagen\n  document.getElementById('imgModalSV1').addEventListener('click', (e)=>{\n    if(e.target.id === 'imgModalSV1') closeModalSV1();\n  });\n\n})();\n<\/script>\n\n\n\n<style>\n:root{\n  --cu-azul:#0a4cff;\n  --cu-azul-oscuro:#0838b8;\n  --cu-dorado:#f0a10f;\n  --cu-gris:#555;\n}\n\n\/* CONTENEDOR GENERAL *\/\n.events-box{\n  max-width:900px;\n  margin:40px auto;\n  font-family:Arial, sans-serif;\n  padding:0 14px;\n}\n\n\/* TARJETA *\/\n.event-feature{\n  display:grid;\n  grid-template-columns:1fr 1.1fr;\n  background:#ffffff;\n  border-radius:16px;\n  overflow:hidden;\n  box-shadow:0 6px 18px rgba(0,0,0,0.1);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  cursor:zoom-in;\n}\n\n\/* CONTENIDO *\/\n.event-info{\n  padding:28px 30px;\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n}\n\n\/* FECHA\/ETIQUETA *\/\n.event-date{\n  background:var(--cu-dorado);\n  color:#fff;\n  font-size:13px;\n  font-weight:bold;\n  padding:6px 14px;\n  border-radius:20px;\n  width:fit-content;\n  margin-bottom:14px;\n}\n\n\/* TITULO *\/\n.event-title{\n  font-size:24px;\n  font-weight:bold;\n  margin-bottom:14px;\n}\n\n\/* TEXTO *\/\n.event-text{\n  font-size:15px;\n  color:var(--cu-gris);\n  line-height:1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container{\n  overflow-x:auto;\n  margin-top:18px;\n}\n.carousel-track{\n  display:flex;\n  gap:14px;\n  padding:14px 0 6px;\n}\n.carousel-track img{\n  height:140px;\n  border-radius:10px;\n  cursor:zoom-in;\n  object-fit:cover;\n}\n\n\/* MODAL *\/\n.modal{\n  display:none;\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.92);\n  z-index:9999;\n  justify-content:center;\n  align-items:center;\n}\n.modal.active{ display:flex; }\n.modal img{\n  max-width:92%;\n  max-height:90%;\n  border-radius:14px;\n}\n\n\/* BOTONES MODAL *\/\n.modal-btn{\n  position:absolute;\n  top:50%;\n  transform:translateY(-50%);\n  background:var(--cu-azul);\n  color:#fff;\n  border:none;\n  width:46px;\n  height:46px;\n  border-radius:50%;\n  font-size:22px;\n  cursor:pointer;\n  transition:.2s ease;\n}\n.modal-btn:hover{ background:var(--cu-azul-oscuro); }\n.modal-prev{ left:25px; }\n.modal-next{ right:25px; }\n.modal-close{\n  position:absolute;\n  top:20px;\n  right:30px;\n  font-size:30px;\n  color:#fff;\n  cursor:pointer;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width:768px){\n  .event-feature{ grid-template-columns:1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL (1a del listado) -->\n    <img decoding=\"async\" class=\"gallery-img-tit\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/11KBqU9VHQuaigz0ifRD7ICQNJ8-qDqmk\"\n      alt=\"Protocolo de Titulaci\u00f3n - Maestr\u00eda en Educaci\u00f3n\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">POSGRADO \u00b7 EDUCACI\u00d3N<\/span>\n      <div class=\"event-title\">\ud83c\udf93 Protocolo de Titulaci\u00f3n \ud83c\udf93<\/div>\n\n      <div class=\"event-text\">\n        El d\u00eda de ayer, las alumnas egresadas de la <strong>Maestr\u00eda en Educaci\u00f3n<\/strong> con orientaci\u00f3n en\n        <strong>Direcci\u00f3n y Gesti\u00f3n de Instituciones<\/strong> realizaron su protocolo de titulaci\u00f3n, culminando\n        una etapa fundamental en su trayectoria acad\u00e9mica y profesional.\n        <br><br>\n        Este logro es reflejo de su esfuerzo, constancia y compromiso con la excelencia educativa y el fortalecimiento\n        de las instituciones.\n        <br><br>\n        Felicitamos con orgullo a nuestras maestras por este importante paso y les deseamos \u00e9xito en los nuevos retos\n        que est\u00e1n por venir. \ud83d\udc4f\ud83d\udcda\n        <br><br>\n        <strong>#ProtocoloDeTitulaci\u00f3n #Maestr\u00edaEnEducaci\u00f3n #Direcci\u00f3nYGesti\u00f3n #Formaci\u00f3nProfesional\n        #OrgullosamenteCU #OrgullosamenteBATEMS #CUBATEMS<\/strong>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <!-- GALER\u00cdA -->\n  <div class=\"carousel-container\">\n    <div class=\"carousel-track\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11KBqU9VHQuaigz0ifRD7ICQNJ8-qDqmk\" alt=\"Titulaci\u00f3n 1\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13jqYg__rv98qlLPJQxcuIo2L3cOZQLBq\" alt=\"Titulaci\u00f3n 2\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/18ANgz8MdUmubihOSElQdfZuKUripFTJU\" alt=\"Titulaci\u00f3n 3\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1En_f1SSn6g-3zpLzjIAOfcefRu9_pFuH\" alt=\"Titulaci\u00f3n 4\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1FjJncMoYJqvwtPI9Km9NqE16Ajh0AsGs\" alt=\"Titulaci\u00f3n 5\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1HaUIUQqJhiibNcoFLE0B9kPTnNcszfMJ\" alt=\"Titulaci\u00f3n 6\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1I7GgkeIZRr8t4iZBWLj57Kx5oVMKgLA6\" alt=\"Titulaci\u00f3n 7\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1J6OJ3Fyt2mFOI2R6pr-6A6b2cG9yh-rb\" alt=\"Titulaci\u00f3n 8\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1N4sKDP3CRxcZ_6-4abILL7fA1d8aXZrV\" alt=\"Titulaci\u00f3n 9\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1NAooNu3OECwJeiVmVGWXv6cEYm9xOVzF\" alt=\"Titulaci\u00f3n 10\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1SVI0HadV4Eh_aVdp9MLVSmQnPX_1z4Jv\" alt=\"Titulaci\u00f3n 11\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1SzrCRhfeh0a8W_5Ji0oUUXu-9TliA1-A\" alt=\"Titulaci\u00f3n 12\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1TkZWuEKx0Q2f3MiIQjpdXZcligtJ-ecZ\" alt=\"Titulaci\u00f3n 13\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1YTFDAUKJJbLZJE_EGePcrq8s28IUo2Q9\" alt=\"Titulaci\u00f3n 14\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1dGEDApOmncNXoaXejO2jOd0Is5jfJwrx\" alt=\"Titulaci\u00f3n 15\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1sFfAsOefw2EDTp_n3wokViks-u5nwXon\" alt=\"Titulaci\u00f3n 16\">\n      <img decoding=\"async\" class=\"gallery-img-tit\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1ukI0J8DeIE_CmtOnE_GCJ6Xj2FMTrMMB\" alt=\"Titulaci\u00f3n 17\">\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- MODAL (IDs \u00fanicos para evitar conflictos en WordPress) -->\n<div class=\"modal\" id=\"imgModalTit\">\n  <span class=\"modal-close\" onclick=\"closeModalTit()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" onclick=\"changeImgTit(-1)\">\u276e<\/button>\n  <img id=\"modalImgTit\" alt=\"Imagen ampliada\">\n  <button class=\"modal-btn modal-next\" onclick=\"changeImgTit(1)\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  let galleryImages = [];\n  let currentIndex = 0;\n\n  const modal = document.getElementById('imgModalTit');\n  const modalImg = document.getElementById('modalImgTit');\n\n  \/\/ Click: abre lightbox SOLO para esta publicaci\u00f3n (clase .gallery-img-tit)\n  document.addEventListener('click', function (e) {\n    const img = e.target.closest('.gallery-img-tit');\n    if (!img) return;\n\n    galleryImages = Array.from(document.querySelectorAll('.gallery-img-tit'));\n    currentIndex = galleryImages.indexOf(img);\n\n    modalImg.src = img.src;\n    modal.classList.add('active');\n  });\n\n  window.closeModalTit = function() {\n    modal.classList.remove('active');\n  };\n\n  window.changeImgTit = function(step) {\n    if(!galleryImages.length) return;\n    currentIndex = (currentIndex + step + galleryImages.length) % galleryImages.length;\n    modalImg.src = galleryImages[currentIndex].src;\n  };\n\n  \/\/ Cerrar con ESC\n  document.addEventListener('keydown', (e)=>{\n    if(e.key === 'Escape' && modal.classList.contains('active')) closeModalTit();\n    if(e.key === 'ArrowLeft' && modal.classList.contains('active')) changeImgTit(-1);\n    if(e.key === 'ArrowRight' && modal.classList.contains('active')) changeImgTit(1);\n  });\n\n  \/\/ Cerrar clic fuera de la imagen\n  modal.addEventListener('click', (e)=>{\n    if(e.target.id === 'imgModalTit') closeModalTit();\n  });\n\n})();\n<\/script>\n\n\n\n<style>\n:root{\n  --cu-azul:#0a4cff;\n  --cu-azul-oscuro:#0838b8;\n  --cu-dorado:#f0a10f;\n  --cu-gris:#555;\n}\n\n\/* CONTENEDOR GENERAL *\/\n.events-box{\n  max-width:900px;\n  margin:40px auto;\n  font-family:Arial, sans-serif;\n  padding:0 14px;\n}\n\n\/* TARJETA *\/\n.event-feature{\n  display:grid;\n  grid-template-columns:1fr 1.1fr;\n  background:#ffffff;\n  border-radius:16px;\n  overflow:hidden;\n  box-shadow:0 6px 18px rgba(0,0,0,0.1);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  cursor:zoom-in;\n}\n\n\/* CONTENIDO *\/\n.event-info{\n  padding:28px 30px;\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n}\n\n\/* FECHA\/ETIQUETA *\/\n.event-date{\n  background:var(--cu-dorado);\n  color:#fff;\n  font-size:13px;\n  font-weight:bold;\n  padding:6px 14px;\n  border-radius:20px;\n  width:fit-content;\n  margin-bottom:14px;\n}\n\n\/* TITULO *\/\n.event-title{\n  font-size:24px;\n  font-weight:bold;\n  margin-bottom:14px;\n}\n\n\/* TEXTO *\/\n.event-text{\n  font-size:15px;\n  color:var(--cu-gris);\n  line-height:1.7;\n}\n\n\/* BOT\u00d3N CONTACTO *\/\n.event-actions{\n  margin-top:16px;\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n}\n.event-btn{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  padding:12px 16px;\n  border-radius:12px;\n  text-decoration:none;\n  font-weight:900;\n  font-size:14px;\n  background:var(--cu-azul);\n  color:#fff;\n  transition:.25s ease;\n}\n.event-btn:hover{\n  background:var(--cu-azul-oscuro);\n  transform:translateY(-2px);\n}\n\n\/* MODAL *\/\n.modal{\n  display:none;\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.92);\n  z-index:9999;\n  justify-content:center;\n  align-items:center;\n}\n.modal.active{ display:flex; }\n.modal img{\n  max-width:92%;\n  max-height:90%;\n  border-radius:14px;\n}\n\n\/* BOTONES MODAL *\/\n.modal-btn{\n  position:absolute;\n  top:50%;\n  transform:translateY(-50%);\n  background:var(--cu-azul);\n  color:#fff;\n  border:none;\n  width:46px;\n  height:46px;\n  border-radius:50%;\n  font-size:22px;\n  cursor:pointer;\n}\n.modal-prev{ left:25px; }\n.modal-next{ right:25px; }\n.modal-close{\n  position:absolute;\n  top:20px;\n  right:30px;\n  font-size:30px;\n  color:#fff;\n  cursor:pointer;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width:768px){\n  .event-feature{ grid-template-columns:1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL -->\n    <img decoding=\"async\" class=\"gallery-img-grad\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/1VqIWRWDMLF5ApoLvAYfEQa4KaslbLfvG\"\n      alt=\"Entrega de pases - Ceremonia de Graduaci\u00f3n\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">GENERACI\u00d3N 2022\u20132025 \u00b7 GRADUACI\u00d3N<\/span>\n      <div class=\"event-title\">\ud83c\udf93 Entrega de pases: Ceremonia de Graduaci\u00f3n \ud83c\udf9f\ufe0f<\/div>\n\n      <div class=\"event-text\">\n        Alumnos pr\u00f3ximos a graduarse: se les recuerda que la entrega de pases para sus invitados se realizar\u00e1\n        los d\u00edas <strong>16 y 17 de febrero<\/strong> en el <strong>Departamento Financiero<\/strong> \ud83d\udccd\n        <br><br>\n        Es importante considerar:\n        <br>\n        \u2705 Contar con su situaci\u00f3n financiera regularizada. <br>\n        \u2705 Confirmaci\u00f3n de asistencia realizada (link en la invitaci\u00f3n). <br>\n        \u2705 Los pases son obligatorios para ingresar al evento.\n        <br><br>\n        Cualquier duda o aclaraci\u00f3n, comun\u00edcate al <strong>287 144 0257<\/strong> \ud83d\udcf2\n      <\/div>\n\n      <div class=\"event-actions\">\n        <a class=\"event-btn\" href=\"https:\/\/api.whatsapp.com\/send?phone=5212871440257\" target=\"_blank\" rel=\"noopener\">\n          \ud83d\udcac Cont\u00e1ctanos por WhatsApp\n        <\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n<\/div>\n\n<!-- MODAL (IDs \u00fanicos para evitar conflictos en WordPress) -->\n<div class=\"modal\" id=\"imgModalGrad\">\n  <span class=\"modal-close\" onclick=\"closeModalGrad()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" style=\"display:none;\" aria-hidden=\"true\">\u276e<\/button>\n  <img id=\"modalImgGrad\" alt=\"Imagen ampliada\">\n  <button class=\"modal-btn modal-next\" style=\"display:none;\" aria-hidden=\"true\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  \/\/ Solo una imagen (sin carrusel). Mantengo el mismo patr\u00f3n de lightbox.\n  const selector = '.gallery-img-grad';\n  const modal = document.getElementById('imgModalGrad');\n  const modalImg = document.getElementById('modalImgGrad');\n\n  document.addEventListener('click', function(e){\n    const img = e.target.closest(selector);\n    if(!img) return;\n    modalImg.src = img.src;\n    modal.classList.add('active');\n  });\n\n  window.closeModalGrad = function(){\n    modal.classList.remove('active');\n  };\n\n  \/\/ Cerrar con ESC\n  document.addEventListener('keydown', function(e){\n    if(e.key === 'Escape' && modal.classList.contains('active')) closeModalGrad();\n  });\n\n  \/\/ Cerrar clic fuera de la imagen\n  modal.addEventListener('click', function(e){\n    if(e.target.id === 'imgModalGrad') closeModalGrad();\n  });\n})();\n<\/script>\n\n\n\n<style>\n:root{\n  --cu-azul:#0a4cff;\n  --cu-azul-oscuro:#0838b8;\n  --cu-dorado:#f0a10f;\n  --cu-negro:#111;\n  --cu-gris:#666;\n}\n\n\/* HERO CONTENEDOR *\/\n.sam-hero{\n  max-width:1100px;\n  margin:34px auto;\n  font-family:Arial, sans-serif;\n  color:var(--cu-negro);\n  padding:0 16px;\n}\n\n\/* HEADER *\/\n.sam-head{\n  border-radius:20px;\n  padding:26px 22px;\n  background:linear-gradient(135deg, rgba(240,161,15,.22), rgba(10,76,255,.12));\n  border:1px solid rgba(0,0,0,.06);\n  box-shadow:0 14px 34px rgba(0,0,0,.10);\n  position:relative;\n  overflow:hidden;\n}\n.sam-head:after{\n  content:\"\";\n  position:absolute;\n  right:-70px;\n  top:-70px;\n  width:230px;\n  height:230px;\n  background:rgba(240,161,15,.35);\n  border-radius:50%;\n}\n\n\/* LAYOUT *\/\n.sam-hero-layout{\n  position:relative;\n  z-index:1;\n  display:grid;\n  grid-template-columns: 1.15fr .85fr;\n  gap:18px;\n  align-items:start;\n}\n@media(max-width:980px){\n  .sam-hero-layout{ grid-template-columns:1fr; }\n}\n\n\/* TEXTO *\/\n.sam-badges{\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n}\n.sam-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  padding:8px 12px;\n  border-radius:999px;\n  background:rgba(255,255,255,.84);\n  border:1px solid rgba(0,0,0,.08);\n  font-size:13px;\n  font-weight:800;\n}\n.sam-title{\n  margin:12px 0 8px;\n  font-size:34px;\n  line-height:1.15;\n}\n.sam-sub{\n  margin:0;\n  color:var(--cu-gris);\n  font-size:15.5px;\n  line-height:1.7;\n  max-width:900px;\n}\n.sam-vote-note{\n  margin:14px 0 0;\n  color:var(--cu-gris);\n  font-size:13px;\n  line-height:1.6;\n}\n\n\/* BOT\u00d3N VOTAR *\/\n.sam-vote-btn{\n  margin-top:14px;\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  padding:13px 18px;\n  border-radius:14px;\n  background:var(--cu-dorado);\n  color:#fff;\n  font-weight:900;\n  font-size:14px;\n  text-decoration:none;\n  box-shadow:0 14px 28px rgba(240,161,15,.28);\n  transition:.2s ease;\n}\n.sam-vote-btn:hover{\n  background:var(--cu-azul);\n  box-shadow:0 16px 34px rgba(10,76,255,.25);\n  transform:translateY(-1px);\n}\n\n\/* COLLAGE *\/\n.sam-collage{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n.sam-main{\n  grid-column:1 \/ -1;\n  border-radius:16px;\n  overflow:hidden;\n  border:1px solid rgba(0,0,0,.08);\n  box-shadow:0 10px 24px rgba(0,0,0,.10);\n  position:relative;\n  cursor:zoom-in;\n  background:#fff;\n}\n.sam-main img{\n  width:100%;\n  height:190px;\n  object-fit:cover;\n  display:block;\n}\n.sam-tag{\n  position:absolute;\n  left:12px;\n  bottom:12px;\n  padding:6px 10px;\n  border-radius:999px;\n  background:rgba(0,0,0,.42);\n  color:#fff;\n  font-size:12px;\n  font-weight:900;\n  backdrop-filter: blur(6px);\n}\n.sam-tile{\n  border-radius:16px;\n  overflow:hidden;\n  border:1px solid rgba(0,0,0,.08);\n  box-shadow:0 10px 24px rgba(0,0,0,.10);\n  cursor:zoom-in;\n  background:#fff;\n}\n.sam-tile img{\n  width:100%;\n  height:120px;\n  object-fit:cover;\n  display:block;\n  transition:transform .25s ease;\n}\n.sam-tile:hover img{ transform:scale(1.05); }\n\n@media(max-width:980px){\n  .sam-main img{ height:210px; }\n  .sam-tile img{ height:150px; }\n}\n\n\/* LIGHTBOX *\/\n.sam-lightbox{\n  display:none;\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.92);\n  z-index:99999;\n  justify-content:center;\n  align-items:center;\n}\n.sam-lightbox.active{ display:flex; }\n.sam-lightbox img{\n  max-width:92%;\n  max-height:90%;\n  border-radius:16px;\n  box-shadow:0 18px 60px rgba(0,0,0,.55);\n}\n.sam-lb-close{\n  position:absolute;\n  top:18px;\n  right:26px;\n  font-size:32px;\n  color:#fff;\n  cursor:pointer;\n  user-select:none;\n}\n.sam-lb-btn{\n  position:absolute;\n  top:50%;\n  transform:translateY(-50%);\n  width:48px;\n  height:48px;\n  border-radius:50%;\n  border:none;\n  cursor:pointer;\n  background:var(--cu-azul);\n  color:#fff;\n  font-size:22px;\n  transition:.2s ease;\n}\n.sam-lb-btn:hover{ background:var(--cu-azul-oscuro); }\n.sam-lb-prev{ left:22px; }\n.sam-lb-next{ right:22px; }\n.sam-lb-loader{\n  position:absolute;\n  inset:0;\n  display:none;\n  flex-direction:column;\n  justify-content:center;\n  align-items:center;\n  gap:12px;\n  color:#fff;\n  font-size:14px;\n  background:rgba(0,0,0,.88);\n}\n.sam-spinner{\n  width:56px;\n  height:56px;\n  border:4px solid rgba(255,255,255,.35);\n  border-top:4px solid var(--cu-dorado);\n  border-radius:50%;\n  animation:samSpin 1s linear infinite;\n}\n@keyframes samSpin{ to{ transform:rotate(360deg); } }\n<\/style>\n\n<div class=\"sam-hero\">\n  <section class=\"sam-head\">\n    <div class=\"sam-hero-layout\">\n\n      <!-- TEXTO -->\n      <div>\n        <div class=\"sam-badges\">\n          <div class=\"sam-badge\">\ud83d\udc9b Concurso: <b>\u201cM\u00e1s que una foto, una historia\u201d<\/b><\/div>\n          <div class=\"sam-badge\">\ud83d\udc99 San Valent\u00edn<\/div>\n          \n        <\/div>\n\n        <h2 class=\"sam-title\">M\u00e1s que una foto, una historia \ud83d\udcf8\u2728<\/h2>\n\n        <p class=\"sam-sub\">\n          En el marco de la celebraci\u00f3n de San Valent\u00edn, compartimos a los participantes de nuestro concurso especial\n          <strong>\u201cM\u00e1s que una foto, una historia\u201d<\/strong>, donde cada imagen representa momentos \u00fanicos de amor, amistad y compa\u00f1erismo.\n          <br><br>\n          Para votar, reacciona a la publicaci\u00f3n: <strong>la fotograf\u00eda con m\u00e1s reacciones ser\u00e1 la ganadora<\/strong>.\n        <\/p>\n\n        <a class=\"sam-vote-btn\"\n           href=\"https:\/\/batems.edu.mx\/moodlecut\/mod\/feedback\/view.php?id=10616\"\n           target=\"_blank\" rel=\"noopener\">\n          \ud83d\uddf3\ufe0f VOTAR AHORA <span style=\"opacity:.9;font-weight:800;\">(Moodle)<\/span>\n        <\/a>\n\n        <p class=\"sam-vote-note\">\n          *El voto se contabiliza por reacciones en la publicaci\u00f3n oficial del concurso.\n        <\/p>\n      <\/div>\n\n      <!-- COLLAGE (sin slider autom\u00e1tico; estable) -->\n      <div class=\"sam-collage\" data-sam-gallery=\"1\">\n\n        <div class=\"sam-main\">\n          <img decoding=\"async\" class=\"sam-photo\" data-index=\"0\"\n               src=\"https:\/\/lh3.googleusercontent.com\/d\/14rE0CyI-6wCE4fO-gzF4oP0URwwQLiPA\"\n               alt=\"\">\n          <div class=\"sam-tag\" id=\"samTag\"><\/div>\n        <\/div>\n\n        <div class=\"sam-tile\">\n          <img decoding=\"async\" class=\"sam-photo\" data-index=\"1\"\n               src=\"https:\/\/lh3.googleusercontent.com\/d\/1CZPvQTfpS9-2Qnvl5wb_YE8Dr0pOwG4Q\"\n               alt=\"\">\n        <\/div>\n\n        <div class=\"sam-tile\">\n          <img decoding=\"async\" class=\"sam-photo\" data-index=\"2\"\n               src=\"https:\/\/lh3.googleusercontent.com\/d\/1Dodb9ybuQS35X2imY1W6Wi8UwnR4oGG6\"\n               alt=\"\">\n        <\/div>\n\n        <div class=\"sam-tile\">\n          <img decoding=\"async\" class=\"sam-photo\" data-index=\"3\"\n               src=\"https:\/\/lh3.googleusercontent.com\/d\/1P56qqSipdnS3-3v0KfNT0uYpDuQ7HYNV\"\n               alt=\"\">\n        <\/div>\n\n        <div class=\"sam-tile\">\n          <img decoding=\"async\" class=\"sam-photo\" data-index=\"4\"\n               src=\"https:\/\/lh3.googleusercontent.com\/d\/1zt4gKrTq5HkYIHAsI0kxTSTKh6IeDCJ0\"\n               alt=\"\">\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n\n<!-- LIGHTBOX -->\n<div class=\"sam-lightbox\" id=\"samLightbox\">\n  <div class=\"sam-lb-loader\" id=\"samLbLoader\">\n    <div class=\"sam-spinner\"><\/div>\n    Cargando imagen&#8230;\n  <\/div>\n  <span class=\"sam-lb-close\" id=\"samLbClose\">\u2715<\/span>\n  <button class=\"sam-lb-btn sam-lb-prev\" id=\"samLbPrev\">\u276e<\/button>\n  <img id=\"samLbImg\" alt=\"Imagen ampliada\">\n  <button class=\"sam-lb-btn sam-lb-next\" id=\"samLbNext\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  \/\/ Selecciona \u00fanicamente las fotos de ESTE bloque\n  const photos = Array.from(document.querySelectorAll('[data-sam-gallery=\"1\"] .sam-photo'));\n  const tag = document.getElementById('samTag');\n\n  \/\/ Lightbox\n  const lb = document.getElementById('samLightbox');\n  const lbImg = document.getElementById('samLbImg');\n  const lbLoader = document.getElementById('samLbLoader');\n  const lbClose = document.getElementById('samLbClose');\n  const lbPrev = document.getElementById('samLbPrev');\n  const lbNext = document.getElementById('samLbNext');\n\n  if(!photos.length){\n    \/\/ Si WordPress movi\u00f3\/elimin\u00f3 el HTML, evita errores silenciosos\n    return;\n  }\n\n  let current = 0;\n\n  \/\/ Preload\n  const preload = photos.map(p => {\n    const i = new Image();\n    i.src = p.src;\n    return i;\n  });\n\n  function openLB(i){\n    current = i;\n    lb.classList.add('active');\n    loadLB();\n  }\n  function closeLB(){ lb.classList.remove('active'); }\n  function move(step){\n    current = (current + step + photos.length) % photos.length;\n    loadLB();\n  }\n\n  function loadLB(){\n    lbLoader.style.display = 'flex';\n    lbImg.style.display = 'none';\n\n    const src = preload[current].src;\n    lbImg.onload = () => {\n      lbLoader.style.display = 'none';\n      lbImg.style.display = 'block';\n    };\n    lbImg.src = src;\n\n    \/\/ Actualiza etiqueta si existe\n    if(tag) tag.textContent = `Participante ${current + 1}`;\n  }\n\n  \/\/ Click en cualquier foto abre lightbox\n  photos.forEach((p, i) => p.addEventListener('click', () => openLB(i)));\n\n  lbPrev.addEventListener('click', () => move(-1));\n  lbNext.addEventListener('click', () => move(1));\n  lbClose.addEventListener('click', closeLB);\n\n  document.addEventListener('keydown', (e) => {\n    if(!lb.classList.contains('active')) return;\n    if(e.key === 'Escape') closeLB();\n    if(e.key === 'ArrowLeft') move(-1);\n    if(e.key === 'ArrowRight') move(1);\n  });\n\n  lb.addEventListener('click', (e) => {\n    if(e.target === lb) closeLB();\n  });\n})();\n<\/script>\n\n\n\n<style>\n:root{\n  --cu-azul:#0a4cff;\n  --cu-azul-oscuro:#0838b8;\n  --cu-dorado:#f0a10f;\n  --cu-gris:#555;\n}\n\n\/* CONTENEDOR *\/\n.events-box{\n  max-width:900px;\n  margin:40px auto;\n  font-family:Arial,sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature{\n  display:grid;\n  grid-template-columns:1fr 1.1fr;\n  background:#fff;\n  border-radius:18px;\n  overflow:hidden;\n  box-shadow:0 8px 22px rgba(0,0,0,.12);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature>img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n}\n\n\/* INFO *\/\n.event-info{ padding:30px; }\n.event-date{\n  background:var(--cu-dorado);\n  color:#fff;\n  font-size:13px;\n  font-weight:bold;\n  padding:6px 16px;\n  border-radius:20px;\n  display:inline-block;\n  margin-bottom:14px;\n}\n.event-title{\n  font-size:24px;\n  font-weight:bold;\n  margin-bottom:14px;\n}\n.event-text{\n  font-size:15px;\n  color:var(--cu-gris);\n  line-height:1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container{\n  grid-column:1\/-1;\n  background:#f7f9ff;\n  padding:25px 0;\n  overflow:hidden;\n}\n.carousel-track{\n  display:flex;\n  gap:16px;\n  animation:scroll 35s linear infinite;\n  padding-left:25px;\n}\n.carousel-track:hover{ animation-play-state:paused; }\n.carousel-track img{\n  width:170px;\n  height:110px;\n  object-fit:cover;\n  border-radius:12px;\n  cursor:pointer;\n  transition:.3s;\n}\n.carousel-track img:hover{\n  transform:scale(1.08);\n  box-shadow:0 8px 18px rgba(0,0,0,.25);\n}\n@keyframes scroll{\n  from{transform:translateX(0)}\n  to{transform:translateX(-50%)}\n}\n\n\/* MODAL *\/\n.modal{\n  display:none;\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.92);\n  z-index:9999;\n  justify-content:center;\n  align-items:center;\n}\n.modal.active{ display:flex; }\n.modal img{\n  max-width:92%;\n  max-height:90%;\n  border-radius:14px;\n}\n\n\/* BOTONES MODAL *\/\n.modal-btn{\n  position:absolute;\n  top:50%;\n  transform:translateY(-50%);\n  background:var(--cu-azul);\n  color:#fff;\n  border:none;\n  width:46px;\n  height:46px;\n  border-radius:50%;\n  font-size:22px;\n  cursor:pointer;\n  transition:.3s;\n}\n.modal-btn:hover{ background:var(--cu-azul-oscuro); }\n.modal-prev{ left:25px; }\n.modal-next{ right:25px; }\n.modal-close{\n  position:absolute;\n  top:22px;\n  right:30px;\n  font-size:30px;\n  color:#fff;\n  cursor:pointer;\n}\n\n\/* LOADER *\/\n.loader{\n  position:absolute;\n  inset:0;\n  background:rgba(0,0,0,.9);\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n  align-items:center;\n  color:#fff;\n  font-size:14px;\n}\n.spinner{\n  width:55px;\n  height:55px;\n  border:4px solid #ddd;\n  border-top:4px solid var(--cu-dorado);\n  border-radius:50%;\n  animation:spin 1s linear infinite;\n  margin-bottom:14px;\n}\n@keyframes spin{ to{transform:rotate(360deg)} }\n\n@media(max-width:768px){\n  .event-feature{ grid-template-columns:1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL -->\n    <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11MrqABM_76aLu0YIEH7xkhjIpbThVw1n\" alt=\"Pr\u00e1ctica Forense\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">CRIMINOLOG\u00cdA Y CRIMINAL\u00cdSTICA<\/span>\n\n      <div class=\"event-title\">\ud83d\udd0d\ud83d\udc80 Pr\u00e1ctica Forense \ud83d\udc80\ud83d\udd0d<\/div>\n\n      <div class=\"event-text\">\n        Nuestros alumnos de la <strong>Licenciatura en Criminolog\u00eda y Criminal\u00edstica<\/strong> realizaron una pr\u00e1ctica acad\u00e9mica bajo la direcci\u00f3n del\n        <strong>L.C.C. V\u00edctor Hugo Tr\u00e1paga P\u00e9rez<\/strong> en la materia de <strong>Antropolog\u00eda Forense<\/strong>, disciplina fundamental en las Ciencias Forenses\n        encargada de la <strong>identificaci\u00f3n de restos humanos esqueletizados<\/strong>, a partir del <strong>estudio biol\u00f3gico<\/strong> y la variabilidad del\n        <strong>esqueleto humano<\/strong>.\n        <br><br>\n        Durante la actividad, los estudiantes exploraron c\u00f3mo esta especialidad permite analizar <strong>marcas \u00f3seas<\/strong> para determinar posibles causas\n        de muerte y reconstruir lesiones <strong>ante mortem<\/strong> y <strong>post mortem<\/strong>, en conjunto con otras \u00e1reas forenses.\n        <br><br>\n        <strong>\u00bfA\u00fan no est\u00e1s inscrito?<\/strong> Estamos por iniciar nuestro <strong>INTER 2026<\/strong>\u2026 <strong>\u00a1Quedan pocos lugares!<\/strong>\n      <\/div>\n    <\/div>\n\n    <!-- CARRUSEL -->\n    <div class=\"carousel-container\">\n      <div class=\"carousel-track\" id=\"carouselForense\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11MrqABM_76aLu0YIEH7xkhjIpbThVw1n\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11ORv4MZaUyv-hHd1KhkiDyOBjUXJmNSu\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13bY9qobXb8p2v-oqhsuQRaObxO4KHeC5\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17pUj0A27U0Obd7zTLW2AXqBG0vMqZnrd\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1CYypi-M-WRTPxM2FOJbtWjz6uAt0934V\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1DrGJwAxwCUouG6GkqSuWAdSGG4EyO8EF\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1FZS_G4ZPGIW-uopudHWFtYKUME2aZrPz\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1HtDtQA2wBBBe2Jsp1o5ihBuH4oo3VABQ\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1LSPRE300-cZk-O7QEgVX_TJHmsDp7aq0\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1QDPHrbXMIP3S-FzBL-wHVSi70O_Dd4Qc\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1TLTKkAwTUWjhY-U047C9htSmhgLdoZ1_\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1UN59uAJKlJXsV4fRJXc7Oaefow8wEPnT\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1WDS2JTwxT0CiC897P9DhXzbyUVrRlXb4\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1WV77JCRzLcmDUAA2vHodE7p_LtNAnauF\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Wkfao0rBSOn-sDyYZIc2_Uymi6FjHOc6\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1_MhWIFzm1sx9Jy_wFc_YV0z8TbvpT0UV\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1cXLe2WDi150GQ5sfypyWBcyNj5Bbau-5\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1oP6ONfenXmDec9Pl1_F-2xkTS2gC5dit\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1py0VRuBXjfmENzbFas9V1fiG0LXiPM4N\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1vkSsRvTir2giJASGrES-NXqSYQJ4p95E\" alt=\"\">\n\n        <!-- duplicado para scroll continuo -->\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11MrqABM_76aLu0YIEH7xkhjIpbThVw1n\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11ORv4MZaUyv-hHd1KhkiDyOBjUXJmNSu\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13bY9qobXb8p2v-oqhsuQRaObxO4KHeC5\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17pUj0A27U0Obd7zTLW2AXqBG0vMqZnrd\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1CYypi-M-WRTPxM2FOJbtWjz6uAt0934V\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1DrGJwAxwCUouG6GkqSuWAdSGG4EyO8EF\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1FZS_G4ZPGIW-uopudHWFtYKUME2aZrPz\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1HtDtQA2wBBBe2Jsp1o5ihBuH4oo3VABQ\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1LSPRE300-cZk-O7QEgVX_TJHmsDp7aq0\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1QDPHrbXMIP3S-FzBL-wHVSi70O_Dd4Qc\" alt=\"\">\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<!-- MODAL -->\n<div class=\"modal\" id=\"modalForense\">\n  <div class=\"loader\" id=\"loaderForense\">\n    <div class=\"spinner\"><\/div>\n    Cargando im\u00e1genes&#8230;\n  <\/div>\n\n  <span class=\"modal-close\" onclick=\"closeForense()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" onclick=\"moveForense(-1)\">\u276e<\/button>\n  <img id=\"imgForense\" alt=\"Galer\u00eda pr\u00e1ctica forense\">\n  <button class=\"modal-btn modal-next\" onclick=\"moveForense(1)\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  const imgs = [...document.querySelectorAll('#carouselForense img')];\n  const modal = document.getElementById('modalForense');\n  const modalImg = document.getElementById('imgForense');\n  const loader = document.getElementById('loaderForense');\n\n  let idx = 0;\n\n  \/\/ S\u00f3lo las primeras 20 (evita que el modal recorra duplicados)\n  const unique = imgs.slice(0, 20);\n\n  unique.forEach((img, i) => {\n    img.addEventListener('click', () => { idx = i; openForense(); });\n  });\n\n  window.openForense = function(){\n    modal.classList.add('active');\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    showForense();\n  };\n\n  window.closeForense = function(){\n    modal.classList.remove('active');\n  };\n\n  window.moveForense = function(step){\n    idx = (idx + step + unique.length) % unique.length;\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    showForense();\n  };\n\n  function showForense(){\n    const src = unique[idx].src;\n    modalImg.onload = () => {\n      loader.style.display = 'none';\n      modalImg.style.display = 'block';\n    };\n    modalImg.src = src;\n  }\n\n  \/\/ Cerrar con ESC\n  document.addEventListener('keydown', (e)=>{\n    if(e.key === 'Escape' && modal.classList.contains('active')) closeForense();\n  });\n\n  \/\/ Cerrar clic fuera\n  modal.addEventListener('click', (e)=>{\n    if(e.target === modal) closeForense();\n  });\n})();\n<\/script>\n\n\n\n<style>\n:root{\n  --cu-azul:#0a4cff;\n  --cu-azul-oscuro:#0838b8;\n  --cu-dorado:#f0a10f;\n  --cu-gris:#555;\n}\n\n\/* CONTENEDOR *\/\n.events-box{\n  max-width:900px;\n  margin:40px auto;\n  font-family:Arial,sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature{\n  display:grid;\n  grid-template-columns:1fr 1.1fr;\n  background:#fff;\n  border-radius:18px;\n  overflow:hidden;\n  box-shadow:0 8px 22px rgba(0,0,0,.12);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature>img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n}\n\n\/* INFO *\/\n.event-info{ padding:30px; }\n.event-date{\n  background:var(--cu-dorado);\n  color:#fff;\n  font-size:13px;\n  font-weight:bold;\n  padding:6px 16px;\n  border-radius:20px;\n  display:inline-block;\n  margin-bottom:14px;\n}\n.event-title{\n  font-size:24px;\n  font-weight:bold;\n  margin-bottom:14px;\n}\n.event-text{\n  font-size:15px;\n  color:var(--cu-gris);\n  line-height:1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container{\n  grid-column:1\/-1;\n  background:#f7f9ff;\n  padding:25px 0;\n  overflow:hidden;\n}\n.carousel-track{\n  display:flex;\n  gap:16px;\n  animation:scroll 35s linear infinite;\n  padding-left:25px;\n}\n.carousel-track:hover{ animation-play-state:paused; }\n.carousel-track img{\n  width:170px;\n  height:110px;\n  object-fit:cover;\n  border-radius:12px;\n  cursor:pointer;\n  transition:.3s;\n}\n.carousel-track img:hover{\n  transform:scale(1.08);\n  box-shadow:0 8px 18px rgba(0,0,0,.25);\n}\n@keyframes scroll{\n  from{transform:translateX(0)}\n  to{transform:translateX(-50%)}\n}\n\n\/* MODAL *\/\n.modal{\n  display:none;\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.92);\n  z-index:9999;\n  justify-content:center;\n  align-items:center;\n}\n.modal.active{ display:flex; }\n.modal img{\n  max-width:92%;\n  max-height:90%;\n  border-radius:14px;\n}\n\n\/* BOTONES MODAL *\/\n.modal-btn{\n  position:absolute;\n  top:50%;\n  transform:translateY(-50%);\n  background:var(--cu-azul);\n  color:#fff;\n  border:none;\n  width:46px;\n  height:46px;\n  border-radius:50%;\n  font-size:22px;\n  cursor:pointer;\n  transition:.3s;\n}\n.modal-btn:hover{background:var(--cu-azul-oscuro)}\n.modal-prev{left:25px}\n.modal-next{right:25px}\n.modal-close{\n  position:absolute;\n  top:22px;\n  right:30px;\n  font-size:30px;\n  color:#fff;\n  cursor:pointer;\n}\n\n\/* LOADER *\/\n.loader{\n  position:absolute;\n  inset:0;\n  background:rgba(0,0,0,.9);\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n  align-items:center;\n  color:#fff;\n  font-size:14px;\n}\n.spinner{\n  width:55px;\n  height:55px;\n  border:4px solid #ddd;\n  border-top:4px solid var(--cu-dorado);\n  border-radius:50%;\n  animation:spin 1s linear infinite;\n  margin-bottom:14px;\n}\n@keyframes spin{ to{transform:rotate(360deg)} }\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .event-feature{grid-template-columns:1fr}\n}\n<\/style>\n\n<div class=\"events-box\">\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL (primera foto) -->\n    <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11PtTGzcSAWhFieoqVTcE4eukcogvYh89\" alt=\"Ciencias del Deporte en acci\u00f3n\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">CIENCIAS DEL DEPORTE<\/span>\n\n      <div class=\"event-title\">\ud83c\udfc5\u26bd Ciencias del Deporte en acci\u00f3n \u26bd\ud83c\udfc5<\/div>\n\n      <div class=\"event-text\">\n        Nuestros alumnos de <strong>Ciencias del Deporte<\/strong> participaron como parte del equipo de arbitraje\n        en los encuentros deportivos de telesecundarias de la <strong>Secci\u00f3n 10<\/strong>, demostrando su conocimiento,\n        profesionalismo y pasi\u00f3n por el deporte. \ud83e\udd81\n        <br><br>\n        Agradecemos profundamente a los directivos, personal docente y alumnado de las telesecundarias por permitir\n        que nuestros estudiantes formaran parte de esta valiosa convivencia deportiva. \ud83e\udd1d\n        <br><br>\n        <strong>\u00a1Seguimos impulsando la formaci\u00f3n pr\u00e1ctica y el amor por el deporte!<\/strong>\n      <\/div>\n    <\/div>\n\n    <div class=\"carousel-container\">\n      <div class=\"carousel-track\" id=\"carouselDeporte\">\n\n        <!-- 24 im\u00e1genes (enlaces Drive convertidos) -->\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11PtTGzcSAWhFieoqVTcE4eukcogvYh89\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/12UR6SuC0FS4mhXm7zmZHs6vmxNPn8m4D\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13AuVkSArYmgUPxu7AAuYBEjOoVESU5Ng\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16YTOw2ZHyTtLDsvmrYLz_nW6h2rpvgc3\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17y9n9-vC3QhmlVIwV-t83HMzafRXsB8R\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19T4CZ6peqaQ7tuf5BmaKD2RiCrcVML0-\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1MEF8yFL6ikYO-3gwGI0LVUaCwAZjH824\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1N1T00XSXUS8HfPbwFQ27hKNlq0CsjL9q\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1OSQIrKHH0Ns5hlWLPtOn44ozKpuXTNxi\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1Y6_j9VL1ED80RXW_glAqO3cftnU2PpSy\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1_YVZdtR_V55rXlRrToipj3wenqBLzBX3\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1aSiVt8RcnkDr3zLbLmHjZST_gygfzgoj\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1aTYKgGA1Y5JsR0lSsovK8_FyhIUm5-x2\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1aXqqrLySZ1WRURX4_tUK4iiowrBb76FG\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1aghPaDNhY96y0N3A7RXtMpRhtjAD4DWN\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1jR-_NqdgvK6FV2pAQD-pESb2EQk-EOjJ\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1m6QkVTAkyW_wEu0LgCbQ4gvv9VJob1iA\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1o_z6BoY39TX8rwqeK6Th0yZQ9N5lWVhL\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1sEzwQPhgIna8hE9QyGqRplNchVWZzzBx\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1tWA3BhX13zYn8yNhGGbKZPv17h3T2dii\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1vfPLJUicZZkmVy1050Sd6HJHFOJ6TL8Q\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1wOOeF38yDzmBRhiIXGs0XekvLZddXobf\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1y9Zwqz9zZkbGCFfmjz7UbkxxfU09aaHr\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1yn8sGLWP7TrAHkZnu0Y8UujtRca7ywb0\" alt=\"\">\n\n        <!-- duplicado parcial para scroll continuo -->\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/11PtTGzcSAWhFieoqVTcE4eukcogvYh89\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/12UR6SuC0FS4mhXm7zmZHs6vmxNPn8m4D\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/13AuVkSArYmgUPxu7AAuYBEjOoVESU5Ng\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/16YTOw2ZHyTtLDsvmrYLz_nW6h2rpvgc3\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/17y9n9-vC3QhmlVIwV-t83HMzafRXsB8R\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/19T4CZ6peqaQ7tuf5BmaKD2RiCrcVML0-\" alt=\"\">\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<!-- MODAL -->\n<div class=\"modal\" id=\"modalDeporte\">\n  <div class=\"loader\" id=\"loaderDeporte\">\n    <div class=\"spinner\"><\/div>\n    Cargando im\u00e1genes&#8230;\n  <\/div>\n\n  <span class=\"modal-close\" onclick=\"closeDeporte()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" onclick=\"moveDeporte(-1)\">\u276e<\/button>\n  <img id=\"imgDeporte\" alt=\"Galer\u00eda Ciencias del Deporte\">\n  <button class=\"modal-btn modal-next\" onclick=\"moveDeporte(1)\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  const imgs = [...document.querySelectorAll('#carouselDeporte img')];\n  const modal = document.getElementById('modalDeporte');\n  const modalImg = document.getElementById('imgDeporte');\n  const loader = document.getElementById('loaderDeporte');\n\n  \/\/ S\u00f3lo las 24 primeras para el modal (evita recorrer duplicados)\n  const unique = imgs.slice(0, 24);\n  let idx = 0;\n\n  unique.forEach((img, i) => {\n    img.addEventListener('click', () => { idx = i; openDeporte(); });\n  });\n\n  window.openDeporte = function(){\n    modal.classList.add('active');\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    showDeporte();\n  };\n\n  window.closeDeporte = function(){\n    modal.classList.remove('active');\n  };\n\n  window.moveDeporte = function(step){\n    idx = (idx + step + unique.length) % unique.length;\n    loader.style.display = 'flex';\n    modalImg.style.display = 'none';\n    showDeporte();\n  };\n\n  function showDeporte(){\n    const src = unique[idx].src;\n    modalImg.onload = () => {\n      loader.style.display = 'none';\n      modalImg.style.display = 'block';\n    };\n    modalImg.src = src;\n  }\n\n  \/\/ Cerrar con ESC\n  document.addEventListener('keydown', (e)=>{\n    if(e.key === 'Escape' && modal.classList.contains('active')) closeDeporte();\n  });\n\n  \/\/ Cerrar clic fuera\n  modal.addEventListener('click', (e)=>{\n    if(e.target === modal) closeDeporte();\n  });\n})();\n<\/script>\n\n\n\n<style>\n\/* CONTENEDOR GENERAL *\/\n.events-box {\n  max-width: 900px;\n  margin: 40px auto;\n  font-family: Arial, sans-serif;\n}\n\n\/* TARJETA *\/\n.event-feature {\n  display: grid;\n  grid-template-columns: 1fr 1.1fr;\n  background: #ffffff;\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n}\n\n\/* IMAGEN PRINCIPAL *\/\n.event-feature img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  cursor: zoom-in;\n}\n\n\/* CONTENIDO *\/\n.event-info {\n  padding: 28px 30px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n\/* FECHA *\/\n.event-date {\n  background: #f0a10f;\n  color: #fff;\n  font-size: 13px;\n  font-weight: bold;\n  padding: 6px 14px;\n  border-radius: 20px;\n  width: fit-content;\n  margin-bottom: 14px;\n}\n\n\/* TITULO *\/\n.event-title {\n  font-size: 24px;\n  font-weight: bold;\n  margin-bottom: 14px;\n}\n\n\/* TEXTO *\/\n.event-text {\n  font-size: 15px;\n  color: #555;\n  line-height: 1.7;\n}\n\n\/* CARRUSEL *\/\n.carousel-container {\n  overflow-x: auto;\n  margin-top: 20px;\n}\n.carousel-track {\n  display: flex;\n  gap: 14px;\n  padding-bottom: 6px;\n}\n.carousel-track img {\n  height: 140px;\n  border-radius: 10px;\n  cursor: zoom-in;\n}\n\n\/* MODAL *\/\n.modal {\n  display: none;\n  position: fixed;\n  inset: 0;\n  background: rgba(0,0,0,.92);\n  z-index: 9999;\n  justify-content: center;\n  align-items: center;\n}\n.modal.active { display: flex; }\n.modal img {\n  max-width: 92%;\n  max-height: 90%;\n  border-radius: 14px;\n}\n\n\/* BOTONES *\/\n.modal-btn {\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  background: #0a4cff;\n  color: #fff;\n  border: none;\n  width: 46px;\n  height: 46px;\n  border-radius: 50%;\n  font-size: 22px;\n  cursor: pointer;\n}\n.modal-prev { left: 25px; }\n.modal-next { right: 25px; }\n.modal-close {\n  position: absolute;\n  top: 20px;\n  right: 30px;\n  font-size: 30px;\n  color: #fff;\n  cursor: pointer;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  .event-feature { grid-template-columns: 1fr; }\n}\n<\/style>\n\n<div class=\"events-box\">\n\n  <div class=\"event-feature\">\n\n    <!-- IMAGEN PRINCIPAL (usa la primera del listado) -->\n    <img decoding=\"async\" class=\"gallery-img-edu\"\n      src=\"https:\/\/lh3.googleusercontent.com\/d\/1HyD3drinb4xPnR9tZs_hZykcu1ggU8QC\"\n      alt=\"D\u00eda Internacional de la Educaci\u00f3n\">\n\n    <div class=\"event-info\">\n      <span class=\"event-date\">24 DE ENERO \u00b7 EDUCACI\u00d3N<\/span>\n      <div class=\"event-title\">\ud83d\udcda D\u00eda Internacional de la Educaci\u00f3n<\/div>\n      <div class=\"event-text\">\n        <strong>D\u00eda Internacional de la Educaci\u00f3n | 24 de enero<\/strong><br><br>\n        En el marco de esta conmemoraci\u00f3n, alumnos de las licenciaturas en\n        <strong>Pedagog\u00eda<\/strong> y <strong>Psicopedagog\u00eda<\/strong>\n        participaron en una din\u00e1mica reflexiva donde expresaron en un mural\n        c\u00f3mo la educaci\u00f3n ha influido en sus vidas, dando como resultado\n        estas significativas postales. \ud83c\udfa8\ud83d\udcad\n        <br><br>\n        \ud83d\udcd6 <strong>Lema 2026:<\/strong> Transformar la educaci\u00f3n para un aprendizaje\n        a lo largo de la vida, destacando el papel de la tecnolog\u00eda y la labor\n        indispensable de los docentes en la construcci\u00f3n de sociedades m\u00e1s\n        justas e inclusivas.\n        <br><br>\n        Educar es sembrar oportunidades y transformar realidades. \ud83c\udf0d\ud83e\udd81\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"carousel-container\">\n    <div class=\"carousel-track\">\n\n      <!-- GALER\u00cdA (7 fotos de Drive convertidas a googleusercontent) -->\n      <img decoding=\"async\" class=\"gallery-img-edu\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1HyD3drinb4xPnR9tZs_hZykcu1ggU8QC\" alt=\"Educaci\u00f3n 1\">\n      <img decoding=\"async\" class=\"gallery-img-edu\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1UNr1edfT4kEsz07dzpSc2_Zs9eT6-XvQ\" alt=\"Educaci\u00f3n 2\">\n      <img decoding=\"async\" class=\"gallery-img-edu\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1UhxCHK2J0yFl9f9AnNapy30v4gBAmmWM\" alt=\"Educaci\u00f3n 3\">\n      <img decoding=\"async\" class=\"gallery-img-edu\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1dBXZ6SvjUzBDEH1XbRQTlA2mYuL3bjgB\" alt=\"Educaci\u00f3n 4\">\n      <img decoding=\"async\" class=\"gallery-img-edu\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1qaDHm1_mGUYGxacTEDGgE9FXkEWChcmN\" alt=\"Educaci\u00f3n 5\">\n      <img decoding=\"async\" class=\"gallery-img-edu\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1vdUK7tddkp4VCEsaoIXdiX3086s-AFsE\" alt=\"Educaci\u00f3n 6\">\n      <img decoding=\"async\" class=\"gallery-img-edu\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1zvgxKMsZkvznY4RyF9Xz_gJW62WRxgWk\" alt=\"Educaci\u00f3n 7\">\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- MODAL (IDs \u00fanicos) -->\n<div class=\"modal\" id=\"imgModalEdu\">\n  <span class=\"modal-close\" onclick=\"closeModalEdu()\">\u2715<\/span>\n  <button class=\"modal-btn modal-prev\" onclick=\"changeImgEdu(-1)\">\u276e<\/button>\n  <img id=\"modalImgEdu\" alt=\"Imagen ampliada\">\n  <button class=\"modal-btn modal-next\" onclick=\"changeImgEdu(1)\">\u276f<\/button>\n<\/div>\n\n<script>\n(function(){\n  let galleryImages = [];\n  let currentIndex = 0;\n\n  \/\/ Click sobre cualquier imagen de esta publicaci\u00f3n\n  document.addEventListener('click', function (e) {\n    const img = e.target.closest('.gallery-img-edu');\n    if (!img) return;\n\n    \/\/ Solo im\u00e1genes de ESTA galer\u00eda\n    galleryImages = Array.from(document.querySelectorAll('.gallery-img-edu'));\n    currentIndex = galleryImages.indexOf(img);\n\n    document.getElementById('modalImgEdu').src = img.src;\n    document.getElementById('imgModalEdu').classList.add('active');\n  });\n\n  window.closeModalEdu = function() {\n    document.getElementById('imgModalEdu').classList.remove('active');\n  };\n\n  window.changeImgEdu = function(step) {\n    currentIndex = (currentIndex + step + galleryImages.length) % galleryImages.length;\n    document.getElementById('modalImgEdu').src = galleryImages[currentIndex].src;\n  };\n\n  \/\/ Cerrar con ESC\n  document.addEventListener('keydown', (e)=>{\n    const modal = document.getElementById('imgModalEdu');\n    if(e.key === 'Escape' && modal.classList.contains('active')) closeModalEdu();\n  });\n\n  \/\/ Cerrar clic fuera de la imagen\n  document.getElementById('imgModalEdu').addEventListener('click', (e)=>{\n    if(e.target.id === 'imgModalEdu') closeModalEdu();\n  });\n\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>CLASE PR\u00c1CTICA \u00b7 GALER\u00cdA 1\/1 \ud83e\udd4b\ud835\udc02\ud835\udc22\ud835\udc1e\ud835\udc27\ud835\udc1c\ud835\udc22\ud835\udc1a\ud835\udc2c \ud835\udc1d\ud835\udc1e\ud835\udc25 \ud835\udc03\ud835\udc1e\ud835\udc29\ud835\udc28\ud835\udc2b\ud835\udc2d\ud835\udc1e \ud835\udc1e\ud835\udc27 \ud835\udc1a\ud835\udc1c\ud835\udc1c\ud835\udc22\ud835\udc28\u0301\ud835\udc27\ud83e\udd4b Nuestros alumnos de la Licenciatura en Ciencias del Deporte participaron en una enriquecedora clase de&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1686","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/batems.edu.mx\/cu\/wp-json\/wp\/v2\/pages\/1686","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/batems.edu.mx\/cu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/batems.edu.mx\/cu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/batems.edu.mx\/cu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/batems.edu.mx\/cu\/wp-json\/wp\/v2\/comments?post=1686"}],"version-history":[{"count":83,"href":"https:\/\/batems.edu.mx\/cu\/wp-json\/wp\/v2\/pages\/1686\/revisions"}],"predecessor-version":[{"id":1977,"href":"https:\/\/batems.edu.mx\/cu\/wp-json\/wp\/v2\/pages\/1686\/revisions\/1977"}],"wp:attachment":[{"href":"https:\/\/batems.edu.mx\/cu\/wp-json\/wp\/v2\/media?parent=1686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}