/* Estilos para seccion de busqueda */
.global-container-sb {
  background-color: rgb(36, 36, 36);
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5vh 0 5vh 0 !important;
}

  .custom-width {
    max-width: 600px;
    width: 100%;
  }

  .form-control {
    width: 100%;
  }

  .dropdown-item{
    cursor: pointer;
  }