.carousel-cards {
  text-align: center;
  > .nav-button {
    background-color: #fff;
    text-align: left;
    padding: unset;
    cursor: pointer;
    width: 100%;
    border: unset;
    border-radius: unset;
    color: #05053d;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    > * {
      margin: 20px 8px;
      vertical-align: middle;
      &.back-icon {
        margin-right: 10px;
      }
    }
  }
  > .title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #05053d;
    margin: 8px 16px 0px 16px;
    text-align: left;
  }
  > .description {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #05053d;
    margin: 16px 16px 24px 16px;
    text-align: left;
  }
}
.generic-page {
  margin: 0px 16px;
  > .nav-button {
    background-color: #fff;
    text-align: left;
    padding: unset;
    cursor: pointer;
    width: 100%;
    border: unset;
    border-radius: unset;
    color: #05053d;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    img {
      margin: 20px 8px;
      vertical-align: middle;
      margin-right: 10px;
      object-fit: contain;
    }
  }
  .content {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #46494d;
    white-space: break-spaces;
  }
}
.movements-page {
  margin: 0px 16px;
  > .no-content {
    margin-top: 32px;
  }
  > .page-content {
    > .nav-button {
      z-index: 11;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #fff;
      text-align: left;
      padding: unset;
      cursor: pointer;
      width: 100%;
      border: unset;
      border-radius: unset;
      color: #05053d;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      img {
        margin: 20px 8px;
        vertical-align: middle;
        margin-right: 10px;
        object-fit: contain;
      }
    }
    > .movements {
      margin-top: 64px;
    }
    .movement-card {
      margin-top: 16px;
      .date {
        font-family: "Poppins";
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        font-feature-settings: "pnum" on, "lnum" on;
        color: #05053d;
        text-align: left;
      }
      .movement-container {
        position: relative;
        display: block;
        border-bottom: solid 1px #e6e6ec;
        height: 56px;
        > .container-logo,
        > .container-description,
        > .container-ammount {
          margin: auto;
          display: inline-block;
          overflow: hidden;
          > .logo,
          > .description,
          > .ammount {
            display: inline-block;
            vertical-align: middle;
            margin-top: 10px;
            margin-bottom: 10px;
          }
        }
        > .container-logo {
          width: 15%;
          > .logo {
            width: 40px;
            height: 40px;
            overflow: hidden;
            border-radius: 50%;
            > img {
              border-radius: 50%;
              width: 100%;
              height: 100%;
              margin: auto;
              object-fit: contain;
            }
          }
        }
        > .container-description {
          width: 60%;
          .description {
            .title,
            .detail {
              font-family: "Inter";
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 20px;
              letter-spacing: -0.02em;
              font-feature-settings: "tnum" on, "lnum" on;
              color: #05053d;
            }
            .detail {
              font-size: 12px;
              line-height: 16px;
              color: #373764;
            }
          }
        }
        .container-ammount {
          width: 25%;
          position: absolute;
          top: 5px;
          text-align: right;
          .ammount {
            font-family: "Inter";
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: -0.02em;
            font-feature-settings: "tnum" on, "lnum" on;
            color: #373764;
          }
        }
      }
    }
  }
}
.faqs-page {
  > .nav-button {
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: left;
    padding: unset;
    cursor: pointer;
    width: 100%;
    border: unset;
    border-radius: unset;
    color: #05053d;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    img {
      margin: 20px 8px;
      vertical-align: middle;
      margin-right: 10px;
      object-fit: contain;
    }
  }
  .contact-us {
    background-color: #f5f5f5;
    padding: 10px 60px;
    span {
      position: absolute;
      transform: translate(-33px, 3px);
    }
    label {
      font-family: "Poppins";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #46494d;
      text-align: left;
    }
    a {
      color: #4a90e2;
      display: block;
    }
  }
  .current-content {
    margin: 16px;
    .faq-block-name {
      font-weight: 500;
      font-size: 16px;
      color: #00234d;
      margin-top: 40px;
    }
    .faq-row-container {
      display: block;
      .collapsible {
        &-open {
          border-radius: 4px 4px 0 0;
          background-color: #c0ddff;
          border: 1px solid #c0ddff;
          border-bottom: none;
        }
        &-closed {
          border-radius: 4px;
          background-color: #fff;
          border: 1px solid #dcdcdc;
        }
        .header {
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          color: #101010;
          cursor: pointer;
          display: flex;
          align-items: center;
          position: relative;
          padding: 8px 16px;
          margin-top: 30px;
          label {
            cursor: pointer;
            width: 97%;
          }
          span {
            cursor: pointer;
            position: absolute;
            right: 9px;
            top: 5px;
          }
        }
        .content {
          background-color: #fff;
          border: 1px solid #c0ddff;
          border-radius: 0 0 4px 4px;
          border-top: none;
          padding: 8px 12px;
          white-space: pre-wrap;
        }
      }
    }
  }
}
.coalition-button-go-dashboard {
  margin-top: 20px;
  background-color: #4a90e2;
  color: #fff;
}
.error-page {
  position: relative;
  height: 500px;
  .mobile {
    display: none;
  }
  .desktop,
  .detail {
    display: inline-block;
    position: absolute;
    width: 40%;
  }
  .desktop {
    transform: translateX(-8%);
    left: 55%;
  }
  .detail {
    text-align: left;
    margin-top: 10%;
    left: 10%;
    .title {
      font-weight: 500;
      font-size: 32px;
      line-height: 40px;
      color: #101010;
    }
    .description {
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      color: #46494d;
      margin-top: 20px;
    }
  }
}

