/*scrollbar reutilizable ******************************************************/
body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width:10px;
    opacity: 0.5;

}

body::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
}

body::-webkit-scrollbar:horizontal {
    height: 10px;

}

body::-webkit-scrollbar-thumb {
    background-color: #bfcac3;
    border-radius: 20px;
    border: 2px solid rgba(#bfcac3, 0);

}

body::-webkit-scrollbar-track {
    border-radius: 10px;
}
/* FIN scrollbar  ****************************************************** FIN*/
