{"id":8909,"date":"2025-08-19T19:17:18","date_gmt":"2025-08-19T22:17:18","guid":{"rendered":"https:\/\/saravida.org.br\/?page_id=8909"},"modified":"2025-08-19T19:17:18","modified_gmt":"2025-08-19T22:17:18","slug":"home","status":"publish","type":"page","link":"http:\/\/5.189.177.133\/index.php\/home\/","title":{"rendered":"Home"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"pt-BR\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Saravida &#8211; Acolhendo Vidas Com Amor<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\/* Reset e configura\u00e7\u00f5es b\u00e1sicas *\/\n* {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\nbody {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    line-height: 1.6;\n    color: #333333;\n    background-color: #ffffff;\n}\n\/* Container principal *\/\n.container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\/* Se\u00e7\u00e3o Hero com Carrossel *\/\n.hero-section {\n    position: relative;\n    height: 500px;\n    overflow: hidden;\n    border-radius: 0 0 20px 20px;\n    margin-bottom: 80px;\n}\n.carousel {\n    position: relative;\n    width: 100%;\n    height: 100%;\n}\n.carousel-slide {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background-size: cover; \/* Garante que a imagem cubra todo o slide *\/\n    background-position: center; \/* Centraliza a imagem *\/\n    background-repeat: no-repeat; \/* Evita repeti\u00e7\u00e3o da imagem *\/\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: white;\n    text-align: center;\n    opacity: 0;\n    transition: opacity 1s ease-in-out;\n}\n.carousel-slide.active {\n    opacity: 1;\n}\n\/* Removido: Overlay para escurecer a imagem e melhorar a legibilidade do texto *\/\n\/* .carousel-slide::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: rgba(0, 0, 0, 0.5); \/* Overlay escuro *\/\n\/*    z-index: 1;\n} *\/\n.slide-content {\n    max-width: 800px;\n    padding: 0 20px;\n    position: relative;\n    z-index: 2; \/* Garante que o conte\u00fado fique acima do overlay *\/\n}\n\/* Removido: Estilos para o bot\u00e3o cta-button *\/\n\/* .slide-content .cta-button {\n    background: rgba(255, 255, 255, 0.2);\n    color: white;\n    padding: 16px 32px;\n    border: 2px solid rgba(255, 255, 255, 0.5);\n    border-radius: 50px;\n    font-size: 1.1rem;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    display: inline-block;\n}\n.slide-content .cta-button:hover {\n    background: rgba(255, 255, 255, 0.3);\n    border-color: rgba(255, 255, 255, 0.8);\n    transform: translateY(-2px);\n} *\/\n.carousel-nav {\n    position: absolute;\n    top: 50%;\n    width: 100%;\n    display: flex;\n    justify-content: space-between;\n    transform: translateY(-50%);\n    z-index: 10;\n}\n.carousel-nav button {\n    background: rgba(0, 0, 0, 0.5);\n    border: none;\n    color: white;\n    padding: 15px;\n    cursor: pointer;\n    font-size: 2rem;\n    transition: background 0.3s ease;\n}\n.carousel-nav button:hover {\n    background: rgba(0, 0, 0, 0.8);\n}\n.carousel-indicators {\n    position: absolute;\n    bottom: 20px;\n    left: 50%;\n    transform: translateX(-50%);\n    display: flex;\n    gap: 10px;\n    z-index: 10;\n}\n.carousel-indicators .dot {\n    width: 12px;\n    height: 12px;\n    background: rgba(255, 255, 255, 0.5);\n    border-radius: 50%;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n.carousel-indicators .dot.active {\n    background: white;\n}\n\/* Se\u00e7\u00e3o Sobre *\/\n.about-section {\n    padding: 80px 0;\n}\n.about-content {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: center;\n    margin-bottom: 80px;\n}\n.about-text h2 {\n    font-size: 2.5rem;\n    font-weight: 700;\n    color: #333333;\n    margin-bottom: 24px;\n    line-height: 1.2;\n}\n.about-text h2::after {\n    content: '';\n    display: block;\n    width: 80px;\n    height: 4px;\n    background: linear-gradient(90deg, rgb(254, 71, 40), rgb(220, 60, 30));\n    margin-top: 16px;\n    border-radius: 2px;\n}\n.about-text p {\n    font-size: 1.1rem;\n    color: #51555d;\n    line-height: 1.8;\n    margin-bottom: 24px;\n}\n.about-image {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n.mission-card {\n    background: linear-gradient(135deg, rgb(254, 71, 40), rgb(220, 60, 30));\n    padding: 40px 30px;\n    border-radius: 20px;\n    text-align: center;\n    color: white;\n    box-shadow: 0 20px 40px rgba(254, 71, 40, 0.3);\n    transform: translateY(-10px);\n    transition: transform 0.3s ease;\n}\n.mission-card:hover {\n    transform: translateY(-15px);\n}\n.mission-card .icon {\n    margin-bottom: 15px;\n}\n.mission-card h3 {\n    font-size: 1.8rem;\n    font-weight: 600;\n    margin-bottom: 16px;\n}\n.mission-card p {\n    font-size: 1rem;\n    opacity: 0.9;\n    line-height: 1.6;\n}\n\/* Se\u00e7\u00e3o de Estat\u00edsticas *\/\n.stats-section {\n    padding: 80px 0;\n    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n}\n.stats-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 40px;\n    margin-bottom: 60px;\n}\n.stat-card {\n    background: white;\n    padding: 40px 30px;\n    border-radius: 16px;\n    text-align: center;\n    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);\n    border: 1px solid #f0f0f0;\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n}\n.stat-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, rgb(254, 71, 40), rgb(220, 60, 30));\n    transform: scaleX(0);\n    transition: transform 0.3s ease;\n}\n.stat-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);\n}\n.stat-card:hover::before {\n    transform: scaleX(1);\n}\n.stat-number {\n    font-size: 3rem;\n    font-weight: 700;\n    color: rgb(254, 71, 40);\n    margin-bottom: 12px;\n    display: block;\n}\n.stat-label {\n    font-size: 1rem;\n    color: #51555d;\n    font-weight: 500;\n    line-height: 1.4;\n}\n\/* Se\u00e7\u00e3o de Servi\u00e7os *\/\n.services-section {\n    padding: 80px 0;\n}\n.services-title {\n    text-align: center;\n    margin-bottom: 60px;\n}\n.services-title h2 {\n    font-size: 2.5rem;\n    font-weight: 700;\n    color: #333333;\n    margin-bottom: 16px;\n}\n.services-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n    gap: 40px;\n}\n.service-card {\n    background: white;\n    padding: 50px 40px;\n    border-radius: 20px;\n    text-align: center;\n    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);\n    border: 1px solid #f0f0f0;\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n}\n.service-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 6px;\n    background: linear-gradient(90deg, rgb(254, 71, 40), rgb(220, 60, 30));\n}\n.service-card:hover {\n    transform: translateY(-10px);\n    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\n}\n.service-icon {\n    width: 80px;\n    height: 80px;\n    background: linear-gradient(135deg, rgb(254, 71, 40), rgb(220, 60, 30));\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 24px;\n    color: white;\n}\n.service-card h3 {\n    font-size: 1.8rem;\n    font-weight: 600;\n    color: rgb(254, 71, 40);\n    margin-bottom: 20px;\n}\n.service-card p {\n    font-size: 1rem;\n    color: #51555d;\n    line-height: 1.7;\n}\n\/* Se\u00e7\u00e3o Call to Action *\/\n.cta-section {\n    background: linear-gradient(135deg, #452d3b 0%, #573f4b 100%);\n    padding: 80px 40px;\n    border-radius: 20px;\n    color: white;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    margin: 80px 0;\n}\n.cta-section::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle, rgba(254, 71, 40, 0.1) 0%, transparent 70%);\n    animation: pulse 4s ease-in-out infinite;\n}\n@keyframes pulse {\n    0%, 100% { transform: scale(1); opacity: 0.5; }\n    50% { transform: scale(1.1); opacity: 0.8; }\n}\n.cta-content {\n    position: relative;\n    z-index: 2;\n}\n.cta-section h2 {\n    font-size: 2.8rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    color: white;\n}\n.cta-section p {\n    font-size: 1.2rem;\n    opacity: 0.9;\n    margin-bottom: 40px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 1.6;\n}\n.cta-button-large {\n    background: linear-gradient(135deg, rgb(254, 71, 40), rgb(220, 60, 30));\n    color: white;\n    padding: 20px 40px;\n    border: none;\n    border-radius: 50px;\n    font-size: 1.2rem;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-decoration: none;\n    display: inline-block;\n    box-shadow: 0 8px 24px rgba(254, 71, 40, 0.4);\n}\n.cta-button-large:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 32px rgba(254, 71, 40, 0.5);\n}\n\/* Fake Footer *\/\n.fake-footer {\n    padding: 60px 0;\n    text-align: center;\n    border-top: 2px solid #f0f0f0;\n    margin-top: 80px;\n}\n.footer-title {\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: #333333;\n    margin-bottom: 30px;\n}\n.social-icons {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n}\n.social-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, rgb(254, 71, 40), rgb(220, 60, 30));\n    color: white;\n    text-decoration: none;\n    font-size: 1.5rem;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n}\n.social-icon:hover {\n    transform: translateY(-5px) scale(1.1);\n    box-shadow: 0 8px 24px rgba(254, 71, 40, 0.4);\n}\n\/* Responsividade *\/\n@media (max-width: 768px) {\n    .slide-content h1 {\n        font-size: 2.5rem;\n    }\n    .about-content {\n        grid-template-columns: 1fr;\n        gap: 40px;\n        text-align: center;\n    }\n    .services-grid, .stats-grid {\n        grid-template-columns: 1fr;\n        gap: 30px;\n    }\n}\n@media (max-width: 480px) {\n    .hero-section {\n        height: 400px;\n    }\n    .slide-content h1 {\n        font-size: 2rem;\n    }\n    .stat-number {\n        font-size: 2.5rem;\n    }\n    .about-text h2, .services-title h2, .cta-section h2 {\n        font-size: 2rem;\n    }\n}\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n    <!-- Se\u00e7\u00e3o Hero com Carrossel --><\/p>\n<section>\n                <button>&#10094;<\/button><br \/>\n                <button>&#10095;<\/button><br \/>\n    <\/section>\n<p>    <!-- Se\u00e7\u00e3o Quem Somos e Nossa Miss\u00e3o --><\/p>\n<section>\n<h2>Quem Somos<\/h2>\n<p>A Saravida \u00e9 uma organiza\u00e7\u00e3o da Sociedade Civil, sem fins lucrativos, dedicada ao acolhimento e preven\u00e7\u00e3o no combate \u00e0s drogas desde 2003. Nossa miss\u00e3o \u00e9 transformar vidas atrav\u00e9s do amor ao pr\u00f3ximo e do apoio integral \u00e0s fam\u00edlias.<\/p>\n<p>                            <svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M12 2L3 6V12C3 17.52 6.58 22.04 12 23C17.42 22.04 21 17.52 21 12V6L12 2ZM12 21C7.59 20.12 4 16.04 4 12.07V7.4L12 3.4L20 7.4V12.07C20 16.04 16.41 20.12 12 21ZM12 10.5C10.62 10.5 9.5 11.62 9.5 13C9.5 14.38 10.62 15.5 12 15.5C13.38 15.5 14.5 14.38 14.5 13C14.5 11.62 13.38 10.5 12 10.5Z\" fill=\"white\"\/>\n                            <\/svg><\/p>\n<h3>Nossa Miss\u00e3o<\/h3>\n<p>Transformar vidas atrav\u00e9s do amor ao pr\u00f3ximo e do apoio integral \u00e0s fam\u00edlias, combatendo as drogas e promovendo a recupera\u00e7\u00e3o.<\/p>\n<\/section>\n<p>    <!-- Se\u00e7\u00e3o de Estat\u00edsticas --><\/p>\n<section>\n                    0<br \/>\n                    Atendimentos por m\u00eas no CAP<br \/>\n                    0<br \/>\n                    Acolhidos nas comunidades<br \/>\n                    0<br \/>\n                    Fam\u00edlias atendidas<br \/>\n                    0<br \/>\n                    Beneficiados indiretamente desde 2003<br \/>\n    <\/section>\n<p>    <!-- Se\u00e7\u00e3o de Servi\u00e7os --><\/p>\n<section>\n<h2>Nossos Servi\u00e7os<\/h2>\n<p>                        <svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M12 21.35L10.55 20.03C5.4 15.36 2 12.28 2 8.5C2 5.42 4.42 3 7.5 3C9.24 3 10.91 3.81 12 5.09C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.42 22 8.5C22 12.28 18.6 15.36 13.45 20.04L12 21.35Z\" fill=\"white\"\/>\n                        <\/svg><\/p>\n<h3>Acolhimento<\/h3>\n<p>Oferecemos um ambiente seguro e acolhedor para indiv\u00edduos em busca de recupera\u00e7\u00e3o, com suporte psicol\u00f3gico e terap\u00eautico.<\/p>\n<p>                        <svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M12 1L3 5V11C3 16.52 6.58 21.04 12 22C17.42 21.04 21 16.52 21 11V5L12 1ZM12 20C7.59 19.12 4 15.04 4 11.07V6.4L12 2.4L20 6.4V11.07C20 15.04 16.41 19.12 12 20Z\" fill=\"white\"\/>\n                        <\/svg><\/p>\n<h3>Preven\u00e7\u00e3o<\/h3>\n<p>Desenvolvemos programas de preven\u00e7\u00e3o e conscientiza\u00e7\u00e3o em escolas e comunidades, visando educar sobre os riscos das drogas.<\/p>\n<p>                        <svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2ZM18 20H6V4H13V9H18V20ZM12 11C10.9 11 10 11.9 10 13C10 14.1 10.9 15 12 15C13.1 15 14 14.1 14 13C14 11.9 13.1 11 12 11ZM12 17C9.33 17 4 18.34 4 21V21.5C4 21.83 4.17 22 4.5 22H19.5C19.83 22 20 21.83 20 21.5V21C20 18.34 14.67 17 12 17Z\" fill=\"white\"\/>\n                        <\/svg><\/p>\n<h3>Administrativo<\/h3>\n<p>Contamos com uma equipe administrativa dedicada para gerenciar os recursos e garantir a sustentabilidade de nossos projetos.<\/p>\n<\/section>\n<p>    <!-- Se\u00e7\u00e3o Call to Action --><\/p>\n<section>\n<h2>Transforme Vidas. Seja um Volunt\u00e1rio Saravida.<\/h2>\n<p>Sua ajuda faz a diferen\u00e7a. Junte-se a n\u00f3s e contribua para um futuro mais esperan\u00e7oso para muitas fam\u00edlias.<\/p>\n<p>                <a href=\"#\">Quero ser volunt\u00e1rio<\/a><br \/>\n    <\/section>\n<p>    <!-- Fake Footer --><\/p>\n<section>\n<h3>Conhe\u00e7a Nossas Redes Sociais<\/h3>\n<p>                <a href=\"#\" aria-label=\"Instagram\"><br \/>\n                    <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M7.8 2H16.2C19.4 2 22 4.6 22 7.8V16.2C22 19.4 19.4 22 16.2 22H7.8C4.6 22 2 19.4 2 16.2V7.8C2 4.6 4.6 2 7.8 2ZM7.8 4C5.69 4 4 5.69 4 7.8V16.2C4 18.31 5.69 20 7.8 20H16.2C18.31 20 20 18.31 20 16.2V7.8C20 5.69 18.31 4 16.2 4H7.8ZM12 7C9.24 7 7 9.24 7 12C7 14.76 9.24 17 12 17C14.76 17 17 14.76 17 12C17 9.24 14.76 7 12 7ZM12 15C10.34 15 9 13.66 9 12C9 10.34 10.34 9 12 9C13.66 9 15 10.34 15 12C15 13.66 13.66 15 12 15ZM18.25 4.25C17.42 4.25 16.75 4.92 16.75 5.75C16.75 6.58 17.42 7.25 18.25 7.25C19.08 7.25 19.75 6.58 19.75 5.75C19.75 4.92 19.08 4.25 18.25 4.25Z\" fill=\"white\"\/>\n                    <\/svg><br \/>\n                <\/a><br \/>\n                <a href=\"#\" aria-label=\"YouTube\"><br \/>\n                    <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM10 15.5L16 12L10 8.5V15.5Z\" fill=\"white\"\/>\n                    <\/svg><br \/>\n                <\/a><br \/>\n                <a href=\"mailto:contato@saravida.org.br\" aria-label=\"Email\"><br \/>\n                    <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M20 4H4C2.9 4 2.01 4.9 2.01 6L2 18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM20 8L12 13L4 8V6L12 11L20 6V8Z\" fill=\"white\"\/>\n                    <\/svg><br \/>\n                <\/a><br \/>\n                <a href=\"https:\/\/wa.me\/55SEUNUMERO\" aria-label=\"WhatsApp\"><br \/>\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\n                                <path d=\"M12.04 2c-5.46 0-9.91 4.45-9.91 9.91 0 1.75.46 3.38 1.25 4.82l-1.34 4.92 5.05-1.32c1.39.72 2.97 1.14 4.61 1.14h.01c5.46 0 9.91-4.45 9.91-9.91s-4.45-9.91-9.91-9.91zM12.04 20.15h-.01c-1.48 0-2.93-.39-4.19-1.12l-.3-.18-3.12.82.83-3.04-.2-.32a8.08 8.08 0 01-1.23-4.38c0-4.49 3.65-8.13 8.14-8.13 2.21 0 4.24.86 5.76 2.38 1.52 1.52 2.38 3.55 2.38 5.76-.01 4.48-3.66 8.13-8.14 8.13zm4.7-6.55c-.26-.13-1.55-.77-1.79-.85-.24-.08-.42-.13-.59.13-.17.26-.68.85-.83 1.02-.15.17-.3.19-.55.06-.25-.13-1.07-.39-2.04-1.26-.75-.67-1.26-1.5-1.41-1.75-.15-.25-.02-.38.12-.51.12-.11.26-.29.39-.43.13-.14.17-.24.26-.41.08-.17.04-.31-.02-.44s-.59-1.42-.81-1.95c-.22-.52-.43-.45-.59-.46-.16-.01-.33-.01-.5-.01-.17 0-.45.06-.68.31-.24.25-.91.89-.91 2.18 0 1.28.93 2.52 1.06 2.7.13.17 1.83 2.81 4.44 3.93.61.26 1.09.42 1.47.53.6.19 1.14.16 1.56.1.48-.07 1.55-1.04 1.76-2.04.22-1-.04-1.84-.08-2.04z\"\/>\n                            <\/svg><br \/>\n                        <\/a><br \/>\n                <a href=\"#\" aria-label=\"Facebook\"><br \/>\n                    <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24V15.564H7.078V12.073H10.125V9.405C10.125 6.348 11.917 4.688 14.658 4.688C15.97 4.688 17.344 4.922 17.344 4.922V7.875H15.83C14.34 7.875 13.875 8.8 13.875 9.75V12.073H17.203L16.671 15.564H13.875V24C19.612 23.094 24 18.1 24 12.073Z\" fill=\"white\"\/>\n                    <\/svg><br \/>\n                <\/a><br \/>\n    <\/section>\n<p><\/body><br \/>\n<\/html><br \/>\nhttp:\/\/5.189.177.133\/wp-content\/uploads\/2025\/08\/copy_80FE67DA-585C-4AF8-9BEC-C675423B4976.mov<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Saravida &#8211; Acolhendo Vidas Com Amor &#10094; &#10095; Quem Somos A Saravida \u00e9 uma organiza\u00e7\u00e3o da Sociedade Civil, sem fins lucrativos, dedicada ao acolhimento e preven\u00e7\u00e3o no combate \u00e0s drogas desde 2003. Nossa miss\u00e3o \u00e9 transformar vidas atrav\u00e9s do amor ao pr\u00f3ximo e do apoio integral \u00e0s fam\u00edlias. Nossa Miss\u00e3o Transformar vidas atrav\u00e9s do amor<a href=\"http:\/\/5.189.177.133\/index.php\/home\/\" class=\"read-more\">Read More &#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_kadence_starter_templates_imported_post":false,"footnotes":""},"class_list":["post-8909","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/5.189.177.133\/index.php\/wp-json\/wp\/v2\/pages\/8909","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/5.189.177.133\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/5.189.177.133\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/5.189.177.133\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/5.189.177.133\/index.php\/wp-json\/wp\/v2\/comments?post=8909"}],"version-history":[{"count":0,"href":"http:\/\/5.189.177.133\/index.php\/wp-json\/wp\/v2\/pages\/8909\/revisions"}],"wp:attachment":[{"href":"http:\/\/5.189.177.133\/index.php\/wp-json\/wp\/v2\/media?parent=8909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}