.section-title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #050847;
  margin-bottom: 2rem;
}

.card {
  background-color: #fff !important;
  border-radius: 24px !important;
  border: 1px solid #e1e1e1 !important;
  padding: 16px !important;
}

#transfer-points .card .card-body a {
  font-weight: 700;
  font-size: 16px;
  color: #2c31c9;
  margin-top: 1rem;
  text-decoration: none;
  display: inline-block;
}

.card-height {
  height: 230px !important;
  padding: 32px 24px !important;
}

.card-body {
  flex: content !important;
  padding: 0px;
}

.card-rounded {
  margin-bottom: 32px;
  background-color: #2d34ce;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.how-it-works-body {
  padding: 0 15px;
}

.card-rounded span {
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
}

.card-title {
  font-size: 1rem !important;
  line-height: 24px !important;
  color: #303030 !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

.card-text {
  font-size: 1rem !important;
  line-height: 24px !important;
  color: #303030 !important;
  font-weight: 400 !important;
}

.card-medium-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
}

.card-text strong {
  font-weight: 700;
}

.card-text a {
  color: #2d34ce;
  font-weight: 700;
}

.indigo-normal {
  background-color: #050847 !important;
}

.neutral-04 {
  background-color: #f3f2f6 !important;
}

.card-badge {
  padding: 12px;
  border-radius: 12px;
  background-color: #050847;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-badge img {
  width: 16px;
  height: 16px;
}

.card-badge span {
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 700;
  margin-right: 60px;
}

.benefit-section {
  width: 100%;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid #e1e1e1;
  background-color: #050847;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.benefit-section p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

/*FAQ*/

.content__section {
  margin-bottom: 100px;
}

.content__section h2 {
  font-weight: 700;
  color: #10004f;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 40px;
}

.content__section h2.title {
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.content__section p.description {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.content__section p.dark,
.content__section h3.dark {
  color: #e1e1e1;
}

.content__section h3 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.content__section p {
  font-weight: 400;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.content__section a,
.content__section-card-link {
  display: inline-block;
  color: #2c31c9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 24px;
  text-decoration: none;
}

.content__section a:hover {
  color: #2c31c9;
}

.content__section img {
  margin-bottom: 32px;
}

.content__section-info {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #eeedf9;
  margin-bottom: 24px;
}

.content__section-info strong {
  color: #10004f;
  font-size: 16px;
  line-height: 24px;
}

.content__section-description p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0px;
}

.content__section-description p strong {
  display: block;
  font-weight: 700;
}

.content__section-card {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #e1e1e1;
  padding: 2rem;
  height: 100%;
  background-color: #fff;
}

.content__section-card.dark {
  background-color: #10004f;
}

.content__section-card strong {
  width: 32px;
  height: 32px;
  border-radius: 64px;
  font-weight: 700;
  color: #10004f;
  background-color: #dfe2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.content__section-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 1rem 0 1.125rem;
}

.content__section-card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 28px;
  color: #0f004f;
}

.content__section-card p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #303030;
  margin-bottom: 3rem;
}

.content__section-card ul li {
  display: flex;
}

.content__section-card ul li img {
  margin-right: 0.5rem;
  align-self: self-start;
  position: relative;
  top: 4px;
}

.content__section-card ul li span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #303030;
  align-items: self-start;
}

.content__section-card ul li span a {
  color: #2d34ce;
  font-weight: 700;
}

.content__section-card ul li span b {
  font-weight: 700;
  color: #303030;
}

#transfer-points .card {
  flex-direction: row;
  padding: 8px !important;
}

#transfer-points .card .card-body {
  margin-left: 28px;
}
#transfer-points .card p {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  color: #5c5c5c;
  margin-bottom: 0px !important;
}

#transfer-points .card div a {
  margin: 0 !important ;
}

form#form_transfer_points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#form_transfer_points .input-container {
  width: 100%;
  border: 1px solid #858585;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 16px 16px 18px;
  display: flex;
  flex-direction: row;
}

#form_transfer_points input[type='text'] {
  flex: 1;
  outline: none;
  font-size: 1rem;
  color: #5c5c5c;
  line-height: 24px;
  font-weight: 400;
  border: none;
}

#form_transfer_points input[type='checkbox'] {
  width: 24px;
  height: 24px;
  border-radius: 8px !important;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #858585;
  cursor: pointer;
  margin-right: 12px;
}

#form_transfer_points input[type='checkbox']:checked {
  background-color: #2d34ce;
  position: relative;
}

#form_transfer_points input[type='checkbox']:checked::after {
  content: url('./../images/check.svg');
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#form_transfer_points button,
#recalculate {
  width: 240px;
  outline: none;
  border: none;
  padding: 0 10px;
  height: 56px;
  background-color: #e8114b;
  border-radius: 8px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}

