section {
  padding: 48px 16px;
  max-width: 1450px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  section {
    padding: 60px 15px;
  }
}

p {
  margin-bottom: 0;
  font-family: 'Latam-Sans-Regular';
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: 'Latam-Sans-Bold';
  font-weight: 700;
}

.redirect-link {
  color: #2c31c9 !important;
  font-family: 'Latam-Sans-Bold';
  font-weight: 700;
  text-decoration: underline;

  &:hover {
    color: #0a0e80 !important;
  }
}

.btn {
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  transition: all 0.2s ease-in-out;
  border: none;
  outline: none;
  vertical-align: middle;
}

.btn-primary {
  background-color: #2c31c9;
  color: #fff;
}

.btn-primary:disabled {
  background-color: #9f9f9f52;
  color: #9f9f9fa3;
  pointer-events: none!important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active {
  background-color: #0a0e80 !important;
  color: #fff !important;
}

.btn:focus,
.btn:active,
.btn:focus:active {
  box-shadow: none !important;
}

.btn-ghost {
  background-color: transparent;
  color: #2c31c9 !important;
}

.btn-ghost:hover {
  background-color: #ffffff10 !important;
  color: #0a0e80 !important;
}

.btn-ghost:focus {
  background-color: #ffffff10 !important;
  color: #0a0e80 !important;
}

.btn-outline {
  background-color: transparent;
  color: #2c31c9;
  border: 1px solid #2c31c9;
}

.btn-outline:hover {
  background-color: #ffffff10;
  color: #0a0e80;
  border-color: #0a0e80;
}

.btn-outline:focus {
  background-color: #ffffff10;
  color: #0a0e80;
  border-color: #0a0e80;
}

.section-title {
  font-size: 32px;
  line-height: 42px;
  font-family: 'Latam-Sans-Bold';
  color: #303030;
  vertical-align: middle;
  margin-bottom: 32px;
}

i {
  font-family: 'latam-icons-regular';
}

.badge {
  background-color: #e7e8fd;
  padding: 5px 8px;
  border-radius: 16px;

  p {
    font-family: 'Latam-Sans-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #070b64;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
  }
}

.tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11.5px 8px;

  border: 1px solid #d9d9d9;
  background-color: #f2f2f2;
  border-radius: 16px;

  color: #5c5c5c;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 700;
  font-family: 'Latam-Sans-Bold';

  &.active {
    border-color: #2c31c9;
    background-color: #2c31c9;
    color: #fff;
  }
}
