h1,
h2,
h3,
h4,
h5,
p,
span {
  color: #222222 !important;
}
* {
  font-family: "Montserrat", sans-serif;
}
.navbar-brand-logo {
  width: 200px !important;
  min-width: 200px !important;
}
.navbar-brand-logo-text {
  height: 50px !important;
}
.avatar {
  color: #222222;
}
.avatar-lg.avatar-4x3 {
  filter: grayscale(1);
}
.btn-primary {
  background: #ffff33;
  border: #222222 1px solid !important;
  color: #222222;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:active {
  background: #ffff33 !important;
  background-color: #ffff33 !important;
  box-shadow: #999 0px 0px 10px 0px !important;
  color: #222222 !important;
}
.btn-outline-primary {
  border-color: #ffff33 !important;
  color: #222222;
}
.hero-img {
  margin-top: -100px;
}
.sticker {
  position: absolute;
  width: 168px;
  right: -1px;
  top: -175px;
  transform: rotate(-14deg);
  /* position: absolute;
  width: 230px;
  left: -30px;
  top: -150px;
  transform: rotate(15deg); */
}
.bg-neon {
  background: #ffff33;
}
.text-neon {
  color: #ffff33 !important;
}
.text-dark[href]:hover {
  color: #21325b !important;
}
.btn-no-border {
  border: none !important;
}
.secondary-font {
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 130%;
  line-height: 80%;
}
.matricula {
  margin: 0;
  padding: 0;
  border: 1px solid #222222;
  border-radius: 8px;
}
.matricula p {
  margin: 0;
  padding: 0;
  font-size: 3em;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 7px;
  text-align: center;
}
.matricula img {
  border-radius: 7px 0 0 7px;
}
.matricula input {
  width: 94%;
  border: 0;
  height: 60px;
  letter-spacing: 9px;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
