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;
|
|
|
|
|
}
|
|
|
|
|
.personaje {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
.bubble {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 112px;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
.btn_ponter {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
.headone {
|
|
|
|
|
background-image: linear-gradient(to right, #60718f, #718aaa, #81a3c6, #91bee1, #a2d9fd);
|
|
|
|
|
}
|
|
|
|
|
.headtwo {
|
|
|
|
|
background-image: linear-gradient(to left, #b9230f, #bf3018, #c53c20, #cb4628, #d15030);
|
|
|
|
|
}
|
2026-06-04 12:20:40 -06:00
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
.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 pt-5 anim anim1">
|
|
|
|
|
<div class="col-1">
|
|
|
|
|
<div class="personaje personaje_m_4 mx-auto"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-9">
|
|
|
|
|
<div class="bubble d-flex align-items-center shadow pl-5 pr-3 py-2">
|
|
|
|
|
<p class="m-0">
|
|
|
|
|
Gracias por tu ayuda, Rubén. Ahora sé lo indispensable sobre las nuevas disposiciones en torno a la
|
|
|
|
|
<b>Prevención de Lavado de Dinero y Financiamiento al Terrorismo.</b>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row justify-content-center">
|
|
|
|
|
<div class="col-12">
|
|
|
|
|
<div class="accordion" id="accordionExample">
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-header headone" id="headingOne">
|
|
|
|
|
<h2 class="mb-0">
|
|
|
|
|
<button
|
|
|
|
|
class="btn btn-link btn-block text-left text-white"
|
|
|
|
|
type="button"
|
|
|
|
|
data-toggle="collapse"
|
|
|
|
|
data-target="#collapseOne"
|
|
|
|
|
aria-expanded="flase"
|
|
|
|
|
aria-controls="collapseOne"
|
|
|
|
|
>
|
|
|
|
|
<b>01</b>
|
|
|
|
|
</button>
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
2026-06-04 12:20:40 -06:00
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordionExample">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
La petición deberá ser realizada únicamente por los funcionarios de las Instituciones hayan
|
|
|
|
|
autorizados para tales efectos, mediante escrito en el que deberá especificarse el motivo y la
|
|
|
|
|
clase de información que se requiera
|
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 class="card">
|
|
|
|
|
<div class="card-header headtwo" id="headingTwo">
|
|
|
|
|
<h2 class="mb-0">
|
|
|
|
|
<button
|
|
|
|
|
class="btn btn-link btn-block text-left text-white collapsed"
|
|
|
|
|
type="button"
|
|
|
|
|
data-toggle="collapse"
|
|
|
|
|
data-target="#collapseTwo"
|
|
|
|
|
aria-expanded="false"
|
|
|
|
|
aria-controls="collapseTwo"
|
|
|
|
|
>
|
|
|
|
|
<b>02</b>
|
|
|
|
|
</button>
|
|
|
|
|
</h2>
|
2026-06-04 12:20:40 -06:00
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
De forma previa o simultánea a que una Institución comparta, con otra u otras Instituciones la
|
|
|
|
|
información deberá dar aviso de tal circunstancia a la Secretaría.
|
|
|
|
|
</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>
|
|
|
|
|
</div>
|
2026-06-05 16:56:04 -06:00
|
|
|
</div>
|
|
|
|
|
<div class="row justify-content-center mt-3 anim anim2">
|
|
|
|
|
<div class="col-9">
|
|
|
|
|
<div class="bubble d-flex align-items-center shadow pr-5 pl-3 py-2">
|
|
|
|
|
<p class="m-0">
|
|
|
|
|
Por nada, Marcos. Recuerda que también es posible el
|
|
|
|
|
<b>intercambio de información</b>
|
|
|
|
|
de Operaciones de Clientes entre las
|
|
|
|
|
<b>Instituciones de Mapfre</b>
|
|
|
|
|
, únicamente cuando se tenga como finalidad fortalecer las medidas para prevenir y detectar delitos en
|
|
|
|
|
esta materia. Para ello, debemos considerar:
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-1">
|
|
|
|
|
<div class="personaje personaje_r_4" style="margin-left: -117px"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</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_22 = newSound('audio/Audio_22_Marcos.mp3');
|
|
|
|
|
var Audio_R17 = newSound('audio/Audio_17_Ruben.mp3');
|
2026-06-04 12:20:40 -06:00
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
Audio_22.on('end', function () {
|
2026-06-04 12:20:40 -06:00
|
|
|
stopAllSoundsAndPlay(Audio_R17);
|
2026-06-05 16:56:04 -06:00
|
|
|
var tl2 = new TimelineMax();
|
|
|
|
|
tl2.fromTo('.anim2', 1, { opacity: 0, x: -150 }, { opacity: 1, x: 0, ease: Expo.easeInOut });
|
|
|
|
|
|
|
|
|
|
$('.personaje_m_4').removeClass('play');
|
|
|
|
|
$('.personaje_r_4').addClass('play');
|
2026-06-04 12:20:40 -06:00
|
|
|
});
|
|
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
Audio_R17.on('end', function () {
|
|
|
|
|
var tl3 = new TimelineMax();
|
|
|
|
|
tl3.fromTo('.anim3', 0.7, { opacity: 0, y: -50 }, { opacity: 1, y: 0, ease: Expo.easeInOut });
|
|
|
|
|
|
|
|
|
|
$('.personaje_r_4').removeClass('play');
|
|
|
|
|
$('.card-header').removeClass('block').addClass('animated pulse slowly infinite');
|
|
|
|
|
fn_accordion();
|
|
|
|
|
instruccion(11);
|
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();
|
|
|
|
|
$('.carousel').carousel({ interval: false });
|
|
|
|
|
},
|
|
|
|
|
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('.anim1', 0.7, { opacity: 0, x: -250 }, { opacity: 1, x: 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_22);
|
|
|
|
|
$('.personaje_m_4').addClass('play');
|
2026-06-04 12:20:40 -06:00
|
|
|
}
|
|
|
|
|
|
2026-06-05 16:56:04 -06:00
|
|
|
function fn_accordion() {
|
|
|
|
|
$('.card-header').click(function () {
|
|
|
|
|
if (!$(this).hasClass('block')) {
|
|
|
|
|
$(this).addClass('visit');
|
|
|
|
|
$(this).removeClass('animated pulse slowly infinite');
|
|
|
|
|
if ($('.card-header').length <= $('.card-header.visit').length) {
|
|
|
|
|
instruccion(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
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>
|