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 : 112 px ;
background-image : linear-gradient ( to bottom , #f9f9f9 , #f5f5f5 , #f1f1f1 , #ededed , #e9e9e9 ) ;
border-top-left-radius : 25 px ;
border-top-right-radius : 25 px ;
border-bottom-right-radius : 25 px ;
}
. btn_ponter {
cursor : pointer ;
position : absolute ;
}
. headone {
background-image : linear-gradient ( to right , #60718f , #718aaa , #81a3c6 , #91bee1 , #a2d9fd ) ;
}
. headtwo {
2026-08-13 17:51:46 -06:00
background : #FF002D ;
background : linear-gradient ( to right , #FF002D 30 % , #D90026 70 % , #D90026 100 % ) ;
2026-06-05 16:56:04 -06:00
}
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" >
2026-08-13 17:51:46 -06:00
La petición deberá ser realizada únicamente por los Funcionarios de las Instituciones que hayan sido autorizados para tales efectos, mediante un escrito en el que se deberá especificar 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" >
2026-08-13 17:51:46 -06:00
De forma previa o simultánea a que una Institución comparta con otra u otras Instituciones la información, se deberá dar aviso de tal circunstancia a la Secretaría de Hacienda y Crédito Público (SHCP).
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 >
< / 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 >
2026-08-13 17:51:46 -06:00
de Operaciones de clientes entre las
2026-06-05 16:56:04 -06:00
< 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 >