html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#pagamento-tab .nav-link {
  background: #fde047;
  color: #2d4490;
  font-weight: bold;
}

#pagamento-tab li {
  padding: 0px 10px;
}

#total {
  color: #2d4490;
  font-size: 40px;
  font-weight: bold;
}

#btn-gerar-pix {
  background: #fde047;
  color: #2d4490;
  font-weight: bold;
}

.btn {
  background: #fde047;
  color: #2d4490;
  font-weight: bold;
}

#pagamento-tabContent .jumbotron {
  background: #fde047;
  color: #2d4490;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  padding: 1em;
  width: 80%;
}

#pix-copia {
  overflow-wrap: anywhere;
}

#pix-container {
  display: none;
}

#checkout-container {
  border: 1px solid gray;
  border-radius: 10px;
  padding-bottom: 10px;
}
footer.footer {
  height: 10px;
  color: #2d4490;
}

header.confirmado {
  margin-top: 50px;
}
