.Programas_Page__vRLAi .programas{margin-bottom:clamp(50px,4.17vw,80px)}.Programas_Page__vRLAi .programas-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.Programas_Page__vRLAi .programas-grid .programa{display:block;background-color:#f9f9f9;background-repeat:no-repeat;background-size:cover;background-position:50%;width:clamp(284px,17.71vw,340px);height:clamp(284px,17.71vw,340px);transition:transform .25s ease-in-out;padding:12px}.Programas_Page__vRLAi .programas-grid .programa-nome{display:flex;justify-content:center;align-items:center;height:100%;text-transform:uppercase;text-align:center;color:var(--cor-texto-light);font-size:28px;line-height:34px;font-weight:600}.Programas_Page__vRLAi .programas-grid .programa:focus,.Programas_Page__vRLAi .programas-grid .programa:hover{transform:scale(1.04)}.Programas_Page__vRLAi .programas-grid .programa:focus .programa-nome,.Programas_Page__vRLAi .programas-grid .programa:hover .programa-nome{color:var(--cor-secundaria)}