/* /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-isox2w3x69] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-isox2w3x69] {
  color: #0077cc;
}

.btn-primary[b-isox2w3x69] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-isox2w3x69], .nav-pills .show > .nav-link[b-isox2w3x69] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-isox2w3x69] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-isox2w3x69] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-isox2w3x69] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-isox2w3x69] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-isox2w3x69] {
  /* Antes: position:absolute + bottom:0, anclado a la altura de UN viewport (100% de
     html) — en páginas más altas que una pantalla el pie quedaba "perdido" a mitad de
     página en vez de al final real. body{display:flex;flex-direction:column} (site.css)
     ya apila header/contenido/pie correctamente sin necesidad de posicionamiento absoluto;
     solo hacía falta quitar esto para que el pie vuelva al flujo normal del documento. */
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
