.card-tab .bloco-titulo h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--bv-color-primary-black);
}

.card-tab .bloco-titulo span {
  color: var(--bv-color-primary-blue-darker);
}

.card-tab .bloco-desc {
  color: var(--bv-color-primary-black);
  font-weight: 700;
  font-size: 1.7rem;
  margin: 0;
}

.card-tab .bloco-titulo {
  text-align: center;
  padding: 2rem;
}

.card-tab .bg-center.with-title {
  background: url("../common/images/blocks_background.svg") center 60% repeat-x !important;
}

.card-tab .bg-center {
  background: url("../common/images/blocks_background.svg") center 51% repeat-x;
}

.card-tab .bg-top.with-title {
  background: url("../common/images/blocks_background.svg") center 29% repeat-x !important;
}

.card-tab .bg-top.with-title.two-card {
  background: url("../common/images/blocks_background.svg") center 15% repeat-x !important;
}

.card-tab .bg-top {
  padding: 3rem 0;
  background: url("../common/images/blocks_background.svg") center 3% repeat-x;
}

.card-tab .bs-bg-primary {
  background: url("../common/images/padlock_locked.svg") 93% 30% no-repeat,
    var(--bv-color-primary-blue-darker);
}

.card-tab .bs-bg-secondary {
  background: url("../common/images/padlock_open.svg") 93% 30% no-repeat,
    var(--bv-color-primary-blue-lighter);
}

.card-tab .bs-bg-body-primary {
  background-color: var(--bv-color-primary-blue-darker);
}

.card-tab .bs-bg-body-secondary {
  background-color: var(--bv-color-primary-blue-lighter);
}

.card-tab .bloco-header {
  width: 30%;
  box-sizing: inherit;
  color: var(--bv-color-primary-white);
  position: relative;
  padding: 1rem 2rem;
  padding-top: 2rem;
  border-radius: 24px 24px 0 0;
}

.card-tab .bloco-header::before {
  box-shadow: 0 24px 0 0 var(--bv-color-primary-blue-darker);
  content: "";
  position: absolute;
  background-color: transparent;
  height: 54px;
  width: 24px;
  border-bottom-left-radius: 24px;
  right: -1.5rem;
  bottom: 0rem;
}

.card-tab .bloco-header--primary::before {
  box-shadow: 0 24px 0 0 var(--bv-color-primary-blue-darker);
}

.card-tab .bloco-header--secondary::before {
  box-shadow: 0 24px 0 0 var(--bv-color-primary-blue-lighter);
}

.card-tab .bloco-body {
  padding: 1rem 1rem;
  color: var(--bv-color-primary-white);
  border-radius: 0rem 1rem 0rem 1rem;
}

.card-tab .bottom {
  margin-bottom: 4rem;
}

.card-tab .no-bottom {
  border-radius: 0rem 1rem 1rem 1rem !important;
}

.card-tab .bloco-body-titulo {
  font-size: 1.8rem;
  font-weight: 700;
}

.card-tab .bloco-body-descricao {
  padding: 1rem 0;
  margin-left: 10px;
  font-size: 1.15rem;
}

.bloco-body-lista {
  display: flex;
  justify-content: space-around;
}

.card-tab .bloco-body-item {
  background: var(--bv-color-primary-white);
  border-radius: 8px;
  color: var(--bv-color-primary-black);
  padding: 2rem 1.3rem 1rem;
  min-height: 13rem;
  width: 100%;
  margin: 0 0.5rem;
}

.card-tab .bs-body-item-titulo {
  font-size: 1.46rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

.card-tab .bs-body-item-titulo::before {
  content: "→";
  color: var(--bv-color-primary-blue-darker);
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 1rem;
  margin-left: -3px;
}

.card-tab .bs-body-item-descricao {
  line-height: 1.3rem;
  font-size: 1rem;
}

.card-tab .bloco-bottom {
  padding: 0;
  width: 70%;
  height: 3rem;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  float: right;
  position: relative;
}

.card-tab .bloco-bottom:last-child::before {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 24px;
  width: 46px;
  left: -2.9rem;
  border-top-right-radius: 24px;
}

.card-tab .bloco-bottom--primary:last-child::before {
  box-shadow: 24px 0 0 0 var(--bv-color-primary-blue-darker);
}

.card-tab .bloco-solucao-bottom--secondary:last-child::before {
  box-shadow: 24px 0 0 0 var(--bv-color-primary-blue-lighter);
}

.card-tab .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.card-tab .rounded-button {
  width: 56px;
  height: 56px;
  border: none;
  outline: 0;
  background: var(--bv-color-primary-blue-darker);
  border-radius: 50%;
  cursor: pointer;
  color: var(--bv-color-primary-white);
  font-size: 1.25rem;
  margin-right: 2rem;
  flex-shrink: 0;
}

.card-tab .button-container a {
  font-size: 1.14rem;
  color: var(--bv-color-primary-blue-darker);
}
