/* LZ-COMPONENT: SHOW-PREMIOS / LZ-SHW06-CTA-FINAL */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&display=swap');

.lz-shwcta { font-family: 'Poppins', sans-serif; background: linear-gradient(150deg, #006b22, #00bf3c); padding: 50px 24px; }
.lz-shwcta__inner { max-width: 560px; margin: 0 auto; text-align: center; }

.lz-shwcta__icone { display: block; font-size: 46px; margin-bottom: 14px; }
.lz-shwcta__titulo { display: block; font-size: 22px; font-weight: 800; color: #ffffff; margin-bottom: 10px; }
.lz-shwcta__texto { font-size: 13.5px; color: rgba(255,255,255,0.9); line-height: 1.6; margin: 0 0 22px; }

.lz-shwcta__botao { display: inline-block; background: #ffffff; color: #006b22; font-size: 14px; font-weight: 700; padding: 13px 26px; border-radius: 24px; text-decoration: none; }
.lz-shwcta__botao:hover { background: #f0fdf4; }
