.hide {
    display: none;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.col {
    flex-direction: column;
}
.g1 {
    gap: 1rem;
}



nav#block-geoportal-main-menu a.is-active {
    color: #ae1743;
    font-weight:bold;
}

nav#block-geoportal-main-menu a:hover {
    color: #ae1743!important;
}

a.navbar-brand img {
    width: 100%;
    max-width: 270px;
    height: auto;
    width: max-content;
    min-width: 200px;
}