Update: CC interno M2
This commit is contained in:
@@ -83,6 +83,10 @@
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.rounded-15 {
|
||||
border-radius: 35px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.full-screen {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
@@ -114,7 +118,7 @@
|
||||
<div class="full-screen">
|
||||
<div class="eletxt">
|
||||
<div class="w-100 text-center mt-md-4 mt-2 animate__animated animate__fadeInDown">
|
||||
<h2 class="text-white fw-semibold">Competidores</h2>
|
||||
<h2 class="fw-semibold text-blue-4"><span class="bg-white border-3 rounded-15 border border-blue-7 py-2 px-4">Competidores</span></h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="middle bg-gra1 animate__animated animate__fadeInLeft">
|
||||
@@ -171,10 +175,10 @@
|
||||
<div class="row justify-content-center align-items-center">
|
||||
<div class="col-12 col-md-10 col-xl-8 text-center">
|
||||
<ul class="text-start custom-li">
|
||||
<li>Fabricantes no establecidos, ni reconocidos en México.</li>
|
||||
<li>Fabricantes <b class="text-orange-1"> establecidos, ni reconocidos</b> en México.</li>
|
||||
<li>Venta sólo por E-commerce y enviados desde el extranjero.</li>
|
||||
<li>Sin permisos por la autoridad mexicana.</li>
|
||||
<li>Sin respaldo o soporte científico.</li>
|
||||
<li><b class="text-orange-1">Sin permisos</b> por la autoridad mexicana.</li>
|
||||
<li><b class="text-orange-1">Sin respaldo</b> o soporte científico.</li>
|
||||
<li>Calidad cuestionable.</li>
|
||||
<li>Altos costos de envío.</li>
|
||||
</ul>
|
||||
@@ -196,12 +200,11 @@
|
||||
const audioh21 = CourseNav.createSound("audio/audioh21.mp3");
|
||||
const audioh22 = CourseNav.createSound("audio/audioh22.mp3");
|
||||
|
||||
CourseNav.audioController.stopAllSoundsAndPlay(audioh20);
|
||||
audioh20.on("end", () => {
|
||||
$(".wrapper-card").removeClass("disabled");
|
||||
});
|
||||
setTimeout(() => {
|
||||
CourseNav.audioController.stopAllSoundsAndPlay(audioh20);
|
||||
CourseNav.audioController.stopAllSoundsAndPlay(audioh20);
|
||||
}, 100);
|
||||
|
||||
audioh22.on("end", function () {
|
||||
@@ -282,7 +285,7 @@
|
||||
willClose: () => {
|
||||
CourseNav.audioController.stopAudio();
|
||||
},
|
||||
didClose: onclose,
|
||||
didClose: onAllSlidesVisited,
|
||||
didDestroy: null,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user