/******************
    User custom CSS
*/

/* Logo: tamanho fixo no desktop */
.navbar-brand {
    height: auto !important;
    display: block !important;
}
.navbar-brand img,
.logo-img {
    height: 120px !important;
    max-height: none !important;
    width: auto !important;
    display: block !important;
}

/* Cabeçalho sem altura forçada */
.navbar,
.navbar-default,
.header-container {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-bottom: 0 !important;
}

.navbar-header {
    float: none !important;
    display: block !important;
}

/* Telemóvel: forçar o logo a aparecer */
@media (max-width: 767px) {
    .navbar-brand,
    .navbar-brand img,
    .logo-img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .navbar-brand img,
    .logo-img {
        height: 100px !important;
        max-width: 60vw !important;
    }
}