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;
}

:root {
    --bs-font-sans-serif: 'Poppins', Arial, sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
}

a {
    color: rgb(16, 63, 103) !important;
    font-weight: bold;
}

.accordion-button.collapsed, .accordion-button:not(.collapsed) {
    background-color: white;
    color: rgb(16, 63, 103);
    font-weight: bold;
    text-decoration: underline;
}

.btn {
    align-content: center;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    height: 50px;
    width: 200px;
}

.btn-primary, .btn-primary:hover {
    background-color: rgb(16, 63, 103);
    color: white;
}

.btn-secondary, .btn-secondary:hover {
    background-color: rgb(225, 231, 235);
    color: black;
}

.card-header {
    font-weight: bold;
}

.titulo {
    border-bottom-style: solid;
    color: rgb(16, 63, 103);
    font-size: 30px;
    font-weight: bold;
}

table.resultado tr td:first-child {
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}