Update: Ajuste de audios Papilocare

This commit is contained in:
2025-12-15 17:02:54 -06:00
parent 9e657ce88f
commit 68a4acc3b8
15 changed files with 33 additions and 44 deletions
+28 -25
View File
@@ -14,7 +14,7 @@
}
.fakecierre {
background-image: none;
background-image: url("img/actividad/fondo-cierre.jpg");
}
.page-activity {
@@ -328,31 +328,34 @@
</div>
<div class="page-sco page-activity full-height" id="cierre" style="display: none;">
<div class="grid-cierre">
<div class="part1-cierre h-100 d-flex flex-column justify-content-center">
<div class="flex-fill w-100 h-100 bg-pass passed" style="display: none;">
<img src="img/actividad/bannerbien.jpg" class="img-fluid w-100 d-none d-xl-block m-h">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-7 col-md-5 col-xl-5 text-center">
<div class="passed w-100 text-center" style="display: none;">
<img src="img/actividad/bannerbien.png" class="img-fluid ">
</div>
<div class="failed w-100 text-center" style="display: none;">
<img src="img/actividad/bannermal.png" class="img-fluid ">
</div>
</div>
<div class="flex-fill w-100 h-100 bg-fail failed" style="display: none;">
<img src="img/actividad/bannermal.jpg" class="img-fluid w-100 d-none d-xl-block m-h">
</div>
</div>
<div class="part2-cierre h-100 d-flex flex-column justify-content-center align-items-center py-2">
<div class="container">
<div class="row align-items-center justify-content-center pt-2">
<div class="col-12 col-md-8">
<div class="row">
<div class="col-12 text-center animate__animated animate__fadeInLeft passed" style="display: none;">
<h1 class="fw-bold text-secondary">¡Excelente trabajo!</h1>
<p>Dominas las principales objeciones y sabes cómo responderlas con claridad y seguridad.</p>
</div>
<div class="col-12 text-center animate__animated animate__fadeInLeft failed" style="display: none;">
<h1 class="fw-bold text-secondary">¡Tú puedes lograrlo!</h1>
<p>Repasa el curso para dominar las objeciones más frecuentes y vuelve a intentarlo.</p>
<div class="w-100 text-center">
<div class="btn btn-begin text-white fw-bold py-1 animate__animated animate__pulse animate__infinite"
onclick="CourseNav.reload()">
Volver a intentar
<div class="col-7 col-md-7 col-xl-7">
<div class="container">
<div class="row align-items-center justify-content-center pt-2">
<div class="col-12 col-md-8">
<div class="row">
<div class="col-12 text-center animate__animated animate__fadeInLeft passed" style="display: none;">
<h1 class="fw-bold text-secondary">¡Excelente trabajo!</h1>
<p>Dominas las principales objeciones y sabes cómo responderlas con claridad y seguridad.</p>
</div>
<div class="col-12 text-center animate__animated animate__fadeInLeft failed" style="display: none;">
<h1 class="fw-bold text-secondary">¡Tú puedes lograrlo!</h1>
<p>Repasa el curso para dominar las objeciones más frecuentes y vuelve a intentarlo.</p>
<div class="w-100 text-center">
<div
class="btn btn-begin text-white fw-bold py-1 animate__animated animate__pulse animate__infinite"
onclick="CourseNav.reload()">
Volver a intentar
</div>
</div>
</div>
</div>