Files
Maphre-PLD-2026/contenido/12.html
T
2026-08-13 17:51:46 -06:00

154 lines
5.1 KiB
HTML

<!doctype html>
<html>
<head>
<style>
.sec0 {
background-image: url(img/fondos/bg7.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.obj-line {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.obj {
position: absolute;
}
.txt_1 {
top: 44px;
right: 96px;
}
.txt_2 {
top: 44px;
right: 132px;
}
.txt_3 {
top: 44px;
right: 156px;
}
.txt_4 {
top: 41px;
right: 149px;
}
.txt_5 {
top: 32px;
right: 85px;
width: 280px;
text-align: left;
}
.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 align-items-center h-100">
<div class="col-4 anim anim8">
<h5 class="title_ text-center mb-3"><b>La Política de Identificación del cliente</b></h5>
<div class="btn-pdf">
<a href="material/mapfre_pld_documentos_validar.pdf" download>
<img src="img/pdf.png" class="mx-auto d-block" alt="" />
</a>
</div>
<p class="text-center">
Para conocer en profundidad el listado de documentos válidos, descarga la siguiente infografía.
</p>
</div>
<div class="col-5">
<div class="obj-line"><img src="img/29.png" alt="" /></div>
<div class="row">
<div class="col-12 text-right anim anim3">
<img src="img/24.png" style="margin-right: -26px" alt="" />
<div class="obj txt_1">Identificaciones oficiales</div>
</div>
<div class="col-12 text-right anim anim4">
<img src="img/25.png" style="margin-right: 16px" alt="" />
<div class="obj txt_2">Comprobantes de domicilio</div>
</div>
<div class="col-12 text-right anim anim5">
<img src="img/26.png" style="margin-right: 42px" alt="" />
<div class="obj txt_3">Datos mínimos del domicilio</div>
</div>
<div class="col-12 text-right anim anim6">
<img src="img/27.png" style="margin-right: 33px" alt="" />
<div class="obj txt_4">Declaración</div>
</div>
<div class="col-12 text-right mt-2 anim anim7">
<img src="img/28.png" style="margin-right: -10px" alt="" />
<div class="obj txt_5">Documentos públicos emitidos en el extranjero</div>
</div>
</div>
</div>
<div class="col-3 anim anim1">
<img src="img/sprites/h7.png" class="mx-auto d-block" alt="" />
</div>
</div>
</div>
</section>
</div>
</body>
</html>
<script>
jQuery(document).ready(function ($) {
instruccion(0);
var Audio_9 = newSound('audio/Audio_9_Marcos.mp3');
Audio_9.on('play', function () {
var tl3 = new TimelineMax();
tl3.fromTo('.anim3', 0.5, { opacity: 0, x: -150 }, { opacity: 1, x: 0, ease: Expo.easeInOut }, 14.759);
tl3.fromTo('.anim4', 0.5, { opacity: 0, x: -150 }, { opacity: 1, x: 0, ease: Expo.easeInOut }, 17.5);
tl3.fromTo('.anim5', 0.5, { opacity: 0, x: -150 }, { opacity: 1, x: 0, ease: Expo.easeInOut }, 18.532);
tl3.fromTo('.anim6', 0.5, { opacity: 0, x: -150 }, { opacity: 1, x: 0, ease: Expo.easeInOut }, 19.934);
tl3.fromTo('.anim7', 0.5, { opacity: 0, x: -150 }, { opacity: 1, x: 0, ease: Expo.easeInOut }, 21.13);
});
Audio_9.on('end', function () {
$('.personaje_r_4').removeClass('play').addClass('personaje7 stop');
var tl2 = new TimelineMax();
tl2.fromTo('.anim8', 1, { opacity: 0, y: -150 }, { opacity: 1, y: 0, ease: Expo.easeInOut });
tl2.call(fn_end);
instruccion(17);
});
$('.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('.anim1', 1, { opacity: 0, x: 100 }, { opacity: 1, x: 0, ease: Expo.easeInOut });
tl.call(fn_firstAudio);
}
function fn_firstAudio() {
stopAllSoundsAndPlay(Audio_9);
$('.personaje_r_4').addClass('play');
}
$('.btn-pdf').click(function () {
$(this).removeClass('animated pulse infinite');
instruccion(1);
});
function fn_end() {
$('.btn-pdf').addClass('animated pulse infinite');
}
});
</script>