@media (max-width: 991px) {
  header {
    position: fixed!important;
    left: 0;
    width: 100%;
  }

  main {
    margin-top: 60px;
  }
}

.navbar {
  background: rgba(28, 28, 28, 1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  padding-bottom: 27px;
  padding-top: 26px;
}

.navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
}

.navbar-brand img {
  height: 60px;
}

@media (max-width: 991px) {
  .navbar {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .navbar-brand img {
    height: 35px;
  }
}

.navbar .navbar-toggler:focus {
  outline: none;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(196, 196, 196, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#navbar-forgov .nav-item {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 992px) {
  #navbar-forgov .nav-item {
    border-left: 2px solid #ffffff;
  }

  #navbar-forgov .nav-item:first-child {
    border-left: 0;
  }
}

@media (min-width: 1200px) {
  #navbar-forgov .nav-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#navbar-forgov .nav-link {
  color: #ffffff;
  font-family: "Fashion Fetish";
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  padding: 2px 5px 0;
  transition: all .1s linear;
}

@media (max-width: 991px) {
  #navbar-forgov .nav-link {
    padding: 12px 5px 10px;
  }
}

#navbar-forgov .nav-link.active,
#navbar-forgov .nav-link:hover {
  color: #CE4809;
}

footer {
  background-color: #0C0C0C;
  padding-bottom: 30px;
  padding-top: 40px;
}

footer .brand {
  height: 62px;
}

@media (max-width: 991px) {
  footer .brand {
    height: 40px;
  }
}

footer .nav-title {
  color: #C4C4C4;
  font-family: 'Humanst521 BT';
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}

footer .nav {
  margin-top: 15px;
}

footer .nav-link {
  align-items: center;
  background-color: #CE4809;
  border-radius: 25rem;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  height: 38px;
  justify-content: center;
  margin-left: 6px;
  margin-right: 6px;
  padding: 0;
  transition: all .1s linear;
  width: 38px;
}

footer .nav-link:hover {
  background-color: #b53e07;
  color: #ffffff;
}

footer .copyright {
  color: #C4C4C4;
  font-family: 'Humanst521 BT';
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
}

footer .brand-mrx {
  height: 20px;
  margin-top: 20px;
}

.whatsapp-float {
  align-items: center;
  background-color: #CE4809;
  border-radius: 50%;
  bottom: 50px;
  color: #ffffff;
  display: flex;
  font-size: 28px;
  height: 56px;
  justify-content: center;
  position: fixed;
  transition: all .1s linear;
  right: 15px;
  width: 56px;
  z-index: 980;
}

.whatsapp-float:hover {
  background-color: #b53e07;
  color: #ffffff;
  text-decoration: none;
}

.vinheta {
  color: #BDBFC1;
  font-family: "Fashion Fetish";
  font-size: 32px;
  font-weight: 700;
  height: 70px;
  letter-spacing: 10px;
  line-height: 70px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.vinheta div {
  display: inline;
  position: relative;
}

.vinheta div::after {
  color: rgba(255, 255, 255, 0.03);
  content: attr(data-text);
  font-family: "Fashion Fetish";
  font-size: 120px;
  font-weight: 900;
  height: 140px;
  letter-spacing: -5px;
  line-height: 140px;
  margin-top: -45px;
  position: absolute;
  top: 0;
  right: 80%;
}

@media (max-width: 767px) {
  .vinheta {
    font-size: 22px;
  }

  .vinheta div {
    position: initial;
  }

  .vinheta div::after {
    font-size: 70px;
    left: 0;
    letter-spacing: 5px;
    margin-top: -35px;
    right: 0;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .vinheta {
    letter-spacing: 2px;
  }
}

.text-orange {
  color: #CE4809;
}

.btn {
  align-items: center;
  background-color: #CE4809;
  border-radius: 25rem;
  color: #ffffff;
  display: inline-flex;
  font-family: 'Humanst521 BT';
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 36px;
  margin-top: 15px;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .1s linear;
}

.btn:hover {
  background-color: #b53e07;
  color: #ffffff;
}
