↩️ [[Public/Proyectos y Consultorías/Unisabana e-Learning/Elementos web/index|index]] ![](https://i.imgur.com/Lu8xnso.png) ```php <p></p> <div class="container-fluid my-2" style="font-family: 'Plus Jakarta Sans','Segoe UI',sans-serif;"> <div class="row"> <div class="col-12 text-left" style="background-color: #00205b; font-size: 1.3rem; color: #ffffff; padding: 20px; border-radius: 6px 6px 0 0;"> <i class="fa fa-graduation-cap mr-2" aria-hidden="true"></i> <strong>Encuentro Sincrónico · Grabación de la Sesión</strong></div> </div> </div> <div class="container" style="font-family: 'Plus Jakarta Sans','Segoe UI',sans-serif; color: #1a1e35;"> <p style="font-size: 0.98rem; line-height: 1.6; margin-top: 10px; text-align: justify;"> Estimados estudiantes, en este espacio encontrarán la grabación completa del encuentro sincrónico programado para esta espacio de formación. Les recomendamos revisar y tener en cuenta las orientaciones brindadas socializadas en este vídeo.</p> <div style="margin-top: 28px; margin-bottom: 20px;"> <h3 style="font-size: 1.15rem; font-weight: 800; color: #00205b; margin: 0 0 20px 0; padding-left: 14px; position: relative; border-left: 4px solid #00205b;"> Visualizar Grabación</h3> <div class="mx-auto" style="max-width: 800px; width: 100%;"> <div class="embed-responsive embed-responsive-16by9 rounded shadow-lg" style="border: 1px solid #c8ced8; overflow: hidden; position: relative; display: block; width: 100%; padding: 0; padding-top: 56.25%;"> <iframe class="embed-responsive-item" style="position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;" src="XXXXXXX" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen="allowfullscreen"></iframe></div> </div> </div> </div> <!-- BOTÓN REGRESAR --> <div style="display: flex; justify-content: center; margin: 20px 0;"><button class="btn-regresar" style="cursor: pointer; padding: 10px 24px; border-radius: 4px; border: 1px solid #cdd5e8; background: #ffffff; font-family: sans-serif; font-weight: 600; color: #1a1e35; box-shadow: 0 2px 5px rgba(0,0,0,0.05);"> <span style="font-size: 18px;">↩️</span> Regresar </button></div> ``` ↩️ [[Public/Proyectos y Consultorías/Unisabana e-Learning/Elementos web/index|index]]