p {
  margin-bottom: 0;
}

#lotes .card-carousel-container {
  display: flex;
  flex-direction: column;
}

#lotes #card-carousel {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}

#lotes #card-carousel::-webkit-scrollbar {
  display: none;
}

#card-triplo {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 13px;
  text-align: center;
  position: relative;
  overflow: visible;
}

#card-triplo .card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
  border-radius: 24px;
  background-color: white;
  overflow: hidden;
}

#card-triplo .card-container:first-child .title {
  font-family: "Margem-bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  color: #0d134c;
}

#card-triplo .card-container:nth-child(2) {
  transform: none;
  margin-left: 0;
}

#card-triplo .card-container:nth-child(2) .title {
  font-family: "Margem-bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  color: #0d134c;
}

#card-triplo .card-container:nth-child(3) .title {
  font-family: "Margem-bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  color: #0d134c;
}

#card-triplo .card-container .card-price-data {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

#card-triplo .card-container .card-price-data .description span {
  font-family: "Margem-regular";
  font-weight: 400;
  font-size: 12px;

  line-height: 16px;
  letter-spacing: 0;
  color: #262a40;
}

#card-triplo .card-container .card-price-data .description span:nth-child(2) {
  text-decoration: line-through;
}

#card-triplo .card-container .card-price-data .pricing {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

#card-triplo .card-container .card-price-data .pricing span {
  font-family: "Margem-regular";
  font-weight: 400;
  font-size: 14px;

  line-height: 100%;
  letter-spacing: 0;
  color: #0d134c;
}

#card-triplo .card-container .card-price-data .pricing strong {
  font-family: "Margem-bold";
  font-weight: 700;
  font-size: 52px;

  line-height: 100%;
  letter-spacing: 0;
  color: #0d134c;
}

#card-triplo .card-container .cta-button-box {
  width: calc(100% - 32px);
  height: 56px;
  border-radius: 12px;
  color: white;
  background-color: #dd303e;
  transition: 0.3s filter;
  margin: 0 16px 16px 16px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

#card-triplo .card-container .cta-button-box:hover {
  cursor: pointer;
  filter: brightness(80%);
}

#card-triplo .card-container .cta-button-box a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  color: white;
  text-transform: none;

  font-family: "Margem-medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  justify-content: 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;
  flex-grow: 0;
  flex-shrink: 0;
}

#card-triplo .box.vitalicia {
  width: 266px;
  min-width: 266px;
  height: 311px;
}

#card-triplo .box.box-sem-bonus-mentoria {
  padding-top: 16px !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;
}

.assinatura-card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 8px;
  padding: 0;
}

#card-triplo .tag-assinatura {
  font-size: 16px;
  line-height: 14px;
  color: #ffffff;
  background: linear-gradient(97.52deg, #5b5b5b 2.73%, #373737 25.51%);
  border-radius: 24px 24px 0 0;
  padding: 10px 8px;
  font-family: "Margem-medium";
  font-weight: 500;
  display: inline-block;
  width: 266px;
}

#card-triplo .tag-assinatura i {
  color: #fbd71e;
}

#card-triplo .card-container:nth-child(2) .tag-assinatura {
  background: linear-gradient(97.52deg, #b7b7b7 2.73%, #6e6e6e 25.51%);
}

#card-triplo .card-container:nth-child(3) .tag-assinatura {
  background: linear-gradient(97.52deg, #b7b7b7 2.73%, #6e6e6e 25.51%);
}

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

#card-triplo > div {
  width: 266px;
  min-width: 266px;
}

#card-triplo .title-sm {
  font-family: "Margem-bold";
  font-weight: 700;
  font-size: 24px;
  color: #0d134c;
  line-height: 125%;
  text-transform: uppercase;
}

.topo-assinatura-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
}

.topo-assinatura-arrows button {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: 0.3s filter;
}

.topo-assinatura-arrows button:hover {
  filter: brightness(80%);
}

.topo-assinatura-arrows button i {
  font-size: 12px;
}

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

@media screen and (min-width: 481px) and (max-width: 1199.98px) {
  #card-triplo::-webkit-scrollbar {
    display: none;
  }

  #card-triplo .box:nth-child(3) {
    margin-right: 0;
  }
}

@media screen and (min-width: 600px) {
  .topo-assinatura-arrows {
    display: none;
  }
}

@media screen and (max-width: 685px) {
  /* #card-triplo {
    width: 100%;
  } */
}

@media screen and (max-width: 600px) {
  #card-triplo:has(> :nth-child(2)) {
    margin-left: 44px;
    margin-right: 44px;
  }
}

/* Símbolo + entre os cards */
#card-triplo .plus-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #1d1d1d;
  border: 1px solid #2c2c2c;
  border-radius: 12px;
  color: white;
  flex-shrink: 0;
  gap: 8px;
}

#card-triplo .plus-symbol i {
  font-size: 16px;
}

/* Card de mentoria */
.mentoria-strip {
  margin-top: 16px;
  width: 100%;
  display: flex;
}

.mentoria-strip .mentoria-card {
  background: linear-gradient(180deg, #373737);
  border: 1px solid #545454;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  width: 545px;
  height: 81px;
}

.mentoria-strip .mentoria-card .icon-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mentoria-strip .mentoria-card .icon-check i {
  font-size: 28px;
  color: #fbd71e;
  margin-right: 6px;
}

.mentoria-strip .mentoria-card .mentoria-title {
  font-family: "Margem-bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.mentoria-strip .mentoria-card .mentoria-description {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
}

@media screen and (min-width: 576px) {
  #card-triplo .card-container.card-mobile-only {
    display: none;
  }
}
