@font-face {
  font-family: 'Lufga';
  src: url(src/font/font-lufga-regular.ttf);
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
  margin: 0 auto;
}

body {
  padding-top: 70px;
  font-family: 'Lufga', sans-serif;
}

.info-quem-somos h1 {
  max-width: 220px;
}

.span-colorido {
  color: #29e817;
}

.titulo-mobile {
  display: none;
}

.bg-secundary {
  background-color: #e9e9e9;
}

.btn-primary {
  background-color: #000000 !important;
  --bs-btn-border-color: none !important;
}

.navbar-toggler {
  border: none;
}
.btn-primary:active,
.btn-primary:focus,
.btn:active,
.btn:focus,
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.span-btn {
  font-size: 14px;
}

.academy .titulo-desk,
.tattooAP .titulo-desk {
  max-width: 100px;
}

.item-ativo {
  font-size: 18px;
}

.list-unstyled .step-number {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  display: inline-flex;
  width: 20px;
  height: 20px;
  font-size: 10px;
  background-color: #000000;
  color: #29e817;
  margin-right: 10px;
}

.list-unstyled .step-text {
  display: inline-block;
  font-size: 16px;
  color: black;
}

.item-lista-ativo {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 18px !important;
}

@media (max-width: 995px) {
  .col-8,
  .col-4,
  .col-6 {
    width: 100% !important;
  }

  .img-sessao {
    width: 300px;
    height: auto;
  }

  .academy,
  .quem-somos {
    flex-direction: column-reverse;
  }

  .titulo-desk {
    display: none !important;
  }

  .titulo-mobile {
    display: flex !important;
  }

  .ps-5 {
    padding-left: 0px !important;
  }

  .tattooAP {
    flex-direction: column;
  }

  .btn-container {
    justify-content: center !important;
  }
  .btn-container a:first-child {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .btn-container a:first-child {
        margin-bottom: 10px;
      }
}

@media screen and (min-width: 540px) and (max-width: 720px) {
    .btn-container a:first-child {
        margin-right: 0px;
        margin-bottom: 10px;
      }
}

@media (max-width: 500px) {
  .btn-container a:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
