@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html {
  font-family: 'Roboto', sans-serif;
}

body {
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #070707;
}

.page-container {
  height: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-self: start;
  justify-content: flex-start;
  padding: 24px 20px;
  gap: 24px;
}

.page-container .header {
  border-bottom: #404040 1px solid;
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
  width: 100%;
}

.page-container .sobrecito-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.page-container .sobrecito-container .sobrecito-txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-container .sobrecito-container .sobrecito-txt-download {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-container .sobrecito-container .row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.page-container .sobrecito-container .step {
  color: #fa00ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.page-container .sobrecito-container h1 {
  color: #fff;
  font-size: 4em;
  font-style: normal;
  letter-spacing: -4px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
}

.page-container .sobrecito-container h2 {
  color: #fff;
  font-size: 3em;
  font-style: normal;
  letter-spacing: -4px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
}

.page-container .sobrecito-container p {
  color: #fff;
  color: var(--Primary-A, #fff);
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  margin: 0;
}

.page-container .sobrecito-container p b {
  font-weight: normal;
}

.page-container .sobrecito-container p span {
  color: #909090;
}

.page-container .sobrecito-container img {
  width: 100%;
}

.page-container .sobrecito-container a {
  all: unset;
  display: flex;
  height: 32px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fa00ff;
  color: #fff;
  outline: none;
  color: var(--Base-Primary-A, #fafafa);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.page-container .sobrecito-container a:active {
  background-color: #c715cb;
}
