2026-06-05 16:56:04 -06:00
|
|
|
<!doctype html>
|
2026-06-04 12:20:40 -06:00
|
|
|
<html>
|
2026-06-05 16:56:04 -06:00
|
|
|
<head>
|
|
|
|
|
<style>
|
|
|
|
|
.sec0 {
|
|
|
|
|
background-image: url(img/fondos/bg13.jpg);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: top;
|
|
|
|
|
}
|
|
|
|
|
.bubble {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
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;
|
|
|
|
|
bottom: 3%;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
.btn-pop {
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
.pop1 {
|
|
|
|
|
top: 3%;
|
|
|
|
|
left: 24.5%;
|
|
|
|
|
}
|
|
|
|
|
.pop2 {
|
|
|
|
|
top: 38.5%;
|
|
|
|
|
left: 47.5%;
|
|
|
|
|
}
|
|
|
|
|
.pop3 {
|
|
|
|
|
top: 74%;
|
|
|
|
|
left: 24.5%;
|
|
|
|
|
}
|
|
|
|
|
.pop4 {
|
|
|
|
|
top: 39%;
|
|
|
|
|
left: 2%;
|
|
|
|
|
}
|
|
|
|
|
.anim {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-06-04 12:20:40 -06:00
|
|
|
<div class="section_charge bg w-100 h-100">
|
2026-06-05 16:56:04 -06:00
|
|
|
<div class="d-none">
|
|
|
|
|
<img src="img/fondos/bg13.jpg" alt="" />
|
|
|
|
|
</div>
|
|
|
|
|
<section id="sec0" class="sec0 w-100 h-100">
|
|
|
|
|
<div class="container h-100">
|
|
|
|
|
<div class="row justify-content-center align-items-center h-100">
|
|
|
|
|
<div class="col-6 align-self-end">
|
|
|
|
|
<h5 class="title_ py-2 anim anim1"><b>Operaciones Internas Preocupantes</b></h5>
|
|
|
|
|
<div class="personaje_m_0 mx-auto anim anim2"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-6">
|
|
|
|
|
<div class="paper mt-3 anim anim3">
|
|
|
|
|
<img src="img/55.png" alt="" />
|
|
|
|
|
<div class="btn-pop pop1" data-popid="#pop0" data-backcolor="#00ab9c">
|
|
|
|
|
<img src="img/56.png" alt="" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="btn-pop pop2" data-popid="#pop1" data-backcolor="#b9230f">
|
|
|
|
|
<img src="img/57.png" alt="" />
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
<div class="btn-pop pop3" data-popid="#pop2" data-backcolor="#63a7bf">
|
|
|
|
|
<img src="img/58.png" alt="" />
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
<div class="btn-pop pop4" data-popid="#pop3" data-backcolor="#274663">
|
|
|
|
|
<img src="img/59.png" alt="" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
</div>
|
|
|
|
|
<div class="bubble p-2 w-75">
|
|
|
|
|
<p class="m-0">
|
|
|
|
|
Es importante que dentro de Mapfre, identifiquemos las
|
|
|
|
|
<b>situaciones</b>
|
|
|
|
|
que pudieran dar lugar a considerar que existe una
|
|
|
|
|
<b>operación interna preocupante</b>
|
|
|
|
|
. Algunas de ellas son:
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
</body>
|
2026-06-04 12:20:40 -06:00
|
|
|
</html>
|
|
|
|
|
<!--POPS-->
|
|
|
|
|
<div class="d-none">
|
2026-06-05 16:56:04 -06:00
|
|
|
<div id="pop0">
|
|
|
|
|
<div class="container-fluid py-3">
|
|
|
|
|
<div class="row justify-content-center align-items-center h-100">
|
|
|
|
|
<div class="col-11 text-left text-white">
|
|
|
|
|
<p class="m-0">
|
|
|
|
|
<b>1.</b>
|
|
|
|
|
Cuando se detecte que algún
|
|
|
|
|
<b>directivo, funcionario, empleado o apoderado de Mapfre,</b>
|
|
|
|
|
mantiene un nivel de vida notoriamente superior al que le correspondería, de acuerdo con los ingresos que
|
|
|
|
|
percibe.
|
|
|
|
|
</p>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
</div>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
</div>
|
2026-06-04 12:20:40 -06:00
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
<div id="pop1">
|
|
|
|
|
<div class="container-fluid py-3">
|
|
|
|
|
<div class="row justify-content-center align-items-center h-100">
|
|
|
|
|
<div class="col-11 text-left text-white">
|
|
|
|
|
<p class="m-0">
|
|
|
|
|
<b>2.</b>
|
|
|
|
|
Cuando,
|
|
|
|
|
<b>sin causa justificada,</b>
|
|
|
|
|
algún directivo, funcionario, empleado o apoderado de Mapfre, haya
|
|
|
|
|
<b>intervenido</b>
|
|
|
|
|
de manera reiterada en la realización de Operaciones que hayan sido reportadas como
|
|
|
|
|
<b>Operaciones Inusuales.</b>
|
|
|
|
|
</p>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
</div>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
</div>
|
2026-06-04 12:20:40 -06:00
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
<div id="pop2">
|
|
|
|
|
<div class="container-fluid py-3">
|
|
|
|
|
<div class="row justify-content-center align-items-center h-100">
|
|
|
|
|
<div class="col-11 text-left text-white">
|
|
|
|
|
<p class="m-0">
|
|
|
|
|
<b>3.</b>
|
|
|
|
|
Cuando existan
|
|
|
|
|
<b>sospechas</b>
|
|
|
|
|
de que algún directivo, funcionario, empleado o apoderado de Mapfre pudieran
|
|
|
|
|
<b>haber incurrido en actos, omisiones u Operaciones</b>
|
|
|
|
|
que pudiesen favorecer, prestar ayuda, auxilio o cooperación de cualquier especie para la comisión de los
|
|
|
|
|
delitos de Lavado de Dinero y Financiamiento al Terrorismo.
|
|
|
|
|
</p>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
</div>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
</div>
|
2026-06-04 12:20:40 -06:00
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
<div id="pop3">
|
|
|
|
|
<div class="container-fluid py-3">
|
|
|
|
|
<div class="row justify-content-center align-items-center h-100">
|
|
|
|
|
<div class="col-11 text-left text-white">
|
|
|
|
|
<p class="m-0">
|
|
|
|
|
<b>4.</b>
|
|
|
|
|
Cuando, sin causa justificada, exista una
|
|
|
|
|
<b>falta de correspondencia entre las funciones</b>
|
|
|
|
|
que se le encomendaron al directivo, funcionario, empleado o apoderado de Mapfre y las
|
|
|
|
|
<b>actividades</b>
|
|
|
|
|
que de hecho lleva a cabo.
|
|
|
|
|
</p>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
</div>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
</div>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
|
|
|
|
<script>
|
2026-06-05 16:56:04 -06:00
|
|
|
jQuery(document).ready(function ($) {
|
2026-06-04 12:20:40 -06:00
|
|
|
instruccion(0);
|
2026-06-05 16:56:04 -06:00
|
|
|
var Audio_19 = newSound('audio/Audio_19_Marcos.mp3');
|
|
|
|
|
Audio_19.on('end', function () {
|
|
|
|
|
$('.personaje_m_0').removeClass('play');
|
|
|
|
|
var tl = new TimelineMax();
|
|
|
|
|
tl.fromTo('.anim3', 1, { opacity: 0, y: -150 }, { opacity: 1, y: 0, ease: Expo.easeInOut });
|
|
|
|
|
tl.call(fn_pops);
|
2026-06-04 12:20:40 -06:00
|
|
|
});
|
|
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
$('.layer-load').show();
|
2026-06-04 12:20:40 -06:00
|
|
|
$('.section_charge').waitForImages({
|
2026-06-05 16:56:04 -06:00
|
|
|
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
|
2026-06-04 12:20:40 -06:00
|
|
|
});
|
|
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
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', 0.7, { opacity: 0, y: -250 }, { opacity: 1, y: 0, ease: Expo.easeInOut });
|
|
|
|
|
tl.call(fn_firstAudio);
|
2026-06-04 12:20:40 -06:00
|
|
|
}
|
|
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
function fn_firstAudio() {
|
|
|
|
|
stopAllSoundsAndPlay(Audio_19);
|
|
|
|
|
$('.personaje_m_0').addClass('play');
|
2026-06-04 12:20:40 -06:00
|
|
|
}
|
|
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
function fn_pops() {
|
|
|
|
|
instruccion(11);
|
|
|
|
|
$('.btn-pop').addClass('animated pulse infinite');
|
|
|
|
|
$('.btn-pop').click(function (event) {
|
|
|
|
|
if (!$(this).hasClass('block')) {
|
|
|
|
|
$(this).removeClass('animated pulse infinite');
|
|
|
|
|
var este = $(this);
|
|
|
|
|
var html = $($(this).data('popid'));
|
|
|
|
|
var backcolor = $(this).data('backcolor');
|
|
|
|
|
Swal.fire({
|
|
|
|
|
html: html,
|
|
|
|
|
showCancelButton: false,
|
|
|
|
|
showCloseButton: true,
|
|
|
|
|
target: $('.sco')[0],
|
|
|
|
|
customClass: { popup: 'popup-class pop-nota' },
|
|
|
|
|
background: backcolor,
|
|
|
|
|
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);
|
|
|
|
|
}
|
2026-06-04 12:20:40 -06:00
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
if ($(este).hasClass('visitado')) {
|
|
|
|
|
instruccion(7);
|
|
|
|
|
$('.swal2-close').show();
|
|
|
|
|
} else {
|
|
|
|
|
instruccion(7);
|
|
|
|
|
$('.swal2-close').show();
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
onRender: function () {},
|
|
|
|
|
onClose: function () {
|
|
|
|
|
$(este).addClass('visitado');
|
|
|
|
|
stopAllSoundsAndPlay(__click);
|
2026-06-04 12:20:40 -06:00
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
if ($('.btn-pop').length == $('.btn-pop.visitado').length) {
|
|
|
|
|
fn_end();
|
|
|
|
|
} else {
|
|
|
|
|
instruccion(11);
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
onAfterClose: function () {}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
2026-06-04 12:20:40 -06:00
|
|
|
}
|
|
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
function fn_end() {
|
|
|
|
|
instruccion(1);
|
2026-06-04 12:20:40 -06:00
|
|
|
}
|
2026-06-05 16:56:04 -06:00
|
|
|
});
|
|
|
|
|
</script>
|