{"id":1649,"date":"2026-06-02T10:50:56","date_gmt":"2026-06-02T13:50:56","guid":{"rendered":"https:\/\/labluizfernandez.com\/?page_id=1649"},"modified":"2026-06-02T10:51:45","modified_gmt":"2026-06-02T13:51:45","slug":"estamos-em-manutencao","status":"publish","type":"page","link":"https:\/\/labluizfernandez.com\/index.php\/estamos-em-manutencao\/","title":{"rendered":"Estamos em Manuten\u00e7\u00e3o"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1649\" class=\"elementor elementor-1649\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8281171 e-con-full e-flex e-con e-parent\" data-id=\"8281171\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e05937a elementor-widget elementor-widget-html\" data-id=\"e05937a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"pt-BR\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Em Manuten\u00e7\u00e3o \u2014 Lab Luiz Fernandez<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@300;400;600;700;800;900&display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --blue: #00AFF0;\n      --green: #A9CF46;\n      --blue-dark: #007daf;\n      --green-dark: #7baa28;\n      --whatsapp: #25D366;\n      --whatsapp-dark: #1aad55;\n      --text: #1c1c1e;\n      --muted: #6e6e73;\n      --light: #f5f5f7;\n      --border: #e4e4e6;\n    }\n\n    html, body {\n      height: 100%;\n      font-family: 'Nunito', sans-serif;\n      background: #fff;\n      overflow-x: hidden;\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       PAGE LAYOUT\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    .page {\n      display: flex;\n      min-height: 100vh;\n    }\n\n    \/* \u2500\u2500 LEFT PHOTO PANEL \u2500\u2500 *\/\n    .panel-photo {\n      flex: 0 0 56%;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .panel-photo img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center 20%;\n      display: block;\n      animation: kenburns 18s ease-in-out infinite alternate;\n      transform-origin: center 30%;\n    }\n\n    @keyframes kenburns {\n      0%   { transform: scale(1)    translate(0, 0); }\n      50%  { transform: scale(1.06) translate(-1.5%, 1%); }\n      100% { transform: scale(1.1)  translate(1%, -1.5%); }\n    }\n\n    .panel-photo::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        linear-gradient(to right, rgba(0,175,240,0.18) 0%, transparent 55%),\n        linear-gradient(to top, rgba(0,0,0,0.45) 0%, transparent 45%);\n      pointer-events: none;\n    }\n\n    .bubble {\n      position: absolute;\n      border-radius: 50%;\n      opacity: 0;\n      animation: rise linear infinite;\n    }\n    .bubble:nth-child(1) { width:14px; height:14px; left:12%; background:rgba(169,207,70,0.45); animation-duration:9s; animation-delay:0s; }\n    .bubble:nth-child(2) { width:9px;  height:9px;  left:28%; background:rgba(0,175,240,0.4);  animation-duration:12s; animation-delay:2s; }\n    .bubble:nth-child(3) { width:18px; height:18px; left:45%; background:rgba(169,207,70,0.3);  animation-duration:8s; animation-delay:4s; }\n    .bubble:nth-child(4) { width:11px; height:11px; left:62%; background:rgba(0,175,240,0.35); animation-duration:11s; animation-delay:1s; }\n    .bubble:nth-child(5) { width:7px;  height:7px;  left:78%; background:rgba(169,207,70,0.5);  animation-duration:10s; animation-delay:3s; }\n\n    @keyframes rise {\n      0%   { transform: translateY(105vh) scale(0.8); opacity: 0; }\n      10%  { opacity: 1; }\n      90%  { opacity: 0.7; }\n      100% { transform: translateY(-10vh) scale(1.1); opacity: 0; }\n    }\n\n    .photo-caption {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      z-index: 2;\n      padding: 2.5rem 2.5rem 2rem;\n      animation: fadeUp 1.4s 0.5s both;\n    }\n\n    .photo-caption p {\n      font-size: 1.05rem;\n      font-weight: 400;\n      color: rgba(255,255,255,0.88);\n      line-height: 1.65;\n      max-width: 340px;\n      text-shadow: 0 1px 4px rgba(0,0,0,0.3);\n    }\n\n    \/* \u2500\u2500 RIGHT CONTENT PANEL \u2500\u2500 *\/\n    .panel-content {\n      flex: 0 0 44%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      padding: 3rem 3.25rem 2.5rem;\n      position: relative;\n      background: #fff;\n      overflow: hidden;\n    }\n\n    .panel-content::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 5px;\n      background: linear-gradient(90deg, var(--blue), var(--green), var(--blue));\n      background-size: 200% 100%;\n      animation: shimmer 3s linear infinite;\n    }\n\n    @keyframes shimmer {\n      0%   { background-position: 0% 0%; }\n      100% { background-position: 200% 0%; }\n    }\n\n    .orb {\n      position: absolute;\n      border-radius: 50%;\n      pointer-events: none;\n    }\n    .orb-1 {\n      width: 320px; height: 320px;\n      top: -80px; right: -100px;\n      background: radial-gradient(circle, rgba(0,175,240,0.07) 0%, transparent 70%);\n      animation: orbit1 12s ease-in-out infinite alternate;\n    }\n    .orb-2 {\n      width: 200px; height: 200px;\n      bottom: 30px; left: -60px;\n      background: radial-gradient(circle, rgba(169,207,70,0.09) 0%, transparent 70%);\n      animation: orbit2 9s ease-in-out infinite alternate;\n    }\n\n    @keyframes orbit1 {\n      0%   { transform: translate(0,0) scale(1); }\n      100% { transform: translate(-20px, 30px) scale(1.08); }\n    }\n    @keyframes orbit2 {\n      0%   { transform: translate(0,0); }\n      100% { transform: translate(20px,-25px); }\n    }\n\n    \/* \u2500\u2500 LOGO \u2500\u2500 *\/\n    .logo {\n      margin-bottom: 2rem;\n      animation: fadeUp 1s 0.2s both;\n    }\n    .logo img {\n      max-width: 175px;\n      height: auto;\n      display: block;\n    }\n\n    \/* \u2500\u2500 STATUS PILL \u2500\u2500 *\/\n    .status-pill {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      border: 1.5px solid #c2eafb;\n      background: #edf8fe;\n      color: var(--blue-dark);\n      font-size: 0.72rem;\n      font-weight: 800;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      padding: 6px 16px 6px 10px;\n      border-radius: 99px;\n      margin-bottom: 1.25rem;\n      width: fit-content;\n      animation: fadeUp 1s 0.4s both;\n    }\n\n    .pulse-ring {\n      position: relative;\n      width: 10px; height: 10px;\n      flex-shrink: 0;\n    }\n    .pulse-ring::before,\n    .pulse-ring::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      border-radius: 50%;\n    }\n    .pulse-ring::before {\n      background: var(--blue);\n      animation: pulse-core 2s ease-in-out infinite;\n    }\n    .pulse-ring::after {\n      background: rgba(0,175,240,0.35);\n      animation: pulse-ring 2s ease-in-out infinite;\n      transform: scale(1);\n    }\n\n    @keyframes pulse-core {\n      0%, 100% { transform: scale(1); }\n      50%       { transform: scale(0.85); }\n    }\n    @keyframes pulse-ring {\n      0%   { transform: scale(1);   opacity: 1; }\n      100% { transform: scale(2.5); opacity: 0; }\n    }\n\n    \/* \u2500\u2500 HEADING \u2500\u2500 *\/\n    h1 {\n      font-size: clamp(1.9rem, 3vw, 2.6rem);\n      font-weight: 900;\n      line-height: 1.1;\n      color: var(--text);\n      margin-bottom: 0.875rem;\n      animation: fadeUp 1s 0.55s both;\n    }\n\n    h1 .accent {\n      display: inline-block;\n      color: var(--blue);\n      animation: colorShift 5s ease-in-out infinite;\n    }\n\n    @keyframes colorShift {\n      0%, 100% { color: var(--blue); }\n      50%       { color: var(--green-dark); }\n    }\n\n    \/* \u2500\u2500 DESCRIPTION \u2500\u2500 *\/\n    .desc {\n      font-size: 0.9875rem;\n      color: var(--muted);\n      line-height: 1.75;\n      margin-bottom: 1.75rem;\n      max-width: 310px;\n      animation: fadeUp 1s 0.7s both;\n    }\n\n    \/* \u2500\u2500 PROGRESS BAR \u2500\u2500 *\/\n    .progress-wrap {\n      margin-bottom: 1.75rem;\n      animation: fadeUp 1s 0.85s both;\n    }\n\n    .progress-label {\n      display: flex;\n      justify-content: space-between;\n      font-size: 0.75rem;\n      font-weight: 700;\n      color: var(--muted);\n      margin-bottom: 7px;\n    }\n\n    .progress-track {\n      height: 7px;\n      background: var(--light);\n      border-radius: 99px;\n      overflow: hidden;\n    }\n\n    .progress-fill {\n      height: 100%;\n      border-radius: 99px;\n      background: linear-gradient(90deg, var(--blue), var(--green));\n      background-size: 200% 100%;\n      animation: progressLoad 2.5s cubic-bezier(0.4,0,0.2,1) 1.2s both,\n                 shimmer 2.5s linear 3.7s infinite;\n      width: 0;\n    }\n\n    @keyframes progressLoad {\n      to { width: 72%; }\n    }\n\n    \/* \u2500\u2500 BUTTONS \u2500\u2500 *\/\n    .actions {\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n      margin-bottom: 1.75rem;\n      animation: fadeUp 1s 1s both;\n    }\n\n    .btn {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      padding: 0.95rem 1.4rem;\n      border-radius: 15px;\n      text-decoration: none;\n      font-family: 'Nunito', sans-serif;\n      border: none;\n      cursor: pointer;\n      position: relative;\n      overflow: hidden;\n      transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1),\n                  box-shadow 0.2s ease;\n    }\n\n    .btn::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: rgba(255,255,255,0);\n      transition: background 0.25s;\n    }\n\n    .btn:hover {\n      transform: translateY(-3px) scale(1.01);\n    }\n\n    .btn:hover::before {\n      background: rgba(255,255,255,0.12);\n    }\n\n    .btn:active {\n      transform: translateY(0) scale(0.99);\n    }\n\n    .btn .ripple {\n      position: absolute;\n      border-radius: 50%;\n      background: rgba(255,255,255,0.35);\n      transform: scale(0);\n      animation: rippleAnim 0.6s linear;\n      pointer-events: none;\n    }\n    @keyframes rippleAnim {\n      to { transform: scale(4); opacity: 0; }\n    }\n\n    .btn-icon {\n      width: 40px; height: 40px;\n      border-radius: 11px;\n      background: rgba(255,255,255,0.2);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .btn-icon svg {\n      width: 21px; height: 21px;\n    }\n\n    .btn-text { display: flex; flex-direction: column; }\n    .btn-label { font-size: 0.68rem; font-weight: 700; opacity: 0.75; letter-spacing: 0.08em; text-transform: uppercase; }\n    .btn-main  { font-size: 0.94rem; font-weight: 800; }\n\n    .btn-results {\n      background: linear-gradient(135deg, #00AFF0 0%, #0099d6 100%);\n      color: #fff;\n      box-shadow: 0 6px 20px rgba(0,175,240,0.32);\n      animation: breatheBlue 4s ease-in-out infinite;\n    }\n\n    .btn-phone {\n      background: linear-gradient(135deg, #A9CF46 0%, #8fb82e 100%);\n      color: #fff;\n      box-shadow: 0 6px 20px rgba(169,207,70,0.3);\n      animation: breatheGreen 4s ease-in-out 2s infinite;\n    }\n\n    .btn-whatsapp {\n      background: linear-gradient(135deg, #25D366 0%, #1aad55 100%);\n      color: #fff;\n      box-shadow: 0 6px 20px rgba(37,211,102,0.32);\n      animation: breatheWhatsapp 4s ease-in-out 1s infinite;\n    }\n\n    @keyframes breatheBlue {\n      0%, 100% { box-shadow: 0 6px 20px rgba(0,175,240,0.32); }\n      50%       { box-shadow: 0 8px 28px rgba(0,175,240,0.55); }\n    }\n    @keyframes breatheGreen {\n      0%, 100% { box-shadow: 0 6px 20px rgba(169,207,70,0.3); }\n      50%       { box-shadow: 0 8px 28px rgba(169,207,70,0.52); }\n    }\n    @keyframes breatheWhatsapp {\n      0%, 100% { box-shadow: 0 6px 20px rgba(37,211,102,0.32); }\n      50%       { box-shadow: 0 8px 28px rgba(37,211,102,0.55); }\n    }\n\n    \/* \u2500\u2500 HOURS CARD \u2500\u2500 *\/\n    .hours-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      background: var(--light);\n      border-radius: 13px;\n      padding: 0.875rem 1.2rem;\n      animation: fadeUp 1s 1.15s both;\n    }\n\n    .hours-icon {\n      width: 36px; height: 36px;\n      border-radius: 50%;\n      border: 2px solid var(--green);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      animation: spinTick 10s linear infinite;\n    }\n\n    @keyframes spinTick {\n      0%   { transform: rotate(0deg); }\n      100% { transform: rotate(360deg); }\n    }\n\n    .hours-icon svg {\n      width: 16px; height: 16px;\n      stroke: var(--green-dark);\n    }\n\n    .hours-text { font-size: 0.82rem; color: var(--muted); font-weight: 600; line-height: 1.5; }\n    .hours-text strong { color: var(--text); font-weight: 800; }\n\n    \/* \u2500\u2500 SHARED ANIMATION \u2500\u2500 *\/\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(22px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       MOBILE\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    @media (max-width: 780px) {\n      .page { flex-direction: column; }\n\n      .panel-photo {\n        flex: 0 0 260px;\n        height: 260px;\n      }\n\n      .panel-content {\n        flex: none;\n        padding: 2.25rem 1.75rem 2.5rem;\n      }\n\n      h1 { font-size: 1.75rem; }\n\n      .logo img { max-width: 145px; }\n      .logo { margin-bottom: 1.75rem; }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"page\">\n\n    <!-- \u2550\u2550\u2550 FOTO \u2550\u2550\u2550 -->\n    <div class=\"panel-photo\">\n      <div class=\"bubble\"><\/div>\n      <div class=\"bubble\"><\/div>\n      <div class=\"bubble\"><\/div>\n      <div class=\"bubble\"><\/div>\n      <div class=\"bubble\"><\/div>\n\n      <img decoding=\"async\"\n        src=\"https:\/\/plus.unsplash.com\/premium_photo-1661660247608-236c8bafd3cb?fm=jpg&q=80&w=1400&auto=format&fit=crop&ixlib=rb-4.1.0\"\n        alt=\"Fam\u00edlia feliz e saud\u00e1vel\"\n        onerror=\"this.src='https:\/\/images.unsplash.com\/photo-1609220136736-443140cffec6?w=1200&q=80&auto=format&fit=crop'\"\n      \/>\n\n      <div class=\"photo-caption\">\n        <p>Cuidando da sa\u00fade da sua fam\u00edlia com dedica\u00e7\u00e3o, tecnologia e carinho.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550 CONTE\u00daDO \u2550\u2550\u2550 -->\n    <div class=\"panel-content\">\n      <div class=\"orb orb-1\"><\/div>\n      <div class=\"orb orb-2\"><\/div>\n\n      <!-- Logo -->\n      <div class=\"logo\">\n        <img decoding=\"async\"\n          src=\"https:\/\/uniexames-prod.s3.amazonaws.com\/uniexames.com.br\/01578\/public_html\/img\/logo.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT366YV6NQ3NKAZS7%2F20260601%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260601T152816Z&X-Amz-SignedHeaders=host&X-Amz-Expires=180000&X-Amz-Signature=0eb60b31253c006a64c5eed0a80ed693538d750713e9afc4e91324046320ab50\"\n          alt=\"Lab Luiz Fernandez\"\n        \/>\n      <\/div>\n\n      <!-- Status -->\n      <div class=\"status-pill\">\n        <div class=\"pulse-ring\"><\/div>\n        Em manuten\u00e7\u00e3o\n      <\/div>\n\n      <!-- Heading -->\n      <h1>Voltamos<br\/><span class=\"accent\">em breve!<\/span><\/h1>\n\n      <!-- Desc -->\n      <p class=\"desc\">\n        Nosso sistema est\u00e1 passando por melhorias para atend\u00ea-lo ainda melhor.\n        Enquanto isso, acesse seus resultados ou fale conosco diretamente.\n      <\/p>\n\n      <!-- Progress -->\n      <div class=\"progress-wrap\">\n        <div class=\"progress-label\">\n          <span>Atualiza\u00e7\u00e3o do sistema<\/span>\n          <span id=\"pct\">72%<\/span>\n        <\/div>\n        <div class=\"progress-track\">\n          <div class=\"progress-fill\"><\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Buttons -->\n      <div class=\"actions\">\n        <a class=\"btn btn-results\"\n           href=\"https:\/\/labluizfernandez.uniexames.com.br\/logins\/login\"\n           target=\"_blank\" rel=\"noopener\">\n          <div class=\"btn-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/>\n              <polyline points=\"14 2 14 8 20 8\"\/>\n              <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/>\n              <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"btn-text\">\n            <span class=\"btn-label\">Portal do paciente<\/span>\n            <span class=\"btn-main\">Acessar resultados<\/span>\n          <\/div>\n        <\/a>\n\n        <!-- WhatsApp -->\n        <a class=\"btn btn-whatsapp\"\n           href=\"https:\/\/wa.me\/5555984549527\"\n           target=\"_blank\" rel=\"noopener\">\n          <div class=\"btn-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n              <path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"btn-text\">\n            <span class=\"btn-label\">WhatsApp<\/span>\n            <span class=\"btn-main\">(55) 98454-9527<\/span>\n          <\/div>\n        <\/a>\n\n        <a class=\"btn btn-phone\" href=\"tel:5534221336\">\n          <div class=\"btn-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 13a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.6 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 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-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"btn-text\">\n            <span class=\"btn-label\">Fale conosco<\/span>\n            <span class=\"btn-main\">(55) 3422-1336<\/span>\n          <\/div>\n        <\/a>\n      <\/div>\n\n      <!-- Hours -->\n      <div class=\"hours-card\">\n        <div class=\"hours-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n            <polyline points=\"12 6 12 12 16 14\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"hours-text\">\n          Atendimento por telefone<br\/>\n          <strong>Segunda a sexta \u2014 7h \u00e0s 18h<\/strong>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ Ripple effect on buttons\n    document.querySelectorAll('.btn').forEach(btn => {\n      btn.addEventListener('click', function(e) {\n        const r = document.createElement('span');\n        r.className = 'ripple';\n        const rect = this.getBoundingClientRect();\n        const size = Math.max(rect.width, rect.height);\n        r.style.cssText = `width:${size}px;height:${size}px;left:${e.clientX-rect.left-size\/2}px;top:${e.clientY-rect.top-size\/2}px`;\n        this.appendChild(r);\n        setTimeout(() => r.remove(), 700);\n      });\n    });\n\n    \/\/ Animated progress counter\n    const pctEl = document.getElementById('pct');\n    let current = 0;\n    const target = 72;\n    const delay = 1200;\n    const duration = 2500;\n    setTimeout(() => {\n      const start = performance.now();\n      function tick(now) {\n        const t = Math.min((now - start) \/ duration, 1);\n        const ease = t < 0.5 ? 2*t*t : -1+(4-2*t)*t;\n        current = Math.round(ease * target);\n        pctEl.textContent = current + '%';\n        if (t < 1) requestAnimationFrame(tick);\n      }\n      requestAnimationFrame(tick);\n    }, delay);\n  <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\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>Em Manuten\u00e7\u00e3o \u2014 Lab Luiz Fernandez Cuidando da sa\u00fade da sua fam\u00edlia com dedica\u00e7\u00e3o, tecnologia e carinho. Em manuten\u00e7\u00e3o Voltamosem breve! Nosso sistema est\u00e1 passando por melhorias para atend\u00ea-lo ainda melhor. Enquanto isso, acesse seus resultados ou fale conosco diretamente. Atualiza\u00e7\u00e3o do sistema 72% Portal do paciente Acessar resultados WhatsApp (55) 98454-9527 Fale conosco (55)&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-1649","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/labluizfernandez.com\/index.php\/wp-json\/wp\/v2\/pages\/1649","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/labluizfernandez.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/labluizfernandez.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/labluizfernandez.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/labluizfernandez.com\/index.php\/wp-json\/wp\/v2\/comments?post=1649"}],"version-history":[{"count":4,"href":"https:\/\/labluizfernandez.com\/index.php\/wp-json\/wp\/v2\/pages\/1649\/revisions"}],"predecessor-version":[{"id":1653,"href":"https:\/\/labluizfernandez.com\/index.php\/wp-json\/wp\/v2\/pages\/1649\/revisions\/1653"}],"wp:attachment":[{"href":"https:\/\/labluizfernandez.com\/index.php\/wp-json\/wp\/v2\/media?parent=1649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}