{"id":47186,"date":"2026-07-15T01:50:05","date_gmt":"2026-07-15T01:50:05","guid":{"rendered":"https:\/\/mobsaint.com\/?p=47186"},"modified":"2026-07-15T01:50:05","modified_gmt":"2026-07-15T01:50:05","slug":"app-that-sends-real-time-earthquake-alerts","status":"publish","type":"post","link":"https:\/\/mobsaint.com\/en_gb\/aplicativo-que-envia-alertas-de-terremotos-em-tempo-real\/","title":{"rendered":"App that sends real-time earthquake alerts."},"content":{"rendered":"<p class=\"wp-block-paragraph\">In an earthquake, a few seconds can make all the difference. Although it&#039;s not possible to predict exactly when a tremor will occur, current technology allows for real-time alerts as soon as seismic activity is detected by specialized networks around the world.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today, anyone can turn their cell phone into a seismic monitoring tool using free apps. They quickly report when an earthquake occurs, show its location on a map, display the recorded magnitude, and in some cases, send notifications before the tremor reaches certain regions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Among the various options available, the <strong>My Earthquake Alerts<\/strong> It is one of the most comprehensive apps for tracking earthquakes anywhere in the world.<\/p>\n\n\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\/mh4-WQuRgYc6XsUdJ5hOwqJ0mNHlO72d9hT4DlUxfOpA-McZcSEdyFdOy2ZZ7M3HsaG1H1qjz8Ns2hxCYA5r=w240-h480-rw\" alt=\"My Earthquake Alerts - Map\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">My Earthquake Alerts - Map<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">242,994 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10 mi+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en_gb\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.jrustonapps.myearthquakealerts\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Install on Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en_gb\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/my-earthquake-alerts-feed\/id975709372\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Install from Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\">What is My Earthquake Alerts?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">My Earthquake Alerts is an application developed to monitor earthquakes in real time. It gathers information from international seismological centers and presents everything in a simple, organized, and easy-to-understand way.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The app offers worldwide coverage, allowing users to track earthquakes recorded in virtually any country. In addition, it sends instant notifications whenever an event occurs within the region configured by the user.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Its goal is to keep people informed and prepared, especially those who live in or travel to areas with higher seismic activity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How does the app work?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Whenever an earthquake is recorded by the world&#039;s major seismological networks, the data is immediately sent to the app.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In just a few seconds, the user can view information such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Earthquake magnitude;<\/li>\n\n\n\n<li>Exact location of the epicenter;<\/li>\n\n\n\n<li>Depth recorded;<\/li>\n\n\n\n<li>Event schedule;<\/li>\n\n\n\n<li>Distance from your location;<\/li>\n\n\n\n<li>Updates will be provided as new information is released.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In several regions where official early warning systems exist, the app can also send advance notifications when there is enough time before the arrival of the most intense waves.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Key features<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">My Earthquake Alerts brings together virtually everything a person needs to monitor seismic activity.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Real-time alerts<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Whenever a new earthquake is detected, you receive a notification directly on your mobile phone.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can choose which earthquakes you want to monitor, avoiding receiving alerts for very small or very distant events.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">World earthquake map<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The app features an interactive map showing all recently recorded earthquakes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Each point indicates:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>intensity;<\/li>\n\n\n\n<li>depth;<\/li>\n\n\n\n<li>time;<\/li>\n\n\n\n<li>location;<\/li>\n\n\n\n<li>Full event details.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This allows you to track, virtually in real time, what is happening in different parts of the planet.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Earthquake history<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to current events, it is also possible to consult previous records.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Those who enjoy tracking geological data can visualize earthquakes that occurred days, weeks, or even months before.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Custom filters<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You decide exactly which notifications you want to receive.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is possible to configure:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>minimum magnitude;<\/li>\n\n\n\n<li>maximum distance;<\/li>\n\n\n\n<li>specific regions;<\/li>\n\n\n\n<li>countries;<\/li>\n\n\n\n<li>frequency of alerts.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This makes the app much more useful in everyday life.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Simple interface<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Despite containing a lot of technical information, the application has a very intuitive interface.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In just a few minutes, anyone can learn how to use it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Who is this app suitable for?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The app can be useful for a variety of user profiles.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Among them:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>residents of regions with seismic activity;<\/li>\n\n\n\n<li>Tourists traveling to countries prone to earthquakes;<\/li>\n\n\n\n<li>Professionals who work in high-risk areas;<\/li>\n\n\n\n<li>geography and geology students;<\/li>\n\n\n\n<li>people interested in natural phenomena.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Even those who live in regions where earthquakes are rare can use it to keep up with events around the world.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Which countries have the highest seismic activity?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Some regions experience tremors much more frequently due to the movement of tectonic plates.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Among them are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Japan;<\/li>\n\n\n\n<li>Chile;<\/li>\n\n\n\n<li>Indonesia;<\/li>\n\n\n\n<li>Mexico;<\/li>\n\n\n\n<li>Philippines;<\/li>\n\n\n\n<li>United States (primarily California and Alaska);<\/li>\n\n\n\n<li>New Zealand;<\/li>\n\n\n\n<li>T\u00fcrkiye.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In these locations, apps like My Earthquake Alerts end up becoming an extremely important tool for monitoring seismic events.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to configure correctly<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After installing the app, it&#039;s worth taking a few minutes to adjust the settings.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The main recommendations are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Allow access to the location;<\/li>\n\n\n\n<li>Enable notifications;<\/li>\n\n\n\n<li>define a minimum magnitude for the alerts;<\/li>\n\n\n\n<li>Set the maximum distance for events;<\/li>\n\n\n\n<li>Allow background operation.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These settings ensure that warnings arrive quickly when an earthquake is recorded.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Does the app consume a lot of battery?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">No.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">My Earthquake Alerts remains almost constantly waiting for notifications from the servers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Since it doesn&#039;t perform continuous GPS tracking, battery consumption is usually quite low.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In most modern cell phones, its impact is virtually imperceptible.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Is it safe to use?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Yes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The application uses information from agencies specializing in seismic monitoring and does not require unnecessary permissions to function.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Furthermore, the data displayed is constantly updated as new official information becomes available.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Does the app really warn you before an earthquake?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It depends on the region.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In locations with official early warning systems, it is possible to receive a few seconds&#039; notice before the arrival of the strongest waves.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Although it seems like a short time, those seconds can be enough to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>seek shelter;<\/li>\n\n\n\n<li>Stay away from windows;<\/li>\n\n\n\n<li>protect children;<\/li>\n\n\n\n<li>Stop dangerous activities.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In regions lacking early warning infrastructure, the app primarily functions as a real-time monitoring tool, quickly reporting when an earthquake occurs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Important safety tips<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to installing a monitoring app, it&#039;s also important to be prepared.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Some recommendations include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Knowing safe places inside the house;<\/li>\n\n\n\n<li>Keep an emergency kit;<\/li>\n\n\n\n<li>To secure heavy furniture to the wall;<\/li>\n\n\n\n<li>to define a meeting point with the family;<\/li>\n\n\n\n<li>Keep flashlights and batteries readily available;<\/li>\n\n\n\n<li>Know the evacuation routes in your area.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The app complements this preparation by providing quick information when an event occurs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Is it worth installing?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Yes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">My Earthquake Alerts gathers reliable information, has a very simple interface, and offers features that help millions of people track earthquakes in real time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Even if you never have to deal directly with a major earthquake, monitoring global seismic activity can be useful for travel, studies, or simply to stay better informed about natural events.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Because it&#039;s free and easy to set up, it becomes an excellent option for those who want to receive alerts directly on their cell phone.<\/p>\n\n\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\/mh4-WQuRgYc6XsUdJ5hOwqJ0mNHlO72d9hT4DlUxfOpA-McZcSEdyFdOy2ZZ7M3HsaG1H1qjz8Ns2hxCYA5r=w240-h480-rw\" alt=\"My Earthquake Alerts - Map\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">My Earthquake Alerts - Map<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">242,994 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10 mi+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en_gb\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.jrustonapps.myearthquakealerts\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Install on Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en_gb\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/my-earthquake-alerts-feed\/id975709372\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Install from Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"<p>Em um terremoto, alguns segundos podem fazer toda a diferen\u00e7a. Embora n\u00e3o seja poss\u00edvel prever exatamente quando um tremor acontecer\u00e1, a tecnologia atual permite receber alertas em tempo real assim que a atividade s\u00edsmica \u00e9 detectada por redes especializadas ao redor do mundo. Hoje, qualquer pessoa pode transformar o celular em uma ferramenta de monitoramento &#8230; <a title=\"App that sends real-time earthquake alerts.\" class=\"read-more\" href=\"https:\/\/mobsaint.com\/en_gb\/aplicativo-que-envia-alertas-de-terremotos-em-tempo-real\/\" aria-label=\"Read more about Aplicativo que Envia Alertas de Terremotos em Tempo Real\">read more<\/a><\/p>","protected":false},"author":1,"featured_media":47187,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-47186","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/mobsaint.com\/en_gb\/wp-json\/wp\/v2\/posts\/47186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mobsaint.com\/en_gb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobsaint.com\/en_gb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_gb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_gb\/wp-json\/wp\/v2\/comments?post=47186"}],"version-history":[{"count":1,"href":"https:\/\/mobsaint.com\/en_gb\/wp-json\/wp\/v2\/posts\/47186\/revisions"}],"predecessor-version":[{"id":47188,"href":"https:\/\/mobsaint.com\/en_gb\/wp-json\/wp\/v2\/posts\/47186\/revisions\/47188"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_gb\/wp-json\/wp\/v2\/media\/47187"}],"wp:attachment":[{"href":"https:\/\/mobsaint.com\/en_gb\/wp-json\/wp\/v2\/media?parent=47186"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobsaint.com\/en_gb\/wp-json\/wp\/v2\/categories?post=47186"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobsaint.com\/en_gb\/wp-json\/wp\/v2\/tags?post=47186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}