/* home */
.text-strike {
    text-decoration: line-through;
}

/* chamacao */
  .chamacao .justify-content-center {
    align-items: center;
  }
  .chamacao .mbr-fallback-image.disabled {
    display: none;
  }
  .chamacao .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .chamacao .item-wrapper {
    display: flex;
    margin-left: auto;
  }
  @media (max-width: 767px) {
    .chamacao .item-wrapper {
      margin-bottom: 1rem;
    }
  }
  .chamacao .mbr-section-btn {
    padding-left: 1.5rem;
    text-align: right;
  }
  @media (max-width: 767px) {
    .chamacao .mbr-section-btn {
      text-align: center;
      padding-left: 0rem;
    }
  }
  .chamacao .row {
    align-items: center;
  }
  .chamacao .card-text {
    color: #232323;
    margin-bottom: 0px;
    text-align: left;
  }
  @media (max-width: 767px) {
    .chamacao .card-text {
      text-align: center;
    }
  }

  /* passos */

  .passos .item-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  .passos .icon-box {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #0c2c68;
  }
  .passos .bi {
    font-size: 2rem;
    color: var(--cor-verde);
  }
  @media (max-width: 991px) {
    .passos .card {
      margin-bottom: 2rem;
    }
    .passos .card-wrapper {
      margin-bottom: 2rem;
    }
    .passos .item-wrapper {
      margin-bottom: 2rem;
    }
  }

  /* planos */ 
  .planos .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .planos .list-group-item {
    background-color: transparent;
    padding: .5rem 3.25rem;
    font-size: 1rem!important;
  
  }
  .planos .plan-body {
    padding-bottom: 2rem;
  }
  .planos .plan-header {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .planos .price {
    color: #1e3a8a;
  }
  .planos .plan {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
    background-color: #f8f8f8;
  }
  .planos .plan-title {
    color: var(--cor-verde);
  }
  .planos .plan .list-group-item {
    position: relative;
    justify-content: center;
    border: 0;
  }
  .planos .plan .list-group-item::after {
    position: absolute;
    bottom: 1px;
    left: 25%;
    width: 50%;
    height: 1px;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
  .planos .plan .list-group-item:last-child::after {
    display: none;
  }
  @media (max-width: 991px) {
    .planos .plan {
      margin-bottom: 2rem;
    }
  }
