/*body {
    font-family: 'Karla', sans-serif;
    background-color: #202020;
}*/

.pricing-table-title {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 36px; }

.pricing-tab {
  margin-bottom: 58px; }
  .pricing-tab .nav-link {
    color: #fff;
    position: relative;
    padding-left: 25px; }
    .pricing-tab .nav-link::before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      position: absolute;
      left: 1.25px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #fff;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .pricing-tab .nav-link.active {
      background-color: transparent;
      color: #fff; }
      .pricing-tab .nav-link.active::before {
        left: 0;
        background-color: #00cd99;
        border: 5px solid #fff;
        width: 16.5px;
        height: 16.5px; }

.pricing-tab-content .tab-pane.active {
  -webkit-animation: slide-down 0.6s ease-in-out;
          animation: slide-down 0.6s ease-in-out; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.pricing-card {
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 8px;
    min-height: 440px;
    cursor: pointer;
    user-select: none;
}
  @media (max-width: 767px) {
    .pricing-card {
      margin-bottom: 28px; } }
  .pricing-card .card-body {
    padding: 35px 35px 16px; }
  .pricing-card .card-footer {
    background-color: transparent;
    border-top: 0;
    padding: 0; }
.pricing-card.pricing-card-highlighted, .pricing-card:hover {
    /*background-color: #afd672;*/
    background-color: #a4a9ad;
}
    
.pricing-plan-title {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase; }
  .pricing-card-highlighted .pricing-plan-title, .pricing-card:hover .pricing-plan-title {
    /*color: #fff;*/
    color: #000;

  }


.pricing-plan-original-cost {
  font-size: 15px;
  color: #c1c1c1;
  font-weight: bold;
  margin-bottom: 0; }
  .pricing-card-highlighted .pricing-plan-original-cost, .pricing-card:hover .pricing-plan-original-cost {
    color: #fff;
    opacity: 0.75; }

.pricing-plan-cost {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
  color: #000; }
  .pricing-plan-cost .currency {
    font-size: 20px;
    position: relative;
    left: -5px; }
.pricing-card-highlighted .pricing-plan-cost, .pricing-card:hover .pricing-plan-cost {
    /*color: #fff;*/
    color: #000;
}


.pricing-plan-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 24px;
}


.divisoria-centralizada {
    width: 75%;
    height: 3px;
    background-color: #000000;
    margin: 0 auto;
    transition: width 0.4s ease, background-color 0.4s ease; /* Transição suave para a largura e cor */
}

.divisoria-centralizada-high {
    width: 75%;
    height: 3px;
    background-color: #ffffff;
    margin: 0 auto;
    transition: width 0.4s ease, background-color 0.4s ease; /* Transição suave para a largura e cor */
}

.pricing-card:hover .divisoria-centralizada:not(divisoria-centralizada-high) {
    background-color: #ffffff; /* Cor que a divisória vai assumir no hover */
}





.pricing-plan-features {
    list-style: none;
    padding-left: 0;
    line-height: 1.67;
    font-size: 16px;
    margin-bottom: 10px;
}
  .pricing-card-highlighted .pricing-plan-features, .pricing-card:hover .pricing-plan-features {
    /*color: #fff;*/ 
    color: #000; 

  }
  /*.pricing-plan-features li {
    padding-left: 30px;
    position: relative; }*/
    /*.pricing-plan-features li::before {
        content: "\F12C";
        font-family: "Material Design Icons";
        color: #3ccf8e;
        position: absolute;
        left: 0;
        font-size: 22px;
    }*/

      .pricing-card-highlighted .pricing-plan-features li::before, .pricing-card:hover .pricing-plan-features li::before {
        color: #fff; }


.btn-secondary-landing-custom-high {
    font-size: 14px;
    padding: 8px 20px;
    width: auto;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    background-color: #fff;
}
    .btn-secondary-landing-custom-high:hover {
        background-color: #fff;
        color: #000;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        cursor: pointer; 
    }
.btn-secondary-landing-custom {
    font-size: 14px;
    padding: 8px 20px;
    width: auto;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    background-color: #C8F28B;
}
.pricing-card:hover .btn-secondary-landing-custom:not(.btn-secondary-landing-custom-high) {
    background-color: #fff;
    color: #000;
}

.check-icon {
    color: #a1d453;
}
.check-icon-high {
    color: #fff;
}

.pricing-card:hover .check-icon:not(check-icon-high) {
    color: #fff;
}

.pricing-card .pricing-plan-purchase-btn {
    color: #000;
    background-color: transparent;
    border: solid 1px #dde5f5;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 80%; 
    margin: 0 auto 10px;
}
  .pricing-plan-purchase-btn:hover {
    color: #afd672; }
  .pricing-card-highlighted .pricing-plan-purchase-btn, .pricing-card:hover .pricing-plan-purchase-btn {
    border: 0;
    background-color: #fff; }

.pricing-plan-link {
  color: #c1c1c1;
  font-size: 14px; }
  .pricing-card-highlighted .pricing-plan-link, .pricing-card:hover .pricing-plan-link {
    color: #fff;
    opacity: 0.75; }

.offer-badge {
  padding: 8px 15px;
  background-color: #afd672;
  color: #fff;
  font-size: 8px;
  font-weight: bold; }


.pricing-card.selected {
    background-color: #afd672;
    border-color: #3ccf8e;
}
    .pricing-card.selected .pricing-plan-title,
    .pricing-card.selected .pricing-plan-cost,
    .pricing-card.selected .pricing-plan-features,
    .pricing-card.selected .check-icon,
    .pricing-card.selected .btn-secondary-landing-custom {
        color: #EBEBEB !important;
        
    }

    .pricing-card.selected .divisoria-centralizada {
        background-color: #EBEBEB !important;
    }

    .pricing-card.selected .btn-secondary-landing-custom {
        /*background-color: #fff !important;*/
    }
.pricing-card.disabled-appearance {
    opacity: 0.4;
    filter: grayscale(100%);
}

.form-check-label {
    transition: background-color 0.2s, font-weight 0.2s;
    padding: 4px 8px;
    display: inline-block;
}

/* Quando o radio estiver selecionado, aplica destaque no label */
.plano-radio:checked + .form-check-label {
    background-color: #3B3C39; /* amarelo claro de destaque */
    font-weight: bold; /* negrito */
    border-radius: 4px; /* cantos levemente arredondados */
}





