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-brand img {
  max-height: 65px;
}

.navbar-brand {
    display: flex;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.navbar-nav .nav-link {
    font-size: 1.2rem; /* Aumenta el tamaņo del texto de los enlaces */
}



.navbar-brand {
    color: #28a745; 
}

    .navbar-brand:hover {
        color: #218838;
    }



.tabla-estilo {
    font-size: 1.2em; /* Ajusta el tamaņo general del texto de las tablas donde se muestran los datos */
}

.tabla-estilo td {
    padding: 12px; /* Ajusta el espacio dentro de las celdas de las tablas donde se muestran los datos */
}

