#enlace-filtro{
    color: #5f5e4a !important;
}

main h5{
    color: #5f5e4a !important;
}

.custom-line2:focus { 
    outline: none !important; 
    box-shadow: none !important;
    border: 1px solid #5F5E4A !important;
}

.btn-outline-secondary:hover{
    border: 1px solid #5F5E4A !important;
}

.btn-outline-secondary:active{
    background-color: #c2beb1 !important;
    border: #c2beb1 !important;
    color: #5f5e4A !important;
}

/*.list-group{
    width: 75%;
}

@media (max-width: 992px){
    .list-group{
        width: 100%;
    }
}*/