.curso-detalle{display:flex;flex-direction:column;gap:8px}.categoria-programa{color:#cfff3a;font-weight:700;line-height:125%}.fechas-programa{background:#0d0b70;padding:0 10px;width:fit-content}.spinner{animation:spin 1s linear infinite;border:6px solid #f3f3f3;border-radius:50%;border-top-color:#0072ce;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}