Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teste #2917

Open
GPLIMATE1970 opened this issue Mar 24, 2025 · 0 comments
Open

teste #2917

GPLIMATE1970 opened this issue Mar 24, 2025 · 0 comments

Comments

@GPLIMATE1970
Copy link

import React from 'react';
import { Check, AlertCircle, DollarSign, Calendar, FileText, Clock, BarChart2, Award } from 'lucide-react';

const VisualLawPetition = () => {
return (


{/* Cabeçalho */}

EXCELENTÍSSIMO SENHOR DOUTOR JUIZ DA 3ª VARA DO TRABALHO DE UBERABA/MG




Processo: 0011058-93.2018.5.03.0152


Exequente: RONALDO ADRIANO DA SILVA




Executados: COMPOSITE INDUSTRIA E COMERCIO E OUTROS


Data: 25/03/2025




PETIÇÃO - MANIFESTAÇÃO PROCESSUAL


  {/* Tempestividade */}
  <div className="border-l-4 border-green-500 bg-green-50 p-4 my-4 rounded-r-lg shadow-sm">
    <div className="flex items-center">
      <Clock className="text-green-600 mr-2" size={24} />
      <h2 className="text-lg font-bold text-green-700">TEMPESTIVIDADE</h2>
    </div>
    <p className="mt-2 text-gray-700">
      Manifestação apresentada dentro do prazo de 5 dias, conforme despacho ID a3543e9 de 20/03/2025 (art. 884 da CLT).
    </p>
  </div>

  {/* Status atual da execução */}
  <div className="bg-gray-50 p-6 rounded-lg shadow-sm my-4">
    <div className="flex items-center mb-4">
      <BarChart2 className="text-blue-600 mr-2" size={24} />
      <h2 className="text-lg font-bold text-blue-700">SITUAÇÃO ATUAL DA EXECUÇÃO</h2>
    </div>
    
    <div className="bg-white rounded-lg p-4 mb-4 border border-gray-200">
      <h3 className="font-bold text-gray-700 mb-3">Garantia da execução ocorreu por 3 vias:</h3>
      
      <div className="flex mb-3 items-start">
        <div className="bg-blue-100 p-2 rounded-full mr-3 mt-1">
          <DollarSign className="text-blue-700" size={16} />
        </div>
        <div>
          <p className="font-semibold">SISBAJUD</p>
          <p className="text-gray-600 text-sm">Bloqueio judicial no valor de <span className="font-bold">R$ 765,03</span></p>
          <p className="text-gray-500 text-xs">Conforme extrato ID 7c89897</p>
        </div>
      </div>
      
      <div className="flex mb-3 items-start">
        <div className="bg-blue-100 p-2 rounded-full mr-3 mt-1">
          <DollarSign className="text-blue-700" size={16} />
        </div>
        <div>
          <p className="font-semibold">PENHORA DE RENDIMENTOS</p>
          <p className="text-gray-600 text-sm">Retenção de 10% sobre rendimentos da executada JANE DELFINO DA SILVEIRA COSTA, totalizando <span className="font-bold">R$ 3.370,86</span></p>
          <p className="text-gray-500 text-xs">Conforme comprovantes IDs 4774130, 92b8552, 3219f70 e 8675a3e</p>
        </div>
      </div>
      
      <div className="flex items-start">
        <div className="bg-blue-100 p-2 rounded-full mr-3 mt-1">
          <DollarSign className="text-blue-700" size={16} />
        </div>
        <div>
          <p className="font-semibold">DEPÓSITO VOLUNTÁRIO</p>
          <p className="text-gray-600 text-sm">Realizado pela executada COMPOSITE no valor de <span className="font-bold">R$ 6.097,99</span> em 06/03/2025</p>
          <p className="text-gray-500 text-xs">Conforme comprovante ID fef229f e extrato ID 1379dea</p>
        </div>
      </div>
    </div>
    
    <div className="bg-yellow-50 p-4 rounded-lg border border-yellow-200">
      <div className="flex items-center mb-2">
        <AlertCircle className="text-yellow-600 mr-2" size={20} />
        <h3 className="font-bold text-yellow-700">ATENÇÃO</h3>
      </div>
      <p className="text-gray-700 text-sm">
        O juízo já determinou a suspensão da ordem de penhora dos rendimentos da executada (despacho ID a3543e9).
      </p>
    </div>
  </div>

  {/* Questão Processual */}
  <div className="bg-purple-50 p-6 rounded-lg shadow-sm my-4">
    <div className="flex items-center mb-4">
      <FileText className="text-purple-600 mr-2" size={24} />
      <h2 className="text-lg font-bold text-purple-700">QUESTÃO PROCESSUAL RELEVANTE</h2>
    </div>
    
    <div className="bg-white rounded-lg p-4 border border-purple-200">
      <h3 className="font-bold text-gray-700 mb-2">Necessidade de formalização da penhora</h3>
      
      <div className="flex items-start mb-3">
        <div className="min-w-10 mt-1">
          <Check className="text-green-600" size={20} />
        </div>
        <p className="text-gray-700">
          Os bloqueios realizados via SISBAJUD ainda não foram expressamente convertidos em penhora (art. 854, § 5º do CPC)
        </p>
      </div>
      
      <div className="flex items-start mb-3">
        <div className="min-w-10 mt-1">
          <Check className="text-green-600" size={20} />
        </div>
        <p className="text-gray-700">
          A formalização da penhora define o termo inicial do prazo para embargos à execução (art. 884 da CLT)
        </p>
      </div>
      
      <div className="flex items-start">
        <div className="min-w-10 mt-1">
          <Check className="text-green-600" size={20} />
        </div>
        <p className="text-gray-700">
          O depósito voluntário realizado em 06/03/2025 demanda reconhecimento judicial formal como garantia do juízo
        </p>
      </div>
    </div>
  </div>

  {/* Requerimentos */}
  <div className="bg-blue-50 p-6 rounded-lg shadow-sm my-4">
    <div className="flex items-center mb-4">
      <Award className="text-blue-600 mr-2" size={24} />
      <h2 className="text-lg font-bold text-blue-700">REQUERIMENTOS</h2>
    </div>
    
    <div className="space-y-4">
      <div className="flex items-start">
        <div className="bg-blue-100 rounded-full h-6 w-6 flex items-center justify-center mr-3 mt-1">
          <span className="text-blue-700 font-bold">1</span>
        </div>
        <p className="text-gray-700">
          Convolação em penhora dos valores bloqueados via SISBAJUD (art. 854, § 5º do CPC)
        </p>
      </div>
      
      <div className="flex items-start">
        <div className="bg-blue-100 rounded-full h-6 w-6 flex items-center justify-center mr-3 mt-1">
          <span className="text-blue-700 font-bold">2</span>
        </div>
        <p className="text-gray-700">
          Reconhecimento do depósito judicial voluntário de R$ 6.097,99 como garantia parcial do juízo
        </p>
      </div>
      
      <div className="flex items-start">
        <div className="bg-blue-100 rounded-full h-6 w-6 flex items-center justify-center mr-3 mt-1">
          <span className="text-blue-700 font-bold">3</span>
        </div>
        <p className="text-gray-700">
          Intimação formal da executada para oferecer embargos à execução no prazo de 5 dias (art. 884 da CLT)
        </p>
      </div>
      
      <div className="flex items-start">
        <div className="bg-blue-100 rounded-full h-6 w-6 flex items-center justify-center mr-3 mt-1">
          <span className="text-blue-700 font-bold">4</span>
        </div>
        <div>
          <p className="text-gray-700">
            <span className="font-bold">Subsidiariamente:</span> Caso o prazo para embargos tenha transcorrido, 
            requer a liberação dos valores em favor do exequente, mediante expedição de alvará judicial
          </p>
        </div>
      </div>
    </div>
  </div>

  {/* Rodapé */}
  <div className="mt-6 pt-4 border-t border-gray-200">
    <p className="text-center text-gray-700">Uberaba/MG, 25 de março de 2025.</p>
    <p className="text-center font-semibold mt-4 text-gray-800">Gustavo Peixoto Lima</p>
    <p className="text-center text-gray-600 text-sm">OAB/MG 134.800 - OAB/SP 344.669-S</p>
  </div>
</div>

);
};

export default VisualLawPetition;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant