Elevate Your Compliance

Join our premium online course to master governance, risk, and compliance. Enhance your skills in corporate governance and risk management today.

A group of women wearing uniforms with white tops and pink sashes is gathered indoors. They appear to be in a training or instructional session, with one woman demonstrating something to the others. The room is bright with soft lighting and white curtains, conveying a clean and professional environment.
A corner of a building with a partially visible sign that reads 'G CO.' on a weathered brick wall, next to a white section with a large window reflecting the sky. The rooftop features decorative edges and the number 315 is visible.
/* ====== CERTIFICAÇÃO & CREDIBILIDADE ====== */ .pp-cred{ background: linear-gradient(180deg, var(–pp-bg) 0%, var(–pp-bg-2) 100%); padding: 70px 0; } .pp-cred__sub{ color: rgba(245,247,250,.9); max-width: 900px; margin: 6px auto 26px; } .pp-badges{ display:grid; gap:24px; margin-top:18px; } .pp-badge{ background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 14px; padding: 18px; text-align:center; color: var(–pp-text); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; } .pp-badge:hover{ transform: translateY(-4px); background: rgba(255,255,255,.055); box-shadow: 0 10px 24px rgba(0,0,0,.18); } .pp-badge__icon{ font-size:28px; line-height:1; margin-bottom:6px; } .pp-badge__title{ font-weight:700; margin:4px 0; } .pp-badge__text{ color: rgba(245,247,250,.85); margin:0; font-size:14.5px; } /* Botão outline dourado */ .pp-cta.pp-cta–outline .wp-block-button__link{ background: transparent; color: var(–pp-text); border: 2px solid var(–pp-gold-2); border-radius: 12px; padding: 12px 22px; box-shadow: none; } .pp-cta.pp-cta–outline .wp-block-button__link:hover{ background: linear-gradient(90deg, var(–pp-gold-1) 0%, var(–pp-gold-2) 100%); color: var(–pp-ink); } /* ====== PARA QUEM É ====== */ .pp-whofor{ background: linear-gradient(180deg, var(–pp-bg-2) 0%, var(–pp-bg) 100%); padding: 70px 0; } .pp-who-cards{ display:grid; gap:26px; } .pp-who{ background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 22px 24px; color: var(–pp-text); transition: all .25s ease; } .pp-who:hover{ transform: translateY(-6px); box-shadow: 0 14px 30px rgba(0,0,0,.18); } .pp-who__title{ font-size:18px; margin:0 0 8px; } .pp-who__list{ margin:0; padding-left:18px; color: rgba(245,247,250,.92); } .pp-who__list li{ margin:6px 0; } .pp-final-cta{ margin-top:32px; } /* Responsivo */ @media (max-width: 992px){ .pp-badges{ grid-template-columns: 1fr 1fr; } .pp-who-cards{ grid-template-columns: 1fr; } } @media (max-width: 640px){ .pp-badges{ grid-template-columns: 1fr; } }