/* _content/mi_ferreteria/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-lmhyseie1u] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-lmhyseie1u] {
  color: #0077cc;
}

.btn-primary[b-lmhyseie1u] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-lmhyseie1u], .nav-pills .show > .nav-link[b-lmhyseie1u] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-lmhyseie1u] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-lmhyseie1u] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-lmhyseie1u] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-lmhyseie1u] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-lmhyseie1u] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Header personalizado siguiendo la paleta del sitio */
.app-navbar[b-lmhyseie1u] {
  background: linear-gradient(135deg, #3484f3, #053b8d);
}
.app-navbar .navbar-brand[b-lmhyseie1u] {
  color: #fff;
}
/* Links como botones, legibles y con hover más oscuro */
.app-navbar .nav-link[b-lmhyseie1u] {
  color: #f1f5ff !important; /* texto claro y legible */
  background-color: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22);
  padding: .425rem .9rem;
  margin-right: .35rem;
  position: relative;
  border-radius: .6rem;
  font-weight: 500;
  letter-spacing: .2px;
  transition: color .15s ease, background-color .15s ease, border-color .15s ease, transform .12s ease, filter .15s ease;
}
.app-navbar .nav-link:hover[b-lmhyseie1u] {
  color: #ffffff !important;
  background-color: rgba(0,0,0,.22); /* más oscuro al pasar el puntero */
  border-color: rgba(255,255,255,.34);
  transform: translateY(-1px);
}
.app-navbar .nav-link:active[b-lmhyseie1u] {
  transform: translateY(0);
  background-color: rgba(0,0,0,.28); /* aún más oscuro al presionar */
  border-color: rgba(255,255,255,.42);
}
.app-navbar .nav-link.active[b-lmhyseie1u] {
  color: #ffffff !important;
  background-color: rgba(0,0,0,.28);
  border-color: rgba(255,255,255,.45);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
.app-navbar .nav-link:focus-visible[b-lmhyseie1u] {
  outline: 3px solid rgba(255,255,255,.5);
  outline-offset: 2px;
}
