/* _content/Hims.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Estilos originales */
a.navbar-brand[b-7on0egycl3] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-7on0egycl3] {
    color: #0077cc;
}

.btn-primary[b-7on0egycl3] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-7on0egycl3], .nav-pills .show > .nav-link[b-7on0egycl3] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-7on0egycl3] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-7on0egycl3] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-7on0egycl3] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7on0egycl3] {
    font-size: 1rem;
    line-height: inherit;
}

/* Nuevos estilos modernizados */
body[b-7on0egycl3] {
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f9fa;
}

.navbar[b-7on0egycl3] {
    padding: 1rem;
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.navbar-brand img[b-7on0egycl3] {
    transition: transform 0.3s ease;
}

    .navbar-brand img:hover[b-7on0egycl3] {
        transform: scale(1.05);
    }

.nav-item[b-7on0egycl3] {
    margin: 0 10px;
}

.nav-link[b-7on0egycl3] {
    font-weight: 500;
    position: relative;
    padding: 8px 15px !important;
    transition: color 0.3s ease;
}

    .nav-link[b-7on0egycl3]:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #0d6efd;
        transition: width 0.3s ease;
    }

    .nav-link:hover[b-7on0egycl3]:after {
        width: 100%;
    }

    .nav-link.active[b-7on0egycl3] {
        color: #0d6efd !important;
    }

    .nav-link:hover[b-7on0egycl3] {
        color: #0d6efd !important;
    }

/* Footer modificado para mantener ambos estilos */
.footer[b-7on0egycl3] {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #ffffff;
    padding: 0 1.5rem;
    box-shadow: 0 -2px 4px rgba(0,0,0,.08);
}

main[b-7on0egycl3] {
    margin-bottom: 100px;
}

/* Media queries para responsividad */
@media (max-width: 576px) {
    .navbar-collapse[b-7on0egycl3] {
        background-color: white;
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0,0,0,.1);
    }

    .nav-item[b-7on0egycl3] {
        margin: 5px 0;
    }

    .nav-link[b-7on0egycl3]:after {
        display: none;
    }
}
