body {
  font-family: 'Inter', sans-serif !important;

  font-size: 16px;

}
/* Estilo base para o botão */
.btn-primary {
  background-color: #000000; /* Fundo preto */
  color: white; /* Letra branca */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px;
}

/* Estilo para quando o mouse estiver sobre o botão */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #000000; /* Fundo preto */
  color: rgb(255, 255, 255); /* Letra azul */
}

/* Estilo para quando o botão for clicado */
.btn-primary:active {
  background-color: #000000; /* Fundo preto */
  color: rgb(223, 223, 252); /* Letra azul */
}

/* Sobrescreve qualquer estilo que esteja definindo a cor amarela */
.btn.custom-button:hover {
  background-color: #000000 !important;
  color: rgb(243, 243, 248) !important;
}

.btn.custom-button:focus {
  background-color: #000000 !important;
  color: rgb(250, 250, 255) !important;
}

.btn.custom-button:active {
  background-color: #000000 !important;
  color: rgb(253, 253, 253) !important;
}

.cart {
  width: 100%;
  height: 100%;
  padding: 16px;
  background: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 1px #DEE2E6 solid;
  border-right: 1px #DEE2E6 solid;
  border-bottom: 1px #DEE2E6 solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: inline-flex;
}

.form-container {
  max-width: auto;
  margin: 0px auto;
  padding: 30px;
}

.form-group {
  display: flex;
  align-items: center;
}

