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; 
  color: transparent;
}

.copyright {
    color: #6c757d;
    font-size: 0.85rem;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.small-text {
    font-size: 0.9rem; 
}