This commit is contained in:
David Martinez 2025-12-10 13:42:33 -06:00
parent 98f89dbf92
commit a61ea8563c
5 changed files with 34 additions and 9 deletions

View File

@ -58,15 +58,19 @@
<div class="d-none">
<div id="pop0">
<div class="container-fluid">
<div class="row justify-content-center align-items-center row-custom-pop">
<div class="row justify-content-center align-items-center">
<div class="col-12">
<div class="row justify-content-center">
<div class="col-12">
<p>La Legislación aplicable a RCO es amplia y diversa. No obstante, RCO enfatiza el <strong
class="text-secondary">cumplimiento estricto </strong>de aquella normativa que, por su naturaleza,
impacto o
frecuencia de aplicación, resulta especialmente relevante para nuestras operaciones y compromisos
éticos.</p>
<div class="row justify-content-center align-items-center">
<div class="col-12 col-md-7 col-xl-6">
<h3 class="fw-medium text-blue-2">Fertilidad</h3>
<ul class="bul1 mb-0">
<li>Ayuda a <strong class="text-blue-1">mantener un correcto flujo sanguíneo placentario</strong>.</li>
<li>Contribuye en la <strong class="text-blue-1">regulación de hormonas</strong>.</li>
<li><strong class="text-blue-1">Mejora la calidad de los ovocitos</strong> y la <strong class="text-blue-1">implantación del embrión</strong>.</li>
</ul>
</div>
<div class="col-8 col-md-4 text-center">
<img src="img/04.3.png" class="img-fluid">
</div>
</div>
</div>
@ -81,6 +85,16 @@
const audiom08 = CourseNav.createSound('audio/audiom08.mp3');
const paths = [
"audio/audiom09.mp3",
"audio/audiom10.mp3",
"audio/audiom11.mp3"
];
let audios = [];
paths.forEach(function (element) {
audios.push(CourseNav.createSound(element));
});
CourseNav.audioController.stopAllSoundsAndPlay(audiom08);
audiom08.on('play',function(){
@ -93,6 +107,7 @@
$('.btn-pop').click(function (e) {
e.preventDefault();
$(this).removeClass('animate__animated animate__pulse animate__infinite').addClass('completed');
const html = $($(this).data('popid')).html();
Swal.fire({
html: html,

File diff suppressed because one or more lines are too long

View File

@ -632,6 +632,11 @@ ul.bul0 {
list-style-image: url(../img/bul0.png);
}
ul.bul1 {
list-style-type: none;
list-style-image: url(../img/bul1.png);
}
.btn-next-section {
cursor: pointer;
}

View File

@ -745,6 +745,11 @@ ul.bul0 {
list-style-image: url(../img/bul0.png);
}
ul.bul1 {
list-style-type: none;
list-style-image: url(../img/bul1.png);
}
.btn-next-section {
cursor: pointer;
}

BIN
OgestanPlus/img/bul1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B