html {
    scroll-behavior: smooth;
  }
  
  body {
    background-color: #f5fcff;
  }
  
  ::-webkit-scrollbar {
    width: 12px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: rgb(255, 241, 223);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #00878A;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #7BBDD6;
  }
  
  * {
    margin: 0px;
    box-sizing: border-box;
  }
  
  nav {
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    font-family: 'Questrial', sans-serif;
    background-color: #cce8ff;
    padding-top: 1%;
    padding-bottom: 1%;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
  }
  
  .logo {
    z-index: 1;
  }
  
  .nav-links {
    display: flex;
    justify-content: space-around;
    width: 35%;
  }
  
  .nav-links li{
    list-style: none;
  }
  
  .nav-links a{
    color: #00878A;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 18px;
  }
  
  .nav-links a:hover{
    color: #7BBDD6;
    transition: 0.5s;
    border-bottom: 1px solid rgb(117, 96, 69);
  }
  
  .burguer div{
    width: 25px;
    height: 3px;
    margin: 5px;
    background-color: rgb(23, 36, 59);
  }
  
  .burguer {
    display: none;
  }
  
  .nav-active{
    transform: translateX(0%);
  }

  .empresa {
    font-family: 'PT Sans', sans-serif;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 12%;
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .titule {
    font-size: 45px;
    color: #00878A;
    text-align: center;
  }
  
  .texte {
    padding-top: 10%;
    font-size: 25px;
    float: left;
    color: #00878A;
  }
  
  .texte2 {
    padding-top: 10px;
    font-size: 25px;
    float: left;
    color: #00878A;
    padding-bottom: 5%;
  }

  .local {
      width: 100%;
      text-align: center;
      margin-top: 25%;
      font-family: 'PT Sans', sans-serif;
      margin-bottom: 5%;
  }

  .local h2 {
    margin-right: 25%;
    margin-left: 25%;
    padding-top: 5%;
    font-size: 45px;
    color: #00878A;
    text-align: center;
  }

  .local p {
    padding-top: 4%;
    font-size: 25px;
    color: #00878A;
  }

  .local img {
      padding-top: 4%;
  }

  .redes {
    text-align: center;
    width: 100%;
    position: sticky;
    top: 0;
    float: left;
  }
  
  .icones {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    width: 70px;
    position: sticky;
    border-radius: 50%;
  }
  
  footer {
    background-color: rgb(255, 241, 223);
    padding: 3% 0 3% 0;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    color: #00878A;
  }
  
  footer .rodape {
    font-size: 17px;
    padding-top: 2%;
    
  }
  
  
    @media screen and (max-width:1600px) {
    .nav-links {
      width: 40%;
    }
  
    .empresa {
        font-family: 'PT Sans', sans-serif;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 12%;
        margin-bottom: 7%;
        height: 100%; 
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
      
      .titule {
        font-size: 45px;
        color: #00878A;
        text-align: center;
      }
      
      .texte {
        padding-top: 10%;
        font-size: 25px;
        float: left;
        color: #00878A;
      }
      
      .texte2 {
        padding-top: 10px;
        font-size: 25px;
        float: left;
        color: #00878A;
        padding-bottom: 5%;
      }

      .local {
        width: 100%;
        text-align: center;
        margin-top: 25%;
        font-family: 'PT Sans', sans-serif;
        margin-bottom: 5%;
    }
  
    .local h2 {
      margin-right: 25%;
      margin-left: 25%;
      padding-top: 8%;
      font-size: 45px;
      color: #00878A;
      text-align: center;
    }
  
    .local p {
      margin-left: 15%;
      margin-right: 15%;
      padding-top: 4%;
      font-size: 25px;
      color: #00878A;
    }
  
    .local img {
        padding-top: 4%;
    }
  
  }

  @media screen and (max-width:882px) {
    body {
      overflow-x: hidden;
    }
    
    .nav-links {
      display: flex;
      justify-content: space-around;
      flex-direction: column;
      padding-right: 2px;
    }
  
    .categorias img {
      width: 75px;
      border-radius: 50%;
      border: rgb(117, 96, 69) 4px solid;
    }
  
    .imagembotao {
      height: 100%;
      width: auto;
      z-index: 0;
    }
  
    .nav img {
      width: 15px;
      padding-left: 2px;
    }
  
    nav {
      z-index: 1;
      display: flex;
      align-items: center;
      min-height: 8vh;
      font-family: 'Questrial', sans-serif;
      background-color: #cce8ff;
      padding-top: 1%;
      padding-bottom: 1%;
      position: fixed; /* Set the navbar to fixed position */
      top: 0; /* Position the navbar at the top of the page */
      width: 100%; /* Full width */
    }
  
    .nav-links a{
      color: #00878A;
      text-decoration: none;
      letter-spacing: 2px;
      font-weight: bold;
      font-size: 12px;
    }

    .local img {
      padding-top: 4%;
      width: 100%;
  }

  .local h2 {
    font-size: 30px;
  }

  .titule {
    margin-top: 55%;
    font-size: 30px;
    color: #00878A;
    text-align: center;
  }

  }