.skip-to-content-wrapper {
    background-color: #000;
    color: #fff;
}

.skip-to-content-wrapper a {
    color: #fff;
    padding: 0.75rem 1rem;
    display: inline-block;
}

#header {
    padding-bottom: 0;
}

header .main-menu {
    background-color: var(--gee-color-primary);
    padding: .5rem;
}

header .navbar-brand img {
    height: auto;
}

#header .nav-link {
    position: relative;
    color: white!important;
}

.nav-link.active {
    font-weight: bold;
}

#header .nav-link::after {
    width: 100%;
    height: 0;
    background-color: white;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

#header .nav-link:hover::after {
    height: 2px;
}

.search-form {
    height: 44px;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid var(--gee-color-gray-500);
}

.search-form:focus-within {
    box-shadow: 0px 0 0 3px var(--gee-color-highlight);
}

.search-form input[name="s"]:focus,
.search-form button[type="submit"]:focus {
    box-shadow: unset;
}

.search-form input[name="s"] {
    border-radius: 0;
    height: 44px;
    padding: .5rem;
    border: none;
}

.search-form button[type="submit"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-color: var(--gee-color-tertiary) !important;
    color: var(--gee-color-primary) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    transition: all 0.3s ease-in-out;
    border: unset;
}

.search-form button[type="submit"]:hover {
    background-color: var(--gee-color-primary) !important;
    border-color: var(--gee-color-primary) !important;
}

.search-form button[type="submit"]:hover svg > path {
    fill: #fff
}

.search-form input[name="s"]:focus {
    box-shadow: unset!important;
} 

.total-conteudos-indicador {
    color: var(--gee-color-primary);
    font-weight: bold;
    font-size: 1.266rem;
    line-height: 1.5;
}