.plans-container {
    padding-inline: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    background-image: url("../assets/bg-plans.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -2.5rem;
    padding-top: 4rem;
    align-items: center;
}

.plans-title-metodo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  justify-content: center;
  padding-block: 2rem;
}

.plans-metodo-title {
  font-family: "kalam", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
}

.plans-title-description {
  background: linear-gradient(to bottom, #fff 0%, #FFEAA6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 3.5rem;
  margin-top: -1rem;
}

.plans-glow-line {
  border: none;
  height: 10px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;

  background: radial-gradient(ellipse at center,
      #FFB46A 0%,
      #FFB46A 30%,
      #ffb56a1b 80%);
}

.container-plains-cards {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  padding-inline: 10%;
  width: 100%;
}

.plan-1 {
  width: 50%;
  min-width: 50%;
  overflow-x: hidden;
  background:linear-gradient(to bottom, #60B6EF 0%, #000F19 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 2rem;
  padding-inline: 0.3rem;
}

.plan-2 {
  width: 50%;
  min-width: 50%;
  background:linear-gradient(to bottom, #101720 0%, #000000 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 5rem;
  padding-block: 2rem;
  padding-inline: 0.3rem;
}

.name-plan {
  display: flex;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  word-break: keep-all;
}

.plan-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  width: 100%;
  text-align: left;
  padding-inline: 5rem;
}

.plan-list-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
}

.plan-button {
  background-color: #F26800;
  color: #fff;
  font-size: 1rem;
  width: fit-content;
  padding-inline: 60px;
  padding-block: 12px;
  border-radius: 60px;
  border: none;
  cursor: pointer;
  font-weight: 700;
}

.faixa-plan-1 {
  background: #CCEBFF;
  color: #00335B;
  padding: 16px 16px;
  font-size: 1.1rem;
  font-weight: 500;
  width: 110%;
  text-align: center;
  /* INCLINAÇÃO */
  transform: rotate(-2deg); /* ajuste o ângulo */
  display: inline-block; /* necessário para rotacionar direitinho */
}

.selo {
  position: absolute;
  z-index: 999;
  width: 10rem;
  height: auto;
  left: 0;
  margin-left: 14svw;
  margin-top: 5rem;
}

@media (max-width: 768px) {

  .plans-container {
    padding-inline: 0;
    margin-top: 0;
    padding-top: 3rem;
    background-position: top center;
  }
  .plans-title-metodo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .plans-metodo-title {
    font-size: 1.5rem;
  }
  .plans-title-description {
    font-size: 2rem;
  }

  .container-plains-cards {
    flex-direction: column;
    align-items: center;
    padding-inline: 0.5rem;
    padding-bottom: 2rem;
    border-radius: 12px;
  }
  .plan-list {
    padding-inline: 1rem;
  }

  .plan-1,
  .plan-2 {
    width: 100%;
    max-width: 420px;
    border-radius: 12px;
  }
  .plan-list-item {
    font-size: 1rem;
  }

.selo {
  position: absolute;
  z-index: 999;
  width: 6rem;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -70rem;
}

}


