.modal-program {
  display: none;
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 160%;
  background-color: rgba(95, 94, 96, 0.7607843137);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
}
.modal-program.active {
  display: block;
}
.modal-program__content {
  margin: 3rem auto;
  border-radius: 12px;
  width: 80%;
  max-width: 900px;
  position: relative;
  color: #fff;
  background-color: #242323;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem;
}
.modal-program__content img {
  border-radius: 10px;
}
.modal-program__close {
  font-weight: bold;
  position: absolute;
  top: -25px;
  right: -25px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}
.modal-program__close:hover {
  color: #FEBD24;
}

/*# sourceMappingURL=modalProgram.css.map */
