This commit is contained in:
2026-06-04 12:20:40 -06:00
commit 4858993c86
316 changed files with 16880 additions and 0 deletions
+181
View File
@@ -0,0 +1,181 @@
<!DOCTYPE html>
<html>
<head>
<style>
.sec0 { background-image: url(img/fondos/bg4.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; }
.bubble {
width: 100%; height: 98px; background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5, #f1f1f1, #ededed, #e9e9e9);
border-top-left-radius: 25px; border-top-right-radius: 25px; border-bottom-right-radius: 25px;
}
.obj { position: absolute;}
.obj1 { top: 4%; left: 27%;}
.obj2 { top: 40%; left: 31%;}
.obj3 { top: 72%; left: 29%;}
.nota { position: absolute; bottom: 10%; right: 2%; z-index: 10;}
.anim { opacity: 0; }
</style>
</head>
<body>
<div class="section_charge bg w-100 h-100">
<div class="d-none"></div>
<section id="sec0" class="sec0 w-100 h-100">
<div class="container h-100">
<div class="row h-100">
<div class="col-9 offset-2 mt-2">
<div class="bubble d-flex align-items-center shadow px-3 py-2 anim anim1">
<p class="m-0">Y dime Rubén, ¿en MAPFRE contamos con algún <b>Manual de Cumplimiento</b> para prevenir y detectar operaciones con recursos de procedencia ilícita? Me gustaría revisarlo.</p>
</div>
</div>
<div class="col-6 align-self-end anim anim2">
<div class="row">
<div class="col-6 align-self-end"><div class="personaje_r_1 stop mx-auto"></div></div>
<div class="col-6 align-self-end"><div class="personaje_m_2"></div></div>
</div>
</div>
<div class="col-6 align-self-center">
<div class="position-relative anim anim3" style="z-index: 2;"><img src="img/14.png" alt=""></div>
<div class="obj obj1 anim anim3"><img src="img/15.png" alt=""></div>
<div class="obj obj2 anim anim4"><img src="img/16.png" alt=""></div>
<div class="obj obj3 anim anim5"><img src="img/17.png" alt=""></div>
</div>
</div>
</div>
<div class="nota btn_nota animated pulse infinite d-none" data-popid="#pop0"><img src="img/nota.png" alt=""></div>
</section>
</div>
</body>
</html>
<!--POPS-->
<div class="d-none">
<div id="pop0">
<div class="container-fluid py-3">
<div class="row justify-content-center align-items-center h-100">
<div class="col-3"><img src="img/img_nota.png" class="mx-auto d-block" alt=""></div>
<div class="col-8 text-left text-white">
<p class="m-0">
Recuerda que estos aspectos integran el <b>Manual de Cumplimiento</b>, mismo que cada <b>Institución debe tener</b> y una vez que sea <b>aprobado</b>,
primero por su Comité de Comunicación y Control y, después, por su Comité de Auditoría, tendrá que enviarse a <b>registro de la CNSF </b>y, a través
del medio que elijan, las Instituciones deberán ponerlo a <b>disposición</b> de los Intermediarios de seguros y de fianzas con quienes tengan contrato.
</p>
</div>
</div>
</div>
</div>
</div>
<script>
jQuery(document).ready(function($) {
instruccion(0);
var Audio_7 = newSound("audio/Audio_7_Marcos.mp3");
var Audio_R5 = newSound("audio/Audio_5_Ruben.mp3");
var txt1 = "Por supuesto, se compone de tres aspectos fundamentales, los cuales son:";
Audio_7.on("end", function() {
stopAllSoundsAndPlay(Audio_R5);
$('.bubble').html(txt1);
$('.personaje_m_2').removeClass('play').addClass('personaje7 stop');
$('.personaje_r_1').removeClass('stop').addClass('play');
var tl2 = new TimelineMax();
tl2.fromTo(".anim3",1,{opacity:0, x:-150},{opacity:1, x:0, ease:Expo.easeInOut}, 5.572);
tl2.fromTo(".anim4",1,{opacity:0, x:-250},{opacity:1, x:0, ease:Expo.easeInOut}, 8.257);
tl2.fromTo(".anim5",1,{opacity:0, x:-250},{opacity:1, x:0, ease:Expo.easeInOut}, 10.980) ;
});
Audio_R5.on("end", function() {
$('.personaje_r_1').removeClass('play').addClass('stop');
$('.nota').removeClass('d-none');
instruccion(16);
});
$(".layer-load").show();
$('.section_charge').waitForImages({
finished: function() {
$(".section_charge").css("visibility", "visible");
$(".wloader").hide();
fn_animate();
},
each: function(loaded, count, success) {
var total = Math.floor((loaded * 100) / count);
$(".wloader").show();
},
waitForAll: true
});
function fn_animate(){
var tl = new TimelineMax();
tl.fromTo(".anim2",1,{opacity:0, x:-150},{opacity:1, x:0, ease:Expo.easeInOut});
tl.fromTo(".anim1",.7,{opacity:0, y:-250},{opacity:1, y:0, ease:Expo.easeInOut});
tl.call(fn_firstAudio);
}
function fn_firstAudio(){
stopAllSoundsAndPlay(Audio_7);
$('.personaje_m_2').addClass('play');
}
$(".btn_nota").click(function(event) {
if (!$(this).hasClass('block')) {
$(this).removeClass('animated pulse infinite');
var este = $(this);
var html = $($(this).data('popid'));
var imgbackdrop = $(this).data("imgbackdrop");
Swal.fire({
html: html,
showCancelButton: false,
showCloseButton: true,
target: $('.sco')[0],
customClass: { popup: 'popup-class pop-nota' },
//backdrop: '#fff url("img/' + imgbackdrop + '") center center no-repeat',
background: '#4a7d8f',
width:"100%",
padding: ".5rem .5rem .5rem .5rem",
allowOutsideClick: false,
allowEscapeKey: false,
allowEnterKey: false,
showConfirmButton: false,
closeButtonHtml: '<div><img src="img/template/close.png"></div>',
onBeforeOpen: function() {},
onOpen: function() {
$(".swal2-popup.popup-class").closest('.swal2-container').css("z-index","998");
if ($(este).data("audio")) {
stopAllSoundsAndPlay(eval($(este).data("audio")));
}else{
stopAllSoundsAndPlay(__click);
}
if ($(este).hasClass('visitado')) {
instruccion(7);
$(".swal2-close").show();
}else{
instruccion(7);
$(".swal2-close").show();
}
},
onRender: function() {},
onClose: function() {
$(este).addClass('visitado');
stopAllSoundsAndPlay(__click);
if ($(".btn_nota").length == $(".btn_nota.visitado").length) {
fn_end();
}else{
}
},
onAfterClose: function() {}
});
}
});
function fn_end(){
instruccion(1);
}
});
</script>