@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:700,400");
.onboarding {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.onboarding .overlap-group-wrapper {
  background-color: #ffffff;
  width: 430px;
  height: 932px;
}

.onboarding .overlap-group {
  position: relative;
  height: 932px;
  background-color: #000000;
}

.onboarding .group {
  position: absolute;
  width: 325px;
  height: 127px;
  top: 391px;
  left: 54px;
}

.onboarding .text-wrapper {
  position: absolute;
  width: 319px;
  height: 67px;
  top: 0;
  left: 1px;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 33.6px;
}

.onboarding .div {
  position: absolute;
  width: 321px;
  height: 34px;
  top: 130px;
  left: 0;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16.8px;
}

.onboarding .botones {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 597px;
  left: 98px;
}

.onboarding .state-layer-wrapper {
  display: flex;
  flex-direction: column;
  width: 233px;
  height: 58px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  background-color: #55f249;
  border-radius: 100px;
  overflow: hidden;
}

.onboarding .state-layer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.onboarding .label-text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--m3-label-large-font-family);
  font-weight: var(--m3-label-large-font-weight);
  color: #000000;
  font-size: var(--m3-label-large-font-size);
  text-align: center;
  letter-spacing: var(--m3-label-large-letter-spacing);
  line-height: var(--m3-label-large-line-height);
  white-space: nowrap;
  font-style: var(--m3-label-large-font-style);
}

.onboarding .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 184px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 679px;
  left: 119px;
  background-color: #ffffff;
  border-radius: 100px;
  overflow: hidden;
}

.onboarding .img {
  position: absolute;
  width: 321px;
  height: 137px;
  top: 259px;
  left: 48px;
}


* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

:root {
  --m3syslighton-surface: rgba(28, 27, 31, 1);
  --m-3syslightprimary: rgba(103, 80, 164, 1);
  --m3syslighton-primary: rgba(255, 255, 255, 1);
  --m3state-layerslightprimaryopacity-012: rgba(103, 80, 164, 0.12);
  --m3state-layerslighton-surfaceopacity-012: rgba(28, 27, 31, 0.12);
  --m3state-layerslighton-primaryopacity-012: rgba(255, 255, 255, 0.12);
  --m-3syslightoutline: rgba(121, 116, 126, 1);
  --m3-label-large-font-family: "Roboto-Medium", Helvetica;
  --m3-label-large-font-weight: 500;
  --m3-label-large-font-size: 14px;
  --m3-label-large-letter-spacing: 0.10000000149011612px;
  --m3-label-large-line-height: 20px;
  --m3-label-large-font-style: normal;
}