{"id":19,"date":"2025-11-25T21:12:26","date_gmt":"2025-11-26T00:12:26","guid":{"rendered":"https:\/\/sprayway.com.br\/?page_id=19"},"modified":"2025-11-28T13:09:34","modified_gmt":"2025-11-28T16:09:34","slug":"sprayway","status":"publish","type":"page","link":"https:\/\/sprayway.com.br\/","title":{"rendered":"SprayWay"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"19\" class=\"elementor elementor-19\">\n\t\t\t\t<div class=\"elementor-element elementor-element-90f64c1 e-con-full e-flex e-con e-parent\" data-id=\"90f64c1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1578913 elementor-widget elementor-widget-html\" data-id=\"1578913\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"pt-br\" class=\"scroll-smooth\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Sprayway Pinturas - Excel\u00eancia em Pintura e Revestimentos<\/title>\r\n    <meta name=\"description\" content=\"Transformamos ambientes com pintura profissional e revestimentos de alta qualidade. Residencial, Empresarial e Industrial.\">\r\n    \r\n    <!-- Tailwind CSS -->\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    \r\n    <!-- Fonte Inter -->\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n    \r\n    <!-- \u00cdcones (Phosphor Icons) -->\r\n    <script src=\"https:\/\/unpkg.com\/@phosphor-icons\/web\"><\/script>\r\n\r\n    <style>\r\n        \/* Ajuste global para scroll e menu fixo *\/\r\n        html {\r\n            scroll-behavior: smooth;\r\n            scroll-padding-top: 130px; \/* Compensa\u00e7\u00e3o para o menu fixo *\/\r\n        }\r\n\r\n        body {\r\n            font-family: 'Inter', sans-serif;\r\n            background-color: #f9fafb;\r\n            color: #1f2937;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* Cores da Marca *\/\r\n        .text-brand-red { color: #ed1c24; }\r\n        .bg-brand-red { background-color: #ed1c24; }\r\n        \r\n        .text-brand-orange { color: #f97316; }\r\n        .bg-brand-dark { background-color: #0f172a; }\r\n\r\n        \/* Anima\u00e7\u00e3o do CTA (Pulso) *\/\r\n        .cta-pulse {\r\n            animation: cta-pulse 2s infinite;\r\n        }\r\n        @keyframes cta-pulse {\r\n            0% { box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.7); }\r\n            70% { box-shadow: 0 0 0 10px rgba(237, 28, 36, 0); }\r\n            100% { box-shadow: 0 0 0 0 rgba(237, 28, 36, 0); }\r\n        }\r\n\r\n        \/* Anima\u00e7\u00e3o Pulse Suave para \u00cdcones *\/\r\n        .icon-pulse-soft {\r\n            animation: icon-pulse 3s infinite ease-in-out;\r\n        }\r\n        @keyframes icon-pulse {\r\n            0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.1); }\r\n            50% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(249, 115, 22, 0.1); }\r\n            100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.1); }\r\n        }\r\n\r\n        \/* Anima\u00e7\u00e3o Flutuante *\/\r\n        .float-badge {\r\n            animation: float 3s ease-in-out infinite;\r\n        }\r\n        @keyframes float {\r\n            0% { transform: translateY(0px); }\r\n            50% { transform: translateY(-10px); }\r\n            100% { transform: translateY(0px); }\r\n        }\r\n\r\n        \/* --- EFEITO HERO --- *\/\r\n        .hero-image-container {\r\n            position: relative;\r\n            width: 100%;\r\n            height: 100%;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .hero-image {\r\n            width: 100%;\r\n            height: 100%;\r\n            background-image: url('http:\/\/sprayway.com.br\/wp-content\/uploads\/2025\/11\/03.png');\r\n            background-size: cover;\r\n            background-position: center;\r\n            filter: grayscale(100%) brightness(0.8);\r\n            transform: scale(1.15);\r\n            opacity: 0;\r\n            animation: transform-environment 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\r\n            animation-delay: 0.3s;\r\n        }\r\n\r\n        @keyframes transform-environment {\r\n            0% { filter: grayscale(100%) brightness(0.8); transform: scale(1.15); opacity: 0; }\r\n            20% { opacity: 1; }\r\n            100% { filter: grayscale(0%) brightness(1); transform: scale(1.0); opacity: 1; }\r\n        }\r\n\r\n        .hero-image-container:hover .hero-image {\r\n            transform: scale(1.05);\r\n            transition: transform 0.7s ease;\r\n        }\r\n        \r\n        \/* Blob Animations *\/\r\n        @keyframes blob {\r\n            0% { transform: translate(0px, 0px) scale(1); }\r\n            33% { transform: translate(30px, -50px) scale(1.1); }\r\n            66% { transform: translate(-20px, 20px) scale(0.9); }\r\n            100% { transform: translate(0px, 0px) scale(1); }\r\n        }\r\n        .animate-blob {\r\n            animation: blob 7s infinite;\r\n        }\r\n        .animation-delay-2000 {\r\n            animation-delay: 2s;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- ================= TOPO (HEADER) ================= -->\r\n    <header id=\"mainHeader\" class=\"fixed top-0 z-50 w-full bg-white shadow-md h-24 transition-all duration-300\">\r\n        <nav class=\"container mx-auto max-w-6xl px-4 h-full flex justify-between items-center\">\r\n            <!-- LOGO -->\r\n            <a href=\"#\" class=\"flex-shrink-0 group\">\r\n                <img decoding=\"async\" class=\"h-12 w-auto transform transition-transform group-hover:scale-105\" \r\n                     src=\"http:\/\/sprayway.com.br\/wp-content\/uploads\/2025\/11\/sprayway-logo.png\" \r\n                     alt=\"Spray Way Pinturas\">\r\n            <\/a>\r\n            <div class=\"hidden lg:flex items-center space-x-6 xl:space-x-8\">\r\n                <a href=\"#hero\" class=\"text-gray-700 hover:text-brand-red font-medium transition-colors text-sm xl:text-base\">Principal<\/a>\r\n                <a href=\"#quem-somos\" class=\"text-gray-700 hover:text-brand-red font-medium transition-colors text-sm xl:text-base\">Quem somos<\/a>\r\n                <a href=\"#servicos\" class=\"text-gray-700 hover:text-brand-red font-medium transition-colors text-sm xl:text-base\">Servi\u00e7os<\/a>\r\n                <a href=\"#portfolio\" class=\"text-gray-700 hover:text-brand-red font-medium transition-colors text-sm xl:text-base\">Portf\u00f3lio<\/a>\r\n                <a href=\"#contatos\" class=\"text-gray-700 hover:text-brand-red font-medium transition-colors text-sm xl:text-base\">Contatos<\/a>\r\n            <\/div>\r\n            <div class=\"hidden lg:flex items-center gap-4\">\r\n                <!-- BOT\u00c3O \u00c1REA DO CLIENTE COM LINK ATUALIZADO -->\r\n                <a href=\"https:\/\/sprayway.com.br\/index.php\/gestao-sprayway\/\" target=\"_blank\" class=\"flex items-center gap-2 text-gray-600 hover:text-brand-red font-medium transition-colors px-3 py-2 rounded-md hover:bg-gray-50 group\">\r\n                    <i class=\"ph ph-user-circle text-2xl group-hover:scale-110 transition-transform\"><\/i>\r\n                    <span class=\"text-sm\">\u00c1rea do Cliente<\/span>\r\n                <\/a>\r\n                <!-- BOT\u00c3O DE WHATSAPP NO TOPO -->\r\n                <a href=\"https:\/\/wa.me\/5581988616006\" target=\"_blank\" class=\"bg-brand-red text-white px-5 py-3 rounded-md font-semibold text-sm transition-all hover:bg-red-700 cta-pulse shadow-lg flex items-center gap-2\">\r\n                    <i class=\"ph ph-whatsapp-logo text-lg\"><\/i>\r\n                    <span>Solicite Or\u00e7amento<\/span>\r\n                <\/a>\r\n            <\/div>\r\n            <button id=\"mobileMenuBtn\" class=\"lg:hidden text-gray-700 focus:outline-none p-2 hover:bg-gray-100 rounded-md\">\r\n                <i class=\"ph ph-list text-3xl\"><\/i>\r\n            <\/button>\r\n        <\/nav>\r\n        <div id=\"mobileMenu\" class=\"hidden lg:hidden bg-white border-t absolute w-full left-0 top-24 shadow-lg z-40\">\r\n            <div class=\"flex flex-col p-4 space-y-4\">\r\n                <a href=\"#hero\" class=\"text-gray-800 font-medium hover:text-brand-red\">Principal<\/a>\r\n                <a href=\"#quem-somos\" class=\"text-gray-800 font-medium hover:text-brand-red\">Quem somos<\/a>\r\n                <a href=\"#servicos\" class=\"text-gray-800 font-medium hover:text-brand-red\">Servi\u00e7os<\/a>\r\n                <a href=\"#portfolio\" class=\"text-gray-800 font-medium hover:text-brand-red\">Portf\u00f3lio<\/a>\r\n                <a href=\"#contatos\" class=\"text-gray-800 font-medium hover:text-brand-red\">Contatos<\/a>\r\n                <hr class=\"border-gray-100\">\r\n                <!-- LINK \u00c1REA DO CLIENTE NO MOBILE -->\r\n                <a href=\"https:\/\/sprayway.com.br\/index.php\/gestao-sprayway\/\" target=\"_blank\" class=\"flex items-center gap-2 text-gray-800 font-medium\"><i class=\"ph ph-user-circle text-xl\"><\/i> \u00c1rea do Cliente<\/a>\r\n                <!-- BOT\u00c3O DE WHATSAPP NO MOBILE -->\r\n                <a href=\"https:\/\/wa.me\/5581988616006\" target=\"_blank\" class=\"bg-brand-red text-white text-center py-3 rounded-md font-bold shadow-md flex items-center justify-center gap-2\">\r\n                    <i class=\"ph ph-whatsapp-logo text-xl\"><\/i>\r\n                    Solicite Or\u00e7amento\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <!-- ================= HERO SECTION (BANNER) ================= -->\r\n    <section id=\"hero\" class=\"relative pt-32 pb-12 px-4 overflow-hidden\">\r\n        <div class=\"absolute top-0 left-0 w-full h-full pointer-events-none z-0\">\r\n            <div class=\"absolute top-20 left-[-100px] w-96 h-96 bg-orange-100 rounded-full mix-blend-multiply filter blur-3xl opacity-70 animate-blob\"><\/div>\r\n            <div class=\"absolute top-20 right-[-100px] w-96 h-96 bg-red-100 rounded-full mix-blend-multiply filter blur-3xl opacity-70 animate-blob animation-delay-2000\"><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"container mx-auto max-w-6xl bg-white shadow-2xl rounded-3xl overflow-hidden relative z-10\">\r\n            <div class=\"grid md:grid-cols-2\">\r\n                <div class=\"flex flex-col justify-center p-8 md:p-12 lg:p-14 order-2 md:order-1\">\r\n                    <h1 class=\"text-2xl md:text-3xl font-bold text-gray-900 leading-tight mb-4\">\r\n                        Transformamos Ambientes<br class=\"hidden lg:block\">\r\n                        com <span class=\"text-brand-red\">Pintura Profissional<\/span> e<br class=\"hidden lg:block\"> \r\n                        Revestimentos de Qualidade\r\n                    <\/h1>\r\n                    <p class=\"text-gray-600 text-lg mb-5 leading-relaxed\">\r\n                        A Sprayway Pinturas \u00e9 especialista em pintura residencial, empresarial, industrial\r\n                        e revestimentos, garantindo durabilidade e sofistica\u00e7\u00e3o para seu espa\u00e7o.\r\n                    <\/p>\r\n                    <div>\r\n                        <a href=\"#quem-somos\" class=\"inline-flex items-center gap-2 bg-brand-red text-white px-8 py-4 rounded-lg font-semibold transition-all hover:bg-red-700 shadow-md group\">\r\n                            Conhe\u00e7a nossa expertise\r\n                            <i class=\"ph ph-arrow-right font-bold group-hover:translate-x-1 transition-transform\"><\/i>\r\n                        <\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"relative min-h-[300px] md:min-h-full order-1 md:order-2 group hero-image-container\">\r\n                    <div class=\"hero-image\"><\/div>\r\n                    <div class=\"absolute bottom-8 left-8 bg-white\/90 backdrop-blur-sm p-4 rounded-xl shadow-lg border-l-4 border-brand-orange max-w-[200px] float-badge hidden md:block z-20\">\r\n                        <div class=\"flex items-center gap-2 mb-1\">\r\n                            <i class=\"ph-fill ph-star text-yellow-400 text-lg\"><\/i>\r\n                            <span class=\"font-bold text-gray-800\">Excel\u00eancia<\/span>\r\n                        <\/div>\r\n                        <p class=\"text-xs text-gray-600\">Servi\u00e7os de alto padr\u00e3o com garantia de qualidade.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- ================= QUEM SOMOS ================= -->\r\n    <section id=\"quem-somos\" class=\"py-20 bg-white\">\r\n        <div class=\"container mx-auto max-w-6xl px-4\">\r\n            <div class=\"flex flex-col lg:flex-row items-center gap-12\">\r\n                <div class=\"w-full lg:w-1\/2\">\r\n                    <div class=\"relative rounded-2xl overflow-hidden shadow-xl group\">\r\n                        <!-- IMAGEM QUEM SOMOS -->\r\n                        <img decoding=\"async\" src=\"http:\/\/sprayway.com.br\/wp-content\/uploads\/2025\/11\/04.png\" \r\n                             alt=\"Equipe Sprayway\" \r\n                             class=\"w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700\">\r\n                        \r\n                        <!-- Bal\u00e3o de destaque -->\r\n                        <div class=\"absolute bottom-6 left-6 bg-white\/90 backdrop-blur-sm p-4 rounded-xl shadow-lg border-l-4 border-brand-orange z-20\">\r\n                            <div class=\"flex items-center gap-2 mb-1\">\r\n                                <i class=\"ph-fill ph-star text-brand-orange text-lg\"><\/i>\r\n                                <span class=\"font-bold text-gray-800\">Experi\u00eancia Comprovada<\/span>\r\n                            <\/div>\r\n                            <p class=\"text-2xl font-bold text-brand-orange\">10+ Anos<\/p>\r\n                            <p class=\"text-sm text-gray-600\">de Experi\u00eancia no mercado<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"w-full lg:w-1\/2\">\r\n                    <span class=\"text-brand-orange font-bold uppercase tracking-wider text-sm\">Quem Somos<\/span>\r\n                    <h2 class=\"text-3xl md:text-4xl font-bold text-gray-900 mt-2 mb-6\">Excel\u00eancia em Pintura e Revestimentos<\/h2>\r\n                    <p class=\"text-gray-600 mb-6 text-lg\">Com anos de experi\u00eancia no mercado, a <strong>Sprayway Pinturas<\/strong> se destaca pela qualidade e efici\u00eancia em projetos residenciais, empresariais e industriais. Nossa miss\u00e3o \u00e9 transformar ambientes com servi\u00e7os de alto padr\u00e3o.<\/p>\r\n                    \r\n                    <div class=\"space-y-6\">\r\n                        <!-- \u00cdcones com Pulso Suave -->\r\n                        <div class=\"flex items-start group cursor-default\">\r\n                            <div class=\"bg-orange-50 p-3 rounded-full mr-4 text-brand-orange icon-pulse-soft transition-transform group-hover:scale-110\">\r\n                                <i class=\"ph ph-check-circle text-2xl\"><\/i>\r\n                            <\/div>\r\n                            <div>\r\n                                <h4 class=\"font-bold text-gray-900 group-hover:text-brand-orange transition-colors\">Qualidade Superior<\/h4>\r\n                                <p class=\"text-gray-500 text-sm\">Utilizamos materiais premium e t\u00e9cnicas avan\u00e7adas.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"flex items-start group cursor-default\">\r\n                            <div class=\"bg-orange-50 p-3 rounded-full mr-4 text-brand-orange icon-pulse-soft transition-transform group-hover:scale-110\" style=\"animation-delay: 0.5s;\">\r\n                                <i class=\"ph ph-users text-2xl\"><\/i>\r\n                            <\/div>\r\n                            <div>\r\n                                <h4 class=\"font-bold text-gray-900 group-hover:text-brand-orange transition-colors\">Equipe Especializada<\/h4>\r\n                                <p class=\"text-gray-500 text-sm\">Profissionais altamente treinados e certificados.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"flex items-start group cursor-default\">\r\n                            <div class=\"bg-orange-50 p-3 rounded-full mr-4 text-brand-orange icon-pulse-soft transition-transform group-hover:scale-110\" style=\"animation-delay: 1s;\">\r\n                                <i class=\"ph ph-clock text-2xl\"><\/i>\r\n                            <\/div>\r\n                            <div>\r\n                                <h4 class=\"font-bold text-gray-900 group-hover:text-brand-orange transition-colors\">Compromisso com Prazos<\/h4>\r\n                                <p class=\"text-gray-500 text-sm\">Pontualidade rigorosa em todos os projetos.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- ================= SERVI\u00c7OS ================= -->\r\n    <section id=\"servicos\" class=\"py-20 bg-brand-dark text-white\">\r\n        <div class=\"container mx-auto max-w-6xl px-4\">\r\n            <div class=\"text-center max-w-3xl mx-auto mb-16\">\r\n                <span class=\"text-brand-orange font-bold uppercase tracking-wider text-sm\">O Que Fazemos<\/span>\r\n                <h2 class=\"text-3xl md:text-4xl font-bold mt-2 mb-4\">Nossas Solu\u00e7\u00f5es em Pintura<\/h2>\r\n                <p class=\"text-gray-400\">Oferecemos solu\u00e7\u00f5es completas para ambientes residenciais, empresariais e industriais, com foco em durabilidade e acabamento profissional.<\/p>\r\n            <\/div>\r\n            <div class=\"grid md:grid-cols-2 gap-8\">\r\n                <div class=\"bg-gray-800\/50 p-8 rounded-2xl border border-gray-700 hover:border-brand-orange transition-all hover:-translate-y-1 group cursor-default\">\r\n                    <div class=\"flex justify-between items-start mb-6\"><div class=\"bg-brand-orange\/10 p-3 rounded-lg text-brand-orange group-hover:bg-brand-orange group-hover:text-white transition-colors\"><i class=\"ph ph-factory text-3xl\"><\/i><\/div><\/div>\r\n                    <h3 class=\"text-xl font-bold text-brand-orange mb-3 group-hover:text-white transition-colors\">Pintura Industrial<\/h3>\r\n                    <p class=\"text-gray-400 text-sm leading-relaxed\">Solu\u00e7\u00f5es de pintura para ind\u00fastrias, garantindo resist\u00eancia e prote\u00e7\u00e3o contra corros\u00e3o, produtos qu\u00edmicos e abras\u00e3o. Materiais espec\u00edficos para cada ambiente.<\/p>\r\n                <\/div>\r\n                <div class=\"bg-gray-800\/50 p-8 rounded-2xl border border-gray-700 hover:border-brand-orange transition-all hover:-translate-y-1 group cursor-default\">\r\n                    <div class=\"flex justify-between items-start mb-6\"><div class=\"bg-brand-orange\/10 p-3 rounded-lg text-brand-orange group-hover:bg-brand-orange group-hover:text-white transition-colors\"><i class=\"ph ph-house-line text-3xl\"><\/i><\/div><\/div>\r\n                    <h3 class=\"text-xl font-bold text-brand-orange mb-3 group-hover:text-white transition-colors\">Pintura Residencial<\/h3>\r\n                    <p class=\"text-gray-400 text-sm leading-relaxed\">Transforma\u00e7\u00e3o de casas e apartamentos com acabamento refinado. Valorize seu im\u00f3vel com conforto, beleza e um ambiente acolhedor.<\/p>\r\n                <\/div>\r\n                <div class=\"bg-gray-800\/50 p-8 rounded-2xl border border-gray-700 hover:border-brand-orange transition-all hover:-translate-y-1 group cursor-default\">\r\n                    <div class=\"flex justify-between items-start mb-6\"><div class=\"bg-brand-orange\/10 p-3 rounded-lg text-brand-orange group-hover:bg-brand-orange group-hover:text-white transition-colors\"><i class=\"ph ph-buildings text-3xl\"><\/i><\/div><\/div>\r\n                    <h3 class=\"text-xl font-bold text-brand-orange mb-3 group-hover:text-white transition-colors\">Pintura Empresarial<\/h3>\r\n                    <p class=\"text-gray-400 text-sm leading-relaxed\">Pintura para escrit\u00f3rios, lojas e pr\u00e9dios comerciais. Rapidez na execu\u00e7\u00e3o para n\u00e3o impactar seu neg\u00f3cio, com acabamento profissional.<\/p>\r\n                <\/div>\r\n                <div class=\"bg-gray-800\/50 p-8 rounded-2xl border border-gray-700 hover:border-brand-orange transition-all hover:-translate-y-1 group cursor-default\">\r\n                    <div class=\"flex justify-between items-start mb-6\"><div class=\"bg-brand-orange\/10 p-3 rounded-lg text-brand-orange group-hover:bg-brand-orange group-hover:text-white transition-colors\"><i class=\"ph ph-paint-roller text-3xl\"><\/i><\/div><\/div>\r\n                    <h3 class=\"text-xl font-bold text-brand-orange mb-3 group-hover:text-white transition-colors\">Revestimentos<\/h3>\r\n                    <p class=\"text-gray-400 text-sm leading-relaxed\">Aplica\u00e7\u00e3o de materiais de alta durabilidade para paredes e pisos. Prote\u00e7\u00e3o extra contra umidade e desgaste, com acabamento est\u00e9tico superior.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- ================= PORTFOLIO ================= -->\r\n    <section id=\"portfolio\" class=\"py-20 bg-gray-50\">\r\n        <div class=\"container mx-auto max-w-6xl px-4\">\r\n            <div class=\"text-center mb-12\">\r\n                <h2 class=\"text-3xl md:text-4xl font-bold text-brand-orange mb-4\">Nosso Portf\u00f3lio<\/h2>\r\n                <p class=\"text-gray-600 max-w-2xl mx-auto\">Confira alguns de nossos trabalhos e veja como transformamos ambientes com qualidade e sofistica\u00e7\u00e3o.<\/p>\r\n            <\/div>\r\n            <div class=\"grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-6\">\r\n                <!-- Item 1 -->\r\n                <div class=\"group relative overflow-hidden rounded-xl shadow-lg aspect-square cursor-pointer\">\r\n                    <img decoding=\"async\" src=\"http:\/\/sprayway.com.br\/wp-content\/uploads\/2025\/11\/IMG-20230109-WA0052.jpg\" class=\"w-full h-full object-cover transition-transform duration-500 group-hover:scale-110\">\r\n                    <div class=\"absolute inset-0 bg-black\/60 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-center justify-center\"><span class=\"text-white font-semibold border border-white px-4 py-2 rounded hover:bg-white hover:text-black transition-colors\">Ver Projeto<\/span><\/div>\r\n                <\/div>\r\n                <!-- Item 2 -->\r\n                <div class=\"group relative overflow-hidden rounded-xl shadow-lg aspect-square cursor-pointer\">\r\n                    <img decoding=\"async\" src=\"http:\/\/sprayway.com.br\/wp-content\/uploads\/2025\/11\/03.png\" class=\"w-full h-full object-cover transition-transform duration-500 group-hover:scale-110\">\r\n                    <div class=\"absolute inset-0 bg-black\/60 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-center justify-center\"><span class=\"text-white font-semibold border border-white px-4 py-2 rounded hover:bg-white hover:text-black transition-colors\">Ver Projeto<\/span><\/div>\r\n                <\/div>\r\n                <!-- Item 3 -->\r\n                <div class=\"group relative overflow-hidden rounded-xl shadow-lg aspect-square cursor-pointer\">\r\n                    <img decoding=\"async\" src=\"http:\/\/sprayway.com.br\/wp-content\/uploads\/2025\/11\/02.png\" class=\"w-full h-full object-cover transition-transform duration-500 group-hover:scale-110\">\r\n                    <div class=\"absolute inset-0 bg-black\/60 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-center justify-center\"><span class=\"text-white font-semibold border border-white px-4 py-2 rounded hover:bg-white hover:text-black transition-colors\">Ver Projeto<\/span><\/div>\r\n                <\/div>\r\n                <!-- Item 4 -->\r\n                <div class=\"group relative overflow-hidden rounded-xl shadow-lg aspect-square cursor-pointer\">\r\n                    <img decoding=\"async\" src=\"http:\/\/sprayway.com.br\/wp-content\/uploads\/2025\/11\/01.png\" class=\"w-full h-full object-cover transition-transform duration-500 group-hover:scale-110\">\r\n                    <div class=\"absolute inset-0 bg-black\/60 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-center justify-center\"><span class=\"text-white font-semibold border border-white px-4 py-2 rounded hover:bg-white hover:text-black transition-colors\">Ver Projeto<\/span><\/div>\r\n                <\/div>\r\n                <!-- Item 5 -->\r\n                <div class=\"group relative overflow-hidden rounded-xl shadow-lg aspect-square cursor-pointer\">\r\n                    <img decoding=\"async\" src=\"http:\/\/sprayway.com.br\/wp-content\/uploads\/2025\/11\/PHOTO-2019-08-19-13-44-19.jpg\" class=\"w-full h-full object-cover transition-transform duration-500 group-hover:scale-110\">\r\n                    <div class=\"absolute inset-0 bg-black\/60 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-center justify-center\"><span class=\"text-white font-semibold border border-white px-4 py-2 rounded hover:bg-white hover:text-black transition-colors\">Ver Projeto<\/span><\/div>\r\n                <\/div>\r\n                <!-- Item 6 -->\r\n                <div class=\"group relative overflow-hidden rounded-xl shadow-lg aspect-square cursor-pointer\">\r\n                    <img decoding=\"async\" src=\"http:\/\/sprayway.com.br\/wp-content\/uploads\/2025\/11\/IMG-20230109-WA0061.jpg\" class=\"w-full h-full object-cover transition-transform duration-500 group-hover:scale-110\">\r\n                    <div class=\"absolute inset-0 bg-black\/60 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-center justify-center\"><span class=\"text-white font-semibold border border-white px-4 py-2 rounded hover:bg-white hover:text-black transition-colors\">Ver Projeto<\/span><\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- ================= CONTATO ================= -->\r\n    <section id=\"contatos\" class=\"bg-brand-dark text-white pt-20 pb-10\">\r\n        <div class=\"container mx-auto max-w-6xl px-4\">\r\n            <div class=\"text-center mb-16\">\r\n                <h2 class=\"text-3xl font-bold text-brand-orange mb-4\">Fale Conosco<\/h2>\r\n                <p class=\"text-gray-400\">Precisa de um or\u00e7amento ou mais informa\u00e7\u00f5es? Entre em contato agora mesmo!<\/p>\r\n            <\/div>\r\n            <div class=\"grid md:grid-cols-2 gap-12 mb-16\">\r\n                <div class=\"space-y-8\">\r\n                    <h3 class=\"text-2xl font-bold border-l-4 border-brand-orange pl-4\">Informa\u00e7\u00f5es de Contato<\/h3>\r\n                    <div class=\"flex items-start gap-4 group\">\r\n                        <div class=\"bg-gray-800 p-3 rounded-full text-brand-orange group-hover:bg-brand-orange group-hover:text-white transition-colors\">\r\n                            <i class=\"ph ph-whatsapp-logo text-2xl\"><\/i>\r\n                        <\/div>\r\n                        <div>\r\n                            <p class=\"font-bold text-gray-300\">Telefone & WhatsApp<\/p>\r\n                            <!-- Link do WhatsApp adicionado -->\r\n                            <a href=\"https:\/\/wa.me\/5581988616006\" target=\"_blank\" class=\"text-xl font-semibold hover:text-brand-orange transition-colors\">\r\n                                (81) 98861-6006\r\n                            <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"flex items-start gap-4 group\"><div class=\"bg-gray-800 p-3 rounded-full text-brand-orange group-hover:bg-brand-orange group-hover:text-white transition-colors\"><i class=\"ph ph-envelope-simple text-2xl\"><\/i><\/div><div><p class=\"font-bold text-gray-300\">Email<\/p><p class=\"text-lg\">comercial@sprayway.com.br<\/p><\/div><\/div>\r\n                    <div class=\"flex items-start gap-4 group\"><div class=\"bg-gray-800 p-3 rounded-full text-brand-orange group-hover:bg-brand-orange group-hover:text-white transition-colors\"><i class=\"ph ph-clock text-2xl\"><\/i><\/div><div><p class=\"font-bold text-gray-300\">Hor\u00e1rio de Atendimento<\/p><p class=\"text-gray-400\">Segunda \u2013 Sexta: 8:00 \u2013 18:00<\/p><\/div><\/div>\r\n                    <div class=\"flex items-start gap-4 group\"><div class=\"bg-gray-800 p-3 rounded-full text-brand-orange group-hover:bg-brand-orange group-hover:text-white transition-colors\"><i class=\"ph ph-map-pin text-2xl\"><\/i><\/div><div><p class=\"font-bold text-gray-300\">Localiza\u00e7\u00e3o<\/p><p class=\"text-gray-400\">Atendemos em todo o Brasil<\/p><\/div><\/div>\r\n                <\/div>\r\n                <div class=\"bg-gray-800 p-8 rounded-2xl shadow-lg border border-gray-700 hover:border-brand-orange\/30 transition-colors\">\r\n                    <h3 class=\"text-2xl font-bold mb-6\">Envie uma Mensagem<\/h3>\r\n                    <form class=\"space-y-4\">\r\n                        <div><label class=\"block text-sm text-gray-400 mb-1\">Nome<\/label><input type=\"text\" class=\"w-full bg-gray-900 border border-gray-700 rounded-lg p-3 text-white focus:border-brand-orange focus:outline-none transition-colors\" placeholder=\"Seu nome completo\"><\/div>\r\n                        <div><label class=\"block text-sm text-gray-400 mb-1\">Email<\/label><input type=\"email\" class=\"w-full bg-gray-900 border border-gray-700 rounded-lg p-3 text-white focus:border-brand-orange focus:outline-none transition-colors\" placeholder=\"seu@email.com\"><\/div>\r\n                        <div><label class=\"block text-sm text-gray-400 mb-1\">Mensagem<\/label><textarea rows=\"4\" class=\"w-full bg-gray-900 border border-gray-700 rounded-lg p-3 text-white focus:border-brand-orange focus:outline-none transition-colors\" placeholder=\"Como podemos ajudar?\"><\/textarea><\/div>\r\n                        <button type=\"button\" class=\"w-full bg-brand-orange hover:bg-orange-600 text-white font-bold py-3 rounded-lg transition-colors flex items-center justify-center gap-2 transform active:scale-95\"><i class=\"ph ph-paper-plane-right text-xl\"><\/i> Enviar Mensagem<\/button>\r\n                    <\/form>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center text-gray-500 text-sm\">\r\n                <p>&copy; 2025 Sprayway Pinturas. Todos os direitos reservados.<\/p>\r\n                <div class=\"flex gap-4 mt-4 md:mt-0\"><a href=\"#\" class=\"hover:text-brand-orange transition-colors\">Pol\u00edtica de Privacidade<\/a><a href=\"#\" class=\"hover:text-brand-orange transition-colors\">Termos de Uso<\/a><\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        const btn = document.getElementById('mobileMenuBtn');\r\n        const menu = document.getElementById('mobileMenu');\r\n        btn.addEventListener('click', () => { menu.classList.toggle('hidden'); });\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/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>Sprayway Pinturas &#8211; Excel\u00eancia em Pintura e Revestimentos Principal Quem somos Servi\u00e7os Portf\u00f3lio Contatos \u00c1rea do Cliente Solicite Or\u00e7amento Principal Quem somos Servi\u00e7os Portf\u00f3lio Contatos \u00c1rea do Cliente Solicite Or\u00e7amento Transformamos Ambientes com Pintura Profissional e Revestimentos de Qualidade A Sprayway Pinturas \u00e9 especialista em pintura residencial, empresarial, industrial e revestimentos, garantindo durabilidade e sofistica\u00e7\u00e3o [&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-19","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sprayway.com.br\/index.php\/wp-json\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sprayway.com.br\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sprayway.com.br\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sprayway.com.br\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sprayway.com.br\/index.php\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":22,"href":"https:\/\/sprayway.com.br\/index.php\/wp-json\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":118,"href":"https:\/\/sprayway.com.br\/index.php\/wp-json\/wp\/v2\/pages\/19\/revisions\/118"}],"wp:attachment":[{"href":"https:\/\/sprayway.com.br\/index.php\/wp-json\/wp\/v2\/media?parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}