* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.page {
  height: 92vh;
}

#inicio {
  background-image: url("imagens/usa-flag.png");
  color: white;

}

#categorias{
  background-color: #000e1e;
  color: white;
}

#contato {
  min-height: 80vh;
  max-width: 100%;
}

#servicos{
  background-color: #000e1e;
  color: white;
}

.h-100 {
  height: 100vh;
}

.img-banner{
  opacity: 0.7;
}

.text-justify {
  text-align: justify; /* Justifica o texto */
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.card {
  background-color: #072859;
  align-items: center;
  color: #fff;
  height: 100%;
}

.card-img {
  width: 12rem;
  height: 10rem;
}

.duv-text {
  padding: 1.6rem;
  text-align: center;
}

.card-service {
  background-color: #0e3f40;
}

.icon-contato {
  font-size: 1.6rem;
  margin: .5rem;
  padding: .1rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-weight: 700;
  cursor: pointer;
}

.whatsapp {
  background-color: #4ae158;
  color: #fff;
}

.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: #fff;
}

.whatsapp-link {
  position: fixed;
  width: 5rem;
  height: 5rem;
  bottom: 1rem;
  right: 1rem;
  background-color: #25d366;
  color: #fff;
  border-radius: 1.5rem;
  text-align: center;
  font-size: 3.5rem;
  box-shadow: 1px 1px 2px #888;
  align-items: center;
  z-index: 1000;
}

.img-logo {
  width: 5rem;
  cursor: pointer;
}