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;
}

/*[data-bs-theme="light"] .navbar-custom {
    background-color: forestgreen;*/ /* verde */
    /*color: white;
}

    [data-bs-theme="light"] .navbar-custom .nav-link {
        color: white;
    }

        [data-bs-theme="light"] .navbar-custom .nav-link:hover {
            color: #d4f5d4;
        }*/



/* Texto branco sempre */
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: white !important;
}

    /* Hover com tom mais claro */
    .navbar-custom .nav-link:hover {
        color: #d4f5d4 !important;
    }

/* Fundo verde no tema claro */
[data-bs-theme="light"] .navbar-custom {
    background-color: #28a745 !important; /* verde */
}

/* Fundo escuro padrão no tema escuro */
[data-bs-theme="dark"] .navbar-custom {
    background-color: #212529 !important; /* fundo escuro padrão */
}

