body {
            font-family: "Times New Roman", serif;
            font-size: 12pt;
            line-height: 1.6;
            max-width: var(--op-layout-width, 1040px);
            margin: 40px auto;
            padding: 0 20px;
            color: #111;
        }

        h1 {
            font-size: 2rem;
            margin-bottom: 2rem;
        }

        .home-visualmente-oculto {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }

        .rodape-site {
            margin-top: 3rem;
            padding-top: 1.5rem;
            border-top: 1px solid #ddd;
            color: #444;
        }
