CINXE.COM

Sobre nosotros - LexisNexis Risk Solutions

<!DOCTYPE html> <html lang="es-ES"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, target-densityDpi=device-dpi, initial-scale=1, user-scalable=no" /> <meta name="format-detection" content="telephone=no"> <link rel="icon" href="/Areas/LNRS/favicon.ico" type="image/x-icon"> <!-- Prefetch DNS for external assets --> <link rel="dns-prefetch" href="//cdnjs.cloudflare.com"> <link rel="dns-prefetch" href="//img.en25.com"> <link rel="dns-prefetch" href="//assets.adobedtm.com"> <link rel="dns-prefetch" href="//www.google-analytics.com"> <link rel="dns-prefetch" href="//www.googletagmanager.com"> <link rel="dns-prefetch" href="//www.googleadservices.com"> <link rel="dns-prefetch" href="//fonts.googleapis.com"> <link rel="dns-prefetch" href="//fonts.gstatic.com"> <link rel='preconnect' href='//fonts.gstatic.com' crossorigin> <link rel='preconnect' href='//fonts.googleapis.com' crossorigin> <link rel="preload" as="style" href="/Areas/LNRS/css/main.css?v=638666428213166130"> <link href="/Areas/LNRS/css/main.css?v=638666428213166130" rel="stylesheet" /> <link rel='preload' as='style' href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i' onload="this.rel='stylesheet'"> <link rel='preload' as='style' href='//cdnjs.cloudflare.com/ajax/libs/instantsearch.js/1.12.1/instantsearch.min.css'> <title>Sobre nosotros - LexisNexis Risk Solutions</title> <meta property="og:type" content="website" /> <meta property="og:title" content="Sobre nosotros - LexisNexis Risk Solutions" /> <meta property="og:description" content="Conozca m&#225;s sobre nosotros, creemos en el poder de los datos y los an&#225;lisis avanzados para proporcionar conocimientos esenciales para avanzar y proteger a las personas, la industria y la sociedad." /> <meta name="description" content="Conozca m&#225;s sobre nosotros, creemos en el poder de los datos y los an&#225;lisis avanzados para proporcionar conocimientos esenciales para avanzar y proteger a las personas, la industria y la sociedad." /> <meta property="og:url" content="https://risk.lexisnexis.es/about-us" /> <meta name="robots" content="INDEX, FOLLOW" /> <link href="https://risk.lexisnexis.es/about-us" rel="canonical" /> <link rel="alternate" hreflang="en-US" href="https://risk.lexisnexis.com/about-us" /> <link rel="alternate" hreflang="en-GB" href="https://risk.lexisnexis.co.uk/about-us" /> <link rel="alternate" hreflang="pt-BR" href="https://risk.lexisnexis.com.br/about-us" /> <link rel="alternate" hreflang="es-ES" href="https://risk.lexisnexis.es/about-us" /> <link rel="alternate" hreflang="ja-JP" href="https://risk.lexisnexis.co.jp/about-us" /> <link rel="alternate" hreflang="en" href="https://risk.lexisnexis.com/global/en/about-us" /> <link rel="alternate" hreflang="es" href="https://risk.lexisnexis.com/global/es/about-us" /> <link rel="alternate" hreflang="fr" href="https://risk.lexisnexis.com/global/fr/about-us" /> <link rel="alternate" hreflang="de" href="https://risk.lexisnexis.com/global/de/about-us" /> <link rel="alternate" hreflang="zh" href="https://risk.lexisnexis.com/global/zh/about-us" /> <meta name="google-site-verification" content="Je1UI0aXjuViQDJqYkgrA_8toVU-CSXprUMGF2YpDlY" /> <meta name="msvalidate.01" content="B86E7EBDE61DD55945FC098DD995159D" /> <!--[if IE]> <script src="/Areas/LNRS/js/vendor/modernizr.2.6.2.min.js"></script> <![endif]--> <meta name="VIcurrentDateTime" content="638679906524193019" /> <meta name="VirtualFolder" content="/" /> <script type="text/javascript" src="/layouts/system/VisitorIdentification.js"></script> </head> <body data-page-id="63E1BE6FAFA14F4DA5F9017A5599DB59" data-page-template="b28aca0e-d521-4651-b425-a3cd3f84cc30" data-page-language-name="es-EU" data-page-version="4" is-preview="False" eloqua-site-id="903" eloqua-contact-lookup-id="7163b45e498b4551927ef339348cd848" eloqua-visitor-lookup-id="73cda5c0017c4b2084a361ff9ce05091" eloqua-first-party-cookie-domain="tracking.risk.lexisnexis.es" class="lnrs-content-page es-eu mode-live web" environment="Production"> <script type="text/javascript"> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', '903']); _elqQ.push(['elqUseFirstPartyCookie', 'tracking.risk.lexisnexis.es']); (function () { function async_load() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//img.en25.com/i/elqCfg.min.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false); else if (window.attachEvent) window.attachEvent('onload', async_load); })(); </script> <script type="text/plain" class="optanon-category-2"> _elqQ.push(['elqTrackPageView']); (function() { function set_optin (){ var json = Optanon.GetDomainData(); for (var i = 0; i < json.Groups.length; i += 1) { var group = json.Groups[i]; var eloquaCookieGroup = null; if (group.Cookies && group.Cookies.length > 0) { for (var k = 0; k < group.Cookies.length; k += 1) { var cookie = group.Cookies[k]; if (cookie.Name === "ELOQUA") { eloquaCookieGroup = group.Parent ? group.Parent.OptanonGroupId : group.OptanonGroupId; } } } if (eloquaCookieGroup !== null) { var groupIsActive = OptanonActiveGroups.indexOf(eloquaCookieGroup) != -1; SetEloquaTracking(groupIsActive); } } } function SetEloquaTracking(optIn) { var trackingStatus = optIn ? "elqOptIn" : "elqOptOut"; _elqQ.push([trackingStatus]); } if(window.addEventListener){ window.addEventListener('OneTrustGroupsUpdated', set_optin, false); } else if (window.attachEvent) { window.attachEvent('OneTrustGroupsUpdated', set_optin); } })(); </script> <header class="score-header " > <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <nav class="score-megamenu" > <div class="score-nav-wrapper"> <div class="score-nav"> <!-- score-nav-wrapper is the container --> <div class="navbar-header score-navbar-header"> <button type="button" data-toggle="collapse" data-target="#mm-32882528-f67d-4cb9-8509-f6d48ac579c5" class="score-hamburger navbar-toggle"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="https://risk.lexisnexis.es/" class="navbar-brand"> </a> </div> <div class="collapse navbar-collapse" id="mm-32882528-f67d-4cb9-8509-f6d48ac579c5"> <div class="score-column1 " > <div class="score-center"> <ul class="nav navbar-nav score-nav" role="menu" > <div class="score-style-box" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""> <div class="global-search-box" data-ux-args="{&quot;IsExperienceEditorEditing&quot;:false,&quot;SearchResultsPageUrl&quot;:&quot;https://risk.lexisnexis.es/search&quot;,&quot;SearchBoxId&quot;:&quot;6fbaff77c8224ab894eddd3882960e30&quot;,&quot;AlgoliaApiKey&quot;:&quot;8790b71f94f13d24e3298d1c6b7fd2ed&quot;,&quot;AlgoliaIndexName&quot;:&quot;lnrs-web93-es&quot;,&quot;AlgoliaApplicationId&quot;:&quot;KM18SZRXTM&quot;,&quot;ContextLanguage&quot;:&quot;es-EU&quot;,&quot;SuggestionsLimit&quot;:5,&quot;NoSuggestionsText&quot;:&quot;No hay Resultados&quot;}" data-ux-module="Search/GlobalSearchBox" data-ux-state="pending"> <div class="global-search-wrapper"> <label class="global-search-input-label" for="6fbaff77c8224ab894eddd3882960e30">Search</label> <input type="text" class="global-search-input" id="6fbaff77c8224ab894eddd3882960e30" placeholder="Buscar por productos, recursos y m&#225;s&#160;"/> <button class="btn global-search-button"><span class="global-search-button-text">Submit</span></button> </div> </div><a class="score-composite-link btn-country-language-selector" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[&quot;Open Language Selector Modal&quot;]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/"> <p class="score-lead" > España Español </p> </a><div aria-hidden="true" aria-labelledby="modal-7d4e6db4-9082-4a87-a5bf-991268ea86cc-Label" class="modal fade score-modal language-selector" data-ux-args="{&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[&quot;Open Language Selector Modal&quot;],&quot;HideActionMessages&quot;:[],&quot;ShowMessagesTransmitting&quot;:[],&quot;HideMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Modal" data-ux-state="pending" id="modal-7d4e6db4-9082-4a87-a5bf-991268ea86cc" role="dialog" tabindex="-1"> <div class="modal-dialog "> <div class="modal-content"> <div class="modal-header" id="modal-7d4e6db4-9082-4a87-a5bf-991268ea86cc-Label"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <div class="score-column2 equal" > <div class="score-left"> <div class="score-left-text " > <div class="score-content-spot" > <p style="z-index: 1;">Soluciones por País:</p> </div> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com"><span class="sprite-image"> <span class="icon-us-flag22x16"></span> </span><span class="" >Estados Unidos - Inglés</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.co.uk"><span class="sprite-image"> <span class="icon-uk-flag22x16"></span> </span><span class="" >Reino Unido - Inglés</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com.br" target="_blank"><span class="sprite-image"> <span class="icon-brazil-flag22x16"></span> </span><span class="" >Brasil - Portugués</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es"><span class="sprite-image"> <span class="icon-spain-flag22x16"></span> </span><span class="" >España - Español</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.co.jp"><span class="sprite-image"> <span class="icon-japan-flag22x16"></span> </span><span class="" >Japón - Japonés</span> </a> </div> </div> <div class="score-right"> <div class="score-left-text " > <div class="score-content-spot" > <p style="z-index: 1;">Soluciones Globales:</p> </div> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/zh"><span class="sprite-image"> <span class="icon-global20x20"></span> </span><span class="" >简体中文</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/de"><span class="sprite-image"> <span class="icon-global20x20"></span> </span><span class="" >Deutsch</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/en"><span class="sprite-image"> <span class="icon-global20x20"></span> </span><span class="" >English</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/es"><span class="sprite-image"> <span class="icon-global20x20"></span> </span><span class="" >Español</span> </a> </div><div class="score-left-text " > <a class="score-composite-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.com/global/fr"><span class="sprite-image"> <span class="icon-global20x20"></span> </span><span class="" >Français</span> </a> </div> </div> </div> </div> <div class="modal-footer score-call-to-action"> </div> </div> </div> </div><a class="score-composite-link btn-product-sign-in" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[&quot;Open Sign In&quot;]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/"> <p class="score-lead" > Inicio de sesión de productos </p></a><div aria-hidden="true" aria-labelledby="modal-b89618ae-3100-4f46-87b2-7290f8510778-Label" class="modal fade score-modal" data-ux-args="{&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[&quot;Open Sign In&quot;],&quot;HideActionMessages&quot;:[&quot;Close Sign In&quot;],&quot;ShowMessagesTransmitting&quot;:[],&quot;HideMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/Modal" data-ux-state="pending" id="modal-b89618ae-3100-4f46-87b2-7290f8510778" role="dialog" tabindex="-1"> <div class="modal-dialog "> <div class="modal-content"> <div class="modal-header" id="modal-b89618ae-3100-4f46-87b2-7290f8510778-Label"> Seleccione un Producto para Iniciar Sesi&#243;n <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <div class="score-column1 " > <div class="score-center"> <div class="score-center-text " > <div class="score-content-spot" > Los productos disponibles para iniciar sesión en línea se enumeran a continuación. Seleccione uno para acceder a su respectivo portal de producto. </div> </div> </div> </div><div class="score-column3 equal" > <div class="score-left"> <div class="score-left-text " > <a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://www.bankersalmanac.com/formslogin.aspx" target="_blank">Bankers Almanac</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://www.bankersalmanac.com/formslogin.aspx" target="_blank">Bankers Almanac Due Diligence</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://www.globalpaymentsresource.com/" target="_blank">Bankers Almanac Global Payments Resource</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://globalpaymentsresource.com/" target="_blank">Bankers Almanac IBAN Complete</a><a class="score-button hidden-xs hidden-sm hidden-md hidden-lg" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://www.sortingcodes.co.uk/formslogin.asp" target="_blank">Bankers Almanac UK Sort Codes and Sorting Codes Online</a> </div> </div> <div class="score-center"> <div class="score-left-text " > <a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://beta.validate.bankersalmanac.com/" target="_blank">Bankers Almanac Validate</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://bridger.lexisnexis.eu/xgauth/">Bridger Insight™ XG5 EU Service</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://portal.emailage.com" target="_blank">Emailage&#174; Portal</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://eu.compliance-link.com/AuthServer/login" target="_blank">Firco Compliance Link</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://idms.lexisnexis.com/login">Instant Verify International</a> </div> </div> <div class="score-right"> <div class="score-left-text " > <a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://accuity.worldcompliance.com/" target="_blank">Online Compliance</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexis.com/RiskManagement/Login.aspx">Risk Management Solutions&#174;</a><a aria-label="ThreatMetrix® Product Sign In" class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://portal.threatmetrix.com" target="_blank" title="ThreatMetrix® Product Sign In">ThreatMetrix&#174;</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://mfaweb.lexisnexis.com/docauth" target="_blank">TrueID&#174;</a><a class="score-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://members.worldcompliance.com/SignIn.aspx" target="_blank">WorldCompliance™ Online Search Tool</a> </div> </div> </div> </div> <div class="modal-footer score-call-to-action"> </div> </div> </div> </div></div><li class="score-megamenu-dropdown" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MegaMenuItem" data-ux-state="pending" role="menuitem"> <a href="#" data-toggle="dropdown"> Soluciones </a> <a href="#" class="dropdown-toggle toggle-caret" data-toggle="dropdown"> <span class="caret"></span> <span class="sr-only">toggle menu</span> </a> <ul class="dropdown-menu" role="menu"> <li role="menuitem"> <div class="score-megamenu-content"> <div class="score-column1 " > <div class="score-center"> <div class="score-content-spot hidden-xs" > <p style="font-size: 36px; font-weight: 100; padding-top: 20px; margin-bottom: 10px; z-index: 1;">Soluciones</p> </div><div class="score-style-box clearfix" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;55b6ba1d-2edf-44d8-ba46-ed88c5a7138b&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;0e19a280-7520-48b7-94a2-e94c85e8cf08&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Fraude e identidad</h4> <div class="score-highlight-body"> Genere confianza, minimice los riesgos complejos de fraude y proporcione experiencias de clientes fluidas. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/corporations-and-non-profits/fraud-and-identity-management">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/corporations-and-non-profits/fraud-and-identity-management">Sobre Nosotros</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;588fb396-0f73-44e7-a0a8-df2a09012730&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;94fb6dba-bbfa-43b5-b1a7-6b4abccabf17&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Cumplimiento para la prevención de delitos financieros</h4> <div class="score-highlight-body"> Acelere las decisiones para gestionar de manera proactiva las sanciones globales y el cumplimiento normativo. </div> <div class="score-call-to-action"> <a class="score-button btn-link btn-clickable-area btn-clickable-area-double-activator" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/financial-services/financial-crime-compliance">M&#225;s</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;f8578f0c-2948-464d-a042-e3ccd8ca8c31&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;7d725e65-2046-4c92-a27c-ea93b43fdc32&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Eficiencia de pagos</h4> <div class="score-highlight-body"> Soporte pagos transfronterizos de cuenta a cuenta más seguros y fluidos. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/financial-services/payments-efficiency">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/financial-services/payments-efficiency">Liderazgo Ejecutivo</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;8449f135-a445-4cf4-9aee-abd0cda8be08&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;acf385f5-65a3-4c10-a019-5772fe830c7e&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Orquestación de riesgos</h4> <div class="score-highlight-body"> Optimice de principio a fin los flujos de onboarding, monitoreo y transacciones. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/corporations-and-non-profits/risk-orchestration">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/corporations-and-non-profits/risk-orchestration">Orquestaci&#243;n de riesgos</a> </div> </div> </div><div class="score-left-text " > </div></div> </div> </div> </div> </li> </ul> </li><li class="score-megamenu-dropdown" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MegaMenuItem" data-ux-state="pending" role="menuitem"> <a href="#" data-toggle="dropdown"> Industrias </a> <a href="#" class="dropdown-toggle toggle-caret" data-toggle="dropdown"> <span class="caret"></span> <span class="sr-only">toggle menu</span> </a> <ul class="dropdown-menu" role="menu"> <li role="menuitem"> <div class="score-megamenu-content"> <div class="score-column1 " > <div class="score-center"> <div class="score-content-spot" > <p style="font-size: 36px; font-weight: 100; padding-top: 20px; margin-bottom: 10px; z-index: 1;">Industrias</p> </div><div class="score-style-box clearfix" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;608309fc-e4cd-4995-acea-e057fed8e4b3&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;4cbe84bf-b141-4481-b1b4-9cfdf9c6dec0&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Servicios financieros y banca</h4> <div class="score-highlight-body"> Facilite el cumplimiento y optimice la rentabilidad con inteligencia de riesgo confiable </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/financial-services">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/financial-services">Sobre Nosotros</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;a4818769-e1a7-4ecc-ac7b-575e9ab4deca&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;e53f74c0-c87a-4a94-a50e-087776b6647e&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Criptomonedas</h4> <div class="score-highlight-body"> Crezca de forma segura y sostenible con una visión más completa de los criptoclientes y sus riesgos </div> <div class="score-call-to-action"> <a class="score-button btn-link btn-clickable-area btn-clickable-area-double-activator" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/cryptocurrency">M&#225;s</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;68368a69-c0de-4b55-8ede-71265605be3c&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;544d1e19-da81-4f93-985b-c14bf8f480f6&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Juegos de azar y apuestas</h4> <div class="score-highlight-body"> Fomente prácticas de juego seguras y conforme a las normativas, a la vez que mejora la experiencia de los jugadores </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/gaming-gambling">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/gaming-gambling">Liderazgo Ejecutivo</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;6e7f19c8-90c9-4cfa-897b-63f294fb6d65&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;c66c0c50-6a47-4ed7-9c9e-18adfbdcab1a&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Corporaciones</h4> <div class="score-highlight-body"> Potencie los ingresos y mejore la eficiencia operacional mediante inteligencia de riesgo basada en datos </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/corporations-and-non-profits">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/corporations-and-non-profits">Sala de Prensa</a> </div> </div> </div></div><div class="score-left-text hidden-xs hidden-sm hidden-md hidden-lg" > </div> </div> </div> </div> </li> </ul> </li><li class="score-megamenu-basic-item" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/BasicMenuItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/products">Nuestros productos</a></li><li class="score-megamenu-basic-item" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/BasicMenuItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/insights-resources">Publicaciones</a></li><li class="score-megamenu-dropdown" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MegaMenuItem" data-ux-state="pending" role="menuitem"> <a href="#" data-toggle="dropdown"> Sobre nosotros </a> <a href="#" class="dropdown-toggle toggle-caret" data-toggle="dropdown"> <span class="caret"></span> <span class="sr-only">toggle menu</span> </a> <ul class="dropdown-menu" role="menu"> <li role="menuitem"> <div class="score-megamenu-content"> <div class="score-column1 " > <div class="score-center"> <div class="score-content-spot" > <p style="font-size: 36px; font-weight: 100; padding-top: 20px; margin-bottom: 10px; z-index: 1;">Sobre nosotros</p> </div><div class="score-style-box clearfix" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;194ed86c-711d-4238-adac-42d433242ef9&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;59eb1987-0765-4fea-a513-f5d4153c75d3&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Visión General del Negocio</h4> <div class="score-highlight-body"> Obtenga más información sobre nosotros y lo que hacemos. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us">Sobre Nosotros</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;6c374c0d-3fc6-494e-85fa-7a2b16b42806&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;84e6c3b9-6fd4-4e61-87c7-39a61ea6ecdb&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Equipo Directivo</h4> <div class="score-highlight-body"> Consulte las biografías de nuestro equipo ejecutivo. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us/leadership">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us/leadership">Liderazgo Ejecutivo</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;efdcb850-89d6-4b76-8090-6708869e89ba&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;03c57fbd-ef9d-40e9-a722-eb7ef3f97809&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Nuestra Tecnología</h4> <div class="score-highlight-body"> Obtenga m&aacute;s informaci&oacute;n sobre la tecnolog&iacute;a de nuestras soluciones. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/our-technology">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/our-technology">Innovaci&#243;n y experiencia</a> </div> </div> </div> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;4c39af26-11bc-48dd-b797-4d187901ae09&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;e567a04c-4b88-4ddd-8f04-bc5c275923e6&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Sala de Prensa</h4> <div class="score-highlight-body"> Consulte nuestros comunicados de prensa. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us/press-room">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us/press-room">Sala de Prensa</a> </div> </div> </div></div><div class="score-style-box clearfix border-bottom" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""></div><div class="score-style-box clearfix" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""> <div class="custom-highlight score-highlight highlight-card" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;7ffe36ee-3885-4569-bd73-374b68a4a53d&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;319bef30-75e5-4a9c-b607-31c4937ddae4&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Alianzas corporativas y asociaciones</h4> <div class="score-highlight-body"> Colaboramos con distribuidores, integradores de software, socios de consultor&iacute;a y tecnolog&iacute;a para ayudar a resolver los desaf&iacute;os comerciales y aumentar la productividad. </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us/alliance-partnerships/corporate">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us/alliance-partnerships/corporate">Learn More</a> </div> </div> </div></div> </div> </div> </div> </li> </ul> </li><li class="score-megamenu-basic-item" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/BasicMenuItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/contact-us">Contacto</a></li> </ul> </div> </div> </div> </div> </div> </nav> </div> </div> </div> </header><div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> </div> </div> </div> <div class="page-wrapper"> <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/heroes/about-us%20jpg/lnrs-aboutus_hero.jpg?w=420\u0026hash=F55A9874AA9A381F1227FD802DAA50C4&quot;,&quot;Medium&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/heroes/about-us%20jpg/lnrs-aboutus_hero.jpg?w=800\u0026hash=51981AD8841E5AF4550A5FE816A93085&quot;,&quot;Large&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/heroes/about-us%20jpg/lnrs-aboutus_hero.jpg&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Containers/Stripes/CustomStripe" data-ux-state="pending"> <div class="score-stripe mantle-white-box-left cover" style="" > <div class="container score-page-layout-column2 score-page-layout-equal "> <div class="score-column2 equal" > <div class="score-left"> </div> <div class="score-right"> <div class="score-style-box brand-teal" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style="color:#FFFFFF;"><div class="score-section-header" > <div class="score-header-image"> <img src="https://risk.lexisnexis.es/-/media/images/lnrs/heroes/about-us%20jpg/lnrs-aboutus_hero.jpg?h=420&amp;iar=0&amp;w=1230&amp;hash=6A0EE4F20AACA24E6E17479801C67382" alt="" /> </div> <h2> Creemos en el poder de los datos y la analítica avanzada </h2> </div></div> </div> </div> </div> </div> </div><div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <ol class="score-breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList" role="list" aria-label="Breadcrumb" > <li class="score-breadcrumb-item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a href="https://risk.lexisnexis.es/" itemprop="item" title=""> <span itemprop="name"> Inicio </span> </a> <meta itemprop="position" content="1" /> </li> <li class="score-breadcrumb-item active"> Sobre nosotros </li> </ol> </div> </div> </div> <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;&quot;,&quot;Medium&quot;:&quot;&quot;,&quot;Large&quot;:&quot;&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Containers/Stripes/CustomStripe" data-ux-state="pending"> <div class="score-stripe border-top" > <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div class="score-column3 wide-middle extra-wide" > <div class="score-left"> </div> <div class="score-center"> <div class="score-center-text " > <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;&quot;,&quot;Medium&quot;:&quot;&quot;,&quot;Large&quot;:&quot;&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Content/Headers/CustomSectionHero" data-ux-state="pending"> <div class="score-section-hero teal-header" style="" > <h2> Nuestra misión </h2> <div class="score-hero-body"> LexisNexis Risk Solutions proporciona a los clientes soluciones y herramientas de decisi&oacute;n que combinan informaci&oacute;n global y sectorial de la industria con tecnolog&iacute;a y anal&iacute;tica avanzada que ayudan a la evaluaci&oacute;n y predicci&oacute;n del riesgo y la mejora de la eficiencia operativa.<br /> <br /> Usamos el poder de los datos y la anal&iacute;tica avanzada para ayudar a los clientes a tomar mejores y m&aacute;s r&aacute;pidas decisiones. Nuestras soluciones innovadoras permiten a las organizaciones gestionar los riesgos como robo de identidad, fraude, blanqueo de capitales y terrorismo, y prevenir delitos financieros, y estafas en aseguradoras y bancos. Ayudamos a aquellas personas sin historial crediticio a obtener acceso a financiaci&oacute;n, ayudamos a las empresas al recobro e investigamos maneras de mejorar los resultados del negocio en el ramo de salud. Colaboramos en la resoluci&oacute;n de delitos apoyando al cumplimiento de la ley. <br /> <br /> A trav&eacute;s de informaci&oacute;n m&aacute;s precisa ayudamos a conseguir una sociedad m&aacute;s segura, primas de seguros m&aacute;s ajustadas, comercio m&aacute;s transparente, decisiones de negocio m&aacute;s simples y procesos m&aacute;s eficientes. <br /> <br /> LexisNexis® Risk Solutions es una de las siete marcas de comercialización en la cartera corporativa de LexisNexis® Risk Solutions, que forma parte de <a rel="noopener noreferrer" href="https://www.relx.com/" target="_blank">RELX</a>. <a rel="noopener noreferrer" href="https://risk.lexisnexis.com/corporate" target="_blank">Conozca más sobre nuestra marca corporativa, nuestra gente y cultura, y oportunidades laborales</a>. </div> <div class="score-call-to-action"> </div> </div> </div> </div> </div> <div class="score-right"> </div> </div> </div> </div> </div> </div> </div> <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/heroes/our%20hero%20tech.jpg?w=420\u0026hash=B2DBDDB91C74D22F92B9AD1AE3987BB9&quot;,&quot;Medium&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/heroes/our%20hero%20tech.jpg?w=800\u0026hash=B75A5241C7215227E985873507725F1B&quot;,&quot;Large&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/heroes/our%20hero%20tech.jpg&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Containers/Stripes/CustomStripe" data-ux-state="pending"> <div class="score-stripe extra-padding cover" style="color:#FFFFFF;" > <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div class="score-column1 " > <div class="score-center"> <div class="score-center-text " > <p class="score-lead bold" > </p> <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;&quot;,&quot;Medium&quot;:&quot;&quot;,&quot;Large&quot;:&quot;&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Content/Headers/CustomSectionHero" data-ux-state="pending"> <div class="score-section-hero" style="" > <h2> "En nuestra empresa nos plantemos retos muy ambiciosos tales como: prevenir el robo de identidad, reducir los costes médicos, ayudar a los pacientes a encontrar los proveedores adecuados, ayudar a las familias desfavorecidas a obtener crédito, hacer el mundo más seguro frente a delincuentes y terroristas, ayudar al 70 % de los conductores estadounidenses a obtener un seguro más barato, ayudar a encontrar y rescatar a cientos de niños desaparecidos o secuestrados. En LexisNexis Risk Solutions, lo que hacemos es importante y lo que hacemos importa". </h2> <h3>~ Mark Kelsey, CEO</h3> <div class="score-call-to-action"> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><div class="container full-width score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> </div> </div> </div> <div class="container full-width score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div class="score-column2 equal pull-push" > <div class="score-left"> <div class="custom-highlight score-highlight" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;baab6e06-f781-4268-b8a4-e5fac1b32ecf&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;fed237c9-f3c8-47c7-8551-64cb285ea03a&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Potenciar su negocio</h4> <div class="score-highlight-body"> Estamos comprometidos a ayudar a nuestros clientes construyendo relaciones s&oacute;lidas, entendiendo su negocio y cumpliendo sus necesidades. Nuestra meta es ser un partner de confianza. As&iacute; cuando trabaje con nosotros, tanto usted como sus clientes obtendr&aacute;n soluciones seguras y eficientes. No importa el tama&ntilde;o de su negocio o de sus operaciones, LexisNexis&reg; Risk Solutions proporciona soluciones que permiten a las organizaciones tomar decisiones mejor informadas. </div> <div class="score-call-to-action"> </div> </div> </div> </div> <div class="score-right"> <div class="score-style-box cover" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style="background-image:url(&#39;https://risk.lexisnexis.es/-/media/images/lnrs/content/lnrs-aboutus-empowering%20your%20business.jpg&#39;);"></div> </div> </div> </div> </div> </div> <div class="container full-width score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div class="score-column2 equal" > <div class="score-left"> <div class="custom-highlight score-highlight" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;f2e08a44-c864-47bb-a31c-117ae49bb149&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;f849220b-765b-4363-bba9-8a8b2ac5c3e5&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Innovación y experiencia</h4> <div class="score-highlight-body"> <p>La innovaci&oacute;n est&aacute; en nuestro ADN. Hemos revolucionado continuamente nuestras tecnolog&iacute;as de procesado Big Data y anal&iacute;tica durante m&aacute;s de 40 a&ntilde;os. Nuestro &eacute;xito se basa en ideas innovadoras y en la resoluci&oacute;n de problemas por parte de expertos que en el pasado estuvieron en el lugar de nuestros clientes, por lo que conocen en primera persona los retos a los que se enfrentan las empresas. Tambi&eacute;n trabajamos duro para impulsar el crecimiento profesional de nuestros empleados y del equipo.</p> <p>Nuestra cultura est&aacute; orientada al logro de objetivos, la experiencia y el desarrollo continuo, por lo que nuestros equipos est&aacute;n preparados para crear soluciones innovadoras que ayuden a resolver los retos de los negocios y de la sociedad. Sabemos que ser innovador no solo depende de las herramientas que usamos, si no c&oacute;mo las usamos. </p> </div> <div class="score-call-to-action"> </div> </div> </div> </div> <div class="score-right"> <div class="score-style-box cover" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style="background-image:url(&#39;https://risk.lexisnexis.es/-/media/images/lnrs/content/lnrs-aboutus-innovation%20and%20expertise/lnrs-aboutus-innovation%20and%20expertise.jpg&#39;);"></div> </div> </div> </div> </div> </div> <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/heroes/aboutus_people%20png.png?w=420\u0026hash=487D15D9FEF2C66C2B7005AA77B408A3&quot;,&quot;Medium&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/heroes/aboutus_people%20png.png?w=800\u0026hash=4BF0B190E32A20B69778097F37A5B8CA&quot;,&quot;Large&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/heroes/aboutus_people%20png.png&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Containers/Stripes/CustomStripe" data-ux-state="pending"> <div class="score-stripe cover" style="" > <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;&quot;,&quot;Medium&quot;:&quot;&quot;,&quot;Large&quot;:&quot;&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Content/Headers/CustomSectionHero" data-ux-state="pending"> <div class="score-section-hero centered white" style="" > <h2> Haciendo la Diferencia Juntos </h2> <h3>LexisNexis Risk Solutions se compromete no solo a desarrollar productos que ayuden a las personas, sino tambi&#233;n a hacer el bien en nuestras comunidades. Cuando nuestros empleados se unen para servir y dar su tiempo, podemos hacer una diferencia en las vidas de quienes nos rodean.</h3> <div class="score-call-to-action"> </div> </div> </div> </div> </div> </div> </div> </div><div class="container full-width score-page-layout-column1 "> <div class="score-column1 pull-push" > <div class="score-center"> <div class="score-column2 equal pull-push" > <div class="score-left"> <div class="custom-highlight score-highlight" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;&quot;,&quot;ImageUrlMedium&quot;:&quot;&quot;,&quot;ImageUrlBig&quot;:&quot;&quot;,&quot;FullSizeImage&quot;:&quot;&quot;,&quot;PrimaryImageGuid&quot;:&quot;51a2cc57-cce7-4482-a231-626d82b498fd&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;e99149e0-4a97-4481-b833-3d3519f460de&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Comprometidos con el uso responsable de los datos</h4> <div class="score-highlight-body"> En un mundo en el que los datos están en continuo crecimiento, la protección de la privacidad y el uso responsable de los datos es primordial. Nuestros productos y servicios están diseñados para reducir el fraude, mitigar riesgos, hacer la sociedad más segura y, aún más importante, salvaguardar los datos privados. En LexisNexis® Risk Solutions, somos rigurosos con el cumplimiento normativo y tenemos una organización exclusivamente dedicada a la seguridad. Nuestro compromiso con la custodia de datos es una de las maneras a través de las cuales podemos hacer el mundo un lugar más seguro.&nbsp; </div> <div class="score-call-to-action"> </div> </div> </div> </div> <div class="score-right"> <div class="score-style-box cover" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style="background-image:url(&#39;https://risk.lexisnexis.es/-/media/images/lnrs/content/lnrs-aboutus-data%20responsibility%20commitment.jpg&#39;);"></div> </div> </div> </div> </div> </div> <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div class="score-style-box spacer" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""></div><div class="score-column3 equal" > <div class="score-left"> <div class="custom-highlight score-highlight highlight-frame" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/executive%20leadership.jpg&quot;,&quot;ImageUrlMedium&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/executive%20leadership.jpg&quot;,&quot;ImageUrlBig&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/executive%20leadership.jpg&quot;,&quot;FullSizeImage&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/executive%20leadership.jpg&quot;,&quot;PrimaryImageGuid&quot;:&quot;83c71db7-f29c-4d17-a2dd-8ebf1c14bf21&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;eec321ad-f628-44d0-ae9a-06a35eb572d1&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"><img src="https://risk.lexisnexis.es/-/media/images/lnrs/content/executive%20leadership.jpg?h=290&amp;iar=0&amp;w=380&amp;hash=BECDB89EB986908F2F6EDE907E286180" alt="" /> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Equipo directivo</h4> <div class="score-highlight-body"> </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us/leadership">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us/leadership">learn more</a> </div> </div> </div> </div> <div class="score-center"> <div class="custom-highlight score-highlight highlight-frame" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/press%20room.png&quot;,&quot;ImageUrlMedium&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/press%20room.png&quot;,&quot;ImageUrlBig&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/press%20room.png&quot;,&quot;FullSizeImage&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/press%20room.png&quot;,&quot;PrimaryImageGuid&quot;:&quot;3945fbed-12fa-4daf-99e1-1b39f7a8a94b&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;8cd9902a-78fc-4b35-baf8-c3109f11eeea&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"><img src="https://risk.lexisnexis.es/-/media/images/lnrs/content/press%20room.png?h=290&amp;iar=0&amp;w=370&amp;hash=6E91A319863AFA392002891E717A0BEB" alt="" /> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Publicaciones</h4> <div class="score-highlight-body"> </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us/press-room">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://risk.lexisnexis.es/about-us/press-room">learn more</a> </div> </div> </div> </div> <div class="score-right"> <div class="custom-highlight score-highlight highlight-frame" data-ux-args="{&quot;IsInEditing&quot;:false,&quot;CtaLinkSelector&quot;:&quot;.score-call-to-action a.score-button&quot;,&quot;ImageSmallWidth&quot;:400,&quot;ImageMediumWidth&quot;:650,&quot;ImageBigWidth&quot;:950,&quot;ImageUrlSmall&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/speakers%20bureau.jpg&quot;,&quot;ImageUrlMedium&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/speakers%20bureau.jpg&quot;,&quot;ImageUrlBig&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/speakers%20bureau.jpg&quot;,&quot;FullSizeImage&quot;:&quot;https://risk.lexisnexis.es/-/media/images/lnrs/content/speakers%20bureau.jpg&quot;,&quot;PrimaryImageGuid&quot;:&quot;bba5feb5-749f-4db9-98b2-cbbab056cd30&quot;,&quot;SecondImageUrlSmall&quot;:&quot;&quot;,&quot;SecondImageUrlMedium&quot;:&quot;&quot;,&quot;SecondImageUrlBig&quot;:&quot;&quot;,&quot;SecondFullSizeImage&quot;:&quot;&quot;,&quot;SecondaryImageGuid&quot;:&quot;e2dfbca0-993e-429d-8494-c024756cef5a&quot;}" data-ux-module="LNRS/Components/Content/CustomHighlight" data-ux-state="pending"><img src="https://risk.lexisnexis.es/-/media/images/lnrs/content/speakers%20bureau.jpg?h=290&amp;iar=0&amp;w=380&amp;hash=5F5C5F8167B2A54911201420906C70B8" alt="" /> <div class="score-highlight-header"> </div> <div class="caption"> <h4>Panel de expertos</h4> <div class="score-highlight-body"> </div> <div class="score-call-to-action"> <a class="score-button btn-link" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="#">M&#225;s</a><a class="score-button btn-clickable-area" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="#">learn more</a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <footer class="score-footer " > <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;&quot;,&quot;Medium&quot;:&quot;&quot;,&quot;Large&quot;:&quot;&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Containers/Stripes/CustomStripe" data-ux-state="pending"> <div class="score-stripe main-footer" style="background-color:#000000;" Caching="0|0|0|0|0|0|0|0"> <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div class="score-style-box" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""><p class="score-lead" > Sectores </p><ul class="score-menu-list" role="menu" > <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/financial-services">Servicios financieros</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/corporations-and-non-profits">Corporaciones y Organizaciones sin fines de lucro</a></li> </ul></div><div class="score-style-box" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""><p class="score-lead" > Nuestros productos </p><ul class="score-menu-list" role="menu" > <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/products">Consulte nuestros productos</a></li> </ul></div><div class="score-style-box" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""><p class="score-lead" > Sobre Nosotros </p><ul class="score-menu-list" role="menu" > <li class="score-menu-list-item active" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/about-us# Visi&#243;n General"> Visión general</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/about-us/leadership#Equipo directivo" aria-label="Equipo directivo" title="Equipo directivo">Equipo directivo</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/our-technology">Nuestra Tecnología</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/about-us/press-room#Sala de Prensa">Sala de prensa</a></li> </ul></div><div class="score-style-box" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/StyleBox" data-ux-state="pending" style=""><p class="score-lead" > Contacto </p><ul class="score-menu-list" role="menu" > <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/contact-us#Ventas">Ventas</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/contact-us#Soporte">Soporte</a></li> </ul><ul class="score-menu-list" role="menu" > <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/privacy-policy">Política de protección de datos</a></li> <li class="score-menu-list-item ot-sdk-show-settings" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="http://#" class="ot-sdk-show-settings">Configuración de cookies</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.com/group/cookie-policy/es">Política de cookies</a></li> <li class="score-menu-list-item" data-ux-args="{&quot;IsEditorEditing&quot;:false,&quot;ClickMessagesTransmitting&quot;:[]}" data-ux-module="score_bootstrap/Components/MenuListItem" data-ux-state="pending" role="menuitem"><a href="https://risk.lexisnexis.es/terms">Términos y condiciones</a></li> </ul></div><div class="score-column1 " > <div class="score-center"> <div class="score-content-spot" > <style> @media only screen and (max-width: 600px) { .footer-lnrs { margin-left: 35px; margin-right: 35px; padding-top: 25px; } } </style> <div style="font-size: 14px; color: #c2c2c2;" class="footer-lnrs">LexisNexis® Risk Solutions, part of RELX.</div> </div> </div> </div> </div> </div> </div> </div> </div> <div data-ux-args="{&quot;IsInEditing&quot;:false,&quot;Small&quot;:&quot;&quot;,&quot;Medium&quot;:&quot;&quot;,&quot;Large&quot;:&quot;&quot;,&quot;SmallBorder&quot;:420,&quot;MediumBorder&quot;:800}" data-ux-module="LNRS/Components/Containers/Stripes/CustomStripe" data-ux-state="pending"> <div class="score-stripe secondary-footer" style="background-color:#222222;" Caching="0|0|0|0|0|0|0|0"> <div class="container score-page-layout-column1 "> <div class="score-column1 " > <div class="score-center"> <div class="score-button-group hidden-xs hidden-sm hidden-md hidden-lg" > <a class="score-image-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://www.linkedin.com/company/lexisnexis-risk-solutions" target="_blank"> <span class="sprite-image"> <span class="icon-linkedin-grey24x24"></span> </span> </a><a class="score-image-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://twitter.com/LexisNexisRisk" target="_blank"> <span class="sprite-image"> <span class="icon-twitter-grey24x24"></span> </span> </a><a class="score-image-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://www.facebook.com/LexisNexisRisk" target="_blank"> <span class="sprite-image"> <span class="icon-facebook-grey24x24"></span> </span> </a><a class="score-image-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="https://www.youtube.com/user/lexisnexisnetwork" target="_blank"> <span class="sprite-image"> <span class="icon-youtube-grey24x24"></span> </span> </a> </div><div class="score-content-spot" > <p style="z-index: 1;"> <a href="https://risk.lexisnexis.es/copyright">Copyright ©</a>&nbsp;2024 LexisNexis Risk Solutions. </p> </div><a class="score-image-button" data-ux-args="{&quot;ClickMessagesTransmitting&quot;:[],&quot;StateChangeMessagesTransmitting&quot;:[],&quot;ShowActionMessages&quot;:[],&quot;HideActionMessages&quot;:[]}" data-ux-module="score_bootstrap/Components/Button" data-ux-state="pending" href="http://www.relx.com/" target="_blank"> <span class="sprite-image"> <span class="icon-relx-logo100x23"></span> </span> </a> </div> </div> </div> </div> </div> </footer> <!--LNRSSUP-516--> <div class="social-sharing site"> <div class="social-sharing-container"> <div class="share-button"> <div class="social-btn-share"></div> </div> <div class="share-menu"> <div class="share-menu-container"> <h3>Compartir</h3> <ul class="social-share-list"> <div data-ux-args="{}" data-ux-module="LNRS/Components/Social/SocialLinkedin" data-ux-state="pending"> <li class="social-item-linkedin"> <a id="social-share-linkedin-link" href="#" onclick="javascript:window.open('https://www.linkedin.com/shareArticle?mini=true&amp;url=https%3a%2f%2frisk.lexisnexis.es%2fabout-us&amp;title=Sobre+nosotros+-+LexisNexis+Risk+Solutions&amp;source=LexisNexis','linkedin', 'width=800,height=600'); return false;" class="social-btn social-btn-linkedin social-tracked" data-name="LinkedIn"> <span class="social-text">Linkedin</span> </a> </li> </div> <div data-ux-args="{}" data-ux-module="LNRS/Components/Social/SocialTwitter" data-ux-state="pending"> <li class="social-item-twitter"> <a id="social-share-twitter-link" href="#" onclick="javascript:window.open('https://twitter.com/intent/tweet?text=Conozca+m%c3%a1s+sobre+nosotros%2c+creemos+en+el+poder+de+los+datos+y+los+an%c3%a1lisis+avanzados+para+proporcionar+conocimientos+esenciales+para+avanzar+y+proteger+a+las+personas%2c+la+industria+y+la+sociedad.&amp;url=https%3a%2f%2frisk.lexisnexis.es%2fabout-us','linkedin', 'width=800,height=600'); return false;" class="social-btn social-btn-twitter social-tracked" data-name="Twitter - Corporate"> <span class="social-text">Twitter</span> </a> </li> </div> <div data-ux-args="{}" data-ux-module="LNRS/Components/Social/SocialFacebook" data-ux-state="pending"> <li class="social-item-facebook"> <a id="social-share-facebook-link" href="#" onclick="javascript:window.open('http://www.facebook.com/share.php?u=https%3a%2f%2frisk.lexisnexis.es%2fabout-us&amp;title=Sobre+nosotros+-+LexisNexis+Risk+Solutions','facebook', 'width=800,height=600'); return false;" class="social-btn social-btn-facebook social-tracked" data-name="Facebook"> <span class="social-text">Facebook</span> </a> </li> </div> <div data-ux-args="{}" data-ux-module="LNRS/Components/Social/SocialEmail" data-ux-state="pending"> <li class="social-item-email"> <a id="social-share-mail-link" href="mailto:?subject=Sobre nosotros - LexisNexis Risk Solutions&amp;body=Conozca m&#225;s sobre nosotros, creemos en el poder de los datos y los an&#225;lisis avanzados para proporcionar conocimientos esenciales para avanzar y proteger a las personas, la industria y la sociedad.%0d%0a%0d%0ahttps://risk.lexisnexis.es/about-us%0d%0a" class="social-btn social-btn-email social-tracked" data-name="Email"> <span class="social-text">Email</span> </a> </li> </div> </ul> </div> </div> </div> </div> <!--Adobe Script--> <script type="text/javascript"> ;(function(global) { global.require = global.require || {}; global.require.paths = global.require.paths || {}; global.require.paths.AdobeScript = "//assets.adobedtm.com/a82ee6f2a18f/63c369982971/launch-2c0d426e12dd.min"; })(this); </script> <div data-ux-args="{&quot;IsExperienceEditorEditing&quot;:false,&quot;PageId&quot;:&quot;63E1BE6F-AFA1-4F4D-A5F9-017A5599DB59&quot;,&quot;TemplateId&quot;:&quot;B28ACA0E-D521-4651-B425-A3CD3F84CC30&quot;,&quot;DefaultTitle&quot;:&quot;About Us&quot;,&quot;ParentDefaultTitle&quot;:&quot;Home&quot;,&quot;CurrentEasternTime&quot;:&quot;11/23/2024 3:30:52 PM&quot;,&quot;MSID&quot;:&quot;&quot;,&quot;UserHostAddress&quot;:&quot;8.222.208.146&quot;,&quot;LanguageName&quot;:&quot;es-EU&quot;,&quot;ResourceType&quot;:&quot;&quot;,&quot;RegionName&quot;:&quot;Spain&quot;,&quot;industrySearchTags&quot;:&quot;&quot;,&quot;solutionSearchTags&quot;:&quot;&quot;,&quot;industryName&quot;:null,&quot;subIndustrySearchTags&quot;:&quot;&quot;,&quot;subIndustryName&quot;:null}" data-ux-module="LNRS/Track/AnalyticsDispatcher" data-ux-state="pending"> <span><!--Analytics loaded--></span> <script> var w = window.screen.availWidth; var reservedSegments = ["global", "en", "pt", "es", "fr", "de", "zh"]; var site_hierarchy = window.location.pathname.split("/").filter(function (x) { return x && reservedSegments.indexOf(x) === -1; }); if (site_hierarchy.length === 0) { site_hierarchy.push('Home'); } var layout_type = w < 768 ? "mobile web" : w >= 768 && w <= 991 ? "tablet web" : "desktop"; var industry_name = ''; var subindustry_name = ''; var templateId = "B28ACA0E-D521-4651-B425-A3CD3F84CC30"; var showIndustry = false; var showSubIndustry = false; var templates = { SubjectMatterExpertBioPage: "5012B725-2116-4DF2-B4B3-97F21198D254", SubjectMatterExpertsListingPage: "F3BFBC02-2251-4993-A449-295A2FE16528", SubjectMatterExpertsSubjectPage: "F3649847-DC9F-426B-8131-A4DAFB5F64F8", IndustryPage: "B106503B-DE36-4C69-95D2-8ECF22E7FB66", SubIndustryPage: "CF77088A-8138-4C00-BDCE-C99AD4A8378A", ProductPage: "828E9E61-311A-441C-B9BE-228ACBB9332B", ResourcePage: "351839DE-0AA0-448A-8832-2429282C1B78", ContentPage: "B28ACA0E-D521-4651-B425-A3CD3F84CC30", ResourceListingPage: "2C3F16E7-70FF-4C4E-912C-AEFBB41B269E", PressReleasePage: "6B540238-0C7F-4A78-A0E0-DD51C1AD1E59" }, pages = { "404": "5874C0C2-A668-42D2-8476-8DBF72280374" }; if (templateId === templates.SubjectMatterExpertBioPage || templateId === templates.SubjectMatterExpertsListingPage || templateId === templates.SubjectMatterExpertsSubjectPage || templateId === templates.ProductPage || templateId === templates.ResourcePage || templateId === templates.PressReleasePage) { industry_name = ""; subindustry_name = ""; showIndustry = true; showSubIndustry = true; } else if (templateId === templates.IndustryPage) { industry_name = ""; showIndustry = true; } else if (templateId === templates.SubIndustryPage) { industry_name = ""; subindustry_name = ""; showIndustry = true; showSubIndustry = true; } else if (templateId === templates.ContentPage && "63E1BE6F-AFA1-4F4D-A5F9-017A5599DB59" !== pages["404"]) { industry_name = ""; subindustry_name = ""; showIndustry = true; showSubIndustry = true; } window.digitalData = window.digitalData || []; var o = { default_title: "About Us", site_hierarchy: site_hierarchy, layout_type: layout_type, current_time: "11/23/2024 3:30:52 PM", user_ip: "8.222.208.146", eloquaguid: "", sitecore_sessionid: "fb31b4639da747a8ae8e106ad8121c87|False", asp_sessionid: "lhs0w40caxhvsvkurxcfanrk", site_region: "Spain", sitecore_page_id: "63E1BE6F-AFA1-4F4D-A5F9-017A5599DB59", ms_id: "", site_language: "es-EU", business_owner: "Corporate Marketing", business_market: "Corporate Communications", } if ("False" === "True") { o.test_name = ""; o.test_type = ""; o.test_displayed_variations = ""; } if (showIndustry) { o["industry_name"] = industry_name; } if (showSubIndustry) { o["subindustry_name"] = subindustry_name; } window.digitalData.push(o); </script> </div> <script src="/Areas/LNRS/js/LNRS.bundle.config.js?v=638666428220867245" type="text/javascript"></script> <!--LNRSSUP-669 minification of score script, check is script good after score upgrade--> <script src="/Areas/LNRS/js/Vendor/require.score.3.1.14.min.js" data-main="/Areas/LNRS/js/main.js" type="text/javascript"></script> <!--<script src="Url.Content("~/Areas/ScoreCCF/js/Vendor/require.js")" data-main="/Areas/LNRS/js/main.js" type="text/javascript"></script>--> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10