/* Logo grande mas header normal */
.header {
    min-height: 80px !important;
    max-height: 80px !important;
}

.nav {
    height: 80px !important;
}

.nav-logo {
    display: flex;
    align-items: center;
    height: 80px;
    overflow: visible;
}

.nav-logo img {
    height: 140px;
    width: auto;
    display: block;
    transition: var(--transition-fast);
    margin-top: -30px;
    margin-bottom: -30px;
}

.nav-logo img:hover {
    transform: scale(1.05);
}

@media (max-width: 968px) {
    .nav-logo img {
        height: 100px;
        margin-top: -10px;
        margin-bottom: -10px;
    }
}
