@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900&display=swap');

.section-vcm {
  display: flex;
  width: 100%;
  padding: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 56px 56px 0 0;
  background-image: url('https://7012573.fs1.hubspotusercontent-na1.net/hubfs/7012573/Black%20Friday%20Blu%202024/Background%20VCM.png');
  background-size: cover;
  background-position: center;
}

.title-vcm {
  color: var(--colorInterfaceLightPure, #FFF);
  text-align: center;
  align-self: stretch;
  font-family: "Nunito Sans";
  font-size: 32px;
  font-weight: 800;
  line-height: 100%;
}

.description-vcm {
  color: var(--colorInterfaceLightUp, #F3F5FE);
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  padding-bottom: 2px !important;
}


.divider-vcm {
  background: #28304E;
  height: 1px;
  width: 100%;
  max-width: 800px; /* Mesma largura da tabela */
  margin: 16px auto; /* Centraliza o divisor */
}

.table-container-vcm {
  display: block;
}

.table-vcm {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: var(--borderRadiusMd, 12px);
  background-color: #28304E;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.table-title-vcm, .table-vcm .col1-vcm, .table-vcm .col2-vcm, .table-vcm .col3-vcm, .table-vcm .col4-vcm {
  color: var(--colorInterfaceLightPure, #FFF);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  align-self: stretch;
    text-align: center;
}

.table-title-vcm {
padding-bottom:16px;
text-align: center;
}

.table-row-vcm {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #4C62D6;
}

.table-row-vcm:last-child {
  border-bottom: none;
}

.table-row-vcm > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  height: var(--spacingXl, 48px);
}

.header-vcm > div {
  background: rgba(76, 98, 214, 0.24);
}

.col1-vcm {
  flex: 1;
  padding-left: var(--spacingLg, 40px);
  border-right: 1px solid #4C62D6;
}

.col2-vcm, .col3-vcm {
  flex: 1;
  border-right: 1px solid #4C62D6;
}

.col4-vcm {
  flex: 1;
}

.total-vcm {
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: space-between;
  color: var(--colorInterfaceLightPure, #FFF);
  font-family: "Nunito Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.total-label-vcm {
  flex: 3;
  text-align: left;
  padding-left: var(--spacingLg, 40px);
}

.total-value-vcm {
  flex: 1;
  justify-content: center;
  border-left: 1px solid #4C62D6;
  text-align: center;
}

.note-vcm {
  color: var(--colorInterfaceLightPure, #FFF);
  font-family: "Nunito Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 16px;
}

.simulate-btn-vcm {
  display: flex;
  height: var(--spacingXl, 48px);
  padding: 0px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 74px;
  background: var(--colorInterfaceLightUp, #F3F5FE);
  color: var(--Brand-Primary-Pure, #0025E0);
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  width: auto;
  max-width: fit-content;
  margin: 0 auto;
}




@media (max-width: 768px) {
  .section-vcm {
    width: 100%;
    padding: 0 16px; /* Padding nas laterais para ocupar toda a largura da tela */
    gap: 16px;
    overflow-x: hidden; /* Remove qualquer possível scroll lateral */
  }

  .title-vcm {
    padding-top: 48px;
    color: var(--colorInterfaceLightPure, #FFF);
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 28px;
    font-weight: 800;
    line-height: 100%;
  }

  .description-vcm {
    color: var(--colorInterfaceLightUp, #F3F5FE);
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
  }

  .dropdown-vcm {
display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;

  }

  .dropdown-vcm span {
    color: var(--colorInterfaceLightUp, #F3F5FE);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 400;
    text-align: left;

  }

  .divider-vcm {
    width: 100%;
    background: #28304E;
    height: 1px;
  }

  .table-vcm {
    width: 100%;
    padding: 24px;
font-size: 12px;
    border-radius: var(--borderRadiusMd, 12px);
    background-color: #28304E;
margin-bottom: 32px;
  }

  .table-title-vcm,
  .table-vcm .col1-vcm,
  .table-vcm .col2-vcm,
  .table-vcm .col3-vcm,
  .table-vcm .col4-vcm,
  .total-label-vcm,
  .total-value-vcm {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
  }

  .total-value-vcm {
    color: var(--colorInterfaceLightPure, #FFF);
    font-family: "Nunito Sans";
    text-align: center;
  }

  .table-row-vcm > div {
    padding: 6px;
    flex: 1;
  }

  .note-vcm {
    color: var(--colorInterfaceLightUp, #F3F5FE);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-top: 16px;
margin-bottom: 16px;
  }

.simulate-btn-vcm {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 0 24px;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 700;
    color: var(--Brand-Primary-Pure, #0025E0);
    line-height: 100%;
    background: var(--colorInterfaceLightUp, #F3F5FE);
    border: none;
    border-radius: 74px;
    height: var(--spacingXl, 48px);
    text-align: center;
    transition: background-color 0.3s ease;
    width: 100%; /* Garante que o botão ocupe 100% da largura */
}

.simulate-btn-vcm:hover {
    background: #B8C3FF;
}


