.welcome {
  background-color: var(--main-light);
  padding: 2rem 2rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
  width: calc(100% - 22vW);
  margin: 0;
  position: absolute;
  right: 0;
  top: 5rem;
  height: calc(100% - 5rem);
}
.welcome .title {
  margin-bottom: 2rem;
}
.welcome .title h1 {
  font-weight: 700;
}
.welcome .title h1 span {
  font-weight: bolder;
}
.welcome .text span {
  color: var(--main-link);
  font-weight: 700;
}

/*# sourceMappingURL=boas-vindas.css.map */
