ul li ul li a {
    color: #fff;
    opacity: 0.8;
}
ul li ul li a:hover {
    opacity: 1;
}
.titulo {
    font-size: 24px;
}
.borda_esquerda {
    border-right: 1px solid #dee6ed;
}
#filtros {
    width: 490px;
    display: flex;
    justify-content: space-between;
}
link {
    text-decoration: none;
    color: #6c757d;
}

@media (max-width: 700px) {
    #filtros {
        flex-direction: column;
        margin: 0 auto;
        width: 590px;
    }
    #filtro_pri {
        margin-bottom: 1px;
    }
    #filtro_seg {
        margin-top: 1px;
    }
}

@media (max-width: 3600px) {
    .responsivo {
        display: flex;
        flex-direction: column;
    }
}

#texto {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.yellow-color {
    color: #0d9ac9 !important;
}

.yellow-background {
    background-color: #0d9ac9 !important;
    border: none;
}

.black-color {
    color: #191919 !important;
}

.black-background {
    background-color: #191919 !important;
    border: none;
}
.white-color {
    color: #ffffff !important;
}

.white-background {
    background-color: #ffffff !important;
}

/*FORM RISK REPORT*/
.form_risk_report {
    padding: 14px;
    margin-top: 14px;
}
.form_risk_report input, .form_risk_report textarea, .form_risk_report select {
    box-shadow: none !important;
    border: 1px solid #a1a1a1!important;
    padding: 8px;
    background: #f5f5f5;
    font-size: 18px;
}
