.header--brand {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
  color: #FEF7B8;
}
.header--brand  a {
  text-decoration: none;
  color: #FEF7B8;
}
.title-menu {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 40px;
}
.text-light {
  color: #FEF7B8;
}
.text-pilot {
  color: #001132;
}
.text-center {
  text-align: center;
}
.mt-0 {
  margin-top: 0;
}
.mt-60 {
  margin-top: 3.75rem;
}
.mb-60 {
  margin-bottom: 3.75rem;
}
.mb-32 {
  margin-bottom: 2rem;
}
.pt-60 {
  padding-top: 3.75rem;
}
.pb-60 {
  padding-bottom: 3.75rem;
}
.pl-0 {
  padding-left: 0;
}
.fs-20 {
  font-size: 1.25rem;
  line-height: 1.4;
}
.fs-29 {
  font-size: 1.8125rem;
  line-height: 1.3;
}
h1 {
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 9px;
}
h2 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 8px;
}
h3 {
  font-size: 1.5625rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 8px;
}
.text-subtitle {
  font-size: 2rem;
  line-height: 1.390625;
  font-weight: 500;
}
.border-pilot {
  border: 1px solid #001132;
}
.border-green {
  border: 1px solid #9EE900;
}
a.anchor {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  top: -60px;
}
@media (min-width: 1000px) {
  h1 {
    font-size: 5.375rem;
  } 
}
@media (min-width: 1280px) {
  .title-menu {
    font-size: 52px;
  }
  .mt-lg-60 {
    margin-top: 3.75rem;
  }
  a.anchor {
    top: -96px;
  }
}