#card-triplo {
  display: flex;
  align-items: center;
  width: 950px;
  text-align: center;
  height: auto;
}

#card-triplo .destaque {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 125%;
  border-radius: 16px 16px 0px 0px;
  padding: 11px 12px 11px 8px;
  min-height: 40px;
  margin-bottom: 5px;
  display: block;
  font-family: "Margem-bold";
}

#card-triplo .tag-assinatura {
  font-size: 14px;
  color: #076E4F;
  background-color: #CEF1E6;
  border: solid 1px #CEF1E6;
  border-radius: 8px 4px;
  padding: 0px 8px;
  font-family: "Margem-medium";
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  width: max-content;
}

#card-triplo .destaque-blue {
  background: linear-gradient(
    94deg,
    rgba(73, 135, 255, 1),
    rgba(0, 60, 175, 1)
  );
  opacity: 1;
  transition: opacity 1.5s ease, transform 1.5s ease, box-shadow 3s ease-in-out;
}

/* #card-triplo .destaque-green {
  background: linear-gradient(
    94deg,
    rgba(20, 180, 112, 1),
    rgba(15, 134, 83, 1)
  );
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease, box-shadow 3s ease-in-out;
  box-shadow: 8px 8px 8px rgba(15, 134, 83, 1);
  transform: translate3d(-100px, -100px, -100px);
} */

/* #card-triplo .visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
  box-shadow: none;
} */

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

#card-triplo .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 16px;
  border-radius: 20px;
  min-width: 266px;
  height: 256px;
  margin: 0 25px 0 0;
}
#card-triplo .box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  font-family: "Margem-bold";
  margin-bottom: 0;
  height: 70px;
  color: #0D134C;
}
#card-triplo .box .description {
  text-align: center;
  font-family: "Margem-regular";
  color: #0D134C;
  font-size: 12px;
}
#card-triplo .box .description span {
  text-decoration: line-through;
}
#card-triplo .box .pricing p,
#card-triplo .box-small .pricing p {
  font-family: "Margem-regular" !important;
}
#card-triplo .box .pricing p.value-assinatura,
#card-triplo .box-small .pricing p.value-assinatura,
#card-triplo .box .pricing p.value-avulso,
#card-triplo .box-small .pricing p.value-avulso {
  font-family: "Margem-bold" !important;
}
#card-triplo .box .pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D134C;
  line-height: 16px;
}
#card-triplo .box .pricing p {
  font-weight: 400;
  font-size: 14px;
}
#card-triplo .box .pricing .value-assinatura,
#card-triplo .box .pricing .value-avulso {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -1px;
}
#card-triplo .box .cta-button-tse {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0062F2;
  color: #fff;
  font-family: "Margem-regular";
  font-weight: 500;
  border-radius: 12px;
  padding: 14px 24px;
  margin: 8px 0 0 0;
  text-decoration: none;
  gap: 12px;
  font-size: 18px;
  width: 234px;
  height: 56px;
}

/* ////////////////////////////////////// */
#card-triplo .box-small {
  background-color: #fff;
  padding: 16px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 226px;
  gap: 10px;
}

#card-triplo .box-small .box-wrapper {
    width: 234px;
    height: 194px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#card-triplo .box-small .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-family: "Margem-bold";
  margin-bottom: 0;
  height: 50px;
  line-height: 125%;
  color: #0D134C;
}

#card-triplo .box-small .description {
  text-align: center;
  font-family: "Margem-regular";
  color: #0D134C;
  font-size: 12px;
}

#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-bold";
  font-weight: 700;
  color: #0D134C;
  font-size: 52px;
  line-height: 16px;
}
#card-triplo .box-small .pricing p {
  font-weight: 600;
  font-size: 10px;
}
#card-triplo .box-small .pricing .value-assinatura,
#card-triplo .box-small .pricing .value-avulso {
  font-size: 52px;
  font-weight: 700;
}
#card-triplo .box-small .cta-button-tse {
  display: inline-block;
  padding: 14px 24px;
  background: #0062F2;
  color: #fff;
  font-family: "Margem-regular";
  font-size: 18px;
  font-weight: 500;
  border-radius: 12px;
  text-decoration: none;
  width: 234px;
  height: 56px;
}

@media screen and (max-width: 991.98px) {
  #card-triplo {
    justify-content: center;
  }
}

@media screen and (max-width: 480.98px) {
  #card-triplo {
    width: calc(100% + 15px);
    overflow: scroll;
    justify-content: start;
  }
  #card-triplo::-webkit-scrollbar {
    display: none;
  }
  /* #card-triplo .box .pricing .value {
        font-size: 30px;
    } */
  /* #card-triplo .box .title {
    font-size: 20px;
  }
  #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 (min-width: 481px) and (max-width: 1199.98px) {
  #card-triplo {
    width: 100%;
    overflow: scroll;
  }
  #card-triplo::-webkit-scrollbar {
    display: none;
  }
  /* #card-triplo .box .pricing .value {
        font-size: 30px;
    } */
  /* #card-triplo .box .title {
    font-size: 20px;
  }
  #card-triplo .box .description {
    font-size: 14px;
  } */
  #card-triplo .box {
    margin-right: 25px;
  }
  #card-triplo .box:nth-child(3) {
    margin-right: 0;
  }
}

#card-triplo .slick-list .slick-track{
  padding-left: 50%;
  padding-top: 0px;
}