/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.barra-navegacion::-webkit-scrollbar {
    -webkit-appearance: none;
}

.barra-navegacion::-webkit-scrollbar:vertical {
    width:5px;
}

.barra-navegacion::-webkit-scrollbar-button:increment,.barra-navegacion::-webkit-scrollbar-button {
    display: none;
} 

.barra-navegacion::-webkit-scrollbar:horizontal {
    height: 5px;
}

.barra-navegacion::-webkit-scrollbar-thumb {
    background-color: #195E95;
    border-radius: 20px;
    /*border: 2px solid #f1f2f3;*/
}

.barra-navegacion::-webkit-scrollbar-track {
    border-radius: 10px;  
}