/* CSS Document */

  #proceso-insac { background: linear-gradient(135deg, var(--insac-secondary), #000000); color: #ffffff; }
        #proceso-insac .section-title, #proceso-insac .section-subtitle { color: #ffffff; }
        .process-card { background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.16); border-radius: 20px; padding: 28px 22px; height: 100%; position: relative; }
        .process-number { width: 50px; height: 50px; background: var(--insac-primary); color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 20px; margin-bottom: 18px; }
        .process-card h5 { font-weight: 900; color: #ffffff; }
        .process-card p { color: rgba(255,255,255,0.82); font-size: 15px; }