body {
  font-family: Roboto, sans-serif;
}

.hero {
  padding: 100px 0;
  background-image: url("../img/bgteste.png");
  background-size: cover;
  background-position: center;
}

.herodois {
  padding: 100px 0;
  background-image: url("../img/rolamentoteste.png");
  background-size: cover;
}

.fundoindustrial {
  padding: 100px 0;
  background-image: url("../img/bgteste.png");
  background-size: cover;
}

#logotipo {
  width: 100px;
}

.bgltopo {
  margin-top: 13.33%;
}

.laranja {
  color: #ff9451;
}

.corbtnvm {
  background-color: #ff9451 !important;
  color: #f5f5f5 !important;
  font-weight: 700 !important;
}

.textcolorwhite {
  color: #f5f5f5;
}

.categorias {
  padding: 80px 0;
}

.categoria-card {
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
  background: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.categoria-card i {
  font-size: 40px;
  margin-bottom: 20px;
  color: #198754;
}

.categoria-card:hover {
  transform: translateY(-5px);
}

.bg-gradient-custom {
  background: linear-gradient(90deg, #ff9451, #1e1e1e);
  padding: 50px;
  border-radius: 20px;
}

.diferenciais {
  background: #1e1e1e;
  color: white;
  padding: 70px 0;
}

.marcas {
  padding: 80px 0;
  background: #f5f5f5;
}

.empresa {
  padding: 80px 0;
}

.cta {
  padding: 80px 0;
  background: linear-gradient(90deg, #d9d9d9, #1e1e1e);
  color: white;
}

.footer {
  background: #222;
  color: white;
  padding: 40px 0;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: white;
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  #wegimagetopo {
    display: none;
  }
}

@media (max-width: 768px) {
  #wegimagetopo {
    display: none;
  }
}
