/* LZ-COMPONENT: INSTITUCIONAL / LZ-INST04-ABOUT */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.lz-instsobre { font-family: 'Poppins', sans-serif; background: #ffffff; padding: 44px 24px 60px; }
.lz-instsobre__inner { max-width: 720px; margin: 0 auto; text-align: center; }

.lz-instsobre__etiqueta { display: inline-block; background: rgba(34,197,94,0.1); color: #16a34a; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 20px; margin-bottom: 14px; }
.lz-instsobre__titulo { font-size: 28px; font-weight: 800; color: #10231f; margin: 0 0 6px; }
.lz-instsobre__subtitulo { font-size: 14px; color: #7c8b89; margin: 0 0 28px; }

.lz-instsobre__conteudo { text-align: left; margin-bottom: 32px; }
.lz-instsobre__conteudo p { font-size: 14px; color: #33413e; line-height: 1.8; margin: 0 0 14px; }

.lz-instsobre__numeros { display: flex; justify-content: center; gap: 32px; margin-bottom: 32px; flex-wrap: wrap; }
.lz-instsobre__numero { display: flex; flex-direction: column; gap: 2px; }
.lz-instsobre__numero strong { font-size: 24px; font-weight: 800; color: #16a34a; }
.lz-instsobre__numero span { font-size: 12px; color: #7c8b89; }

.lz-instsobre__cta { display: inline-block; background: #16a34a; color: #ffffff; font-size: 14px; font-weight: 700; padding: 13px 28px; border-radius: 22px; text-decoration: none; }
.lz-instsobre__cta:hover { background: #15803d; }
