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;
}
.navbar-dark-custom {
    background-color: #002339 !important;
}

    .navbar-dark-custom .nav-link,
    .navbar-dark-custom .navbar-brand,
    .navbar-dark-custom .dropdown-toggle {
        color: #ffffff !important;
    }

        .navbar-dark-custom .nav-link:hover,
        .navbar-dark-custom .dropdown-toggle:hover {
            color: #cce6ff !important; /* un azul claro bonito */
        }

    /* dropdown menu text */
    .navbar-dark-custom .dropdown-menu .dropdown-item {
        color: #002339 !important;
    }

        /* dropdown item hover */
        .navbar-dark-custom .dropdown-menu .dropdown-item:hover {
            background-color: #002339 !important;
            color: white !important;
        }
