body {
  font-family: 'Metropolis', sans-serif;
}

.bg-image-principal {
  background-image: url('../images/fundo-background-inicial-desktop.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
}

.bg-image-not-found {
  background-image: url('../images/fundo-background-inicial-desktop.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
}

.bg-image-about {
  background-image: url('../images/hero-section-about.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
}

.bg-image-licenses{
  background-image: url('../images/hero-section-licenses-desktop.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
}

.bg-image-faq{
  background-image: url('../images/hero-section-licenses-mobile.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
}

.bg-compromisso-desktop {
  background-image: url('../images/compromisso-desktop.png');
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .bg-image-about {
    background-image: url('../images/hero-section-about-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  .bg-image-licenses{
    background-image: url('../images/hero-section-licenses-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: unset;
  }

  .bg-image-faq{
    background-image: url('../images/hero-section-licenses-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: unset;
  }

  .bg-image-2 {
    background-image: url('../images/frame-mobile.png');
  }

  .bg-footer-2-mobile {
    background-image: url('../images/footer-mobile-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
  }

  .m-vamos-desktop-first {
    width: 400px !important;
    height: 400px !important;
  }

}

@media (max-width: 1024px) {
  .navbar-bg {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 90%;
  }

  .navbar-bg a {
    padding: 0.5rem;
    font-size: 0.875rem;
  }

  .text-font-size {
    font-size: 0.875rem !important;
  }

  .m-vamos-desktop-first {
    width: 800px !important;
    height: 500px !important;
  }

}

.bg-image-2 {
  background-image: url('../images/frame-desktop.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
}

.bg-image-frame-about {
  background-image: url('../images/frame-about-desktop.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-image-frame-about-2{
  background-color: #121D24;
  height: 100%;
}

.bg-image-frame-about-footer-2 {
  background-image: url('../images/footer-about.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-footer-2 {
  background-color: #121D24;
  height: 100%;
}

.full-height {
  height: 100vh;
}

.text-primary {
  color: #3CD0FF;
}

.text-gradient {
  background: linear-gradient(269deg, #0679D6, #3CD0FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1.75;
  letter-spacing: -1px;
  margin: 0;
  display: inline;
  font-weight: 900;
}

.text-fixed-width {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.text-gradient-2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  background-clip: text;
  color: white;
}

.btn-primary {
  background-color: #3CD0FF;
  color: black;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #1DA1F2;
}

.navbar-bg {
  background-color: white;
  color: #333;
}

.mobile-menu-bg {
  background-color: white;
  color: #000;
}

.text-font-size {
  font-size: 1.875rem;
}

.padding-button {
  padding: 9px 20px 9px 20px;
  height: 50px;
  align-items: center;
  letter-spacing: -1px;
}

.letter-spacing-button {
  letter-spacing: -2px;
}

.margin-left-or {
  margin-left: 30px !important;
}

.uppercase-text {
  text-transform: uppercase;
}

.header-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.btn-agende-agora {
  max-width: 250px;
  max-height: 80px;
}

.m-vamos-desktop-first {
  width: 1102px ;
  height: 1023px ;
}

.m-vamos-mobile-first {
  width: 317px !important;
  height: 295px !important;
}

.height-equal{
  height: 300px;
}

.rounded-lg-test{
  border-radius: 0.9rem;
}

.bg-faq{
  background-color: #B7C7D2;
  color: #546571;
}