/* [project]/webproject/app/[locale]/corsi/page.module.css [app-client] (css) */
.page-module__2AnQLG__Main {
  padding: 24px;
}

.page-module__2AnQLG__Main h2 {
  margin-bottom: 18px;
}

.page-module__2AnQLG__Main p:not(:last-of-type) {
  margin-bottom: 12px;
}

.page-module__2AnQLG__Card {
  background-color: #9669eb;
  border-radius: 12px;
  width: 100%;
  padding: 20px;
}

.page-module__2AnQLG__ButtonCard {
  color: #fff;
  text-align: center;
  background-color: #9669eb;
  border-radius: 12px;
  margin-top: 2rem;
  padding: 14px 22px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, transform .2s;
  display: inline-block;
}

.page-module__2AnQLG__ButtonCard:hover {
  background-color: #633ea8;
  transform: translateY(-3px);
}

.page-module__2AnQLG__PageBackground {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.page-module__2AnQLG__PageBackground:before {
  content: "";
  filter: blur(4px) brightness(.85);
  z-index: -1;
  background-image: url("../media/spezie.ad5bce86.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.page-module__2AnQLG__Main {
  color: #fff;
  cursor: pointer;
  gap: .5rem;
  width: 100%;
  height: calc(100vh - 60px);
  margin-bottom: 2rem;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s, transform .1s;
  overflow-y: auto;
}

.page-module__2AnQLG__Main ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 2rem;
  list-style: none;
  display: grid;
}

.page-module__2AnQLG__Main a:hover [data-active="true"] {
  color: #fff;
  background: #4f2c91;
}

.page-module__2AnQLG__Card {
  background-color: #9669eb;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 28px;
  display: flex;
}

.page-module__2AnQLG__Card img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.page-module__2AnQLG__Card h3 {
  font-size: 16px;
}

.page-module__2AnQLG__PageBackground {
  background-image: url("../media/foto_Nina1.30d5b29f.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}

.page-module__2AnQLG__PageBackground:before {
  content: "";
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 0;
  background: #ffffff4d;
  position: absolute;
  inset: 0;
}

.page-module__2AnQLG__PageBackground > * {
  z-index: 1;
  position: relative;
}

.page-module__2AnQLG__CardsContainer {
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
  display: flex;
}

.page-module__2AnQLG__TopInfo {
  margin-bottom: 30px;
}

.page-module__2AnQLG__CardsContainer {
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  display: flex;
}

.page-module__2AnQLG__Card {
  background: #593ed3;
  border-radius: 12px;
  width: 300px;
  padding: 20px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 12px #0000001a;
}

/*# sourceMappingURL=webproject_app_%5Blocale%5D_corsi_page_module_c11d0d9c.css.map*/