body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-attachment: fixed;
    background: url('img.jpg') no-repeat;
    background-size: cover;
}

.inicio{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.terminal {
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 48px;
}

.compra{
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  
}

.container-bot{
  position: absolute;
  top: 30px;
  right: 40px;
  width: 150px;
  height: 40px;

}

.bot-login{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0 ,1);
}

.login{
  color: #757474 ;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;

}

.login:hover{
  cursor: pointer;
}

.conten-busque{
  width: 90%;
  max-width: 900px;
  border-radius: 15px;
  margin-top: 30px;
  padding: 20px;
  background: transparent;
}

.tipo-viaje{
  display: flex;
  justify-content: left;
  align-items: center;
}

.tipo-viaje label{
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  margin: 5px;
  font-weight: 600;
}

.input-filas{
  display: flex;
  justify-content: left;
  align-items: center;;
}

.input-filas{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.input-grupo input{
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #333;
}

.bot-busca{
  width: 200px;
  min-width: 150px;
  flex-shrink: 0;
  height: 50px;
  border-radius: 25px;
  border: none;
  background: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  margin-left: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0 ,1);


}

.input-grupo{
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px 15px;
  padding: 10px 15px;
  flex: 1;
}

.input-grupo label{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  margin-bottom: 5px;
}

.input-grupo input[type="date"]{
  color: #7a7979;
  cursor: pointer;
}