body {
      font-family: 'Roboto', sans-serif;
    }

#transporteSelect {
  margin-top: 15px;
}

.titulo {
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(90deg, #0737af, #21abfb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* para navegadores modernos */
  color: transparent;
}
