/* _content/CCAutoportero/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-qrqc2eq52k] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-qrqc2eq52k] {
  color: #0077cc;
}

.btn-primary[b-qrqc2eq52k] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-qrqc2eq52k], .nav-pills .show > .nav-link[b-qrqc2eq52k] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-qrqc2eq52k] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-qrqc2eq52k] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-qrqc2eq52k] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-qrqc2eq52k] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-qrqc2eq52k] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.blur {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}


/*// Embeds responsive
//
// Credit: Nicolas Gallagher and SUIT CSS.
*/
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-item, iframe, embed, object, video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*Modifier class for 16:9 aspect ratio*/
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

/*Modifier class for 4:3 aspect ratio*/
.embed-responsive-4by3 {
    padding-bottom: 75%;
}