.cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: transparent;
  color: #303030;
  font-family: Latam-Sans-Bold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button:focus-visible {
    outline: 2px solid #0a0e80;
    outline-offset: 2px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button:disabled, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button[aria-disabled="true"] {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button[data-variant="primary"] {
    border-color: #2c31c9;
    background-color: #2c31c9;
    color: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button[data-variant="primary"]:hover, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button[data-variant="primary"]:focus-visible {
    border-color: #0a0e80;
    background-color: #0a0e80;
    color: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button[data-variant="text"] {
    --lpds-button-content-filter: brightness(0) saturate(100%) invert(21%) sepia(96%) saturate(2798%) hue-rotate(232deg) brightness(84%) contrast(91%);
    padding: 0;
    border-color: transparent;
    background-color: transparent;
    color: #2c31c9; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button[data-variant="text"]:hover, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button[data-variant="text"]:focus-visible {
    --lpds-button-content-filter: brightness(0) saturate(100%) invert(9%) sepia(60%) saturate(6736%) hue-rotate(243deg) brightness(83%) contrast(114%);
    color: #0a0e80; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button[data-variant="outline"] {
    border-color: #2c31c9;
    background-color: transparent;
    color: #2c31c9; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button[data-variant="outline"]:hover, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button[data-variant="outline"]:focus-visible {
    --lpds-button-content-filter: brightness(0) saturate(100%) invert(9%) sepia(60%) saturate(6736%) hue-rotate(243deg) brightness(83%) contrast(114%);
    border-color: #0a0e80;
    background-color: #e7e8fd;
    color: #0a0e80; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button__icon {
    display: block;
    flex-shrink: 0;
    filter: var(--lpds-button-content-filter, none); }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-how-to-earn-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background: #f2f2f2; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-how-to-earn-card__icon {
    display: block;
    width: 48px;
    height: 48px;
    flex: 0 0 auto; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-how-to-earn-card h3 {
    margin: 24px 0 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-how-to-earn-card p {
    margin: 24px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-how-to-earn-card .lpds-button[data-variant="text"] {
    margin-top: auto;
    padding-top: 24px;
    font-size: 14px;
    line-height: 20px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-how-to-earn-card .lpds-button__icon {
    width: 16px;
    height: 16px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 24px 16px 16px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background: #fff;
    color: #303030; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card {
    padding: 32px 16px 16px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__logo-wrap {
    padding-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__logo-wrap img {
    display: block;
    width: 100%;
    max-height: 128px;
    aspect-ratio: 2.5061728395;
    object-fit: cover; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__tag, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f0edff;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #10004f; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__tag {
    position: relative;
    align-self: flex-end;
    margin-right: -16px;
    padding: 3px 14px;
    text-align: center;
    border-bottom-right-radius: 0; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__tag::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 16px;
    height: 16px;
    background: radial-gradient(ellipse 24px 16px at 0 100%, transparent 16px, #f0edff 16.5px); }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__flag {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 3px 10px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__eyebrow {
    margin: 16px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__eyebrow {
    font-size: 16px;
    line-height: 24px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card h3 {
    margin: 0;
    padding-right: 56px;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__rate {
    margin: 18px 0 0;
    padding-right: 56px;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__rate strong {
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-weight: 700; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__desc {
    margin: 4px 0 0;
    padding-right: 56px;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__desc {
    font-size: 16px;
    line-height: 24px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__desc--spaced {
    margin-top: 28px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__link {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #2c31c9;
    border-radius: 8px;
    background: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__link img {
    width: 24px;
    height: 24px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__link:hover, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__link:focus-visible, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__link:active {
    background: #f3f3ff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-card__link:focus-visible {
    outline: 2px solid #10004f;
    outline-offset: 4px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 button.nav-link.lp-partner-tab-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    color: #303030;
    white-space: nowrap; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 button.nav-link.lp-partner-tab-button:hover, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 button.nav-link.lp-partner-tab-button:focus {
    color: #1b0088; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 button.nav-link.lp-partner-tab-button.active {
    background: #2c31c9;
    color: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 button.nav-link.lp-partner-tab-button:focus-visible {
    outline: 2px solid #10004f;
    outline-offset: 4px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lp-partner-tab-button__check {
    display: none;
    width: 18px;
    height: 18px;
    flex: 0 0 18px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 button.nav-link.lp-partner-tab-button.active .lp-partner-tab-button__check {
    display: block; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 html, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 body {
    margin: 0;
    min-height: 100%;
    background: #fff;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 body {
    font-family: Latam-Sans-Regular, Arial, sans-serif; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 strong {
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-weight: 700; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .lpds-button[data-variant="text"]:has(.lpds-button__icon) {
    text-align: left; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .gy-\[88px\] {
    --bs-gutter-y: 88px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #topo {
    overflow: hidden; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .topo__content {
    padding: 56px 0; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .topo__content .row {
    align-items: stretch; } }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .topo__text-column {
    display: flex; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .topo__text h1 {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.5px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .topo__text p {
    margin: 16px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .topo__text {
    display: flex;
    flex: 1;
    flex-direction: column; } }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .topo__text p {
    margin-top: 16px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .topo__actions {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .topo__actions {
    flex-direction: row;
    align-items: center; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--primary {
    padding: 13px 24px;
    border-radius: 6px;
    line-height: 1.25;
    background: #3333d4;
    color: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--primary:hover, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--primary:focus {
    color: #fff;
    background: #2828bd; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--text {
    gap: 8px;
    line-height: 24px;
    color: #2c31c9;
    transition: color 0.2s ease; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--text:hover, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--text:focus-visible, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--text:active {
    color: #0a0e80; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--underline-text > span {
    text-decoration: underline;
    text-underline-offset: 2px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--text img {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    filter: brightness(0) saturate(100%) invert(21%) sepia(96%) saturate(2798%) hue-rotate(232deg) brightness(84%) contrast(91%);
    transition: filter 0.2s ease; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--text:hover img, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--text:focus-visible img, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta--text:active img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(60%) saturate(6736%) hue-rotate(243deg) brightness(83%) contrast(114%); }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .cta:focus-visible {
    outline: 2px solid #10004f;
    outline-offset: 4px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .topo__image {
    display: block;
    width: 100%;
    aspect-ratio: 1.5;
    height: auto;
    margin-left: auto;
    object-fit: cover;
    border-radius: 24px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #passos {
    padding: 88px 0 40px 0; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #passos {
    margin-top: 100px;
    padding: 40px 0; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__content h2 {
    margin: 0 0 64px;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__image {
    display: block;
    width: 100%;
    aspect-ratio: 1.3333333333;
    object-fit: cover;
    border-radius: 24px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__image {
    aspect-ratio: 1.237704918; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #ddd;
    background: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-item:last-child {
    border-bottom: 0; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-button {
    gap: 8px;
    padding: 18px 16px;
    background: #fff;
    box-shadow: none;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-button:not(.collapsed) {
    color: #2c31c9;
    background: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-button:hover {
    background: #eeedf9;
    color: #070b64; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-button:focus-visible {
    outline: 2px solid #10004f;
    outline-offset: -4px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-button::after {
    width: 20px;
    height: 20px;
    margin-left: auto;
    background-size: 20px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(2621%) hue-rotate(234deg) brightness(91%) contrast(89%); }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-body {
    padding: 16px 16px 40px;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-body p {
    margin: 0 0 16px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-body p:last-of-type {
    margin-bottom: 0; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-body strong {
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-weight: 700; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__link {
    margin-top: 16px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__link[data-variant="text"] {
    text-decoration: underline;
    text-underline-offset: 2px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(0%) saturate(1194%) hue-rotate(134deg) brightness(95%) contrast(88%); }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-button:hover .passos__icon {
    filter: brightness(0) saturate(100%) invert(9%) sepia(99%) saturate(2420%) hue-rotate(234deg) brightness(91%) contrast(119%); }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .passos__accordion .accordion-button:not(.collapsed) .passos__icon {
    filter: none; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .hr-flight {
    margin-top: 48px;
    display: flex;
    align-items: center;
    column-gap: 4px; }
  @media (min-width: 576px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .hr-flight {
    display: none; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .hr-flight hr {
    margin: 12px 0;
    flex: 1;
    background: linear-gradient(90deg, rgba(70, 88, 223, 0), #4658df);
    opacity: 1; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .hr-flight img {
    width: 24px;
    height: 24px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #como-acumular {
    overflow: hidden;
    padding: 40px 0; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #como-acumular {
    margin-top: 100px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__content h2 {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__nav {
    flex-wrap: nowrap;
    gap: 16px;
    margin: 64px -12px 0;
    padding: 0 12px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__nav {
    gap: 20px;
    margin: 64px 0 0;
    padding: 0; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__nav::-webkit-scrollbar {
    display: none; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__nav .nav-item {
    flex: 0 0 auto; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__nav .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #fff;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    color: #5c5c5c;
    white-space: nowrap; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__nav .nav-link {
    font-size: 16px;
    line-height: 24px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__nav .nav-link:hover, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__nav .nav-link:focus {
    border-color: #c7c7c7;
    color: #1b0088; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__nav .nav-link.active {
    border-color: #2c31c9;
    background: #2c31c9;
    color: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__nav .nav-link:focus-visible {
    outline: 2px solid #10004f;
    outline-offset: 4px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__check {
    display: none;
    width: 24px;
    height: 24px;
    flex: 0 0 24px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__nav .nav-link.active .como-acumular__check {
    display: block; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__panes {
    margin-top: 24px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .como-acumular__panes {
    margin-top: 40px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #para-que-servem {
    padding: 40px 0;
    overflow: hidden; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #para-que-servem {
    margin-top: 100px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem__header {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 48px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem__header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem__intro h2 {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem__intro p {
    margin: 16px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem__all-link[data-variant="text"], .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem-card__link[data-variant="text"] {
    gap: 4px;
    font-size: 14px;
    line-height: 20px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem__all-link[data-variant="text"] {
    margin-top: 32px;
    flex: 0 0 auto; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem__all-link .lpds-button__icon, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem-card__link .lpds-button__icon {
    width: 16px;
    height: 16px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 24px;
    background: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem-card__icon {
    display: block;
    width: 48px;
    height: 48px;
    flex: 0 0 auto; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem-card h3 {
    margin: 24px 0 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem-card p {
    margin: 8px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem-card__link[data-variant="text"] {
    margin-top: auto;
    padding-top: 24px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem__image {
    display: block;
    width: 100%;
    aspect-ratio: 1.7777777778;
    object-fit: cover;
    border-radius: 24px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .para-que-servem__image {
    height: 100%; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #entenda-moedas {
    padding: 40px 0;
    overflow: hidden; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #entenda-moedas {
    margin-top: 100px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas__intro {
    padding-bottom: 64px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas__intro h2 {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas__intro p {
    margin: 16px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas-card__icon {
    display: block;
    width: 56px;
    height: 56px;
    flex: 0 0 auto; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas-card h3 {
    margin: 40px 0 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas-list {
    font-size: 20px;
    line-height: 26px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas-list li img {
    margin: 8px 4px;
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas-list strong, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas__example strong {
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-weight: 700; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas-card__link {
    margin-top: 40px;
    justify-content: flex-start;
    text-align: left; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas-card__link[data-variant="text"] {
    text-decoration: underline;
    text-underline-offset: 2px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas__divider {
    margin: 0;
    display: flex; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas__divider hr {
    margin: 64px 0; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas__example {
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background: #f2f2f2; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas__example h3 {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .entenda-moedas__example p {
    margin: 12px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #categorias-elite {
    overflow: hidden;
    padding: 40px 0; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #categorias-elite {
    margin-top: 100px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__intro h2 {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__intro p {
    margin: 24px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__intro p {
    font-size: 20px;
    letter-spacing: 0; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav-scroll {
    margin: 64px -12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav-scroll {
    margin: 64px 0 0; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav-scroll::-webkit-scrollbar {
    display: none; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav {
    display: inline-flex;
    width: max-content;
    min-width: max-content;
    flex-wrap: nowrap;
    margin: 0 12px;
    padding: 3px;
    gap: 8px;
    border: 1px solid #ddd;
    border-radius: 999px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav {
    min-width: 0;
    margin: 0; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav .nav-item {
    flex: 0 0 auto; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 12px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    color: #303030;
    white-space: nowrap; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav .nav-link {
    font-size: 16px;
    line-height: 24px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav .nav-link:hover, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav .nav-link:focus {
    color: #1b0088; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav .nav-link.active {
    background: #2c31c9;
    color: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav .nav-link:focus-visible {
    outline: 2px solid #10004f;
    outline-offset: 4px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__check {
    display: none;
    width: 18px;
    height: 18px;
    flex: 0 0 18px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__check {
    width: 20px;
    height: 20px;
    flex-basis: 20px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__nav .nav-link.active .categorias-elite__check {
    display: block; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__panes {
    margin-top: 32px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite__panes {
    margin-top: 40px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-card, .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-benefits {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 20px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    background: #f2f2f2; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-card__icon {
    display: block;
    width: 32px;
    height: 32px;
    flex: 0 0 auto; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-card__eyebrow {
    margin: 24px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-card h3 {
    margin: 16px 0 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-card p {
    margin: 24px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-card .categorias-elite-card__lead {
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-weight: 700;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-card .categorias-elite-card__link[data-variant="text"] {
    margin-top: auto;
    padding-top: 24px;
    font-size: 14px;
    line-height: 20px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-card .categorias-elite-card__link[data-variant="text"]:has(
    .lpds-button__icon[src$="icon-open-new-outlined.svg"]) {
    text-decoration: underline;
    text-underline-offset: 2px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-card .categorias-elite-card__link .lpds-button__icon {
    width: 16px;
    height: 16px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-benefits {
    padding: 32px 24px;
    background: #fff; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-benefits {
    padding: 32px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-benefits h3 {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-benefits ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-benefits li {
    position: relative;
    margin: 0;
    padding-left: 40px;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-benefits li::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2c31c9 url('/images/icon-check-white.svg') center / 12px 12px no-repeat;
    box-shadow: 0 0 0 4px #f7f7f7;
    content: ''; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .categorias-elite-benefits strong {
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-weight: 700;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #parceiros-milhas {
    overflow: hidden;
    padding: 40px 0; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #parceiros-milhas {
    margin-top: 100px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
  @media (min-width: 768px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__header h2 {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__all-link[data-variant="text"] {
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__all-link[data-variant="text"] {
    font-size: 16px;
    line-height: 24px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__all-link .lpds-button__icon {
    width: 16px;
    height: 16px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__nav-scroll {
    padding-bottom: 4px;
    margin: 32px -12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__nav-scroll {
    margin: 32px 0 0; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__nav-scroll::-webkit-scrollbar {
    display: none; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__nav {
    display: inline-flex;
    width: max-content;
    min-width: max-content;
    flex-wrap: nowrap;
    margin: 0 12px;
    border: 0;
    gap: 8px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__nav {
    min-width: 0;
    margin: 0; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__nav .nav-item {
    flex: 0 0 auto; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__panes {
    margin-top: 32px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas-carousel {
    overflow: hidden;
    margin: 0 -24px;
    padding: 0 12px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas-carousel {
    overflow: visible;
    margin: 0;
    padding: 0; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__slide {
    display: flex;
    min-width: 0;
    flex: 0 0 100%;
    padding: 0 12px; }
  @media (min-width: 576px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__slide {
    flex-basis: 50%; } }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__slide {
    flex: initial;
    padding-right: 0;
    padding-left: 0; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 32px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__controls {
    display: none; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__control {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: #2c31c9 url('images/icon-arrow-right-white.svg') center / 24px 24px no-repeat; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__control--prev {
    transform: scaleX(-1); }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__control:disabled {
    background-color: #ddd;
    background-image: url('images/icon-chevron-left-gray.svg');
    filter: none;
    opacity: 1; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__control--prev:disabled {
    transform: none; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__control--next:disabled {
    transform: scaleX(-1); }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__control:focus-visible {
    outline: 2px solid #10004f;
    outline-offset: 4px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .parceiros-milhas__counter {
    min-width: 52px;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #beneficios-elite {
    overflow: hidden;
    padding: 40px 0; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #beneficios-elite {
    margin-top: 100px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__intro h2 {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__intro p {
    margin: 24px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__intro p {
    margin: 16px 0 0;
    font-size: 20px;
    line-height: 30px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite-carousel {
    overflow: hidden;
    margin: 64px -24px 0;
    padding: 0 12px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite-carousel {
    overflow: visible;
    margin: 64px 0 0;
    padding: 0; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__grid {
    --bs-gutter-x: 0;
    flex-wrap: nowrap;
    align-items: stretch; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__grid {
    --bs-gutter-x: 3rem;
    flex-wrap: wrap; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__slide {
    min-width: 0;
    padding-right: 12px;
    padding-left: 12px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__slide {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5); } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficio-elite-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficio-elite-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 0.8;
    border-radius: 24px;
    object-fit: cover; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficio-elite-card__image.prioridade-aeroporto {
    object-position: 30% 50%; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficio-elite-card h3 {
    margin: 24px 0 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficio-elite-card p {
    margin: 16px 0 auto 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficio-elite-card__link[data-variant="text"] {
    align-self: flex-start;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficio-elite-card__link .lpds-button__icon {
    width: 16px;
    height: 16px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 48px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__controls {
    display: none; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__control {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: #2c31c9 url('images/icon-arrow-right-white.svg') center / 24px 24px no-repeat; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__control--prev {
    transform: scaleX(-1); }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__control:disabled {
    background-color: #ddd;
    filter: grayscale(1);
    opacity: 1; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__control:focus-visible {
    outline: 2px solid #10004f;
    outline-offset: 4px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .beneficios-elite__counter {
    min-width: 52px;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #acumule-app {
    padding: 40px 0;
    overflow: hidden; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #acumule-app {
    margin-top: 100px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app__content {
    padding: 48px;
    border-radius: 24px;
    background: #080a4f;
    color: #fff; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app__content {
    border-radius: 48px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app__media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 28px;
    background: #2791e8; }
  @media (min-width: 576px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app__media {
    aspect-ratio: auto; } }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app__media {
    width: 100%;
    max-width: 396px;
    aspect-ratio: 1;
    border-radius: 32px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app__phone {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 32px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app__text {
    max-width: none; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app__text {
    max-width: 512px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app__text h2 {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.25px;
    color: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app__text > p {
    max-width: 512px;
    margin: 36px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app-download {
    width: 100%;
    max-width: none;
    margin-top: 88px;
    padding: 28px 24px;
    border-radius: 12px;
    background: #fff;
    color: #303030; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app-download {
    max-width: 304px;
    margin-top: 40px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app-download p {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app-download__body {
    display: grid;
    grid-template-columns: minmax(0, 96px) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    margin-top: 16px; }
  @media (min-width: 576px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app-download__body {
    grid-template-columns: minmax(88px, 96px) minmax(0, 1fr); } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app-download__qr {
    display: block;
    width: 96px;
    height: 96px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app-download__stores {
    display: grid;
    gap: 12px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .acumule-app-download__stores img {
    display: block;
    width: 100%;
    max-width: 136px;
    height: auto; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #duvidas {
    margin-bottom: 100px;
    padding: 40px 0;
    overflow: hidden; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 #duvidas {
    margin-top: 100px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .duvidas__content .row {
    align-items: flex-start; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .duvidas__intro h2 {
    margin: 0;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.25px;
    color: #303030; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .duvidas__intro h2 {
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -0.5px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .duvidas__intro p {
    margin: 24px 0 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #5c5c5c; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .duvidas__intro p {
    margin-top: 32px;
    font-size: 20px;
    line-height: 26px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .duvidas__cta {
    width: auto;
    margin-top: 24px; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .duvidas__cta {
    margin-top: 32px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion-item {
    border: 0;
    border-bottom: 1px solid #ddd;
    background: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion-item:last-child {
    border-bottom: 0; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion-button {
    min-height: 64px;
    padding: 14px 16px;
    background: #fff;
    box-shadow: none;
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  @media (min-width: 992px) {
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion-button {
    padding: 18px 16px; } }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion-button:not(.collapsed) {
    color: #2c31c9;
    background: #fff; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion-button:focus {
    border-color: transparent;
    box-shadow: none; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion-button:focus-visible {
    outline: 2px solid #10004f;
    outline-offset: -4px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion-button::after {
    width: 20px;
    height: 20px;
    margin-left: auto;
    flex: 0 0 20px;
    background-size: 20px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(2621%) hue-rotate(234deg) brightness(91%) contrast(89%); }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion-body {
    padding: 0 16px 24px; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion-body p {
    margin: 0;
    font-family: Latam-Sans-Regular, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #303030; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 .faq__content .accordion-body strong {
    font-family: Latam-Sans-Bold, Arial, sans-serif;
    font-weight: 700; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 body {
    margin: 0;
    color: #303030;
    font-family: Latam-Sans-Regular, sans-serif; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 img {
    display: block;
    max-width: 100%; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 a {
    color: inherit; }
  .cb_c9ad7a6b8e7041c28d2ee60d3c94f9c6 a:hover {
    text-decoration: none; }