.custom-input {
  width: 100%;
  flex-grow: 1;
  padding: 10px;
  margin-right: 10px;
  /* Espaço entre o input e o botão */
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.btn.custom-button {
  width: 120px;
  padding: 0px 20px;
  margin-top: 0px;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn.custom-button:hover {
  border-radius: 1px;color: #FDDE10;
  border: 1px;color: #FDDE10;
}

/* Media Queries */
@media (max-width: 600px) {

  .form-container {
    width: 100%;
    /* Ocupa a largura total */

    max-width: auto;
    margin: 0px auto;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .form-group {
    flex-direction: column;
  }

  .custom-input,
  .btn.custom-button {
    margin-right: 0;
    /* Remove a margem direita em telas pequenas */
    width: 100%;
    /* Ocupa a largura total */
  }

  .custom-input {
    width: 100%;
    /* Ocupa a largura total */

    margin-bottom: 20px;
    /* Espaço adicional abaixo do input em telas pequenas */
  }
}

.promocodinput {

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
}

.promocodetext {

  color: var(--Gray-900, #212529);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */

}

.insiraaqui {
  color: var(--Gray-900, #212529);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */

}

/* Media Query para telas pequenas */
@media (max-width: 768px) {
  .d-flex {
    flex-direction: column;
  }

  .justify-content-between,
  .justify-content-end {
    justify-content: flex-start;
  }

  .align-items-end {
    align-items: stretch;
  }

  .custom-footer {
    padding: 15px;
  }

  .form-control {
    display: flex;
    padding: 9px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #DEE2E6);
    background: var(--Default-White, #FFF);
  }

  .textvps {
    color: var(--Gray-900, #212529);
    font-weight: bold;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */



  }

  .labeltextcodpromo {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }

  .btn.custom-coupon-btn {
    width: 100%;
    /* Faz o input e o botão ocuparem toda a largura */
  }
}

/* Ajustes de margem e espaçamento para telas menores */
/* Media Queries */
@media (max-width: 600px) {
  .container {
    width: 100%;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .item {
    flex-direction: column;
  }

  .input,
  .button {
    margin-right: 0;
    width: 100%;
  }

  .input {
    margin-bottom: 20px;
  }
}



.continuarpagamentomobile {
  width: 100%;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  opacity: 0.55;
  background: #007AFF;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}





.continuarpagamento {
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  opacity: 0.55;
  background: #007AFF;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.continuarpagamento-text {
  color: white;
  background: #007AFF;
  border: 0px;
  font-size: 16px;
  font-family: Inter;
  font-weight: 600;
  line-height: 18px;
  word-wrap: break-word;
}

.pagamento {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
}

.payment-options {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  width: 100%;
}

.text-cupom{
  color: var(--Gray-700, #495057);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.criptomoeda input[type="radio"]:checked+label {
  background-color: #f0f0f0;
  /* Mudar a cor de fundo */
  border-radius: 6px;
  /* Adicionar borda arredondada */
  padding: 8px;
  /* Adicionar preenchimento para destacar */
}

.payment,
.criptomoeda {
  width: 50%;
  height: 80px;

  /* Definindo a largura de cada opção para 50% menos a margem entre elas */
  padding: 24px;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  font-size: 14px;
  border: 1px #CED4DA solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.payment-text,
.criptomoeda-text {
  color: black;
  font-size: 12px;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word;
}

.list-group {
  margin-top: 0%;
  margin-bottom: 100%;
}

.titulo-carrinho {
  margin-bottom: 1px;
  color: #FFF;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px 8px 0px 0px;
  background: var(--Default-Black, #000);
}


.promocodnput {

  /* // VPS */
  color: #212529;
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
  line-height: 27px;
  word-wrap: break-word
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 5px 30px 5px 10px;
  font-size: 16px;
}

.select-arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.select-arrow i {
  color: #333;
  /* Cor da seta */
}












.text-carrinho {
  color: var(--Default-White, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 111.111% */
}

.navbar {
  display: flex;
  height: 40px;
  padding: 0px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid var(--Gray-200, #E9ECEF);
  border-bottom: 1px solid var(--Gray-200, #E9ECEF);
  background: var(--Gray-100, #000000);

}

.input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  width: 100%;

}

.navbar-text {

  color: #ffffff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;


}

/* Media Query para telas pequenas */
@media (max-width: 575.98px) {
  .container {
    flex-direction: column;
    padding: 5vw;
  }

  .input-container {
    width: 100%;

  }
}

/* Media Query para tablets em modo retrato */
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    width: 100%;
    flex-direction: row;
    padding: 4vw;
  }

  .input-container {
    width: 100%;

  }
}

/* Media Query para tablets em modo paisagem e netbooks */
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 100%;

    padding: 3vw;
  }

  .input-container {
    width: 100%;

  }
}

/* Media Query para desktops e dispositivos maiores */
@media (min-width: 992px) {
  .container {
    width: 100%;

    padding: 2vw;
  }

  .input-container {
    width: 100%;

  }
}


@media (min-width: 340px) and (max-width: 991.98px) {
  .container {
    width: 100%;

    padding: 3vw;
  }

  .input-container {
    width: 100%;

  }
}

.footer {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 200px;
  padding: 0px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid var(--Gray-200, #E9ECEF);
  border-bottom: 1px solid var(--Gray-200, #E9ECEF);
  background: var(--Gray-100, #F8F9FA);
}

.footer-text {
  margin-top: 25px;
  width: 100%;
  height: 15px;
  color: #68717A;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Estilos para o título */
.title {
  color: #212529;
  font-size: 28px;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  word-wrap: break-word;
}

/* Para continuar, precisamos que você nos informe seu e-mail */
.subtitle {
  color: #68717A;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word
}

.primary-bg-color {
  background-color: #ddd;
}

.custom-header {
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  margin-bottom: 1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vertical-stack {
  flex-direction: column !important;
}

.vertical-and-right {
  flex-direction: column !important;
  align-items: flex-end !important;
}

.custom-container {
  width: auto;
  max-width: 1016px;
  padding: 0px;
  padding-bottom: 40px;
  border-radius: 4px;
  border: 1px #DEE2E6 solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}


   /* Estilos opcionais para a lista suspensa */
   .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown > span {
    float: right;
  }

.form-control > span {
  float: right;
}


.selecionada {
  border: 1px solid #007AFF;

  background: #FFF;
}
.custom-control-input {
  position: absolute;
  opacity: 0;
}

.selecionada {
  /* Adicione o estilo desejado para indicar a seleção da div */
  background-color: #f0f0f0;
}


.custom-border {
  border: 1px hsl(210, 14%, 89%) solid;
}

.custom-input-2 {
  width: 100% !important;
  min-height: 36px !important;
  font-size: 14px !important;
  background: white;
  border-radius: 6px;
  border: 1px #DEE2E6 solid;
  color: #ADB5BD;
}

.custom-button,
.custom-coupon-btn {
  background-color: #212529;
  color: white;
  margin-top: 30px;
  height: 40px;
  font-size: 16px;
  font-family: Inter;
  font-weight: 600;
  line-height: 18px;
  word-wrap: break-word;
}

.custom-coupon-btn {
  background: white;
  border: 1px #0D6EFD solid;
}

.custom-section-1 {
  width: auto;
  height: 100%;
  padding: 16px;
  background: black;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.centralizar {
  width: 500px;
  padding: 16px;


}

.custom-section-2 {
  color: white;
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word;
}

.custom-footer {
  background: white;
  color: black;
}

.logoimg {
  width: 140px;
}

.productname {
  color: black;
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word;
}

.productdescription {
  color: var(--Gray-600, #6C757D);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 320px;
}

#cupom {
  width: 200px;
}

.textocupom {
  color: #212529;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}


.text-center {
  text-align: left;
  color: #212529;
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
  line-height: 27px;
  word-wrap: break-word;
}

.textodescricao {
  color: #68717A;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}

.textoemail {
  color: #ADB5BD;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

/* Estilos quando o mouse estÃ¡ sobre o botÃ£o */
.custom-button:hover {
  background-color: black;
  color: white;
}

/* Estilos para o container principal */
.container {
  width: 850px;
  height: 100%;
  padding: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}


/* Estilos para os itens dentro do container */
.item {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

/* Estilos para os textos */
.text {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

/* Estilos para texto em preto */
.text-black {
  color: black;
}

/* Estilos para os fundos brancos */
.bg-white {
  background-color: white;
}

/* Estilos para as bordas */
.border {
  border: 1px solid #DEE2E6;
}

/* Estilos para o botÃ£o de pagamento */
.textpayment {
  text-align: center;
  color: #212529;
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
  line-height: 27px;
  word-wrap: break-word;
}

.payment-container {
  align-self: stretch;
  height: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.payment-content2 {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 24px;
  display: inline-flex;
}

.payment-box {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  display: inline-flex;
}


/*DLOCAL CONTAINER*/


.containerDlocal {
  align-self: stretch;
  height: 112px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.dlocalbtnbox {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: inline-flex;

}

.btndlocal {
  flex: 1 1 0;
  height: 80px;
  padding: 24px;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.boxpagamento {

  align-self: stretch;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  opacity: 0.55;
  background: #007AFF;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;

}



.botoes-container {
  text-align: center;
  /* Alinha os botÃµes no centro */
  justify-content: center;

}

.botoes-container button {
  background: #007AFF;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
}



.pagar {
  color: white;
  border: 0px;
  background: #007AFF;

  font-size: 16px;
  font-family: Inter;
  font-weight: 600;
  line-height: 18px;
  word-wrap: break-word;
}


.btn-payment {
  background-color: #007AFF;
  opacity: 0.55;
  color: white;
  font-size: 16px;
  font-family: Inter;
  font-weight: 600;
  line-height: 18px;
  padding: 16px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}

.wrapper {
  background: white;
  border-radius: 4px;
  border: 1px #DEE2E6 solid;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  display: inline-flex;
}

.left-section,
.right-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.left-section {
  flex: 1;
  padding: 16px;
  background: black;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.right-section {
  flex: 1;
  padding: 16px;
  background: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-left: 1px #DEE2E6 solid;
  border-right: 1px #DEE2E6 solid;
  border-bottom: 1px #DEE2E6 solid;
}

.divider {
  align-self: stretch;
  height: 0px;
  border: 1px #DEE2E6 solid;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;

}

.containerPAY {
  background-color: white;
  max-width: 100% !important;

}

.lh-condensed {
  line-height: 1.25;
}

@media (min-width: 768px) {
  .custom-container {
    flex-direction: row;
    justify-content: flex-end;
    padding: 40px;
    gap: 36px;
  }

  .custom-input {
    width: 450px;
    padding: 9px 16px;
    background: white;
    border-radius: 6px;
    border: 1px #DEE2E6 solid;
    color: #ADB5BD;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
  }

  .custom-input-2 {
    width: auto;
    padding: 9px 16px;
    background: white;
    border-radius: 6px;
    border: 1px #DEE2E6 solid;
    color: #ADB5BD;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
  }

  .custom-button,
  .custom-coupon-btn {
    width: auto;
  }
}

/* EstilizaÃ§Ã£o STAP 2 */

.texto {
  align-self: stretch;
  color: #68717A;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}

.boxgeral {
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 4px;
  border: 1px #DEE2E6 solid;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 36px;
  display: inline-flex;
}

.alert-box {
  align-self: stretch;
  padding: 16px;
  background: #D1E7DD;
  border-radius: 6px;
  border: 1px solid #75B798;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex;
}

.alert-box>div,
.input-group>div,
.login-btn,
.purchase-detail,
.coupon-section,
.total-section {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.alert-box-text,
.input-label,
.input-box>div,
.login-btn>div,
.purchase-title,
.coupon-label,
.subtotal-text,
.total-text,
.total-amount {
  color: #0A3622;
  font-size: 12px;
  font-family: Inter;
  font-weight: 400;
  word-wrap: break-word;
}

.input-group {
  align-self: stretch;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  display: inline-flex;
}

.input-box {
  align-self: stretch;
  padding: 9px 16px;
  background: white;
  border-radius: 6px;
  border: 1px solid #DEE2E6;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.login-btn {
  padding: 10px 16px;
  background: #212529;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.purchase-detail {
  align-self: stretch;
  padding: 16px;
  background: black;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.purchase-item {
  padding: 16px;
  background: white;
  border-radius: 4px;
  border: 1px solid #DEE2E6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
}




.div1 {
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 4px;
  border: 1px #DEE2E6 solid;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 36px;
  display: inline-flex;
}

.div2 {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.div3 {
  align-self: stretch;
  padding: 16px;
  background: #D1E7DD;
  border-radius: 6px;
  border: 1px #75B798 solid;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex;
}

.stap2-campo {
  color: #212529;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.boxemail {
  color: #212529;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.boxsenha {
  color: #212529;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.boxsenha2 {
  color: #212529;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.test {
  color: #212529;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.fieldsenha {
  align-self: stretch;
  padding: 9px 16px;
  background: white;
  border-radius: 6px;
  border: 1px #DEE2E6 solid;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.filedpassw {
  flex: 1 1 0;
  color: #ADB5BD;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

/* Ajuste para o contÃªiner que envolve os campos de email e senha */
.d-flex.flex-column.gap-3.flex-grow-1>div:first-child {
  flex-direction: row;
  justify-content: space-between;
}

/* Para garantir que os campos de e-mail e senha ocupem espaÃ§o igual e estejam alinhados corretamente */
.stap2-campo,
.boxsenha2 .stap2-campo {
  flex: 1;
}

/* Ajustar o campo de e-mail para ocupar todo o espaÃ§o disponÃ­vel */
.stap2-campo>div {
  display: flex;
  flex-grow: 1;
}


.totalPrice {
  color: var(--Default-Black, #000);
  font-family: Inter;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 111.111% */
}

.hrdivisor {
  width: 320px;
  height: 1px;
}

.containersubtotal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 10px;
  margin-right: 0px;
  margin-left: 100%;

}

.textosubtotal {

  color: var(--Gray-600, #6C757D);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  margin-left: 120px;

}

.text-preco {
  color: var(--Default-Black, #000);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 111.111% */
}

.copumtotal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

/* Ajustes para os inputs para ocuparem todo o espaÃ§o disponÃ­vel */
.boxsenha2 .fieldsenha {
  width: 100%;
}



.filedpassw {
  width: 100%;
  /* Assegura que o input de senha ocupe todo o espaÃ§o do seu contÃªiner */
}

.login-btn2 {
  width: 100%;
  padding: 10px 16px;
  background: #212529;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
  color: white;
  font-size: 16px;
  font-family: Inter;
  font-weight: 600;
  line-height: 18px;
  word-wrap: break-word;
}




