@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #FAFAFA;
  color: #323232;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  text-align: center;
}

.logo {
  width: 220px;
  margin-bottom: 48px;
}

.check-icon {
  width: 72px;
  height: 72px;
  background-color: #22B260;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.check-icon svg {
  width: 40px;
  height: 40px;
  stroke: #FFFFFF;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.title {
  font-size: 28px;
  font-weight: 700;
  color: #323232;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.divider {
  width: 48px;
  height: 2px;
  background-color: #CCCCCC;
  margin: 0 auto 24px;
}

.doc-type {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
  margin-bottom: 8px;
}

.patente {
  font-size: 13px;
  font-weight: 600;
  color: #808080;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.issuer {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  letter-spacing: 1px;
}

.welcome-title {
  font-size: 22px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 12px;
}

.welcome-subtitle {
  font-size: 14px;
  color: #808080;
}

.color-strip {
  height: 12px;
  width: 100%;
  display: flex;
  flex-shrink: 0;
}

.color-strip span {
  flex: 1;
}
