@font-face {
  src: url("./fonts/Poppins-Regular.ttf");
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  src: url("./fonts/Poppins-Medium.ttf");
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap; }

@font-face {
  src: url("./fonts/Poppins-SemiBold.ttf");
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap; }

@font-face {
  src: url("./fonts/Poppins-Bold.ttf");
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-display: swap; }

body {
  font-family: "Poppins";
  color: #000;
  font-size: 13px;
  margin: 0; }

.btn {
  border: 1px solid #583B90;
  color: #583B90;
  padding: 5px 30px;
  border-radius: 25px;
  text-decoration: none; }
  .btn--primary {
    background-color: #583B90;
    color: #fff; }
  .btn--secondary {
    background-color: #fff; }

.footer__logo {
  margin: 1em 0;
  height: 34px; }

.page__header {
  padding: 10px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .page__header img {
    height: 70px;
    width: auto; }

.welcome__title {
  font-size: 1.5em;
  color: #583B90;
  font-weight: 600;
  display: none; }
  @media screen and (min-width: 992px) {
    .welcome__title {
      display: inline-flex;
      padding: 0 .8em; } }

.welcome__stores {
  list-style: none;
  padding: 0;
  margin: 0 2vw;
  display: inline-flex;
  display: none; }
  .welcome__stores img {
    height: 39px;
    width: auto; }
  .welcome__stores li {
    display: inline-block;
    margin: 0 .5em; }
  @media screen and (min-width: 768px) {
    .welcome__stores {
      display: inline-flex;
      padding: 0 .8em; } }

.welcome__button-register {
  margin-right: 2em;
  display: none; }
  @media screen and (min-width: 768px) {
    .welcome__button-register {
      display: inline-flex; } }

.welcome__jumbo {
  position: relative; }

.welcome__jumbo-macaron {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  background: linear-gradient(white, white) padding-box, linear-gradient(92.32deg, #9747FF 12.54%, #D75AAA 31.19%, #EA685D 53.57%, #F9B049 66.04%, #299ED9 84.24%);
  background-clip: padding-box, border-box;
  border: 2px solid transparent;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 992px) {
    .welcome__jumbo-macaron {
      width: 236px;
      height: 236px; } }

.welcome__jumbo-macaron-cta {
  position: absolute;
  top: calc(50% + 160px);
  left: 50%;
  font-weight: 500;
  transform: translate(-50%, -50%);
  font-size: 1.875rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: none; }
  @media screen and (min-width: 992px) {
    .welcome__jumbo-macaron-cta {
      display: block;
      margin-right: 16.6vw; } }

.welcome__jumbo-text {
  text-align: center;
  margin: 0;
  font-weight: 700;
  padding: 0 .3em;
  font-size: 23px;
  line-height: 27px;
  background: linear-gradient(146.31deg, #F8685B 0%, #DC5C9F 49.78%, #6D539F 96.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }
  @media screen and (min-width: 992px) {
    .welcome__jumbo-text {
      font-size: 25px;
      line-height: 35px; } }

.welcome__btns {
  display: flex;
  align-items: center; }

.welcome__button-rainbow {
  color: #583B90;
  background: linear-gradient(white, white) padding-box, linear-gradient(92.32deg, #9747FF 12.54%, #D75AAA 31.19%, #EA685D 53.57%, #F9B049 66.04%, #299ED9 84.24%);
  background-clip: padding-box, border-box;
  border: 2px solid transparent; }

.welcome__button-register {
  border-width: 2px; }

.welcome__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em; }
  .welcome__section-footer ul, .welcome__section-store ul {
    list-style: none;
    padding: 0; }
  .welcome__section-footer li, .welcome__section-store li {
    display: inline-block;
    margin: 0 .5em; }
  .welcome__section-store ul {
    margin: 27px 0; }
  .welcome__section-store .welcome__paragraph {
    text-align: center;
    padding: 0 3em; }
  .welcome__section-footer {
    margin-bottom: 0;
    background-color: #583B90; }
    @media screen and (min-width: 992px) {
      .welcome__section-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        padding: 30px 0 20px; } }
    .welcome__section-footer ul {
      margin-top: 0; }
      @media screen and (min-width: 992px) {
        .welcome__section-footer ul {
          margin-bottom: 0; } }
    .welcome__section-footer a {
      color: white;
      text-decoration: none;
      font-size: 13px;
      line-height: 20px; }
    .welcome__section-footer .footer__socials a {
      text-decoration: none;
      font-size: 13px;
      line-height: 20px;
      display: block;
      border: 1px solid #fff;
      width: 20px;
      height: 20px;
      padding: .5em;
      border-radius: 50%; }
  @media screen and (min-width: 992px) {
    .welcome__section-salon {
      margin-bottom: 0; }
      .welcome__section-salon .welcome__image--desktop {
        max-width: 480px; } }

.welcome__img-container--app {
  padding: 0 1em; }

.welcome__img-container--phone {
  padding: 0 2.5em; }
  .welcome__img-container--phone img {
    max-width: 265px;
    width: 100%;
    height: auto; }

.welcome__image {
  display: block;
  width: 100%;
  height: auto; }
  .welcome__image--icon {
    width: 73px;
    margin-top: 1.75em; }
  @media screen and (min-width: 992px) {
    .welcome__image--mobile {
      display: none; } }
  .welcome__image--desktop {
    display: none; }
    @media screen and (min-width: 992px) {
      .welcome__image--desktop {
        display: block; } }

.welcome__gradient {
  height: 15px;
  background: linear-gradient(90deg, #E40303 2.67%, #FF8C00 18.4%, #FFED00 34.93%, #008026 64.27%, #004DFF 82.4%, #750787 100%); }

.welcome__title {
  text-align: center;
  padding: 0 1em; }
  @media screen and (min-width: 992px) {
    .welcome__title {
      padding: 0;
      max-width: 330px; } }
  .welcome__title--rainbow-1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 16px 0 12px;
    background: linear-gradient(101.03deg, #5370CC 28.63%, #D55BAA 58.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
  .welcome__title--rainbow-2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 12px 0 7px;
    background: linear-gradient(154.04deg, #ED5AB4 6.47%, #E58C74 41.52%, #EBBA3B 83.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }

.welcome__paragraph {
  text-align: center;
  font-size: .825em;
  padding: 0 3em; }
  @media screen and (min-width: 992px) {
    .welcome__paragraph {
      padding: 0;
      text-align: left;
      max-width: 465px; } }
  .welcome__paragraph b {
    display: block; }
  .welcome__paragraph--cta {
    color: #583B90;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 9px; }
  @media screen and (min-width: 992px) {
    .welcome__paragraph--mobile {
      display: none; } }
  .welcome__paragraph--desktop {
    display: none; }
    @media screen and (min-width: 992px) {
      .welcome__paragraph--desktop {
        display: block; } }

.welcome__row, .welcome__col {
  display: flex;
  flex-direction: column; }

@media screen and (min-width: 992px) {
  .welcome__row {
    max-width: 960px;
    flex-direction: row; } }

@media screen and (min-width: 992px) {
  .welcome__row--reverse {
    flex-direction: row-reverse; } }

.welcome__col {
  align-items: center; }
  @media screen and (min-width: 992px) {
    .welcome__col {
      align-items: flex-start; } }
  @media screen and (min-width: 992px) {
    .welcome__col--text-center {
      align-items: center; } }
  @media screen and (min-width: 992px) {
    .welcome__col--align {
      justify-content: center; } }

@media screen and (min-width: 992px) {
  .legals {
    background: #ede6f8; } }

.legals p {
  margin-top: 0; }

.legals__aligner {
  padding: 1em; }

@media screen and (min-width: 992px) {
  .legals__content {
    max-width: 720px;
    padding: 1em;
    margin: auto;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden; } }

.legals__title {
  display: block;
  margin: 3em 0 0; }
  .legals__title--first {
    margin-top: 0; }

.legals__wrapper {
  display: flex;
  flex-direction: column; }
