body {
  background-color: #000;
  color: #fff;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 56px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  z-index: 1000;
}

.whatsapp-btn:hover {
  background-color: #1ebe5d;
  color: #fff;
}

.index-header {
  min-height: 95vh;
  background-image: url("../../img/img-header-portfolio.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.index-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.index-header .header-content {
  position: relative;
  z-index: 1;
}

.footer {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

/*# sourceMappingURL=styles.css.map */