    
    body{ background:#fff !important }

    .pnpp-main{
        padding-top: 148px;        
        font-family: 'Encode Sans', sans-serif;
        color: #2B2B2B;
        
    }

    .pnpp-frame{
        width: 1280px;
        max-width: 1280px;
        margin: 0 auto;
        min-height: 832px; 
        box-sizing: border-box;
    }

    .pnpp-module{
        width: 742px;      
        margin: 0 auto;    
        display: flex;
        flex-direction: column;
        gap: 24px;        
        padding-top: 16px;
        padding-bottom: 32px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .pnpp-title{
        margin: 0;
        font-size: 28px;
        line-height: 1.2;
        font-weight: 700;
        color: #2B2B2B;
        text-align: left;
    }

    .pnpp-section{
        display:flex;
        flex-direction:column;
        gap:12px;
    }

    .pnpp-h2{
        margin: 0;
        font-size: 14px;
        line-height: 1.3;
        font-weight: 700;
        text-transform: uppercase;
        color: #4B5563;
    }
    .pnpp-h2 .pnpp-note{
        font-weight: 400;
        text-transform: none;
        color: #6B7280;
    }

    .pnpp-p{
        margin: 0;
        font-size: 14px;
        line-height: 1.75;
        color: #6B7280;
    }
    .pnpp-p strong{
        font-weight: 700;
        color: #374151;
    }

    /* Responsive: cuando no entra 1280 */
    @media (max-width: 1300px){        
        .pnpp-frame{
            width: 100%;
            max-width: 100%;        
            padding: 0 16px;
        }
        .pnpp-module{
            width: 100%;
            max-width: 742px;
        }
    }

    @media (max-width: 767px){          
        .pnpp-main{ padding-top: 140px; }
    }