@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
.trayectorys {
  font-family: "Anton", sans-serif;
  width: 100%;
  height: auto;
  background-image: url(../../images/Trayectory/Background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.trayectorys .trayectcorrect {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  height: 100%;
}
.trayectorys .trayectcorrect .ourTrayect {
  margin: 0;
  padding: 0;
}
.trayectorys .trayectcorrect .ourTrayect h2 {
  color: #181a1c;
  font-size: 35px;
  line-height: 40px;
  font-weight: lighter;
}
.trayectorys .trayectcorrect .numbers {
  width: 170px;
}
.trayectorys .trayectcorrect .numbers b {
  color: #181a1c;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: lighter;
}
.trayectorys .trayectcorrect .numbers h2 {
  font-weight: lighter;
  color: #181a1c;
  width: 100%;
  margin: 10px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: bolder;
  font-size: 45px;
  letter-spacing: 2px;
}
.trayectorys .trayectcorrect .numbers p {
  font-weight: lighter;
  color: #181a1c;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.trayectorys .trayectcorrect .ofices {
  width: 170px;
}
.trayectorys .trayectcorrect .ofices b {
  font-weight: lighter;
  color: #181a1c;
  width: 100%;
  margin: 0;
  padding: 0;
}
.trayectorys .trayectcorrect .ofices h2 {
  font-weight: lighter;
  color: #181a1c;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 30px;
  line-height: 35px;
}

@media screen and (max-width: 710px) {
  .trayectorys .trayectcorrect .ourTrayect h2,
  .trayectorys .trayectcorrect .numbers h2 {
    font-size: 1.9em;
  }
  .trayectorys .trayectcorrect .ourTrayect b,
  .trayectorys .trayectcorrect .ourTrayect p,
  .trayectorys .trayectcorrect .numbers b,
  .trayectorys .trayectcorrect .numbers p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 670px) {
  .trayectorys {
    height: auto;
  }
  .trayectorys .trayectcorrect {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px;
  }
  .trayectorys .trayectcorrect .ourTrayect,
  .trayectorys .trayectcorrect .ofices {
    width: 100%;
    text-align: center;
    align-self: center;
    grid-column: span 2;
  }
  .trayectorys .trayectcorrect .numbers {
    width: 100%;
    text-align: center;
    align-self: center;
  }
}
@media screen and (max-width: 400px) {
  .trayectorys .trayectcorrect .ourTrayect h2,
  .trayectorys .trayectcorrect .numbers h2 {
    font-size: 1.7em;
  }
}/*# sourceMappingURL=trayectory.css.map */