:root {
    --bg-dark-gray: #b3b3b3;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

strong {
    font-weight: 600;
}

.wrap>.container {
    margin-top: -60px;
    padding-top: 0px;
}

header {
    height: 220px;
}

header>.details-view span {
    opacity: 0.5;
}

header>nav.navbar {
    padding-bottom: 14px;
}

nav>.container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-purple {
    background-color: var(--purple);
}

div[class*='item-']+div[class*='item-'] {
    margin-top: 1rem;
}

a.navbar-brand,
span.navbar-brand {
    font-family: 'Monoton', cursive;
    font-size: 2rem;
}

.card-year span {
    font-size: 1.5rem;
}

.items>.card {
    border-left: 3px solid var(--gray);
}

.items>.card+.card,
.items-without-border>.card+.card {
    margin-top: 1rem;
}

.btn-outline-light {
    border-color: #9d9d9d;
    color: #9d9d9d;
}

.btn-outline-light:hover,
.show>.btn-outline-light.dropdown-toggle {
    background: #9d9d9d;
    border-color: #fff;
    color: #fff;
}

#comissao-externa-search .custom-radio {
    padding-left: 0;
}

#comissao-externa-search .custom-radio>label {
    padding: 10px;
    text-align: center;
}

#comissao-externa-search .custom-radio>label::before,
#comissao-externa-search .custom-radio>label::after {
    content: none;
}

#comissao-externa-search .custom-radio>label:hover {
    cursor: pointer;
    color: var(--gray);
}

#comissao-externa-search .custom-radio.active>label {
    background: var(--gray);
    color: white;
    border-radius: 0.2rem;
}

h4.category-title>img,
h5.card-header>img {
    width: 40px;
}

ul.list-results li span {
    font-size: 32px;
    font-weight: 700;
}

/*##### List Inovacao #####*/
div.list-options>.option {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: var(--light);
    border: 1px solid var(--bg-dark-gray);
    border-radius: 4px;
}

div.list-options>.option+.option {
    margin-top: 1rem;
}

div.list-options>.option>.form-group {
    margin-bottom: 0;
    flex: 1;
}

div.list-options>.option .custom-control {
    padding-left: 0;
}

div.list-options>.option .custom-control-label {
    padding: 14px 10px;
    width: 100%;
    border-right: 1px solid var(--bg-dark-gray);
    transition: background-color 0.2s, color 0.2s;
}

div.list-options>.option .custom-control-label:hover {
    cursor: pointer;
    background-color: var(--primary);
    color: white;
}

div.list-options>.option .custom-control-label.active {
    background-color: var(--primary);
    color: white;
}

div.list-options>.option .custom-control-label::after,
div.list-options>.option .custom-control-label::before {
    content: none;
}

div.list-options>.option>a {
    font-size: 1.8rem;
    padding: 0 10px;
}

div.list-options>.option>a.option-file {
    padding: 4px 10px;
    transition: background-color 0.2s, color 0.2s;
}

div.list-options>.option>a.option-file:hover {
    background-color: var(--primary);
    color: white;
}

div.list-options>.option>.btn-group.dropdown>button {
    font-size: 1.4rem;
    padding: 8px 13px;
    border-radius: 0;
}

div.list-options>.option>.btn-group.dropdown>button:hover {
    background-color: var(--primary);
    color: white;
}

div.list-options>.option>.btn-group.dropdown>.dropdown-menu {
    width: 300px;
}

div.list-options>.option>.btn-group.dropdown>.dropdown-menu>a {
    white-space: normal;
}

.list-innovation {
    list-style: none;
    padding: 0;
}

.list-innovation li {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background: var(--light);
    border: 1px solid var(--bg-dark-gray);
    border-radius: 4px;
}

.list-innovation li>a {
    padding: 20px 10px;
    flex: 1;

    transition: background .2s;
}

.list-innovation li>a>p {
    margin-bottom: 0;
}

.list-innovation li+li {
    margin-top: 10px;
}

.list-innovation li>div>a {
    font-size: 30px;
    padding: 11px 10px;
    border-left: 1px solid var(--bg-dark-gray);

    transition: background .2s;
}

.list-innovation li>a:hover,
.list-innovation li>a.active,
.list-innovation li>div>a:hover {
    background: var(--info);
    color: #fff;
}

@media (max-width: 1024px) {
    header {
        height: 260px;
    }
}

@media (min-width: 351px) and (max-width: 767px) {
    header {
        height: 350px;
    }
}

@media (min-width: 320px) and (max-width: 350px) {
    header {
        height: 400px;
    }
}