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;
}
.container-fluid > .navbar-brand > img {
    max-height: 65px;
    margin: 0 15px 0 0;
}

.container-fluid > .navbar-brand {
    display: flex;
    align-items:center;
    width: 120%
}
.wpp {
    display: flex;
    gap: 10px;
    align-items: center;
}

.titwpp1 {
    font-size: 10px;
    font-weight: 700;
    color: var(--gray06);
    width: 100%;
    display: block
}

.titwpp2 {
    font-size: 16px;
    color: #2CB742;
    font-weight: 700
}