.select-template {
  display: unset;
  width: max-content !important;
  font-size: 1.5rem;
}

.titulo-plano {
  margin: 3rem 0;
  font-size: 4rem;
  text-align: center;
}

.descricao-plano {
  margin: 3rem 0;
  text-align: center;
  font-size: 2.5rem;
}

.destaque-plano {
  margin: 3rem 0;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

.valor-plano {
  margin: 3rem 0;
  text-align: center;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filtro-plano {
  font-size: 1.3rem;
}

.filtro-plano-moeda {
  font-size: 1.2rem;
  margin-bottom: auto;
  display: flex;
  align-items: flex-start;
  line-height: 100%;
}

.valor-desconto {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tpl-excluir {
  color: black;
  margin: 0 1rem;
  cursor: pointer;
  transition: 0.5s all;
}

.div-assine-ja {
  text-align: center;
  margin: 3rem 0;
}

.btn-assine-ja {
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #5dd360 0%, #3eb186 50%);
  background-size: 200%;
  padding: 1rem;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 0px 25px 0px #38fcc4b3;
  -webkit-box-shadow: 0px 0px 25px 0px #38fcc4b3;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  font-size: 1.8rem;
  line-height: 3rem;
  cursor: pointer;
}
.btn-assine-ja:hover {
  background-position: 100%;
  color: white;
}

.txt-assine-ja {
  margin: 0 0.5rem;
}

.planoGold {
  color: #f79636;
  text-shadow: rgb(247 150 54) 0.1em 0.1em 0.2em;
}

.planoPlatinum {
  color: #c4c3c2;
  text-shadow: rgb(155, 155, 154) 0.1em 0.1em 0.2em;
}

.planoBlack {
  /* color: #050505;
  text-shadow: rgb(3, 3, 3) 0.1em 0.1em 0.2em; */
  color: #dbbc08;
  text-shadow: rgb(206, 176, 6) 0.1em 0.1em 0.2em;
}

.div-planos {
  padding: 0 1rem;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 1px;
}

.mais-vendido {
  position: absolute;
  top: -44px;
  left: 0;
  right: 0px;
  height: 44px;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  text-transform: uppercase;
  background-color: darkcyan;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-align: center;
}

/* [class^="card-planos-radio"] {
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 95rem;
  transition: 0.5s all;
  position: relative;
  color: white;
  background-image: linear-gradient(
    to bottom right,
    rgb(33, 45, 55) 0%,
    #4677fc 40%,
    #0574b4 60%,
    #14ca7e 100%
  );
  background-size: 200% 200%;
  width: 100%;
} */

.card-planos-radio-gold,
.card-planos-radio-black {
  border-radius: 25px;
}

.card-planos-radio-platinum {
  /* transform: scale(1.07); */
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;

  -webkit-box-shadow: 6px 6px 18px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 18px 5px rgba(0, 0, 0, 0.4);
}

.div-planos .fas,
.div-planos .far {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0ee951),
    to(#00dabf)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.m-top-radio {
  margin: 15rem 0 0;
}

.header-tempo-planos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* width: max-content; */
  overflow: hidden;
  border: #0171d380 3px solid;
  border-radius: 25px;
  position: relative;
}

.div-tipos-planos {
  width: 100%;
  display: flex;
  justify-content: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

[class^="div-radio-planos"] {
  color: black;
  text-align: center;
  font-size: 2rem;
  cursor: pointer;
  overflow: hidden;
  flex: 1;
}

[class^="bg-teste"] {
  position: absolute;
  z-index: -1;
  transition: 0.5s all;
  background-image: linear-gradient(
    to bottom right,
    rgb(33, 45, 55) 0%,
    #4677fc 40%,
    #0574b4 60%,
    #14ca7e 100%
  );
  background-size: 200% 200%;
}

.bg-temp {
  background-image: linear-gradient(
    to bottom right,
    rgb(33, 45, 55) 0%,
    #4677fc 40%,
    #0574b4 60%,
    #14ca7e 100%
  );
  background-size: 200% 200%;
}

.plano-desconto {
  text-align: center;
  background: #161616;
  width: 22%;
  color: white;
  font-size: 1.5rem;
  /* border: red 3px solid; */
  margin: 0 1rem;
  border-radius: 25px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

label[for="planoTrimestral"]:not(.radio-active),
label[for="planoAnual"]:not(.radio-active),
label[for="planoMensal"]:not(.radio-active) {
  cursor: pointer;
}

.radio-active {
  color: white;
  /* background-image: linear-gradient(
    to bottom right,
    rgb(33, 45, 55) 0%,
    #4677fc 40%,
    #0574b4 60%,
    #14ca7e 100%
  );
  background-size: 200% 200%; */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.radio-active:hover {
  background-position: 100%;
}

.radio-active-mobile {
  background-image: linear-gradient(
    to bottom right,
    rgb(33, 45, 55) 0%,
    #4677fc 40%,
    #0574b4 60%,
    #14ca7e 100%
  );
  background-size: 200% 200%;
}

.div-planos-produto {
  position: relative;
}

.radio-streaming {
  padding: 0.5rem 5rem;
  cursor: pointer;
  border-radius: 15px;
}

.div-radio-planos [type="radio"] {
  margin: 0 1rem;
}

.header-planos-mobile {
  display: none;
}

.div-button-planos {
  padding: 0;
  margin: 0;
  height: 100%;
}

.button-planos {
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  text-align: center;
  padding: 0;
  margin: 0;
}

.btn-active {
  background: linear-gradient(
    to bottom right,
    rgb(33, 45, 55) 0%,
    #4677fc 40%,
    #0574b4 60%,
    #14ca7e 100%
  );
  background-size: 200% 200%;
}

.header-planos {
  /* width: 80%; */
  text-align: center;
}

.body-planos {
  margin: 0 0 3rem;
  /* width: 80%; */
}

.div-btn-trial {
  text-align: center;
  margin: auto 0 3rem;
}

[class^="card-planos-radio"]:hover:not(.card-planos-radio-platinum) {
  transform: scale(1.02);
}

.card-planos-radio-platinum:hover {
  transform: scale(1.05);
}

/* flip card */
.flip-card {
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  height: 50rem;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  border-radius: 25px;
  padding: 2rem;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
/* end */

/* container-planos */

.container-planos {
  flex-basis: 100%;
  /* border: solid purple; */
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

[class^="card-planos-radio"] {
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.5s all;
  position: relative;
  color: white;
  background-image: linear-gradient(
    to bottom right,
    rgb(33, 45, 55) 0%,
    #4677fc 40%,
    #0574b4 60%,
    #14ca7e 100%
  );
  background-size: 200% 200%;
  flex: 0 1 calc(30% - 1rem);
  margin: 1rem;
  padding: 2rem;
}

@media (max-width: 800px) {
  .container-planos {
    flex-basis: 50%;
  }

  [class^="card-planos-radio"] {
    flex: 0 1 auto;
  }
  .header-tempo-planos {
    width: 100%;
  }

  .active {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .header-planos-mobile {
    height: 4rem;
    display: flex;
    align-items: center;
    border: #0171d380 3px solid;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 0 8rem;
  }

  .tipo-plano {
    display: none;
  }
  [class^="div-radio-planos"] {
    flex: 1;
  }
}
