body::-webkit-scrollbar {
   width: 10px; /*=> ancho del scroll*/
   height:10px;
   background-color: #fff; /*=> Color del fondo principal */
}
body::-webkit-scrollbar-track {
   background-color: rgba(41, 119, 173, 0.3); /*=> color de fondo del trayecto del scroll */
   -webkit-box-shadow: inset 0 0px 10px rgba(41, 119, 173, 0.38); /*=> sombra */
}
body::-webkit-scrollbar-thumb {
   background-color: #233684; /*=> color del indicador del scroll */
   border-radius: 10px; /*=> bordes redondeados */
   -webkit-box-shadow: inset 233684 2px 15px #fff; /*=> sombra */
}
textarea::-webkit-scrollbar {
   width: 10px; /*=> ancho del scroll*/
   height:10px;
   background-color: #fff; /*=> Color del fondo principal */
}
textarea::-webkit-scrollbar-track {
   background-color: rgba(41, 119, 173, 0.3); /*=> color de fondo del trayecto del scroll */
   -webkit-box-shadow: inset 0 0px 10px rgba(41, 119, 173, 0.38); /*=> sombra */
}
textarea::-webkit-scrollbar-thumb {
   background-color: #233684; /*=> color del indicador del scroll */
   border-radius: 10px; /*=> bordes redondeados */
   -webkit-box-shadow: inset 233684 2px 15px #fff; /*=> sombra */
}
div::-webkit-scrollbar {
   width: 10px; /*=> ancho del scroll*/
   height:10px;
   background-color: #fff; /*=> Color del fondo principal */
}
div::-webkit-scrollbar-track {
   background-color: rgba(41, 119, 173, 0.3); /*=> color de fondo del trayecto del scroll */
   -webkit-box-shadow: inset 0 0px 10px rgba(41, 119, 173, 0.38); /*=> sombra */
}
div::-webkit-scrollbar-thumb {
   background-color: #233684; /*=> color del indicador del scroll */
   border-radius: 10px; /*=> bordes redondeados */
   -webkit-box-shadow: inset 233684 2px 15px #fff; /*=> sombra */
}
select::-webkit-scrollbar {
   width: 10px; /*=> ancho del scroll*/
   height:10px;
   background-color: #fff; /*=> Color del fondo principal */
}
select::-webkit-scrollbar-track {
   background-color: rgba(41, 119, 173, 0.3); /*=> color de fondo del trayecto del scroll */
   -webkit-box-shadow: inset 0 0px 10px rgba(41, 119, 173, 0.38); /*=> sombra */
}
select::-webkit-scrollbar-thumb {
   background-color: #233684; /*=> color del indicador del scroll */
   border-radius: 10px; /*=> bordes redondeados */
   -webkit-box-shadow: inset 233684 2px 15px #fff; /*=> sombra */
}
