@media (max-width: 768px) {
    
    .logo-banner {
      width: 350px;
    }

}




html {
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
  }

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.whatsapp-button img {
    width: 50px;
    height: 50px;
}

  

  h1 {
    font-family: "Poppins";
    font-weight: 700;
  }

  p {
    font-family: "Poppins";
    font-weight: 200;
  }

  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  

  header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: background-color 10s ease-in-out, box-shadow 10s ease-in-out;
    z-index: 1000;
  }

  .navbar-transparent {
    background-color: transparent !important;
  }

  .navbar-solid {
    background-color: black !important;
  }

  .nav-link {
    transition: color 5s ease, background-color 5s ease;
  }
  
  .nav-underline .nav-link {
    color: white;
    text-decoration-color: white;
    transition: 
      color 0.3s ease-in-out,
      text-decoration-color 0.3s ease-in-out;
  }
  
  .nav-underline .nav-link:hover {
    color: #a5cd3b;
    text-decoration-color: #a5cd3b;
  }

  .nav-underline .nav-link {
    position: relative;
    padding: 0 0.75rem;
  }
  
  .nav-underline .nav-link:not(:first-child)::before {
    content: "•";
    color: white;
    position: absolute;
    left: -0.6rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
  }
  
  
  
  

  .banner {
    height: 100vh;
    background: url('img/banner.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: start ;
  }

  section {
    padding: 100px 0;
  }

  .logo-fade {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .logo-visible {
    opacity: 1;
  }
  

  .quemsomos {
    background-color: #a5cd3b;
    width: 100%;
  }

    .quemsomos2 {
    background-color: #000000;
    width: 100%;
  }

  .diferenciais {
    background-color: #000000;
    width: 100%;
  }


  .atuacao {
    background-color: #a5cd3b;
    width: 100%;
  }

  .contato {
    background-color: #398933;
    width: 100%;
  }

  .telefone {
    width: 50%;
  }

  .enviar {
    background-color: red;
    width: 0;
  }