{"id":3575,"date":"2025-08-18T14:36:01","date_gmt":"2025-08-18T14:36:01","guid":{"rendered":"https:\/\/beenews.com.br\/?p=3575"},"modified":"2025-08-18T14:36:03","modified_gmt":"2025-08-18T14:36:03","slug":"%e7%9b%b8%e7%b6%9a%e8%b2%a1%e7%94%a3%e3%82%92%e7%99%ba%e8%a6%8b%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95%e3%82%92%e4%bb%8a%e3%81%99%e3%81%90%e3%81%94%e8%a6%a7%e3%81%8f%e3%81%a0%e3%81%95%e3%81%84","status":"publish","type":"post","link":"https:\/\/beenews.com.br\/ja\/veja-agora-como-descobrir-herancas\/","title":{"rendered":"\u76f8\u7d9a\u8ca1\u7523\u306e\u767a\u898b\u65b9\u6cd5\u3092\u4eca\u3059\u3050\u898b\u308b"},"content":{"rendered":"<p>\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 <b>\u30de\u30a4\u30d8\u30ea\u30c6\u30fc\u30b8<\/b> \u5bb6\u7cfb\u56f3\u3001\u5bb6\u65cf\u306e\u3064\u306a\u304c\u308a\u3001\u3055\u3089\u306b\u306f\u76f8\u7d9a\u306e\u53ef\u80fd\u6027\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u63a2\u3057\u3066\u3044\u308b\u4eba\u306b\u3068\u3063\u3066\u3001\u3053\u308c\u306f\u5f37\u529b\u306a\u30c4\u30fc\u30eb\u3067\u3059\u3002\u4ee5\u4e0b\u306e\u30a2\u30d7\u30ea\u30b9\u30c8\u30a2\u304b\u3089\u7121\u6599\u3067\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059\u3002<\/p>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/TOeUOcW7cqu-2RSLp9514ETSQctPv0CY5rhWVLKqrMD5cJbsGTwYRZjDhtWAB857Zw=w240-h480-rw\" alt=\"MyHeritage: \u5bb6\u7cfb\u56f3\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">MyHeritage: \u5bb6\u7cfb\u56f3<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,0<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">156,682\u4ef6\u306e\u30ec\u30d3\u30e5\u30fc<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10\u30de\u30a4\u30eb\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/beenews.com.br\/ja\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=air.com.myheritage.mobile\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Google Play\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/beenews.com.br\/ja\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/myheritage\/id477971748\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Apple Store\u304b\u3089\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n<h2>MyHeritage\u3068\u306f<\/h2>\n<p>MyHeritage\u306f\u3001\u5148\u7956\u3084\u5bb6\u65cf\u306e\u6b74\u53f2\u3092\u8abf\u3079\u308b\u305f\u3081\u306e\u7cfb\u56f3\u30a2\u30d7\u30ea\u3067\u3059\u3002\u30e6\u30fc\u30b6\u30fc\u306f\u8a73\u7d30\u306a\u5bb6\u7cfb\u56f3\u3092\u4f5c\u6210\u3057\u3001\u6570\u5341\u5104\u4ef6\u306e\u6b74\u53f2\u8a18\u9332\u3092\u95b2\u89a7\u3057\u3001\u4e16\u754c\u4e2d\u306e\u4eba\u3005\u3068\u306e\u5bb6\u65cf\u306e\u3064\u306a\u304c\u308a\u3092\u7279\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u307e\u305f\u3001\u6c11\u65cf\u7684\u8d77\u6e90\u3084\u672a\u77e5\u306e\u89aa\u65cf\u3092\u767a\u898b\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064DNA\u691c\u67fb\u30aa\u30d7\u30b7\u30e7\u30f3\u3082\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>Android\u3068iOS\u3067\u5229\u7528\u53ef\u80fd\u306aMyHeritage\u306f\u3001\u81a8\u5927\u306a\u6b74\u53f2\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3068\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u3092\u878d\u5408\u3055\u305b\u3066\u3044\u307e\u3059\u3002\u76f8\u7d9a\u6a29\u306e\u78ba\u8a8d\u3001\u672a\u77e5\u306e\u89aa\u65cf\u306e\u767a\u898b\u3001\u3042\u308b\u3044\u306f\u5358\u306b\u5bb6\u7cfb\u306e\u30eb\u30fc\u30c4\u3092\u3088\u308a\u6df1\u304f\u7406\u89e3\u3057\u305f\u3044\u4eba\u306b\u3068\u3063\u3066\u3001\u52b9\u679c\u7684\u306a\u30c4\u30fc\u30eb\u3067\u3059\u3002<\/p>\n<h2>\u4e3b\u306a\u7279\u5fb4<\/h2>\n<p>\u3053\u306e\u30a2\u30d7\u30ea\u306b\u306f\u3001\u3054\u5bb6\u65cf\u3084\u76f8\u7d9a\u306b\u95a2\u3059\u308b\u95a2\u9023\u60c5\u5831\u3092\u7c21\u5358\u306b\u898b\u3064\u3051\u3089\u308c\u308b\u3055\u307e\u3056\u307e\u306a\u6a5f\u80fd\u304c\u642d\u8f09\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u4e3b\u306a\u6a5f\u80fd\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059\u3002<\/p>\n<ul>\n<li><b>\u5bb6\u7cfb\u56f3\u306e\u4f5c\u6210:<\/b> \u540d\u524d\u3084\u751f\u5e74\u6708\u65e5\u306a\u3069\u306e\u57fa\u672c\u7684\u306a\u60c5\u5831\u3092\u3044\u304f\u3064\u304b\u5165\u529b\u3059\u308b\u3060\u3051\u3067\u5bb6\u7cfb\u56f3\u3092\u4f5c\u6210\u3057\u3001\u30b7\u30b9\u30c6\u30e0\u304c\u81ea\u52d5\u7684\u306b\u3064\u306a\u304c\u308a\u3092\u63d0\u6848\u3057\u3066\u304f\u308c\u307e\u3059\u3002<\/li>\n<li><b>\u30b9\u30de\u30fc\u30c8\u30de\u30c3\u30c1:<\/b> \u3053\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f\u3001\u3042\u306a\u305f\u306e\u30c7\u30fc\u30bf\u3092\u4f55\u767e\u4e07\u3082\u306e\u4ed6\u306e\u5bb6\u7cfb\u56f3\u3084\u6b74\u53f2\u8a18\u9332\u3068\u6bd4\u8f03\u3057\u3001\u8cb4\u91cd\u306a\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u306e\u3042\u308b\u89aa\u621a\u3084\u6587\u66f8\u3092\u63d0\u6848\u3057\u307e\u3059\u3002<\/li>\n<li><b>\u5c65\u6b74\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22:<\/b> \u51fa\u751f\u8a3c\u660e\u66f8\u3001\u7d50\u5a5a\u8a3c\u660e\u66f8\u3001\u6b7b\u4ea1\u8a3c\u660e\u66f8\u3001\u79fb\u6c11\u8a18\u9332\u3001\u56fd\u52e2\u8abf\u67fb\u306a\u3069\u3001\u6570\u5341\u5104\u306e\u6587\u66f8\u3092\u691c\u7d22\u3067\u304d\u307e\u3059\u3002<\/li>\n<li><b>\u9854\u8a8d\u8b58:<\/b> Photo Discoveries \u30c4\u30fc\u30eb\u306f\u3001\u89aa\u621a\u306e\u5199\u771f\u3092\u4f7f\u7528\u3057\u3066\u4ed6\u306e\u5bb6\u65cf\u3068\u306e\u3064\u306a\u304c\u308a\u3092\u63d0\u6848\u3057\u3001\u7279\u5b9a\u306e\u59d3\u306b\u95a2\u9023\u3059\u308b\u53ef\u80fd\u6027\u306e\u3042\u308b\u907a\u7523\u3092\u7279\u5b9a\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/li>\n<li><b>DNA\u691c\u67fb:<\/b> DNA \u30ad\u30c3\u30c8\u306f\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6709\u6599\u3067\u3059\u304c\u3001\u66f8\u985e\u8a18\u9332\u304c\u306a\u304f\u3066\u3082\u5bb6\u65cf\u306e\u3064\u306a\u304c\u308a\u3092\u78ba\u8a8d\u3057\u305f\u308a\u3001\u8fd1\u3044\u89aa\u621a\u3084\u9060\u3044\u89aa\u621a\u3092\u767a\u898b\u3057\u305f\u308a\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/li>\n<\/ul>\n<h2>\u30a2\u30d7\u30ea\u304c\u907a\u7523\u306e\u767a\u898b\u306b\u3069\u306e\u3088\u3046\u306b\u5f79\u7acb\u3064\u304b<\/h2>\n<p>MyHeritage\u306f\u6cd5\u52d9\u30a2\u30d7\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u5fd8\u308c\u53bb\u3089\u308c\u305f\u76f8\u7d9a\u8ca1\u7523\u3092\u767a\u898b\u3059\u308b\u305f\u3081\u306e\u5f37\u529b\u306a\u624b\u6bb5\u3068\u306a\u308a\u307e\u3059\u3002\u3053\u308c\u307e\u3067\u77e5\u3089\u308c\u3066\u3044\u306a\u304b\u3063\u305f\u89aa\u65cf\u3092\u898b\u3064\u3051\u308b\u3053\u3068\u3067\u3001\u9032\u884c\u4e2d\u306e\u907a\u8a00\u691c\u8a8d\u624b\u7d9a\u304d\u3084\u3001\u5bb6\u7cfb\u306b\u95a2\u9023\u3059\u308b\u672a\u8acb\u6c42\u306e\u8cc7\u7523\u306a\u3069\u3092\u7279\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<p>\u3055\u3089\u306b\u3001\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u4e0a\u3067\u5229\u7528\u53ef\u80fd\u306a\u6b74\u53f2\u7684\u8a18\u9332\u3084\u53e4\u6587\u66f8\u306f\u3001\u3054\u5148\u7956\u69d8\u306e\u8cc7\u7523\u3092\u3088\u308a\u660e\u78ba\u306b\u628a\u63e1\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002\u76f8\u7d9a\u4eba\u304c\u7279\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u306b\u3001\u76f8\u7d9a\u8ca1\u7523\u304c\u4f55\u5e74\u3082\u6ede\u7559\u3057\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3088\u304f\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30a2\u30d7\u30ea\u306e\u52a9\u3051\u3092\u501f\u308a\u308c\u3070\u3001\u3042\u306a\u305f\u306b\u6b63\u5f53\u306b\u5e30\u5c5e\u3059\u308b\u8ca1\u7523\u3092\u8acb\u6c42\u3059\u308b\u305f\u3081\u306e\u91cd\u8981\u306a\u60c5\u5831\u3092\u53ce\u96c6\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<h2>\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u3068\u4f7f\u3044\u3084\u3059\u3055<\/h2>\n<p>MyHeritage\u306f\u3001\u5bb6\u7cfb\u56f3\u4f5c\u6210\u3084\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u306b\u4e0d\u6163\u308c\u306a\u65b9\u3067\u3082\u3001\u30e2\u30c0\u30f3\u3067\u76f4\u611f\u7684\u3001\u305d\u3057\u3066\u30e6\u30fc\u30b6\u30fc\u30d5\u30ec\u30f3\u30c9\u30ea\u30fc\u306a\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u3092\u5099\u3048\u3066\u3044\u307e\u3059\u3002\u5bb6\u7cfb\u56f3\u3001\u7814\u7a76\u3001DNA\u3001\u5199\u771f\u3001\u6b74\u53f2\u8a18\u9332\u306a\u3069\u3001\u3059\u3079\u3066\u304c\u660e\u78ba\u306a\u30bb\u30af\u30b7\u30e7\u30f3\u306b\u6574\u7406\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>\u30a2\u30d7\u30ea\u3092\u8d77\u52d5\u3059\u308b\u3068\u3001\u30e6\u30fc\u30b6\u30fc\u3092\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7\u3067\u30ac\u30a4\u30c9\u3057\u3001\u5bb6\u7cfb\u56f3\u306e\u4f5c\u6210\u3092\u4fc3\u3057\u307e\u3059\u3002\u305d\u3053\u304b\u3089\u3001\u627f\u8a8d\u307e\u305f\u306f\u62d2\u5426\u3067\u304d\u308b\u3064\u306a\u304c\u308a\u306e\u5019\u88dc\u304c\u81ea\u52d5\u7684\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002\u307e\u305f\u3001\u65b0\u3057\u3044\u8a18\u9332\u304c\u898b\u3064\u304b\u308b\u305f\u3073\u306b\u901a\u77e5\u304c\u9001\u4fe1\u3055\u308c\u308b\u306e\u3067\u3001\u767a\u898b\u306e\u53ef\u80fd\u6027\u306b\u3064\u3044\u3066\u5e38\u306b\u6700\u65b0\u60c5\u5831\u3092\u628a\u63e1\u3067\u304d\u307e\u3059\u3002<\/p>\n<h2>\u7121\u6599\u3067\u3059\u304b\u3001\u305d\u308c\u3068\u3082\u6709\u6599\u3067\u3059\u304b?<\/h2>\n<p>\u3053\u306e\u30a2\u30d7\u30ea\u306f\u30d5\u30ea\u30fc\u30df\u30a2\u30e0\u30e2\u30c7\u30eb\u3092\u63a1\u7528\u3057\u3066\u3044\u307e\u3059\u3002\u3064\u307e\u308a\u3001\u4ee5\u4e0b\u306e\u6a5f\u80fd\u3092\u542b\u3080\u3044\u304f\u3064\u304b\u306e\u6a5f\u80fd\u3092\u7121\u6599\u3067\u3054\u5229\u7528\u3044\u305f\u3060\u3051\u307e\u3059\u3002<\/p>\n<ul>\n<li>\u5bb6\u7cfb\u56f3\u306e\u4f5c\u6210<\/li>\n<li>\u89aa\u621a\u304b\u3089\u306e\u63d0\u6848\u3092\u53d7\u3051\u308b<\/li>\n<li>\u6b74\u53f2\u8a18\u9332\u3078\u306e\u30a2\u30af\u30bb\u30b9\u304c\u5236\u9650\u3055\u308c\u3066\u3044\u308b<\/li>\n<\/ul>\n<p>\u305f\u3060\u3057\u3001DNA\u691c\u67fb\u306b\u52a0\u3048\u3066\u3001\u6587\u66f8\u3084\u8a18\u9332\u306b\u30d5\u30eb\u30a2\u30af\u30bb\u30b9\u3059\u308b\u306b\u306f\u3001\u6709\u6599\u30d7\u30e9\u30f3\u306b\u52a0\u5165\u3059\u308b\u304b\u3001DNA\u30ad\u30c3\u30c8\u3092\u5225\u9014\u8cfc\u5165\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3068\u306f\u3044\u3048\u3001\u7121\u6599\u7248\u3067\u3082\u3001\u6f5c\u5728\u7684\u306a\u76f8\u7d9a\u8ca1\u7523\u3084\u95a2\u9023\u3059\u308b\u5bb6\u65cf\u95a2\u4fc2\u306e\u8abf\u67fb\u3092\u59cb\u3081\u308b\u306e\u306b\u5341\u5206\u306a\u6a5f\u80fd\u304c\u5099\u308f\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n<h2>\u30c7\u30fc\u30bf\u306e\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u3068\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3<\/h2>\n<p>\u500b\u4eba\u60c5\u5831\u3084\u5bb6\u65cf\u60c5\u5831\u3092\u6271\u3046\u4e0a\u3067\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u306f\u91cd\u8981\u306a\u8981\u7d20\u3067\u3059\u3002MyHeritage\u306f\u9ad8\u5ea6\u306a\u6697\u53f7\u5316\u6280\u8853\u3092\u7528\u3044\u3066\u30e6\u30fc\u30b6\u30fc\u30c7\u30fc\u30bf\u3092\u4fdd\u8b77\u3057\u307e\u3059\u3002\u3055\u3089\u306b\u3001\u4e8c\u8981\u7d20\u8a8d\u8a3c\uff082FA\uff09\u3092\u6709\u52b9\u306b\u3059\u308b\u3053\u3068\u3067\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u4fdd\u8b77\u3092\u3055\u3089\u306b\u5f37\u5316\u3067\u304d\u307e\u3059\u3002<\/p>\n<p>DNA\u691c\u67fb\u3092\u53d7\u3051\u305f\u30e6\u30fc\u30b6\u30fc\u306e\u907a\u4f1d\u5b50\u30c7\u30fc\u30bf\u306f\u5225\u9014\u4fdd\u7ba1\u3055\u308c\u3001\u540c\u793e\u306b\u3088\u308c\u3070\u3001\u30e6\u30fc\u30b6\u30fc\u306e\u540c\u610f\u306a\u3057\u306b\u7b2c\u4e09\u8005\u306b\u8ca9\u58f2\u307e\u305f\u306f\u5171\u6709\u3055\u308c\u308b\u3053\u3068\u306f\u306a\u3044\u3068\u3044\u3046\u3002<\/p>\n<h2>MyHeritage\u3092\u4f7f\u3063\u3066\u76f8\u7d9a\u8ca1\u7523\u3092\u63a2\u3059\u969b\u306e\u30d2\u30f3\u30c8<\/h2>\n<p>\u30a2\u30d7\u30ea\u3092\u6700\u5927\u9650\u306b\u6d3b\u7528\u3057\u3001\u7d99\u627f\u3092\u767a\u898b\u3059\u308b\u53ef\u80fd\u6027\u3092\u9ad8\u3081\u308b\u305f\u3081\u306e\u5b9f\u7528\u7684\u306a\u30d2\u30f3\u30c8\u3092\u3044\u304f\u3064\u304b\u3054\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n<ul>\n<li><b>\u6700\u3082\u53e4\u3044\u3082\u306e\u304b\u3089\u59cb\u3081\u307e\u3057\u3087\u3046:<\/b> \u5e74\u9577\u306e\u5bb6\u65cf\u3068\u8a71\u3057\u5408\u3063\u3066\u3001\u540d\u524d\u3001\u65e5\u4ed8\u3001\u305d\u3057\u3066\u7269\u8a9e\u3092\u96c6\u3081\u307e\u3057\u3087\u3046\u3002\u3053\u308c\u306f\u6700\u521d\u306e\u5bb6\u7cfb\u56f3\u3092\u4f5c\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/li>\n<li><b>\u540d\u524d\u306e\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3\u3067\u691c\u7d22:<\/b> \u53e4\u3044\u59d3\u306f\u7db4\u308a\u304c\u7570\u306a\u3063\u3066\u3044\u308b\u5834\u5408\u304c\u3088\u304f\u3042\u308a\u307e\u3059\u3002\u691c\u7d22\u3059\u308b\u969b\u306f\u3001\u7db4\u308a\u306e\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3\u3082\u8a66\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<li><b>\u6b74\u53f2\u7684\u8a18\u9332\u3092\u6d3b\u7528\u3059\u308b:<\/b> \u7121\u6599\u7248\u3067\u3082\u591a\u304f\u306e\u6587\u66f8\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059\u3002\u53e4\u3044\u8a3c\u660e\u66f8\u3084\u8a18\u9332\u306b\u306f\u3001\u8cc7\u7523\u3084\u4e0d\u52d5\u7523\u3078\u306e\u30ea\u30f3\u30af\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002<\/li>\n<li><b>\u5834\u6240\u691c\u7d22\u3092\u4f7f\u7528\u3059\u308b:<\/b> \u51fa\u751f\u5730\u3084\u5c45\u4f4f\u5730\u3067\u6587\u66f8\u3092\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0\u3059\u308b\u3068\u3001\u305d\u308c\u307e\u3067\u6c17\u4ed8\u304b\u308c\u306a\u304b\u3063\u305f\u89aa\u65cf\u304c\u660e\u3089\u304b\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002<\/li>\n<li><b>DNA\u691c\u67fb\u3092\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044:<\/b> \u9060\u3044\u89aa\u621a\u3068\u306e\u3064\u306a\u304c\u308a\u3092\u78ba\u8a8d\u3057\u3001\u907a\u4f1d\u7684\u8a3c\u62e0\u306b\u4f9d\u5b58\u3059\u308b\u907a\u7523\u306a\u3069\u3001\u767a\u898b\u306e\u65b0\u305f\u306a\u53ef\u80fd\u6027\u3092\u5207\u308a\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/li>\n<\/ul>\n<h2>\u7d50\u8ad6<\/h2>\n<p>\u7d99\u627f\u3092\u767a\u898b\u3059\u308b\u306e\u306f\u7c21\u5358\u306a\u4f5c\u696d\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3067\u3001\u306f\u308b\u304b\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3084\u3059\u304f\u3001\u8fc5\u901f\u306b\u306a\u308a\u307e\u3057\u305f\u3002 <b>\u30de\u30a4\u30d8\u30ea\u30c6\u30fc\u30b8<\/b> \u306f\u4fe1\u983c\u6027\u304c\u9ad8\u304f\u3001\u5305\u62ec\u7684\u3067\u3001\u4f7f\u3044\u3084\u3059\u3044\u30a2\u30d7\u30ea\u3067\u3042\u308a\u3001\u8cb4\u91cd\u306a\u5bb6\u65cf\u306e\u3064\u306a\u304c\u308a\u3084\u3001\u5b58\u5728\u3059\u3089\u77e5\u3089\u306a\u304b\u3063\u305f\u89aa\u621a\u304c\u6b8b\u3057\u305f\u6f5c\u5728\u7684\u306a\u8cc7\u7523\u3092\u898b\u3064\u3051\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n<p>\u6280\u8853\u7684\u306a\u77e5\u8b58\u304c\u306a\u304f\u3066\u3082\u3001\u8ab0\u3067\u3082\u5bb6\u65cf\u60c5\u5831\u3092\u691c\u7d22\u3057\u3001\u5fd8\u308c\u53bb\u3089\u308c\u305f\u8ca1\u7523\u3084\u76f8\u7d9a\u8ca1\u7523\u306b\u3064\u306a\u304c\u308b\u624b\u304c\u304b\u308a\u3092\u898b\u3064\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u305d\u3057\u3066\u4f55\u3088\u308a\u3001\u3053\u308c\u3089\u306e\u6a5f\u80fd\u306e\u591a\u304f\u306f\u7121\u6599\u3067\u3054\u5229\u7528\u3044\u305f\u3060\u3051\u307e\u3059\u3002<\/p>\n<p>\u76f8\u7d9a\u6a29\u304c\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u305f\u3081\u306e\u7b2c\u4e00\u6b69\u3092\u8e0f\u307f\u51fa\u3057\u305f\u3044\u306a\u3089\u3001 <b>\u30de\u30a4\u30d8\u30ea\u30c6\u30fc\u30b8<\/b> \u306f\u3001\u73fe\u5728\u5229\u7528\u53ef\u80fd\u306a\u6700\u9ad8\u306e\u30c4\u30fc\u30eb\u306e\u4e00\u3064\u3067\u3059\u3002\u4ee5\u4e0b\u306e\u30a2\u30d7\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u3001\u4eca\u3059\u3050\u5bb6\u65cf\u306e\u65c5\u3092\u59cb\u3081\u307e\u3057\u3087\u3046\u3002<\/p>","protected":false},"excerpt":{"rendered":"<p>O aplicativo MyHeritage \u00e9 uma poderosa ferramenta para quem deseja descobrir informa\u00e7\u00f5es sobre sua \u00e1rvore geneal\u00f3gica, conex\u00f5es familiares e at\u00e9 poss\u00edveis heran\u00e7as. Ele pode ser baixado gratuitamente nas lojas de aplicativos logo abaixo. O que \u00e9 o MyHeritage O MyHeritage \u00e9 um aplicativo voltado \u00e0 genealogia, ou seja, \u00e0 pesquisa de ancestrais e da hist\u00f3ria familiar. Ele permite que os usu\u00e1rios construam \u00e1rvores geneal\u00f3gicas detalhadas, explorem bilh\u00f5es de registros hist\u00f3ricos e identifiquem conex\u00f5es familiares com pessoas do mundo inteiro. A plataforma tamb\u00e9m oferece a op\u00e7\u00e3o de testes de DNA que ajudam a descobrir origens \u00e9tnicas e parentes desconhecidos. Dispon\u00edvel para Android e iOS, o MyHeritage combina tecnologia com acesso a [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":3577,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":{"0":"post-3575","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/posts\/3575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/comments?post=3575"}],"version-history":[{"count":1,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/posts\/3575\/revisions"}],"predecessor-version":[{"id":3579,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/posts\/3575\/revisions\/3579"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/media\/3577"}],"wp:attachment":[{"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/media?parent=3575"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/categories?post=3575"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/tags?post=3575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}