/* _content/Subastas.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-vw9rn72roh] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-vw9rn72roh] {
  color: #0077cc;
}

.btn-primary[b-vw9rn72roh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-vw9rn72roh], .nav-pills .show > .nav-link[b-vw9rn72roh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-vw9rn72roh] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-vw9rn72roh] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-vw9rn72roh] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-vw9rn72roh] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-vw9rn72roh] {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background: #fff;
}
.footer h6[b-vw9rn72roh] {
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: .9rem;
    color: #1e1e1e;
    margin-bottom: 1rem;
}
.footer a[b-vw9rn72roh] {
    color: #2b2b2b;
    text-decoration: none;
}
.footer a:hover[b-vw9rn72roh] { text-decoration: underline; }

.footer .list-unstyled li + li[b-vw9rn72roh] { margin-top: .6rem; }

.footer small[b-vw9rn72roh],
.footer p[b-vw9rn72roh] { color: #6c757d; }

.brand-wordmark[b-vw9rn72roh] {
    letter-spacing: .35em;
    font-weight: 800;
    font-size: 1.4rem;
}
/* input estilo suave como en la captura */
.form-control-soft[b-vw9rn72roh] {
    background-color: #dee1ea33; /* gris muy claro translúcido */
    border: 0;
}
.form-control-soft:focus[b-vw9rn72roh] {
    background-color: #dee1ea66;
    box-shadow: none;
}
/* botón compacto */
.btn-compact[b-vw9rn72roh] {
    padding: .5rem 1rem;
}
