{"id":10,"date":"2025-08-26T20:19:20","date_gmt":"2025-08-26T23:19:20","guid":{"rendered":"http:\/\/dedicarerio.com.br\/?page_id=10"},"modified":"2025-10-10T14:33:04","modified_gmt":"2025-10-10T17:33:04","slug":"home","status":"publish","type":"page","link":"https:\/\/www.dedicarerio.com.br\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10\" class=\"elementor elementor-10\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5c6d97 e-con-full e-flex e-con e-parent\" data-id=\"f5c6d97\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0ef199 elementor-widget elementor-widget-html\" data-id=\"c0ef199\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html> <html lang=\"pt-BR\"> <head> <meta charset=\"UTF-8\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> <title>DediCare - Cuidadores de Pessoas<\/title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: hsl(215, 25%, 27%); background-color: white; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } \/* Header Styles *\/ .header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid hsl(214, 32%, 91%); padding: 24px 0; } .header-content { display: flex; align-items: center; justify-content: space-between; } .logo { height: 64px; width: 220px; margin-top: 20px; } .nav { display: none; align-items: center; gap: 32px; } .nav-link { color: hsl(215, 25%, 27%); text-decoration: none; transition: color 0.3s ease; cursor: pointer; background: none; border: none; font-size: 16px; } .nav-link:hover { color: hsl(210, 100%, 45%); } .btn-primary { background: linear-gradient(135deg, hsl(210, 100%, 45%), hsl(200, 100%, 50%)); color: white; border: none; padding: 12px 24px; border-radius: 8px; cursor: pointer; font-weight: 600; transition: opacity 0.3s ease; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; } .btn-primary:hover { opacity: 0.9; } .btn-outline { background: transparent; color: hsl(210, 100%, 45%); border: 2px solid hsl(210, 100%, 45%); padding: 12px 24px; border-radius: 8px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; } .btn-outline:hover { background: hsl(210, 100%, 45%, 0.05); } \/* ========== IN\u00cdCIO DO POPUP ========== *\/ .popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; } .popup-overlay.show { display: flex; } .popup-content { background: white; border-radius: 12px; max-width: 500px; width: 100%; padding: 32px; box-shadow: 0 20px 60px -12px rgba(0, 0, 0, 0.25); border: 2px solid hsl(210, 100%, 45%, 0.2); position: relative; animation: popupSlideIn 0.3s ease-out; } @keyframes popupSlideIn { from { opacity: 0; transform: scale(0.9) translateY(-20px); } to { opacity: 1; transform: scale(1) translateY(0); } } .popup-close { position: absolute; top: 16px; right: 16px; background: none; border: none; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background-color 0.3s ease; } .popup-close:hover { background: hsl(214, 32%, 91%); } .popup-title { font-size: 1.5rem; font-weight: 700; color: hsl(210, 100%, 45%); text-align: center; margin-bottom: 24px; } .popup-message { background: hsl(210, 100%, 95%); border: 1px solid hsl(210, 100%, 80%); border-radius: 8px; padding: 24px; text-align: center; } .popup-message h3 { font-size: 1.125rem; font-weight: 600; color: hsl(210, 100%, 35%); margin-bottom: 16px; } .popup-message p { color: hsl(210, 100%, 30%); line-height: 1.5; } \/* ========== FIM DO POPUP ========== *\/ \/* Hero Section *\/ .hero { min-height: 100vh; display: flex; align-items: center; background: linear-gradient(135deg, hsl(205, 100%, 95%), hsl(210, 40%, 96%)); padding-top: 200px; } .hero-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; } .hero-content { animation: fadeIn 0.6s ease-out; } .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.5); padding: 8px 16px; border-radius: 50px; margin-bottom: 24px; font-size: 14px; font-weight: 500; color: hsl(210, 100%, 45%); } .hero-title { font-size: 3rem; font-weight: 700; color: hsl(210, 100%, 45%); line-height: 1.2; margin-bottom: 24px; } .hero-subtitle { color: hsl(200, 100%, 50%); } .hero-description { font-size: 1.25rem; color: hsl(215, 25%, 27%, 0.8); line-height: 1.6; margin-bottom: 32px; max-width: 500px; } .hero-features { margin-bottom: 32px; } .hero-features p { margin-bottom: 16px; } .hero-buttons { display: flex; flex-direction: column; gap: 16px; margin-bottom: 48px; } .hero-contact { padding-top: 24px; border-top: 1px solid hsl(210, 100%, 45%, 0.2); } .hero-contact p { font-size: 14px; color: hsl(215, 16%, 47%); margin-bottom: 12px; } .contact-links { display: flex; flex-direction: column; gap: 16px; } .contact-link { display: flex; align-items: center; gap: 8px; color: hsl(210, 100%, 45%); text-decoration: none; transition: color 0.3s ease; } .contact-link:hover { color: hsl(200, 100%, 50%); } .hero-image-container { position: relative; animation: slideInLeft 0.6s ease-out; } .hero-image-bg { position: absolute; inset: 0; background: linear-gradient(135deg, hsl(210, 100%, 45%), hsl(200, 100%, 50%)); border-radius: 24px; transform: rotate(6deg); } .hero-image { position: relative; border-radius: 24px; width: 100%; height: auto; box-shadow: 0 12px 40px -12px hsl(210, 100%, 45%, 0.35); } \/* Section Styles *\/ .section { padding: 80px 0; } .section-alt { background: linear-gradient(135deg, hsl(205, 100%, 95%), hsl(210, 40%, 96%)); } .section-title { font-size: 2.5rem; font-weight: 700; color: hsl(210, 100%, 45%); text-align: center; margin-bottom: 16px; } .section-description { font-size: 1.25rem; color: hsl(215, 16%, 47%); text-align: center; max-width: 800px; margin: 0 auto 64px auto; } \/* Card Styles *\/ .card { background: white; border-radius: 12px; padding: 32px; box-shadow: 0 4px 20px -4px hsl(210, 100%, 45%, 0.15); transition: all 0.3s ease; border: 1px solid hsl(214, 32%, 91%); } .card:hover { box-shadow: 0 8px 30px -8px hsl(210, 100%, 45%, 0.25); border-color: hsl(210, 100%, 45%, 0.3); } .card-icon { width: 64px; height: 64px; background: linear-gradient(135deg, hsl(210, 100%, 45%), hsl(200, 100%, 50%)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px auto; } .card-title { font-size: 1.125rem; font-weight: 600; color: hsl(210, 100%, 45%); text-align: center; margin-bottom: 12px; } .card-description { color: hsl(215, 16%, 47%); text-align: center; } \/* Grid Layouts *\/ .grid-2 { display: grid; grid-template-columns: 1fr; gap: 32px; } .grid-3 { display: grid; grid-template-columns: 1fr; gap: 24px; } .grid-4 { display: grid; grid-template-columns: 1fr; gap: 24px; } \/* Plans Section *\/ .plan-card { position: relative; background: white; border-radius: 12px; padding: 32px; box-shadow: 0 4px 20px -4px hsl(210, 100%, 45%, 0.15); transition: all 0.3s ease; border: none; } .plan-card:hover { box-shadow: 0 12px 40px -12px hsl(210, 100%, 45%, 0.35); } .plan-badge { position: absolute; top: 16px; right: 16px; background: linear-gradient(135deg, hsl(210, 100%, 45%), hsl(200, 100%, 50%)); color: white; padding: 4px 12px; border-radius: 16px; font-size: 12px; font-weight: 600; } .plan-icon { width: 48px; height: 48px; background: linear-gradient(135deg, hsl(210, 100%, 45%), hsl(200, 100%, 50%)); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; } .plan-title { font-size: 1.5rem; color: hsl(210, 100%, 45%); font-weight: 700; margin-bottom: 8px; } .plan-subtitle { color: hsl(200, 100%, 50%); font-weight: 600; margin-bottom: 16px; } .plan-description { color: hsl(215, 16%, 47%); margin-bottom: 24px; } .feature-list { list-style: none; margin-bottom: 32px; } .feature-item { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; } .feature-check { width: 20px; height: 20px; background: hsl(210, 100%, 45%, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; } \/* Contact Section *\/ .contact-section { background: linear-gradient(135deg, hsl(210, 100%, 45%), hsl(200, 100%, 50%)); color: white; } .contact-card { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 12px; padding: 24px; transition: all 0.3s ease; cursor: pointer; } .contact-card:hover { background: rgba(255, 255, 255, 0.2); } .contact-card-icon { width: 48px; height: 48px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 16px; } \/* Footer *\/ .footer { background: hsl(215, 100%, 35%); color: white; padding: 48px 0; } .footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; } .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; } .footer-logo-icon { width: 32px; height: 32px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: hsl(210, 100%, 45%); font-weight: 700; } .footer-title { font-size: 1.25rem; font-weight: 700; color: #ffffff; } .footer-subtitle { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.8; } .footer-link { color: rgba(255, 255, 255, 0.8); text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.3s ease; margin-bottom: 12px; } .footer-link:hover { color: white; } .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 32px; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; } .footer-copyright { color: rgba(255, 255, 255, 0.6); font-size: 14px; } \/* Animations *\/ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes slideInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } } \/* Responsive Design *\/ @media (min-width: 768px) { .nav { display: flex; } .hero-buttons { flex-direction: row; } .contact-links { flex-direction: row; } .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(2, 1fr); } .footer-grid { grid-template-columns: repeat(3, 1fr); } .footer-bottom { flex-direction: row; justify-content: space-between; } } @media (min-width: 1024px) { .hero-grid { grid-template-columns: repeat(2, 1fr); } .hero-title { font-size: 4rem; } .grid-4 { grid-template-columns: repeat(4, 1fr); } } \/* SVG Icons *\/ .icon { width: 24px; height: 24px; fill: currentColor; } .icon-sm { width: 16px; height: 16px; } .icon-lg { width: 32px; height: 32px; } \/* Utility Classes *\/ .text-center { text-align: center; } .text-white { color: white; } .bg-white { background: white; } .mb-4 { margin-bottom: 16px; } .mb-6 { margin-bottom: 24px; } .mb-8 { margin-bottom: 32px; } .smooth-scroll { scroll-behavior: smooth; } <\/style> <\/head> <body data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1>  <!-- ========== IN\u00cdCIO DO POPUP ========== -->\n    <div id=\"notHiringPopup\" class=\"popup-overlay\">\n        <div class=\"popup-content\">\n            <button class=\"popup-close\" onclick=\"closePopup()\">\n                <svg class=\"icon-sm\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                    <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/>\n                    <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/>\n                <\/svg>\n            <\/button>\n            \n            <h2 class=\"popup-title\">Informa\u00e7\u00e3o Importante<\/h2>\n            \n            <div class=\"popup-message\">\n                <h3>N\u00e3o estamos contratando cuidadores<\/h3>\n                <p>Trabalhamos apenas com cuidadores indicados, o que torna nossa equipe de maior excel\u00eancia e qualidade profissional.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n    <!-- ========== FIM DO POPUP ========== --> <!-- Header --> <header class=\"header\"> <div class=\"container\"> <div class=\"header-content\"> <div> <img decoding=\"async\" src=\"http:\/\/dedicarerio.com.br\/wp-content\/uploads\/2025\/08\/LOGO-SEM-FUNDO-2.png\" alt=\"DediCare Logo\" class=\"logo\"> <\/div> <nav class=\"nav\"> <button class=\"nav-link\" onclick=\"scrollToSection('sobre')\">Sobre<\/button> <button class=\"nav-link\" onclick=\"scrollToSection('servicos')\">Servi\u00e7os<\/button> <button class=\"nav-link\" onclick=\"scrollToSection('planos')\">Planos<\/button> <button class=\"nav-link\" onclick=\"scrollToSection('contato')\">Contato<\/button> <\/nav> <div> <a href=\"https:\/\/wa.me\/5521999559014\" target=\"_blank\" class=\"btn-primary\"> <svg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/> <\/svg> Contrate um cuidador <\/a> <\/div> <\/div> <\/div> <\/header> <!-- Hero Section --> <section class=\"hero\"> <div class=\"container\"> <div class=\"hero-grid\"> <div class=\"hero-content\"> <div class=\"hero-badge\"> <svg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"currentColor\"> <path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/> <\/svg> Cuidado Profissional <\/div> <h1 class=\"hero-title\"> M\u00e3os que cuidam de <span class=\"hero-subtitle\">quem voc\u00ea ama!<\/span> <\/h1> <p class=\"hero-description\"> Contamos com uma equipe de profissionais qualificados, com dedica\u00e7\u00e3o total, cuidado e seguran\u00e7a para quem voc\u00ea ama. <\/p> <div class=\"hero-features\"> <p style=\"font-size: 1.125rem; font-weight: 600; color: hsl(210, 100%, 45%); margin-bottom: 16px;\"> Oferecemos assist\u00eancia personalizada, diurna e noturna. <\/p> <p style=\"color: hsl(215, 25%, 27%, 0.7);\"> Tudo isso, no conforto do seu lar. <\/p> <\/div> <div class=\"hero-buttons\"> <a href=\"https:\/\/wa.me\/5521999559014\" target=\"_blank\" class=\"btn-primary\" style=\"font-size: 1.125rem; padding: 16px 32px;\"> <svg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/> <\/svg> Contrate um cuidador <\/a> <a href=\"https:\/\/www.dedicarerio.com.br\/?page_id=90\" target=\"_blank\" class=\"btn-outline\" style=\"font-size: 1.125rem; padding: 16px 32px;\"> Trabalhe conosco <\/a> <\/div> <div class=\"hero-contact\"> <p>Entre em contato conosco:<\/p> <div class=\"contact-links\"> <a href=\"https:\/\/wa.me\/5521999559014\" target=\"_blank\" class=\"contact-link\"> <svg class=\"icon-sm\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/> <\/svg> (21) 99955-9014 <\/a> <a href=\"mailto:comercial@dedicarerio.com.br\" class=\"contact-link\"> <svg class=\"icon-sm\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/> <polyline points=\"22,6 12,13 2,6\"\/> <\/svg> comercial@dedicarerio.com.br <\/a> <\/div> <\/div> <\/div> <div class=\"hero-image-container\"> <div class=\"hero-image-bg\"><\/div> <img decoding=\"async\" src=\"http:\/\/dedicarerio.com.br\/wp-content\/uploads\/2025\/08\/cuidadores.jpg\" class=\"hero-image\"> <\/div> <\/div> <\/div> <\/section> <!-- About Section --> <section id=\"sobre\" class=\"section\"> <div class=\"container\"> <div class=\"grid-2\" style=\"align-items: center; gap: 64px;\"> <div> <h2 class=\"section-title\" style=\"text-align: left; margin-bottom: 24px;\"> Sobre a DediCare <\/h2> <p class=\"section-description\" style=\"text-align: left; margin-bottom: 32px;\"> Somos uma empresa especializada em cuidadores de pessoas. <\/p> <div style=\"margin-bottom: 32px;\"> <h3 style=\"font-size: 1.5rem; font-weight: 600; color: hsl(210, 100%, 45%); margin-bottom: 16px;\"> Nossa Miss\u00e3o <\/h3> <p style=\"color: hsl(215, 25%, 27%, 0.8);\"> Proporcionar cuidados especializados e humanizados, sempre priorizando o bem-estar, a dignidade e a qualidade de vida de nossos assistidos e suas fam\u00edlias. <\/p> <\/div> <div> <h3 style=\"font-size: 1.5rem; font-weight: 600; color: hsl(210, 100%, 45%); margin-bottom: 16px;\"> Por que escolher a DediCare? <\/h3> <ul style=\"list-style: none; color: hsl(215, 25%, 27%, 0.8);\"> <li style=\"margin-bottom: 8px;\">\u2022 Profissionais com forma\u00e7\u00e3o especializada<\/li> <li style=\"margin-bottom: 8px;\">\u2022 Atendimento personalizado e humanizado<\/li> <li style=\"margin-bottom: 8px;\">\u2022 Disponibilidade 24 horas por dia<\/li> <li style=\"margin-bottom: 8px;\">\u2022 Acompanhamento no conforto do seu lar<\/li> <li style=\"margin-bottom: 8px;\">\u2022 Planos flex\u00edveis adaptados \u00e0s suas necessidades<\/li> <\/ul> <\/div> <\/div> <div> <div style=\"position: relative;\"> <div style=\"position: absolute; inset: 0; background: linear-gradient(135deg, hsl(210, 100%, 45%), hsl(200, 100%, 50%)); border-radius: 16px; transform: rotate(-3deg);\"><\/div> <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1582750433449-648ed127bb54?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80\" alt=\"Equipe de profissionais da DediCare\" style=\"position: relative; border-radius: 16px; width: 100%; height: auto; box-shadow: 0 12px 40px -12px hsl(210, 100%, 45%, 0.35);\"> <\/div> <\/div> <\/div> <div style=\"margin-top: 80px;\"> <h3 class=\"section-title\" style=\"margin-bottom: 48px;\"> Nossos Valores <\/h3> <div class=\"grid-4\"> <div class=\"card\"> <div class=\"card-icon\"> <svg class=\"icon-lg text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/> <\/svg> <\/div> <h4 class=\"card-title\">Seguran\u00e7a<\/h4> <p class=\"card-description\"> Profissionais qualificados e treinados para garantir m\u00e1xima seguran\u00e7a. <\/p> <\/div> <div class=\"card\"> <div class=\"card-icon\"> <svg class=\"icon-lg text-white\" viewBox=\"0 0 24 24\" fill=\"currentColor\"> <path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/> <\/svg> <\/div> <h4 class=\"card-title\">Cuidado<\/h4> <p class=\"card-description\"> Tratamos cada pessoa com amor, respeito e dignidade. <\/p> <\/div> <div class=\"card\"> <div class=\"card-icon\"> <svg class=\"icon-lg text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/> <circle cx=\"9\" cy=\"7\" r=\"4\"\/> <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/> <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/> <\/svg> <\/div> <h4 class=\"card-title\">Profissionalismo<\/h4> <p class=\"card-description\"> Equipe especializada com experi\u00eancia comprovada. <\/p> <\/div> <div class=\"card\"> <div class=\"card-icon\"> <svg class=\"icon-lg text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <circle cx=\"12\" cy=\"12\" r=\"10\"\/> <polyline points=\"12,6 12,12 16,14\"\/> <\/svg> <\/div> <h4 class=\"card-title\">Disponibilidade<\/h4> <p class=\"card-description\"> Atendimento 24 horas para quando voc\u00ea mais precisar. <\/p> <\/div> <\/div> <\/div> <\/div> <\/section> <!-- Services Section --> <section id=\"servicos\" class=\"section\"> <div class=\"container\"> <h2 class=\"section-title\">Nossos Servi\u00e7os<\/h2> <p class=\"section-description\"> Oferecemos cuidados especializados com uma equipe de profissionais qualificados, sempre priorizando o bem-estar e a seguran\u00e7a de quem voc\u00ea ama. <\/p> <div class=\"grid-4\"> <div class=\"card\"> <div class=\"card-icon\"> <svg class=\"icon-lg text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/> <circle cx=\"9\" cy=\"7\" r=\"4\"\/> <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/> <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/> <\/svg> <\/div> <h3 class=\"card-title\">Cuidadores de idosos<\/h3> <p class=\"card-description\"> \u00c0 medida que envelhecemos, existem v\u00e1rios fatores que podem dificultar a vida independente. Seja uma doen\u00e7a, problemas de mobilidade ou at\u00e9 mesmo solid\u00e3o. Estamos prontos para cuidar de quem cuidou, com toda dedica\u00e7\u00e3o e carinho. <\/p> <\/div> <div class=\"card\"> <div class=\"card-icon\"> <svg class=\"icon-lg text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M7 14c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM7 14c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z\"\/> <path d=\"M14 4v16\"\/> <path d=\"M17 4v16\"\/> <\/svg> <\/div> <h3 class=\"card-title\">Cuidadores de crian\u00e7as<\/h3> <p class=\"card-description\"> O cuidador infantil tem um papel fundamental no desenvolvimento, educa\u00e7\u00e3o e autonomia das crian\u00e7as. Ele ajuda a estabelecer e manter rotinas di\u00e1rias. <\/p> <\/div> <div class=\"card\"> <div class=\"card-icon\"> <svg class=\"icon-lg text-white\" viewBox=\"0 0 24 24\" fill=\"currentColor\"> <path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/> <\/svg> <\/div> <h3 class=\"card-title\">Cuidador no p\u00f3s-operat\u00f3rio<\/h3> <p class=\"card-description\"> \u00c9 fundamental para que o paciente se sinta mais seguro e amparado, o que pode ser fundamental para a sua recupera\u00e7\u00e3o. <\/p> <\/div> <div class=\"card\"> <div class=\"card-icon\"> <svg class=\"icon-lg text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <circle cx=\"18\" cy=\"5\" r=\"3\"\/> <circle cx=\"6\" cy=\"12\" r=\"3\"\/> <circle cx=\"18\" cy=\"19\" r=\"3\"\/> <line x1=\"8.59\" y1=\"13.51\" x2=\"15.42\" y2=\"17.49\"\/> <line x1=\"15.41\" y1=\"6.51\" x2=\"8.59\" y2=\"10.49\"\/> <\/svg> <\/div> <h3 class=\"card-title\">Cuidadores de pessoas com limita\u00e7\u00f5es<\/h3> <p class=\"card-description\"> \u00c9 um profissional que auxilia na rotina di\u00e1ria, promovendo a sa\u00fade f\u00edsica e mental da pessoa assistida, al\u00e9m de melhorar a qualidade de vida dela e de sua fam\u00edlia. <\/p> <\/div> <\/div> <div class=\"text-center\" style=\"margin-top: 48px;\"> <p style=\"font-size: 1.125rem; color: hsl(210, 100%, 45%); font-weight: 600; margin-bottom: 8px;\"> DediCare, a escolha perfeita! <\/p> <p style=\"color: hsl(215, 16%, 47%);\"> Entre em contato conosco e descubra qual plano \u00e9 o melhor para voc\u00ea! <\/p> <\/div> <\/div> <\/section> <!-- Why Choose Us Section --> <section class=\"section section-alt\"> <div class=\"container\"> <h2 class=\"section-title\"> Por que contratar uma empresa especializada? <\/h2> <p class=\"section-description\"> Ao contratar uma empresa de cuidadores, voc\u00ea garante a seguran\u00e7a, o bem-estar e a qualidade da vida de quem voc\u00ea ama, com assist\u00eancia personalizada \u00e0s suas necessidades. Al\u00e9m disso, proporciona tranquilidade \u00e0 fam\u00edlia, que n\u00e3o precisa se preocupar com a contrata\u00e7\u00e3o, sele\u00e7\u00e3o e gest\u00e3o dos profissionais. <\/p> <div class=\"grid-2\"> <!-- Vantagens --> <div> <div style=\"display: flex; align-items: center; margin-bottom: 32px;\"> <svg class=\"icon-lg\" style=\"color: #16a34a; margin-right: 16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M9 12l2 2 4-4\"\/> <circle cx=\"12\" cy=\"12\" r=\"10\"\/> <\/svg> <h3 style=\"font-size: 1.5rem; font-weight: 700; color: hsl(210, 100%, 45%);\"> Vantagens da Empresa Especializada <\/h3> <\/div> <div style=\"display: flex; flex-direction: column; gap: 24px;\"> <div style=\"background: rgba(34, 197, 94, 0.05); border: 1px solid rgba(34, 197, 94, 0.2); border-radius: 12px; padding: 24px;\"> <div style=\"display: flex; align-items: flex-start;\"> <div style=\"width: 48px; height: 48px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 16px; flex-shrink: 0;\"> <svg class=\"icon\" style=\"color: #16a34a;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/> <\/svg> <\/div> <div> <h4 style=\"font-size: 1.125rem; font-weight: 600; color: #166534; margin-bottom: 8px;\"> Seguran\u00e7a e Confiabilidade <\/h4> <p style=\"color: #15803d;\"> Profissionais selecionados, capacitados e com antecedentes verificados <\/p> <\/div> <\/div> <\/div> <div style=\"background: rgba(34, 197, 94, 0.05); border: 1px solid rgba(34, 197, 94, 0.2); border-radius: 12px; padding: 24px;\"> <div style=\"display: flex; align-items: flex-start;\"> <div style=\"width: 48px; height: 48px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 16px; flex-shrink: 0;\"> <svg class=\"icon\" style=\"color: #16a34a;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/> <polyline points=\"14,2 14,8 20,8\"\/> <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/> <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/> <polyline points=\"10,9 9,9 8,9\"\/> <\/svg> <\/div> <div> <h4 style=\"font-size: 1.125rem; font-weight: 600; color: #166534; margin-bottom: 8px;\"> Documenta\u00e7\u00e3o Completa <\/h4> <p style=\"color: #15803d;\"> Contratos claros, seguros e toda documenta\u00e7\u00e3o trabalhista em ordem <\/p> <\/div> <\/div> <\/div> <div style=\"background: rgba(34, 197, 94, 0.05); border: 1px solid rgba(34, 197, 94, 0.2); border-radius: 12px; padding: 24px;\"> <div style=\"display: flex; align-items: flex-start;\"> <div style=\"width: 48px; height: 48px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 16px; flex-shrink: 0;\"> <svg class=\"icon\" style=\"color: #16a34a;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <circle cx=\"12\" cy=\"12\" r=\"10\"\/> <polyline points=\"12,6 12,12 16,14\"\/> <\/svg> <\/div> <div> <h4 style=\"font-size: 1.125rem; font-weight: 600; color: #166534; margin-bottom: 8px;\"> Substitui\u00e7\u00f5es Garantidas <\/h4> <p style=\"color: #15803d;\"> Em caso de aus\u00eancia, garantimos substituto qualificado imediatamente <\/p> <\/div> <\/div> <\/div> <\/div> <\/div> <!-- Riscos --> <div> <div style=\"display: flex; align-items: center; margin-bottom: 32px;\"> <svg class=\"icon-lg\" style=\"color: #dc2626; margin-right: 16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\/> <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\/> <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\/> <\/svg> <h3 style=\"font-size: 1.5rem; font-weight: 700; color: hsl(210, 100%, 45%);\"> Riscos da Contrata\u00e7\u00e3o Informal <\/h3> <\/div> <div style=\"display: flex; flex-direction: column; gap: 24px;\"> <div style=\"background: rgba(239, 68, 68, 0.05); border: 1px solid rgba(239, 68, 68, 0.2); border-radius: 12px; padding: 24px;\"> <div style=\"display: flex; align-items: flex-start;\"> <div style=\"width: 48px; height: 48px; background: rgba(239, 68, 68, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 16px; flex-shrink: 0;\"> <svg class=\"icon\" style=\"color: #dc2626;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\/> <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\/> <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\/> <\/svg> <\/div> <div> <h4 style=\"font-size: 1.125rem; font-weight: 600; color: #991b1b; margin-bottom: 8px;\"> Falta de Capacita\u00e7\u00e3o <\/h4> <p style=\"color: #b91c1c;\"> Cuidadores sem treinamento adequado podem comprometer a seguran\u00e7a <\/p> <\/div> <\/div> <\/div> <div style=\"background: rgba(239, 68, 68, 0.05); border: 1px solid rgba(239, 68, 68, 0.2); border-radius: 12px; padding: 24px;\"> <div style=\"display: flex; align-items: flex-start;\"> <div style=\"width: 48px; height: 48px; background: rgba(239, 68, 68, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 16px; flex-shrink: 0;\"> <svg class=\"icon\" style=\"color: #dc2626;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\/> <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\/> <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\/> <\/svg> <\/div> <div> <h4 style=\"font-size: 1.125rem; font-weight: 600; color: #991b1b; margin-bottom: 8px;\"> Problemas Trabalhistas <\/h4> <p style=\"color: #b91c1c;\"> Contratos informais podem gerar quest\u00f5es legais e custos inesperados <\/p> <\/div> <\/div> <\/div> <div style=\"background: rgba(239, 68, 68, 0.05); border: 1px solid rgba(239, 68, 68, 0.2); border-radius: 12px; padding: 24px;\"> <div style=\"display: flex; align-items: flex-start;\"> <div style=\"width: 48px; height: 48px; background: rgba(239, 68, 68, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 16px; flex-shrink: 0;\"> <svg class=\"icon\" style=\"color: #dc2626;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\/> <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\/> <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\/> <\/svg> <\/div> <div> <h4 style=\"font-size: 1.125rem; font-weight: 600; color: #991b1b; margin-bottom: 8px;\"> Aus\u00eancia de Backup <\/h4> <p style=\"color: #b91c1c;\"> Quando o cuidador falta, voc\u00ea fica desprotegido <\/p> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <div class=\"text-center\" style=\"margin-top: 64px;\"> <div style=\"background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); border-radius: 16px; padding: 32px; max-width: 768px; margin: 0 auto; box-shadow: 0 4px 20px -4px hsl(210, 100%, 45%, 0.15); border: 1px solid hsl(214, 32%, 91%);\"> <h3 style=\"font-size: 1.5rem; font-weight: 700; color: hsl(210, 100%, 45%); margin-bottom: 16px;\"> Sua fam\u00edlia merece o melhor cuidado <\/h3> <p style=\"color: hsl(215, 16%, 47%); font-size: 1.125rem;\"> N\u00e3o arrisque a seguran\u00e7a de quem voc\u00ea ama. Escolha a DediCare e tenha a tranquilidade de saber que seus entes queridos est\u00e3o em m\u00e3os experientes e confi\u00e1veis. <\/p> <\/div> <\/div> <\/div> <\/section> <!-- Plans Section --> <section id=\"planos\" class=\"section section-alt\"> <div class=\"container\"> <h2 class=\"section-title\">Nossos Planos<\/h2> <p class=\"section-description\"> Oferecemos diferentes modalidades de atendimento para atender \u00e0s suas necessidades espec\u00edficas com a qualidade DediCare. <\/p> <div class=\"grid-3\"> <div class=\"plan-card\"> <div class=\"plan-badge\">Emergencial<\/div> <div class=\"plan-icon\"> <svg class=\"icon text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <circle cx=\"12\" cy=\"12\" r=\"10\"\/> <polyline points=\"12,6 12,12 16,14\"\/> <\/svg> <\/div> <h3 class=\"plan-title\">Plant\u00f5es Avulsos<\/h3> <p class=\"plan-subtitle\">Dispon\u00edveis em 12h e 24h<\/p> <p class=\"plan-description\"> Perfeitos para situa\u00e7\u00f5es emergenciais. Aten\u00e7\u00e3o e flexibilidade quando voc\u00ea mais precisa. <\/p> <ul class=\"feature-list\"> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>Plant\u00e3o de 12 horas<\/span> <\/li> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>Plant\u00e3o de 24 horas<\/span> <\/li> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>Disponibilidade imediata<\/span> <\/li> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>Profissionais qualificados<\/span> <\/li> <\/ul> <a href=\"https:\/\/wa.me\/5521999559014\" target=\"_blank\" class=\"btn-primary\" style=\"width: 100%; justify-content: center; box-shadow: 0 8px 30px -8px hsl(210, 100%, 45%, 0.25);\"> <svg class=\"icon-sm\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/> <\/svg> Contrate um cuidador <\/a> <\/div> <div class=\"plan-card\"> <div class=\"plan-badge\">Mais Popular<\/div> <div class=\"plan-icon\"> <svg class=\"icon text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/> <line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/> <line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/> <line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/> <\/svg> <\/div> <h3 class=\"plan-title\">Planos Mensais<\/h3> <p class=\"plan-subtitle\">Escolha entre 8h\/12h\/24h<\/p> <p class=\"plan-description\"> Di\u00e1rias para uma cobertura cont\u00ednua e adaptada \u00e0 rotina da sua fam\u00edlia. <\/p> <ul class=\"feature-list\"> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>8 horas di\u00e1rias<\/span> <\/li> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>12 horas di\u00e1rias<\/span> <\/li> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>24 horas di\u00e1rias<\/span> <\/li> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>Cobertura cont\u00ednua<\/span> <\/li> <\/ul> <a href=\"https:\/\/wa.me\/5521999559014\" target=\"_blank\" class=\"btn-primary\" style=\"width: 100%; justify-content: center; box-shadow: 0 8px 30px -8px hsl(210, 100%, 45%, 0.25);\"> <svg class=\"icon-sm\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/> <\/svg> Contrate um cuidador <\/a> <\/div> <div class=\"plan-card\"> <div class=\"plan-badge\">Personalizado<\/div> <div class=\"plan-icon\"> <svg class=\"icon text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/> <circle cx=\"9\" cy=\"7\" r=\"4\"\/> <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/> <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/> <\/svg> <\/div> <h3 class=\"plan-title\">Plant\u00f5es Personalizados<\/h3> <p class=\"plan-subtitle\">Sob medida para voc\u00ea<\/p> <p class=\"plan-description\"> Totalmente adaptados \u00e0s necessidades do assistido e da fam\u00edlia. <\/p> <ul class=\"feature-list\"> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>Hor\u00e1rios flex\u00edveis<\/span> <\/li> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>Necessidades espec\u00edficas<\/span> <\/li> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>Acompanhamento personalizado<\/span> <\/li> <li class=\"feature-item\"> <div class=\"feature-check\"> <svg class=\"icon-sm\" style=\"color: hsl(210, 100%, 45%);\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <polyline points=\"20,6 9,17 4,12\"\/> <\/svg> <\/div> <span>Equipe dedicada<\/span> <\/li> <\/ul> <a href=\"https:\/\/wa.me\/5521999559014\" target=\"_blank\" class=\"btn-primary\" style=\"width: 100%; justify-content: center; box-shadow: 0 8px 30px -8px hsl(210, 100%, 45%, 0.25);\"> <svg class=\"icon-sm\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/> <\/svg> Contrate um cuidador <\/a> <\/div> <\/div> <div class=\"text-center\" style=\"margin-top: 48px; padding: 32px; background: white; border-radius: 16px; box-shadow: 0 4px 20px -4px hsl(210, 100%, 45%, 0.15);\"> <h3 style=\"font-size: 1.5rem; font-weight: 700; color: hsl(210, 100%, 45%); margin-bottom: 16px;\"> DediCare, a escolha perfeita! <\/h3> <p style=\"color: hsl(215, 16%, 47%); margin-bottom: 24px;\"> Entre em contato conosco e descubra qual plano \u00e9 o melhor para voc\u00ea! <\/p> <button class=\"btn-primary\" onclick=\"scrollToSection('contato')\" style=\"font-size: 1.125rem; padding: 16px 32px; box-shadow: 0 8px 30px -8px hsl(210, 100%, 45%, 0.25);\"> Contrate um cuidador <\/button> <\/div> <\/div> <\/section> <!-- Contact Section --> <section id=\"contato\" class=\"contact-section section\"> <div class=\"container\"> <h2 class=\"section-title text-white\">Entre em Contato<\/h2> <p class=\"section-description text-white\" style=\"opacity: 0.9;\"> Estamos prontos para atender voc\u00ea e sua fam\u00edlia. Entre em contato conosco e descubra como podemos ajudar. <\/p> <div class=\"grid-2\" style=\"align-items: center; gap: 48px;\"> <div> <div style=\"margin-bottom: 32px;\"> <h3 style=\"font-size: 1.5rem; font-weight: 700; color: white; margin-bottom: 16px;\"> DediCare, a escolha perfeita! <\/h3> <p style=\"font-size: 1.125rem; opacity: 0.9; color: white; margin-bottom: 24px;\"> Entre em contato conosco e descubra qual plano \u00e9 o melhor para voc\u00ea! <\/p> <\/div> <div style=\"display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px;\"> <div class=\"contact-card\" onclick=\"window.open('https:\/\/wa.me\/5521999559014', '_blank')\"> <div style=\"display: flex; align-items: center;\"> <div class=\"contact-card-icon\"> <svg class=\"icon text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/> <\/svg> <\/div> <div> <h4 style=\"font-weight: 600; color: white;\">WhatsApp<\/h4> <p style=\"color: rgba(255, 255, 255, 0.9); font-weight: 600;\">(21) 99955-9014<\/p> <p style=\"color: rgba(255, 255, 255, 0.7); font-size: 14px;\">Fale conosco agora mesmo<\/p> <\/div> <\/div> <\/div> <div class=\"contact-card\" onclick=\"window.open('mailto:comercial@dedicarerio.com.br')\"> <div style=\"display: flex; align-items: center;\"> <div class=\"contact-card-icon\"> <svg class=\"icon text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/> <polyline points=\"22,6 12,13 2,6\"\/> <\/svg> <\/div> <div> <h4 style=\"font-weight: 600; color: white;\">E-mail<\/h4> <p style=\"color: rgba(255, 255, 255, 0.9); font-weight: 600;\">comercial@dedicarerio.com.br<\/p> <p style=\"color: rgba(255, 255, 255, 0.7); font-size: 14px;\">Envie sua mensagem<\/p> <\/div> <\/div> <\/div> <div class=\"contact-card\" onclick=\"window.open('https:\/\/instagram.com\/dedicare_rio', '_blank')\"> <div style=\"display: flex; align-items: center;\"> <div class=\"contact-card-icon\"> <svg class=\"icon text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"\/> <path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"\/> <line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"\/> <\/svg> <\/div> <div> <h4 style=\"font-weight: 600; color: white;\">Instagram<\/h4> <p style=\"color: rgba(255, 255, 255, 0.9); font-weight: 600;\">@dedicare_rio<\/p> <p style=\"color: rgba(255, 255, 255, 0.7); font-size: 14px;\">Siga-nos nas redes sociais<\/p> <\/div> <\/div> <\/div> <\/div> <div class=\"contact-card\"> <div style=\"margin-bottom: 16px;\"> <h4 style=\"color: white; display: flex; align-items: center;\"> <svg class=\"icon\" style=\"margin-right: 8px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <circle cx=\"12\" cy=\"12\" r=\"10\"\/> <polyline points=\"12,6 12,12 16,14\"\/> <\/svg> Hor\u00e1rio de Atendimento <\/h4> <\/div> <div style=\"color: rgba(255, 255, 255, 0.9);\"> <p style=\"margin-bottom: 8px;\">\u2022 Atendimento comercial: Segunda a Sexta, 8h \u00e0s 18h<\/p> <p style=\"margin-bottom: 8px;\">\u2022 Emerg\u00eancias: 24 horas por dia, 7 dias por semana<\/p> <p>\u2022 WhatsApp: Dispon\u00edvel 24 horas<\/p> <\/div> <\/div> <\/div> <div> <div class=\"card\" style=\"border: none; box-shadow: 0 12px 40px -12px hsl(210, 100%, 45%, 0.35);\"> <div class=\"text-center\" style=\"margin-bottom: 24px;\"> <h3 style=\"font-size: 1.5rem; color: hsl(210, 100%, 45%); font-weight: 700; margin-bottom: 8px;\"> Solicite um Or\u00e7amento <\/h3> <p style=\"color: hsl(215, 16%, 47%);\"> Entre em contato agora mesmo e receba uma proposta personalizada <\/p> <\/div> <div style=\"margin-bottom: 24px;\"> <div class=\"text-center\" style=\"margin-bottom: 16px;\"> <p style=\"font-size: 1.125rem; font-weight: 600; color: hsl(210, 100%, 45%); margin-bottom: 8px;\"> Fale conosco pelo WhatsApp <\/p> <p style=\"color: hsl(215, 16%, 47%); margin-bottom: 16px;\"> Atendimento r\u00e1pido e personalizado <\/p> <\/div> <a href=\"https:\/\/wa.me\/5521999559014\" target=\"_blank\" class=\"btn-primary\" style=\"width: 100%; justify-content: center; font-size: 1.125rem; padding: 24px; box-shadow: 0 8px 30px -8px hsl(210, 100%, 45%, 0.25);\"> <svg class=\"icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/> <\/svg> Contrate um cuidador <\/a> <\/div> <div class=\"text-center\" style=\"padding-top: 16px; border-top: 1px solid hsl(214, 32%, 91%);\"> <p style=\"font-size: 14px; color: hsl(215, 16%, 47%); margin-bottom: 12px;\"> Ou envie um e-mail para: <\/p> <a href=\"mailto:comercial@dedicarerio.com.br\" class=\"btn-outline\"> <svg class=\"icon-sm\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/> <polyline points=\"22,6 12,13 2,6\"\/> <\/svg> comercial@dedicarerio.com.br <\/a> <\/div> <\/div> <\/div> <\/div> <\/div> <\/section> <!-- Footer --> <footer class=\"footer\"> <div class=\"container\"> <div class=\"footer-grid\"> <div> <div class=\"footer-logo\"> <div class=\"footer-logo-icon\">DC<\/div> <div> <h3 class=\"footer-title\">DediCare<\/h3> <p class=\"footer-subtitle\">Cuidadores de Pessoas<\/p> <\/div> <\/div> <p style=\"color: rgba(255, 255, 255, 0.8);\"> M\u00e3os que cuidam de quem voc\u00ea ama! Oferecemos cuidados especializados com profissionalismo, dedica\u00e7\u00e3o e carinho. <\/p> <\/div> <div> <h4 style=\"font-size: 1.125rem; font-weight: 600; color: white; margin-bottom: 16px;\">Nossos Servi\u00e7os<\/h4> <ul style=\"list-style: none; color: rgba(255, 255, 255, 0.8);\"> <li style=\"margin-bottom: 8px;\">\u2022 Cuidador de idosos<\/li> <li style=\"margin-bottom: 8px;\">\u2022 Cuidador de crian\u00e7as<\/li> <li style=\"margin-bottom: 8px;\">\u2022 Cuidador no p\u00f3s-operat\u00f3rio<\/li> <li style=\"margin-bottom: 8px;\">\u2022 Cuidador de pessoas com limita\u00e7\u00f5es<\/li> <\/ul> <\/div> <div> <h4 style=\"font-size: 1.125rem; font-weight: 600; color: white; margin-bottom: 16px;\">Contato<\/h4> <div> <a href=\"https:\/\/wa.me\/5521999559014\" target=\"_blank\" class=\"footer-link\"> <svg class=\"icon-sm\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/> <\/svg> (21) 99955-9014 <\/a> <a href=\"mailto:comercial@dedicarerio.com.br\" class=\"footer-link\"> <svg class=\"icon-sm\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/> <polyline points=\"22,6 12,13 2,6\"\/> <\/svg> comercial@dedicarerio.com.br <\/a> <a href=\"https:\/\/instagram.com\/dedicare_rio\" target=\"_blank\" class=\"footer-link\"> <svg class=\"icon-sm\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"> <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"\/> <path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"\/> <line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"\/> <\/svg> @dedicare_rio <\/a> <\/div> <\/div> <\/div> <div class=\"footer-bottom\"> <p class=\"footer-copyright\"> \u00a9 2024 DediCare - Cuidadores de Pessoas. Todos os direitos reservados. <\/p> <div style=\"display: flex; align-items: center; color: rgba(255, 255, 255, 0.6); font-size: 14px;\"> <span>Feito com<\/span> <svg class=\"icon-sm\" style=\"color: #ef4444; margin: 0 4px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"> <path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/> <\/svg> <span>no Rio de Janeiro<\/span> <\/div> <\/div> <\/div> <\/footer> <script> function scrollToSection(sectionId) { const element = document.getElementById(sectionId); if (element) { element.scrollIntoView({ behavior: 'smooth' }); } }\n    function closePopup() {\n            const popup = document.getElementById('notHiringPopup');\n            popup.classList.remove('show');\n        }\n\n        function showPopup() {\n            const popup = document.getElementById('notHiringPopup');\n            popup.classList.add('show');\n        }\n\n        \/\/ Show popup after 0 seconds\n        window.addEventListener('load', function() {\n           \n        });\n\n        \/\/ Close popup when clicking outside\n        document.getElementById('notHiringPopup').addEventListener('click', function(e) {\n            if (e.target === this) {\n                closePopup();\n            }\n        }); \/\/ Smooth scroll for all links document.documentElement.style.scrollBehavior = 'smooth'; <\/script> <\/body> <\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>DediCare &#8211; Cuidadores de Pessoas Informa\u00e7\u00e3o Importante N\u00e3o estamos contratando cuidadores Trabalhamos apenas com cuidadores indicados, o que torna nossa equipe de maior excel\u00eancia e qualidade profissional. Sobre Servi\u00e7os Planos Contato Contrate um cuidador Cuidado Profissional M\u00e3os que cuidam de quem voc\u00ea ama! Contamos com uma equipe de profissionais qualificados, com dedica\u00e7\u00e3o total, cuidado e [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.dedicarerio.com.br\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dedicarerio.com.br\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.dedicarerio.com.br\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.dedicarerio.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dedicarerio.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":58,"href":"https:\/\/www.dedicarerio.com.br\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":101,"href":"https:\/\/www.dedicarerio.com.br\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/101"}],"wp:attachment":[{"href":"https:\/\/www.dedicarerio.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}