.main {
  width: 100%;
  margin: 50px auto;
}
.loader_resultados{
  width: 100%;
}
.buscar_lista{
  list-style: none;
}
.buscar_lista li>a{
  color:rgb(32, 124, 3);
  font-weight: bold;
  text-decoration: none !important;
}
.buscar_lista li>a:hover{
  font-weight: bold;
  color:rgb(9, 89, 109);
  transition:0.5s;
}
.pdfgrep{
  font-size: 14px;
}
.custom-sel{
  font-size: 1.5rem !important;
  line-height: 1.5;
}
.text-busqueda{
  color:#2980b9 !important;
  font-weight: bold;
  text-transform: uppercase;
}
.text-busqueda:hover{
  color: #dc143c !important;
}