.coalition-button-suscribe-promo {
  margin-top: 32px;
  background-color: #4a90e2;
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.card-detail-stars,
.stars-card {
  margin: 0;
  padding: 0;
  width: 100%;
  > .nav-button {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: left;
    padding: unset;
    cursor: pointer;
    width: 100%;
    border: unset;
    border-radius: unset;
    color: #05053d;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    img {
      margin: 20px 8px;
      vertical-align: middle;
      margin-right: 10px;
      object-fit: contain;
    }
  }
  .stars-content {
    margin-top: 64px;
    text-align: center;
    .promo-status {
      border-radius: 12px;
      width: -moz-fit-content;
      width: fit-content;
      left: 50%;
      position: relative;
      transform: translate(-50%, 15px);
      margin-bottom: 35px;
      > label {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.02em;
        font-feature-settings: "tnum" on, "lnum" on;
        padding: 2px 8px;
      }
    }
    .winner-pending {
      background-color: #ffdfbc;
      color: #955000;
    }
  }
  .product {
    width: 100%;
    height: auto;
    object-fit: cover;
    img {
      width: 100%;
    }
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  .enrolled-tag {
    text-align: center;
    align-items: center;
    transform: translate(0px, -35%);
    height: 90px;
    .enrolled-label {
      background-color: #1723d3;
      color: #fff;
      border-radius: 50px;
      gap: 8px;
      width: -moz-fit-content;
      width: fit-content;
      padding: 18px;
      display: initial;
      .enrolled-number {
        display: inline-block;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        transform: translate(0px, 3px);
      }
      .enrolled-text {
        display: inline-block;
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 47px;
        letter-spacing: -0.02em;
        font-feature-settings: "tnum" on, "lnum on";
      }
    }
  }
  .title {
    text-align: left;
    margin: 24px 16px 0px 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #05053d;
  }
  .description {
    text-align: left;
    margin: 24px 16px 0px 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #373764;
  }
  .awards {
    margin: 32px 16px 0px 16px;
    .awards-label {
      text-align: left;
      font-family: Poppins;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: #373764;
    }
    .prize {
      .prize-label {
        text-align: left;
        border-radius: 12px;
        background-color: #e0e0ff;
        width: -moz-fit-content;
        width: fit-content;
        padding: 4px 12px 7px 20px;
        transform: translate(10px, 15px);
        img {
          width: 14px;
          height: 16px;
          transform: translate(-9px, 4px);
        }
        label {
          font-family: Inter;
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: -0.02em;
          font-feature-settings: "tnum" on, "lnum" on;
          color: #1723d3;
        }
      }
      .prize-values {
        padding: 24px 10px 16px;
        gap: 10px;
        border-radius: 50px;
        background-color: #f5f5f7;
        .prize-value {
          text-align: center;
          font-family: Poppins;
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 24px;
          color: #373764;
        }
      }
    }
  }
  .how-to {
    margin: 32px 16px 0px 16px;
    text-align: left;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #373764;
    .steps {
      > .step {
        margin-top: 16px;
        display: block;
        > .bullet-number {
          display: inline-block;
          width: 28px;
          height: 28px;
          border-radius: 50%;
          background-color: #373764;
          color: #fff;
          text-align: center;
          vertical-align: top;
          font-family: Inter;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 27px;
          letter-spacing: -0.02em;
          font-feature-settings: "tnum" on, "lnum" on;
        }
        > .description {
          display: inline-block;
          font-family: Inter;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          letter-spacing: -0.02em;
          font-feature-settings: "tnum" on, "lnum" on;
          color: #05053d;
          margin: 0px 0px 0px 12px;
          width: 85%;
          > .products-list {
            padding-left: 20px;
            margin: 7px 0px 0px 0px;
            max-height: 200px;
            overflow: auto;
            > .show-more {
              font-family: Inter;
              font-style: normal;
              font-weight: 600;
              font-size: 16px;
              line-height: 20px;
              letter-spacing: -0.02em;
              font-feature-settings: "tnum" on, "lnum" on;
              color: #4a90e2;
              margin-top: 10px;
              cursor: pointer;
            }
          }
        }
      }
    }
  }
  .terms-and-conditions {
    margin: 32px 16px 0px 16px;
    text-align: left;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #373764;
    > .show-terms {
      font-family: Inter;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: -0.02em;
      font-feature-settings: "tnum" on, "lnum" on;
      color: #4a90e2;
      cursor: pointer;
    }
  }
}
.terms-and-conditions-card-stars {
  margin: 16px 24px;
}
@media screen and (max-width: 783px) {
  .card-detail-stars,
  .stars-card {
    .mobile {
      display: block;
    }
    .desktop {
      display: none;
    }
  }
}

@media (max-width: 900px) {
  .coalition-button-go-dashboard {
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 16px;
  }
  .error-page {
    position: relative;
    height: 500px;
    .mobile {
      display: block;
      position: relative;
      transform: translateX(-3%);
      margin: auto;
      text-align: center;
    }
    .desktop {
      display: none;
    }
    .detail {
      display: block;
      position: relative;
      width: inherit;
      text-align: center;
      left: 0%;
      margin: 0 24px;
      .title {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        margin-top: 20px;
      }
      .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #565e6a;
        margin-top: 20px;
      }
    }
  }
}
