255 lines
9.5 KiB
HTML

<style>
.back0 {
background-image: url(img/bg02.jpg);
background-size: cover;
background-position: 12% 100%;
background-repeat: no-repeat;
}
.back1 {
background-image: url(img/bg02a.jpg);
background-size: cover;
background-position: 12% 100%;
background-repeat: no-repeat;
}
.text-card {
background-color: rgba(255, 255, 255, .7);
border-radius: 15px;
box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}
.btn-pop {
cursor: pointer;
border-radius: 100%;
position: relative;
/* asegurar posicionamiento para z-index */
z-index: 99999 !important;
}
.pop-type0 {
width: 100%;
}
.bg-purple-3 {
background: rgb(185, 115, 200, 0.30) !important;
}
@media(min-width: 768px) {
.back0 {
background-position: 28% 100%;
}
.text-card {
background-color: transparent;
border-radius: 0;
box-shadow: none;
}
.pop-type0 {
width: 70%;
}
.imgs:after {
content: '';
position: absolute;
right: -3rem;
bottom: 74px;
width: 110px;
height: 110px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-image: url(img/05.6.png);
pointer-events: none;
z-index: 5;
}
}
@media(min-width: 1200px) {
.pop-type0 {
width: 65%;
}
.btn-responsive {
position: absolute;
right: 2em;
bottom: 6em;
}
}
</style>
<div class='page-sco'>
<div class="sec_i0 back0 py-2 py-md-4 flex-fill d-flex flex-column justify-content-center align-items-center">
<div class='container'>
<div class='row justify-content-center align-items-center'>
<div class='col-12'>
<div class='row justify-content-center align-items-start mb-3'>
<div class="col-12 animate__animated animate__fadeInDown">
<h2 class="text-secondary fw-bold text-center">Recomendaciones de uso</h2>
</div>
<div class="col-12 col-md-6 col-lg-5 me-xl-4 mb-4 animate__animated animate__flipInX animate__delay-2s"
data-sal="slide-down">
<h3 class="text-pink-1 fw-bold text-center mb-md-0">Primer mes</h3>
<p>Aplicar <b>una vez al día</b>, preferentemente por la noche, durante <b>21 días
consecutivos</b>, descansando durante el ciclo menstrual.</p>
<img src="img/07.1.png" class="img-fluid mx-auto mt-md-3">
</div>
<div class="col-12 col-md-6 col-lg-5 ms-xl-4 mb-4 mb-md-0 animate__animated animate__flipInX animate__delay-15s"
data-sal="slide-down">
<h3 class="text-pink-1 fw-bold text-center">Meses siguientes</h3>
<p>Aplicar en <b>días alternos</b> (un día sí y un día no), descansando durante el ciclo
menstrual.</p>
<img src="img/07.2.png" class="img-fluid mx-auto mt-md-2">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="w-100 py-2 py-md-4 text-center sec_i1" style="display: none;">
<div class="btn-next-section d-inline-block animate__animated animate__pulse animate__infinite" data-sec="sec1"
data-audio="audiom18">
<img src="img/nSec.png" class="img-fluid">
</div>
</div>
</div>
<div id="sec1" class='page-sco py-2 py-md-4 back1' style="display: none;">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-12">
<div class="row justify-content-center align-items-center">
<div class="col-12 col-md-7 col-xl-6 px-1 px-md-5" data-sal="zoom-in">
<h2 class="text-pink-1 text-center fw-bold">Instrucciones de uso</h2>
<div class="card border-0 bg-purple-3">
<div class="card-body">
<p class="my-0"><b>Insertar el aplicador</b> del tubo monodosis dentro de la vagina,
preferiblemente antes de acostarse. Comenzar el tratamiento después del período
menstrual.</p>
</div>
</div>
</div>
<div class="col-7 col-md-5 col-xl-4 px-md-4 mt-5 mt-md-2 text-center" data-sal="zoom-in">
<img src="img/07.3.png" class="img-fluid floating">
</div>
<div class="col-12 col-md-2 col-xl-2 mt-md-3 mt-1 mt-xl-0 text-center btn-responsive">
<button
class="btn btn-transparent border-0 my-0 mx-0 py-0 px-0 text-white animate__animated animate__pulse animate__infinite disable btn-pop"
style="display: non;" data-popid="#pop0" data-audio="0"><img src="img/question.png"
class="img-fluid"></button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-none">
<div id="pop0">
<div class="container-fluid">
<div class="row justify-content-center align-items-center">
<div class="col-12">
<div class="row justify-content-center align-items-center">
<div class="col-12 col-md-8 col-xl-8 text-start">
<h3 class="fw-semibold text-pink-1 text-center">Competencia</h3>
<p>El principal competidor de <b>Papilocare<sup>®</sup></b> es DeflaGyn<sup>®</sup>, un gel
vaginal
comercializado por
Corne.</p>
<p>Está indicado para promover la remisión de lesiones cervicales no concluyentes, como
erosiones cervicales o alteraciones citológicas leves.</p>
</div>
<div class="col-12 col-md-4 col-xl-4 mt-4 my-md-0">
<img src="img/07.4.png" class="img-fluid floating" alt="Nombre comercial">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
$(function () {
"use strict";
$('body').addClass('fake');
const audiom17 = CourseNav.createSound('audio/audiom17.mp3');
const audiom18 = CourseNav.createSound('audio/audiom18.mp3');
CourseNav.audioController.stopAllSoundsAndPlay(audiom17);
audiom17.on('play', function () {
$('.anim0').show();
});
audiom17.on('end', function () {
$('.sec_i1').show();
//CourseNav.setSlideVisited();
});
audiom18.on('end', function () {
CourseNav.setSlideVisited(true);
});
$('.btn-next-section').click(function () {
$(this).removeClass('animate__animated animate__pulse animate__infinite');
gotoSection($(this).data('sec'));
$(this).parent().hide();
const audioName = $(this).data('audio');
if (audioName) {
setTimeout(() => {
CourseNav.audioController.stopAllSoundsAndPlay(eval(audioName));
}, 500);
} else {
CourseNav.soundClick();
}
});
const audios = [
CourseNav.createSound('audio/audiom19.mp3'),
];
$('.btn-pop').click(function (e) {
e.preventDefault();
$(this).removeClass('animate__animated animate__pulse animate__infinite').addClass('completed visited');
const index = $('.btn-pop').index(this);
CourseNav.audioController.stopAllSoundsAndPlay(audios[index]);
const html = $($(this).data('popid')).html();
Swal.fire({
html: html,
target: "body",
customClass: {
popup: 'pop-type0 imgs bg-transparent p-0',
htmlContainer: 'html-pop-style p-3',
confirmButton: 'btn btn-begin text-white fw-bold animate__animated animate__pulse animate__infinite py-1 px-4'
},
confirmButtonText: "Cerrar",
showConfirmButton: true,
allowOutsideClick: false,
allowEscapeKey: false,
focusConfirm: false,
backdrop: "rgba(171, 180, 183, .8)",
// width: "45%",
heightAuto: false,
didOpen: () => {
document.body.style.paddingRight = '';
},
didClose: () => {
document.body.style.paddingRight = '';
CourseNav.audioController.stopAudio();
if ($('.btn-pop').length == $('.btn-pop.completed').length) {
CourseNav.setSlideVisited(true);
}
},
});
});
});
</script>