#termos-group .label-termos {
  text-transform: none;
}

#termos-group label {
  font-weight: lighter;
}

.itens-menu-header {
  text-transform: uppercase;
}

.gradient {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--secondary-500);
  background-color: var(--primary-500);
  z-index: 9999991;
  cursor: wait;
  padding: 20vh;
}

.gradient-acesso-emp { color: #000000; background-color: var(--primary-500); }

.gradient p {
  margin-top: 4rem;
  font-weight: 700;
  text-align: left;
}

.gradient i {
  position: absolute;
}

@media (max-width: 850px) {
  .gradient {
    padding: 5vh;
  }
  .wait-bar {
    margin: 0 5vh 0 5vh !important;
    width: calc(100% - 10vh) !important;
  }

  .gradient p {
    padding-left: 5vw;
    font-size: 15px;
  }
  .gradient i {
    right: 5vw;
  }
}

@media (min-width: 992px) {
  .gradient p {
    padding-left: 20vw;
    font-size: 25px;
  }
  .gradient i {
    right: 15vw;
  }
}

@media (min-width: 992px) {
  .gradient p {
    padding-left: 5rem;
    font-size: 25px;
  }
  .gradient i {
    right: 15vw;
  }
}

@media (max-width: 991px) and (min-width: 849px) {
  .gradient p {
    padding-left: 0px;
    font-size: 20px;
  }
  .gradient i {
    right: 10vw;
  }
}

.wait-bar {
  margin: 0 20vh 0 20vh;
  width: calc(100% - 40vh);
  position: fixed;
  bottom: 5vh;
  left: 0;
}

.wait-text{
  margin-bottom: 12px;
  font-weight: bold;
}

.meter {
  height: 20px;
  left: 0;
  background: #555;
  border-radius: 25px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter-filler {
  width: 100%;
  display: block;
  height: inherit;
  border-radius: 25px;
  background-color: var(--secondary-500);
  box-shadow: inset 0 2px 9px rgb(255 255 255 / 30%), inset 0 -2px 6px rgb(0 0 0 / 40%);
}

.spinner {
  margin: 25px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: var(--terciary-500);

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#captcha-label label,
#termos-group span {
  font-size: 12px;
  color: red;
}


.botao-alterar-prazo, 
.botao-carrinho{
  width: 150px;
  height: 40px;
  border: none;
  border-radius: 10px;
  margin: 0 3%;
  text-transform: uppercase;
  text-align: center;
  display: inline;
  color: white;
  font-weight: bold;
}

.btVoltar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.refin-valor-banco {
  text-transform: capitalize;
}

.refin-valor-liberado {
  font-weight: 700;
  font-size: 20px;
  color: var(--primary-500);
}

.refin-valor-liberado-acesso {
    color: var(--terciary-500);
}

.box-refin {
  width: 100%;
}

.boxTipoDisponivel h3 {
  text-transform: none !important;
}

.boxTipoDisponivel {
  padding: 0;
  border: none;
}

.boxTipoDisponivel-cabecalho {
  border-bottom: 1px solid #ccc;
}

.formRefinPorta .boxTipoDisponivel ul li {
  border-right: none;
}

.formRefinPorta .boxTipoDisponivel p {
  padding-top: 6px;
}

.dinheiro:read-only{
  cursor: initial;
  border-bottom: none;
}
.dinheiro {
  border: none;
  border-bottom: 2px solid var(--secondary-500);
  background-color: #f9f9f9 !important;
  color: var(--primary-500);
  font-size: 20px;
  font-weight: bold;
  width: 80px;
}

.simulador-acesso-emp { color: var(--terciary-500)}

.parcela {
  text-align-last: center;
  border-bottom: 2px solid var(--primary-500);
  color: #666666;
  font-size: 14px;
}

.editar-valor-simulador {
  color: #727272;
  cursor: pointer;
  margin-left: 5px;
}

.borda-verde {
  border-color: orange !important;
}

.btn-default-deucredito {
  border: none;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 767px) {
  .alterar-prazo {
    width: 100%;
    height: fit-content;
  }
  .button-adicionar-carrinho {
    width: 100%;
    height: fit-content;
  }
  .botao-alterar {
    width: 100%;
    margin-bottom: 10px;
  }
  .btn-default-deucredito {
    width: 100%;
  }
  .btn-finalizar-carrinho { width: 94% }
  .finalizar-unica-operacao { width: 100%; padding: 0}
}
@media (min-width: 768px) {
  .alterar-prazo {
    position: absolute;
    width: 50%;
    height: fit-content;
    left: 45px;
  }
  .button-adicionar-carrinho {
    height: fit-content;
  }
}

.boxComentario figure img {
  width: 100px !important;
  height: 100px;
}

.btn-finalizar-fora-carrinho {
  display: none;
}

@media (min-width: 992px) {
  .titulo-responsivo-refin {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .btn-finalizar-fora-carrinho {
    display: inherit;
    width: 100%;
    margin-bottom: 10px;
  }

  .formRefinPorta .boxTipoDisponivel ul {
    border: 1px solid #ccc;
  }

  .boxTipoDisponivel-cabecalho {
    display: none;
  }

  .titulo-responsivo-refin {
    display: block;
  }

  .formRefinPorta .boxTipoDisponivel ul li {
    height: 6rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.validar-numero {
  background-color: #fff;
  margin-top: 40px;
}

.validar-numero input {
    text-align: center;
}


.resumo-pedido {
  background-color: #fff;
  margin-top: 20px;
  padding-bottom: 40px;
  border-radius: 20px 20px 0 0;
}

.resumo-pedido h1 img {
  padding: 0;
  max-width: 100%;
  max-height: 100%;
}

.resumo-pedido h2 {
  font-size: 1.3rem;
  text-align: left;
  padding: 20px;
  color: #fff;
  background-color: #90bd66;
}
.resumo-pedido h4 {
  padding: 20px 20px 0px 0px;
}

.padding-30t {
  padding-top: 30%;
}

.padding-5t {
  padding-top: 5%;
}

.padding-10b {
  padding-bottom: 10%;
}

.rowBgInterna.rowBgContato .container {
    display: none;
}
.rowBgInterna.rowBgContato {
    height: 13%;
}

@media only screen and (max-width: 500px) {
    .rowBgInterna.rowBgContato{
        height: 68px;
    }
    .titleCadastro .container{
        display: none;
    }
    .bgCinza .container:first-child{
        padding-top: 10%;
    }
    .bgCinza .bgCinzaInterno .container{
        padding-top: 10%;
    }
}

.resumo-pedido h2{
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.3rem;
  text-align: left;
  padding: 20px;
  color: #fff;
  background-color: var(--primary-500);
  padding-top: 38px;
  padding-bottom: 38px;
}

.resumo-pedido-acesso-emprestimos h2 {
    background-color: #3881f0;
}

.owl-carousel {
    touch-action: manipulation;
}

.qualidade-mercado-box {
    padding: 5px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    min-height: 150px;
    padding-top: 15px;
}

.qualidade-mercado-box p {
    text-align: center;
    margin-top: 10px;
}

.qualidade-mercado-box img {
    margin: 0 auto;
    display: block;
    width: 80px;
    height: auto;
    fill: green;
}

@media (max-width: 767px) {
    .qualidade-mercado-box {
        min-height: 180px;
    }
    .validar-numero {
        margin-top: 20px;
    }
}

.finalidade-emprestimo-pop {
    margin: 0 auto;
    width: 400px;
    margin-top: 300px;
    height: 400px;
}

.popup { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999;}
.popup .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); margin: 0;}
.popup .box { position: fixed; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 1; width: 100%; max-width: 680px;}
.popup .box .imagem { display: block; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); background: #fff; overflow: hidden; padding: 50px; }
.popup .box .imagem a { background: #F26522; color: #fff; border-radius: 5px; width: 200px; height: 40px; line-height: 40px; display: block; margin: 0 auto 20px; overflow: hidden; text-align: center; text-decoration: none; }
.popup .box .imagem a:hover { background: #1A2164; }
.ico-times:before {
    content: "\2715";
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-style: normal;
    font-size: 40px;
    color: black;
}
.popup .box .imagem form label { display: block; width: 100%; margin-bottom: 10px;}
.popup .box .imagem form input[type="text"] { margin-bottom: 10px;}
.popup .box h4 { vertical-align:baseline; }

.botoes-foto-cartao {
    margin-bottom: 8px;
}

.rowCarrinho							{ position: fixed; top: 200px; right: -230px; padding: 0; background: #123D50; border-width: 1px 0 1px 1px; border-style: solid; padding: 20px; z-index: 9999; width: 230px; }
.rowCarrinho:hover 						{ right: 0; }
.rowCarrinho i 							{ position: absolute; top: -1px; left: -51px; background: #FFCB08; height: 50px; width: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 20px; }
.rowCarrinho h4 						{ color: #fff; font-size: 14px; border-bottom: 1px solid #ccc; padding-bottom: 10px; }
.rowCarrinho h4 span 					{ font-weight: bold; color: #FFCB08; }
.rowCarrinho .boxCarrinho p 			{ color: #fff; font-weight: bold; }
.rowCarrinho .boxCarrinho p span 		{ display: block; font-weight: 300; }
.rowCarrinho a 							{ background: #9FCC47; color: #fff; font-weight: bold; width: 100%; height: 40px; line-height: 40px; display: block; font-size: 12px; padding: 0 10px; text-align: center; }


/* etapa 02 - ML */
.boxMargemLivre 										{ border: 1px solid #CED4DA;}
.boxSaqueCartao 										{ border: 1px solid #CED4DA;}
.boxEmprestimoComplementarINSS                          { border: 1px solid #CED4DA;}
.rowValoresMargem 										{ background: #fff; padding: 20px; border-bottom: 1px solid #CED4DA; }
.rowValoresMargem h3 									{ margin: 0 0 30px; font-weight: bold; text-align: center; text-transform: uppercase; color: var(--terciary-500); }
.rowSimulador 											{ margin-bottom: 15px; }
.simulador .rangeslider__fill 							{ background: var(--primary-500); }

.simulador output 										{ background: #E6E6E6; color: var(--primary-500); border-radius: 5px; text-align: center; padding: 10px; }
.simulador output input 								{ border: none; background: #E6E6E6; text-align: center; width: 75%; font-weight: bold; }
@media (max-width: 767px) {
    .simulador output input 								      { border: none; background: #E6E6E6; text-align: center; width: 85%; font-weight: bold; }
}
.rowValoresMargem p 									{ text-align: center; text-transform: uppercase; margin-bottom: 20px; }
.rowValoresMargem p span 								{ color: var(--primary-500); font-weight: bold; font-size: 20px; }
.rowParcelasMargem 										{ background: #E6E6E6; margin-top: 0px; margin-bottom: 30px; padding: 20px; overflow: hidden; box-shadow: 0px 0px 3px 1px rgb(102 102 102 / 30%);border-radius: 10px; }

.boxMargemLivre 										{ margin-bottom: 30px; }
.rowParcelasMargem h3 									{ margin: 0 0 30px; font-weight: bold; text-align: center; text-transform: uppercase; color: var(--terciary-500); }
.rowParcelasMargem .boxParcela 							{ background: #fff; padding: 10px 0; border-radius: 5px; border: 1px solid #CED4DA; margin-bottom: 20px; }
.rowParcelasMargem .boxParcela label 					{ width: 100%; text-align: center; border-bottom: 1px solid #E6E6E6; padding-bottom: 10px; }
.rowParcelasMargem .boxParcela p 						{ color: var(--terciary-500); text-align: center; font-size: 26px; font-weight: bold; }
.rowParcelasMargem .boxParcela p span					{ color: #585858; font-size: 14px; display: block; font-weight: 300; }
.rowParcelasMargem .boxParcela small 					{ font-size: 12px; text-align: center; display: block; }
.rowParcelasMargem .boxParcela small span				{ display: block; }

/* etapa 02 - cartão */
.formCartao .boxCartao 									{ background: #fff; border: 1px solid #CED4DA; padding: 20px; border-radius: 5px; margin-bottom: 20px; overflow: hidden; }
.formCartao .boxCartao h3 								{ margin: 0 0 30px; font-weight: bold; text-align: center; text-transform: uppercase; color: #327C7F; }
.formCartao .boxCartao p 								{ text-align: center; text-transform: uppercase; font-size: 16px; margin-bottom: 20px; }
.formCartao .boxCartao p span 							{ color: #9FCC47; font-weight: bold; display: block; font-size: 20px; }
.formCartao .boxCartao .boxParcela  					{ background: #fff; padding: 10px 0; border-radius: 5px; border: 1px solid #CED4DA; margin-bottom: 20px; }
.formCartao .boxCartao .boxParcela label 				{ width: 100%; text-align: center; border-bottom: 1px solid #CED4DA; padding-bottom: 10px; }
.formCartao .boxCartao .boxParcela .mImput 				{ padding: 20px 10px; }
.formCartao .boxCartao .boxParcela input[type="text"] 	{ border-width: 0 0 1px 0; border-color: #585858; border-style: solid; text-align: center; width: 100%; }
.formCartao .boxCartao .boxParcela p 					{ text-align: center; margin: 20px 10px; }

/* etapa 02 - refin e port. */
/* .formRefinPorta .boxChamadaForm 						{ background: #fff; border: 1px solid #CED4DA; padding: 20px; margin-bottom: 30px; border-radius: 5px; } */
/* .formRefinPorta .boxChamadaForm h3 						{ margin: 0 0 30px; font-weight: bold; font-size:20px; text-align: center; text-transform: uppercase; color: #195866; } */
/* .formRefinPorta .boxChamadaForm h3 span                 { font-weight: bold; display: block; font-size: 24px; } */
/* .formRefinPorta .boxChamadaForm p                       { text-align: center; margin: 0; } */

.formRefinPorta .boxChamadaPort h3 						{ color: #639E9E; margin-bottom: 20px; }

.formRefinPorta .form-group h3 							{ margin-top: 0; font-weight: bold; text-transform: uppercase; }
.formRefinPorta .boxTipoDisponivel ul 					{ list-style: none; margin: 0; padding: 0; overflow: hidden; }
.formRefinPorta .boxTipoDisponivel ul li 				{ border-right: 1px solid #CED4DA; }
.formRefinPorta .boxTipoDisponivel ul li:last-child 	{ border: none; }
.formRefinPorta .boxTipoDisponivel p 					{ text-align: center; font-size: 14px; line-height: 20px; }
.formRefinPorta .boxTipoDisponivel p span 				{ display: block; margin: 0; }

.infoProcessos 							    { margin-bottom: 25px; padding-top: 60px; }
.infoProcessos h2 						  { color: #666666; }
.infoProcessos p                { color: #666666; }
.infoProcessos h2 span 					{ font-weight: bold; }
.infoProcessos p span 					{ font-weight: bold; }
.infoProcessosAcessoEmprestimos { padding-top: 20px; }

.padding-top {
    padding-top: 20px;
}

.load-spinner .modal-dialog{
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
  box-shadow: 0 0 0 rgb(0 0 0 / 50%);
}

.load-spinner .modal-dialog .modal-content{
  background-color: transparent;
  border: none;
  color: white;
  box-shadow: 0 0 0 rgb(0 0 0 / 50%);
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* Radio toolbar */

.radio-toolbar {
  margin: 10px;
  text-align: center;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: var(--primary-500);
    padding: 5px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid var(--primary-500);
    border-radius: 4px;
    color: white;
    font-size: 14px;
}

.radio-toolbar label:hover {
  background-color: var(--secondary-500);
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed var(--primary-500);
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: var(--secondary-500);
    border-color: var(--primary-500);
    color: black;
}

.carrinho-accordion-header {
  display: flex;
  justify-content: space-between;
  padding: 24px 12px;
}
.carrinho-accordion-header:hover {
  text-decoration: none;
}
.badge-success {
  color: #fff;
  font-size: 16px;
  background-color: #28a745;
}
.badge-error {
  color: #fff;
  background-color: #dc3545;
}

.botao-continuar {
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  float: none;
  padding: 12px;
  margin-right: 10px;
  border: none;
  border-radius: 10px;
  background-color: var(--primary-500);
  color: var(--white);
  font-weight: bold;
}
