@charset "UTF-8";

body {
  font-family: Arial;
}

.hero {
  padding: 100px 0;
  background: #f8f9fa;
}

.categorias {
  padding: 80px 0;
}

.tamanhotopo {
  font-size: 3em;
  color: #010101;
}

.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);
}

.diferenciais {
  background: #198754;
  color: white;
  padding: 70px 0;
}

.marcas {
  padding: 80px 0;
  background: #f5f5f5;
}

.empresa {
  padding: 80px 0;
}

.cta {
  padding: 80px 0;
  background: #010101;
  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%;
}
