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/bg3.jpg);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
}
|
|
|
|
|
.bubble {
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
.paper {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 590px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
.txt_paper {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 158px;
|
|
|
|
|
left: 15px;
|
|
|
|
|
padding: 0 1rem;
|
|
|
|
|
}
|
|
|
|
|
.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"></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-4 align-self-end">
|
|
|
|
|
<div class="personaje_m_0 mx-auto anim anim2"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-8">
|
|
|
|
|
<h5 class="title_ text-center py-2 anim anim1">Operaciones inusuales</h5>
|
|
|
|
|
<div class="bubble d-flex align-items-center shadow px-3 py-2 anim anim1">
|
|
|
|
|
<p class="m-0">
|
|
|
|
|
Me parece que estamos ante una
|
|
|
|
|
<b>operación inusual</b>
|
|
|
|
|
, ya que esta es una operación de seguros o de fianzas, en la cual la actividad, conducta o
|
|
|
|
|
comportamiento del Cliente no concuerda con los antecedentes o actividad conocida de él por la
|
|
|
|
|
Aseguradora o la Afianzadora, o declarada a éstas, o no coincide con el perfil transaccional inicial o
|
|
|
|
|
habitual de dicho Cliente, en función al origen o destino de los recursos, así como al monto,
|
|
|
|
|
frecuencia, tipo o naturaleza de la Operación de que se trate, sin que exista una justificación
|
|
|
|
|
razonable para dicha operación, actividad, conducta o comportamiento.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="paper mt-2 anim anim3">
|
|
|
|
|
<img src="img/41.png" alt="" />
|
|
|
|
|
<div class="txt_paper">
|
|
|
|
|
<p>
|
|
|
|
|
En Mapfre contamos con diferentes situaciones que pueden implicar la comisión de una
|
|
|
|
|
<b>operación inusual</b>
|
|
|
|
|
. Conozcámoslas más a detalle.
|
|
|
|
|
</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>
|
|
|
|
|
</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>
|
|
|
|
|
<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_13 = newSound('audio/Audio_13_Marcos.mp3');
|
|
|
|
|
Audio_13.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_end);
|
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_13);
|
|
|
|
|
$('.personaje_m_0').addClass('play');
|
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>
|