    body {
      font-family: 'Arial', sans-serif;
      background-color: #f8f9fa;
    }
    /* Seção Hero */
    .hero {
      background: url('imagens/imagem-eloox.jpg') no-repeat center center/cover;
      height: 100vh;
      position: relative;
      color: #fff;
    }
    .hero-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.6);
    }
    .hero-content {
      position: relative;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
    }
    /* Seção de funcionalidades */
    .feature {
      padding: 50px 0;
    }
    .feature img {
      max-width: 100%;
      border-radius: 8px;
    }
    /* Footer */
    .footer {
      background-color: #343a40;
      color: #fff;
      padding: 20px 0;
    }
    .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-brand {
      color: #fff;
    }
    
    .img_header{
        height: 30px;
    }