/* _content/VentasCera/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-em8exmzhj8] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-em8exmzhj8] {
  color: #0077cc;
}

.btn-primary[b-em8exmzhj8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-em8exmzhj8], .nav-pills .show > .nav-link[b-em8exmzhj8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-em8exmzhj8] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-em8exmzhj8] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-em8exmzhj8] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-em8exmzhj8] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-em8exmzhj8] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.header-with-background[b-em8exmzhj8] {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/images/header-background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 250px;
    position: relative;
}

    .header-with-background .navbar[b-em8exmzhj8] {
        background: Transparent !important;
        padding: 70px 0;
    }

.brand-text[b-em8exmzhj8] {
    color: #2c5234 !important;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    font-weight: 700;
}

.nav-link-custom[b-em8exmzhj8] {
    color: #2c5234 !important;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

    .nav-link-custom:hover[b-em8exmzhj8] {
        color: #4a7c59 !important;
        transform: translateY(5px);
    }

.logo-img[b-em8exmzhj8] {
    max-height: 200px;
    width: auto;
    filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, 0.6));
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .header-with-background[b-em8exmzhj8] {
        min-height: 80px;
        background-attachment: scroll;
    }

        .header-with-background .navbar[b-em8exmzhj8] {
            padding: 10px 0;
        }

    .logo-img[b-em8exmzhj8] {
        max-height: 40px;
    }
}
