@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.FontMontserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

section {
  scroll-margin-top: 140px;
}

.card,
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.card {
  display: flex;
}

.card.show,
.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.img-footer {
  content: url("../imagem/image.png");
}

.btn-footer:hover .img-footer {
  content: url("../imagem/nvlogo2.png");
}

.glass {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(51, 65, 85, 0.8);
  backdrop-filter: blur(6px);
}

#modalPrecos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filtro-btn{
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}

.filtro-btn:focus{
  outline: none;
}


