


        body {
            background: #f3f4f6;
            color: #2d3748;
        }

        .btn-voltar {
            background: #111827;
            color: #fff;
            border: none;
            padding: 10px 18px;
            font-weight: 600;
            border-radius: 4px;
            margin-bottom: 20px;
        }

        .btn-voltar:hover {
            color: #fff;
            background: #0f172a;
            text-decoration: none;
        }

        .card-contrato {
            background: #fff;
            border: 1px solid #d9dde3;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 25px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
        }

        .contrato-titulo {
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .contrato-cnpj {
            font-size: 18px;
            margin-bottom: 15px;
        }

        .info-item {
            margin-bottom: 6px;
            font-size: 16px;
        }

        .info-item strong {
            font-weight: 700;
        }

        .objeto {
            line-height: 1.6;
            font-size: 16px;
        }

        .valor-contrato {
            margin-top: 15px;
            color: #2f7d32;
            font-size: 30px;
            font-weight: 700;
        }

        .titulo-secao {
            margin-top: 35px;
            margin-bottom: 15px;
            font-size: 22px;
            font-weight: 700;
        }

        .table {
            background: #fff;
            border: 1px solid #d9dde3;
        }

        .table>thead>tr>th {
            background: #f5f6f8;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 700;
            color: #374151;
            vertical-align: middle;
        }

        .table>tbody>tr>td {
            vertical-align: middle;
        }

        .valor-aditivo {
            color: #2f7d32;
            font-weight: 700;
            font-size: 22px;
        }

        .btn-arquivo {
            background: #3456e8;
            color: #fff;
            border: none;
            font-weight: 600;
            padding: 4px 14px;
        }

        .btn-arquivo:hover {
            background: #2747d4;
            color: #fff;
        }

        @media (max-width: 768px) {

            .contrato-titulo {
                font-size: 20px;
            }

            .valor-contrato {
                font-size: 24px;
            }
        }