.bg-fapesp {
    background: #001670;
}

.bg-fapesp-menu {
    background: #f3f3f3;
    width: 1200px;
}

.fapesp-icons {
    background: #C2CFE3;
    color: black;
    border-radius: 5px;
    padding: 1px;
}

.fapesp-icons:hover {
    color: #c44e16;
}

.text-fapesp-home {
    color: #001670;
    font-size: 0.8rem;
    padding: 10px;
}

.text-fapesp-home:hover {
    color: #c44e16;
}

.text-fapesp {
    color: #001670;
    font-size: 0.8rem;
    padding: 10px;
}
.text-fapesp strong {
    font-weight: 500;
    color: #001670;
}

.tab-level-one {
    background: transparent;
    color: #001670;
    padding: 2px 15px 2px 15px;
    font-weight: 400;
    cursor: pointer;
    font-size: 1.3rem;
}
.tab-level-one:hover,
.tab-level-one.active {
    background: #c44e16;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.tab-level-two {
    background: #C2CFE3;
    color: black;
    padding: 2px 20px 2px 20px;
    font-weight: 00;
    cursor: pointer;
    font-size: 0.8rem;
    border-radius: 2px;

}

.tab-level-two:hover {
    color: #c44e16;
}
.tab-level-two.active {
    background: #001670;
    color: #fff;
}

.tab-level-three {
    background: #C2CFE3;
    color: black;
    padding: 2px 20px 2px 20px;
    cursor: pointer;
    font-size: 0.8rem;
    border-radius: 2px;
}
.tab-level-three:hover{
    color: #c44e16;
}
.tab-level-three.active {
    background: #001670;
    color: #fff;
}

.tab-level-four {
    background: #C2CFE3;
    color: black;
    padding: 2px 20px 2px 20px;
    cursor: pointer;
    font-size: 0.8rem;
    border-radius: 2px;

}
.tab-level-four:hover {
    color: #c44e16;
}
.tab-level-four.active {
    background: #001670;
    color: #fff;
}

.tab-level-five {
    background: #c6c6c6;
    color: #001670;
    padding: 10px;
    font-size: 1rem;
}
.tab-level-five:hover {
    color: #c44e16;
}
.tab-level-five.active {
    background: #c44e16;
    color: #fff;
}

.tab-level-six {
    background: #C2CFE3;
    color: #001670;
    line-height: 1rem;
    padding: 5px 5px 5px 5px;
    font-size: 0.8rem;
    font-weight: 500;
}

.tab-level-six:hover {
    color: #c44e16;
}
.tab-level-six.active {
    background: #2C3F8C;
    color: #fff;
}


.tab-level-seven {
    background: #c6c6c6;
    color: #001670;
    padding: 10px;
    font-size: 1rem;
}

.tab-level-seven:hover {
    color: #c44e16;
}
.tab-level-seven.active {
    background: #c44e16;
    color: #fff;
}


.tab-level-eight {
    background: #c6c6c6;
    color: #001670;
    padding: 10px;
    font-size: 1rem;
}

.tab-level-eight:hover {
    color: #c44e16;
}
.tab-level-eight.active {
    background: #c44e16;
    color: #fff;
}

.fale-com-fapesp {
    font-size: 0.8rem;
    font-weight: 700;
    color: white;
} 
.fale-com-fapesp:hover {
    color: #c44e16;
}
.text-fapesp-1 {
    color: #001670;
    font-weight: 600;
}

.text-foment-estatisticas {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.bg-gradient-fomento {
    background: linear-gradient(90deg, #4f6cb7 0%, white 35%, #4f6cb7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.nav-fomento {

}

.nav-fomento:hover {
    color: #c44e16;
}