#form_transfer_points #clean {
  background-color: #fff;
  border-radius: 8px;
  color: #e8114b;
  border: solid 1px #e8114b;
  margin-left: 3rem;
}

#form_transfer_points label {
  font-size: 1rem;
  line-height: 18px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 14px;
}

.indigo-dark {
  background-color: #fff !important;
  padding: 16px !important;
  position: relative;
  overflow: hidden;
  border-radius: 12px !important;
}

.indigo-dark::before {
  content: '';
  width: 100%;
  height: 6px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #1b0088;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.indigo-dark .card-body {
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.info-container {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  padding: 1rem;
  background-color: #eeedf9;
  margin-top: 3rem;
}

.info-container p {
  margin-bottom: 0px;
  color: #10004f;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem;
}

.info-container p strong {
  font-weight: 700;
}

.indigo-dark .card-body strong {
  font-size: 12px;
  font-weight: 700;
  color: #303030;
  line-height: 18px;
}

.icon-simulation {
  font-size: 3rem;
  font-weight: 400;
  line-height: 18px;
}

.indigo-dark .card-body p {
  font-weight: 400;
  color: #5c5c5c;
  line-height: 20px;
  font-size: 14px;
  margin-top: 8px !important;
  margin-bottom: 0px;
}

.result .section-title {
  color: #303030;
  margin-top: 40px;
  font-size: 27px !important;
  font-weight: 700;
  margin-bottom: 2.5rem;
  margin-top: 0px;
}

.destaque-categoria-elite {
  height: 300px;
  background-image: url('./../images/banner-desk.png');
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 48px;
  border-radius: 24px;
  margin: 100px auto;
}

.destaque-categoria-elite .info-destaque-categoria-elite {
  padding-top: 96px;
  padding-left: 32px;
  position: relative;
}

.destaque-categoria-elite .info-destaque-categoria-elite h4 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.destaque-categoria-elite .info-destaque-categoria-elite p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.destaque-categoria-elite .info-destaque-categoria-elite .btn-coral {
  width: 195px;
  height: 40px;
  background-color: #e8114b;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 32px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 16px;
  transition: all 0.4s;
  font-weight: 700;
}

.destaque-categoria-elite .info-destaque-categoria-elite .btn-coral:hover {
  filter: brightness(0.85);
}

.bg-gradient {
  display: flex;
}

#simulation {
  padding: 3rem;
}

.result .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-wrap: break-word;
  min-width: 0;
}

.result .icon-simulation {
  font-size: 2rem;
  line-height: 1;
}

.end-promotion {
  filter: grayscale(1);
}

.icon-1 {
  width: 48px;
  content: url('./../images/icon-1.svg');
}

.logo-latam-pass {
  width: 100px;
  content: url('./../images/logo-latam-pass.svg');
  margin-bottom: 1rem;
}

.partners-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #e1e1e1;
  border-radius: 16px;
}

.partners-container > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  min-height: 166px;
}

.partners-container div a {
  display: block;
}

.partners-container div a img {
  width: 100%;
}

.partners-container > div:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}

.partners-container > div:nth-last-child(n + 5) {
  border-bottom: 1px solid #e1e1e1;
}

.ic_market {
  content: url('../images/ic_market.png');
}

div.more-partners {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 1rem;
  max-width: 198px;
}

div.more-partners strong {
  color: #10004f;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}

div.more-partners p {
  color: #303030;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}

div.more-partners a {
  text-decoration: none;
  color: #2c31c9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

/* === Somente em telas XL (≥ 1200px) === */
@media (min-width: 1200px) {
  #result-row > .col-xl {
    flex: 1 1 0;
    max-width: none;
  }
}

/* === Abaixo de XL (< 1200px): empilhar tudo e centralizar símbolos === */
@media (max-width: 1199.98px) {
  .partners-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-container > div:not(:last-child) {
    border-right: 1px solid #e1e1e1;
  }

  .partners-container > div:nth-last-child(n + 3) {
    border-bottom: 1px solid #e1e1e1;
  }

  #result-row {
    text-align: center;
  }
  #result-row .icon-simulation {
    display: block;
    margin: 0.5rem auto;
  }
}

@media (max-width: 690px) {
  #transfer-points .card {
    flex-direction: column;
  }
  #transfer-points .card .card-body {
    margin-left: 8px;
  }

  .card-badge span {
    margin-right: 0px;
  }

  #form_transfer_points #clean {
    margin-left: 0;
  }

  #form_transfer_points button,
  #recalculate {
    width: 100%;
  }

  #simulation {
    padding: 1.5rem;
  }

  .destaque-categoria-elite {
    height: 410px;
    background-image: url('./../images/banner-mb.png');
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 1366px;
    margin-bottom: 48px;
    border-radius: 24px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
  }

  .destaque-categoria-elite .bg-gradient {
    width: 100%;
  }

  .destaque-categoria-elite .info-destaque-categoria-elite {
    padding: 24px;
  }
}
