/*TABELA DE PLANOS*/

.header-planos {
  margin-top: 70px;
}

.demo {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0;
  padding: 0;
}

.icone-whats img {
  position: fixed;
  bottom: 75px;
  right: 7px;
  z-index: 1000;
  height: 64px;
  display: inline-block;
  cursor: pointer;
  animation: pulse 1s infinite;
}

.section .container {
  margin: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container .row {
  display: flex;
  justify-content: center;
}

#plano-basico,
#plano-intermediario,
#plano-avancado {
  display: flex;
  justify-content: center;
  width: 386px;
  padding: 0;
}

#plano-basico,
#plano-intermediario,
#plano-avancado {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#plano-avancado .controle-total {
  background-color: gold;
  bottom: -12px;
  height: 31px;
  width: 136px;
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0073e6;
}

#plano-basico .mei {
  background-color: gold;
  bottom: -12px;
  height: 31px;
  width: 136px;
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0073e6;
}

#plano-intermediario .melhor-escolha {
  display: flex;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  background-color: gold;
  color: #0073e6;
  width: 177px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 35px;
  z-index: 100;
  font-size: 16px;
  display: flex;
  justify-content: center;
}

#plano-intermediario .pricingTable {
  border: 2px solid gold;
  box-shadow: 0 0 49px gold;
  scale: 1.06;
  position: relative;
  bottom: 13px;
  width: 395px;
}

.pricingTable {
  background-color: #fff;
  font-family: "Rubik", sans-serif;
  text-align: center;
  padding: 0 0 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 386px;
}
.pricingTable .pricingTable-header {
  padding: 15px 0px 100px;
  position: relative;
  z-index: 1;
}

.start::after {
  background-color: #ff8000;
}

.middle::after {
  background-color: #0073e6;
}

.advanced::after {
  background-color: #02b86e;
}

.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0% 100%);
}
.pricingTable .title {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.pricingTable .price-value {
  color: #222;
  margin: -25px 0 25px;
}
.pricingTable .price-value .amount {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
}
.pricingTable .price-value .duration {
  font-size: 18px;
  font-weight: 400;
  display: block;
  color: #151948;
}
.pricingTable .pricing-content {
  text-align: left;
  padding: 0;
  margin: 0 25px 35px;
  list-style: none;
  display: inline-block;
}
.pricingTable .pricing-content li {
  color: #888;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
  position: relative;
}
.pricingTable .pricing-content li:last-child {
  margin-bottom: 0;
}
.pricingTable .pricing-content p {
  font-size: 24px;
}

.pricingTable .pricing-content li:before {
  content: "\0787";
  color: #329124;
  font-size: 24px;
  font-weight: 900;
  margin: auto;
  position: absolute;
  top: 1px;
  left: 0;
  border: 3px solid;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  rotate: 168deg;
  padding-bottom: 5px;
}
.pricingTable .pricing-content li.disable:before {
  content: "\1D61F";
  color: #e00d1b;
  padding-top: 6px;
  rotate: 174deg;
}
.pricingTable .pricingTable-signup a {
  color: #fff;
  background: #0069e9;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 18px;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover {
  text-shadow: 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.7);
}

#titulo-servicos-adicionais {
  display: flex;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 20px;
}

#titulo-servicos-adicionais h2 {
  font-size: 35px;
  margin-bottom: 12px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
}

.container .cards {
  padding: 40px;
  display: flex;
  justify-content: space-evenly;
}

.container .cards .cards-adicionais {
  width: 223px;
  height: 223px;
  background-color: #fff;
}

.card-meu-gestor,
.card-pix,
.card-mobile,
.card-whatsapp,
.card-boleto,
.card-meu-varejo {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  /* justify-content: center; */
  padding: 10px;
  flex-direction: column;
  align-items: center;
  font-family: "Rubik";
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  position: relative;
  border-radius: 5%;
}

.topo-card {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  position: relative;
  width: 208px;
  left: 1px;
}

.img-cards {
  width: 50px;
  height: 50px;
  display: flex;
}

.card-boleto .img-cards {
  padding-top: 7px;
  padding-bottom: 7px;
}

.span-cards {
  color: rgba(94, 98, 156, 1);
  position: relative;
}

/* .text-plano-basico {
  color: white;
  background-color: #ff8000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 60px;
  top: 26px;
  font-size: 14px;
  border-radius: 15px;
  width: 55px;
  height: 22px;
}

.text-plano-intermediario {
  color: white;
  background-color: #0073e6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 60px;
  top: 26px;
  font-size: 14px;
  border-radius: 15px;
  width: 100px;
  height: 22px;
} */

.plano-card-adicionais {
  position: relative;
  width: 198px;
}

.detalhes-card {
  line-height: 17px;
  font-size: 10.9px;
  position: relative;
  text-align: justify;
  margin: 3px 0px;
}

.hr-cards {
  height: 1px;
  width: 198px;
  background-color: rgba(94, 98, 156, 1);
  /* position: absolute; */
  margin: 0px;
}

.tabela-price {
  position: relative;
  width: 198px;
  height: 34px;
  margin: 5px 0px;
}

.tabela-left {
  position: absolute;
  width: 100px;
  line-height: 10px;
  padding-top: 5px;
}

.tabela-right {
  position: absolute;
  right: 0px;
  width: 70px;
  text-align: right;
  padding-top: 10px;
  line-height: 7px;
}

.duration-adicional {
  color: rgba(94, 98, 156, 1);
  font-size: 16px;
}

.span-card-small {
  font-size: 9px;
  color: rgba(94, 98, 156, 1);
}

.preco-grande {
  color: rgba(94, 98, 156, 1);
  font-weight: bold;
}

.basico {
  color: #ff8000;
}

.intermediario {
  color: #0073e6;
}

.avancado {
  color: #02b86e;
}

#footer-Content .sub-footer {
  background-color: #0000004f;
  padding: 5px 0;
}

#contrate-agora {
  display: flex;
  justify-content: end;
  margin-right: 9%;
  button {
    border-radius: 5px;
    color: #fff;
    background-color: #0073e6;
    border: unset;
    width: 220px;
    height: 40px;
    animation: pulse 1s infinite;
    font-weight: 500;
  }

  button:hover {
    background-color: #02a02f;
    color: #fff;
  }
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin: 0 0 40px;
  }
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin: 0 0 40px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1); /* Tamanho normal */
  }
  50% {
    transform: scale(1.3); /* Cresce para 110% do tamanho normal */
  }
  100% {
    transform: scale(1); /* Retorna ao tamanho normal */
  }
}
