@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.caveat {
  font-family: "Caveat" !important;
}

.montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.btn-horarios {
  background-color: rgb(50, 126, 208);
  border: none;
  color: white;
  border-radius: 6px;
  font-size: 20px;
  padding: 6px 10px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.origenDestino {
  font-size: 36px;
  font-weight: 700;
  color: rgb(50, 126, 208);
  font-family: "Caveat" !important;
  text-align: start;
}

.textoHorarios {
  font-weight: 600;
  font-size: 16px;
  color: #327ed0;
}

.fila {
  display: flex;
  border-bottom: 1px solid #327ed0;
}

.flex-1{
  flex: 1;
}

.flex-2{
  flex: 2;
}

.flex-3{
  flex: 3;
}

.texto-simple{
  color: black;
  font-weight: 400;
}

#horarios-form-escritorio{
  min-width: 1000px;
}

.horarioForm .fecha-viaje-horario{
  border-radius: 0.5rem;
  border:none;
  height: 42px;
  width: 100%;
  background-color: white !important;
  margin-top: 5px;
}




@media (min-width: 980px) {
  .flex-1-lg {
    flex: 1;
  }
}

@media (max-width: 980px) {
  .w-100-hasta-lg {
    width: 100%;
  }

  .origenDestino {
    text-align: center;
  }
}
