#card-triplo {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 0 50px;
    text-align: center;
  }

  #card-triplo .destaque {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 125%;
    font-family: 'Margem-bold';
    padding: 11px 0;
    margin-bottom: 16px;
    min-width: calc(100% + 32px);
  }

  #card-triplo .destaque.green {
    background: linear-gradient(90deg, #13B16E 0%, #108A55 100%);
  }

  #card-triplo .destaque.blue {
    background: linear-gradient(90deg, #4684FC 0%, #0542B5 100%);
  }

  #card-triplo .box-small .destaque {
    font-size: 12px;
  }

  #card-triplo .box {
    background-color: #fff;
    padding: 0 16px 16px;
    border-radius: 20px;
    /* margin: 0 25px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 265px !important;
    height: 342px !important;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 265px;
  }

  #card-triplo .box.box-sem-bonus-mentoria {
    padding-top: 16px !important;
    height: 310px !important;
  }

  #card-triplo .tag {
    font-size: 12px;
    color: #DD303E;
    border: solid 1px;
    padding: 5px 10px;
    border-radius: 12px;
    font-family: "Margem-bold";
    text-transform: uppercase;
    display: inline-block;
    width: max-content;
  }

  #card-triplo .box .top-box-title {
      background-color: #005799;
      border-radius: 15px 15px 0px 0px;
    }

  #card-triplo .box .top-box-title h3 {
    font-family: "Margem-regular";
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    padding: 7px;
  }

  #card-triplo .box .top-box-title h3 strong {
    font-family: "Margem-regular";
    font-weight: 800;
  }

  #card-triplo .box .badge {
    background-color: #bff8e0;

    font-family: "Source Sans Pro";
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0px;
    text-align: center;
    padding: 2px 4px 2px 4px;
    margin: 0;
  }

  #card-triplo .box .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    font-family: "Margem-bold";
    margin-bottom: 0;
    height: 70px;
    line-height: 125%;
    color: #0D134C;
    width: max-content;
  }
  #card-triplo .box .description {
    text-align: center;
    font-family: "Margem-regular";
    color: #0D134C;
    font-size: 12px;
  }

  #card-triplo .box .description span {
    font-family: "Margem-regular";
  }

  #card-triplo .box .subdescription {
    font-family: "Margem-regular";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0 20px;
  }

  #card-triplo .box .strong {
    font-weight: 700;
  }

  #card-triplo .box .pricing p,
  #card-triplo .box-small .pricing p {
    font-family: "Margem-regular" !important;
  }
  #card-triplo .box .pricing p.value,
  #card-triplo .box-small .pricing p.value {
    font-family: "Margem-bold" !important;
  }

  #card-triplo .box .loader {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #0057ff;
    border-right-color: #dd303e;
    animation: loading 1s infinite linear;
    margin: 10px auto;
    flex: none;
  }

  @keyframes loading {
    to {
        transform: rotate(1turn)
    }
  }

  #card-triplo .box .pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D134C;
    line-height: 16px;

    font-family: Margem;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;

  }

  #card-triplo .box .price-container {
    width: max-content;
  }

  #card-triplo .box .pricing p {
      font-family: "Margem-regular";
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      letter-spacing: 0px;
      text-align: center;

  }

  #card-triplo .box-small .pricing p:first-child {
    line-height: 12px;
    font-weight: unset;
  }

  #card-triplo .box .pricing .value {
    font-size: 52px;
    font-weight: 700;
  }
  #card-triplo .box .cta-button {
    background: #DD303E;
    color: #fff;
    font-family: "Margem-regular";
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 180px;
    height: 56px;
  }
  #card-triplo .box .cta-button a {
    color: #fff;
  }

  /* ////////////////////////////////////// */
  #card-triplo .box-small {
    background-color: #fff;
    padding: 16px;
    border-radius: 20px;
    min-width: 197px;
  }
  #card-triplo .box-small.vitalicia {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #card-triplo .box-small .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    text-align: center;
    font-family: "Margem-regular";
    margin-bottom: 0;
    margin: 8px 0;
    color: #0D134C;
  }
  #card-triplo .box-small.AI .title {
    font-size: 14px;
  }
  #card-triplo .box-small .description {
    text-align: center;
    font-family: "Margem-regular";
    font-size: 12px;
    margin-bottom: 10px;
    color: #0D134C;
    width: max-content;
  }
  #card-triplo .box-small .description span {
    text-decoration: line-through;
  }
  #card-triplo .box-small .pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Margem-regular";
    color: #0D134C;
    line-height: 16px;
    margin-bottom: 15px;
  }
  #card-triplo .box-small.AI .pricing {
    color: #C6212E;
  }
  #card-triplo .box-small .pricing p {
    font-weight: 600;
    font-size: 12px;
    margin: 0;
  }
  #card-triplo .box-small .pricing .value {
    font-size: 32px;
    font-weight: 700;
  }
  #card-triplo .box-small .cta-button {
    background: #DD303E;
    color: #fff;
    font-family: "Margem-regular";
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 35px;
    margin: 0 auto;
    font-size: 12px;
  }
  #card-triplo .box-small .cta-button a {
    font-size: 12px;
    color: #000;
  }

  .card-plano-body-cnu {
    display: flex;
    justify-content: center;
    gap: 7px;
    font-size: 14px;
    height: 35px;
    color: #0D134C;
  }

  .card-plano-body-cnu-ai {
      display: flex;
      justify-content: center;
      gap: 7px;
      margin-bottom: 15px;
      font-size: 14px;
    }

  .card-plano-body-cnu-aiv {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .card-plano-body-cnu-forma-pagamento {
    color: #252626;
  }
  .valor-irrelevante {
    text-decoration: line-through;
    color: #0D134C;
  }

  #card-triplo .destaque-blue,
  #card-triplo .destaque-green {
    width: 90%;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 16px 16px 0px 0px;
    padding: 8px 12px 8px 8px;
    margin-bottom: 5px;
    display: inline-block;
    font-family: 'Margem-medium';
    background: linear-gradient(94deg, rgba(73, 135, 255, 1), rgba(0, 60, 175, 1));
    opacity: 1;
    margin-top: 10px;
  }

  #card-triplo .destaque-green {
    background: linear-gradient(97.49deg,#14B470 30.93%,#0F8653 78.57%);
  }

  /* @keyframes animabtn {
    from {
      opacity: 0;
      transform: translate3d(100px, 100px, 100px);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  } */

  #card-triplo .destaque i {
    margin-right: 5px;
    color: rgba(251, 215, 30, 1);
  }

  @media (max-width: 575px) {
    #card-triplo {
      justify-content: flex-start;
      gap: 20px;
    }
  }

  @media (max-width: 480.98px) {
    #card-triplo {
      overflow-x: scroll;
      overflow-y: hidden;
    }
    #card-triplo::-webkit-scrollbar {
      display: none;
    }
    #card-triplo .box-small:nth-child(1) {
      margin-left: 25px;
    }
    #card-triplo .box-small:nth-child(3) {
      margin-right: 25px;
    }
    #card-triplo .box {
      margin: auto;
    }
    #card-triplo .box:nth-child(3) {
      margin-right: 0;
    }
  }

  @media screen and (min-width: 481px) and (max-width: 1199.98px) {
    #card-triplo {
      width: 100%;
      overflow: scroll;
      /* justify-content: center; */
    }
    #card-triplo::-webkit-scrollbar {
      display: none;
    }
    #card-triplo .box .description {
      font-size: 14px;
    }
    #card-triplo .box {
      /* margin-right: 25px; */
    }
    #card-triplo .box:nth-child(3) {
      margin-right: 0;
    }
  }

  @media screen and (max-width: 1199.98px) {
    #card-triplo .box:first-child {
      margin-left: 16px !important;
    }
    #card-triplo .box:last-child {
      margin-right: 16px !important;
    }
  }
