.img-full {
  width: 100%;
  height: auto;
}

.max-width-1020px {
  max-width: 1020px;
  margin: 0 auto;
}

#section-2 {
  margin: -9rem 0 3rem;
}

.box-white {
  padding: 1rem;
  background: #fff;
  min-height: 360px;
}

#section-4 {
  margin: 5rem 0;
}

.lista-curso {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.lista-curso .item {
  width: 100%;
  max-width: 320px;
}
.lista-curso .titulo {
  min-height: 7ch;
  display: flex;
  align-items: center;
}
.lista-curso .telegram {
  font-weight: bold;
  color: #2498D5;
}
.lista-curso small {
  font-size: 0.8rem;
}

#telegram {
  margin: -70px 0 150px;
}
#telegram .telegram-icon {
  max-width: 32px;
  margin-right: 0.5rem;
}
#telegram .black-box {
  text-align: center;
  padding: 1rem;
  background: #003c7b;
  color: #fff;
  margin: 0 0 2rem;
}
#telegram .black-box a {
  color: #fff;
}
#telegram .w {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
}
#telegram .content {
  padding: 2rem;
}
#telegram .content h4 {
  font-weight: bold;
  margin: 0 0 2rem;
}

.telegram-free {
  width: 100%;
  height: auto;
  margin: 0 auto;
}/*# sourceMappingURL=additional.css.map */