html {
  scroll-behavior: smooth;
}

body {
  background-color: #f5fcff;
  font-family: 'PT Sans', sans-serif;
}

::-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%);
}

.content {
  display: flex;
  justify-content: center;
  margin-top: 10%;
}

.contacto {
  width: 100%;
  max-width: 900px;
  text-align: center;
}

.contacto h2 {
  padding-bottom: 30px;
  color: #00878A;
  font-size: 45px;
}

.contacto p {
  color: #00878A;
  font-size: 20px;
  padding-top: 15px;
}

.barras {
  background-color: #7BBDD6;
  border: solid 2px #00878A;
  width: 800px;
  height: 50px;
  margin-top: 15px;
  padding: 0 20px 0 20px;
}

.botao {
  font-family: 'PT Sans', sans-serif;
  background-color: #00878A;
  color: #cce8ff;
  border: #7BBDD6 solid 2px;
  padding: 15px;
}

.botao:hover {
  background-color: rgb(255, 241, 223);
  color: rgb(117, 96, 69);
  transition: 0.5s;
}

.conteiner {
  display: flex;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.divisao {
  display: flex;
  flex-direction: row;
  max-width: 900px;
}

.conteiner h2 {
  font-size: 45px;
  color: #00878A;
}

.conteiner p{
  padding-top: 30px;
  color: #00878A;
  font-size: 20px;
}

.informacoes {
  padding-right: 100px;
}

.tele {
  padding-left: 100px;
}

.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: 25%;
    margin-top: 3%;
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .imagembotao .melhor {
    position: absolute;
    top: 45%;
    margin-left:39%;
    margin-right: 35%;
    text-align: center;
    color: #00878A;
    font-size: 60px;
    font-family: 'Questrial', sans-serif;
  }

}

@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;
  }

  .imagembotao .melhor {
    position: absolute;
    top: 45%;
    margin-left: 35%;
    margin-right: 35%;
    text-align: center;
    color: #00878A;
    font-size: 40px;
    font-family: 'PT Sans', sans-serif;
  }

  h2.titule {
    font-size: 30px;
    text-align: center;
    float: none;
  }

  .empresa {
    margin-top: 200%;
    margin-left: 15%;
    margin-right: 15%;
  }

  .produtos2 h2 {
    margin-top: 30%;
    padding-bottom: 3%;
    text-align: center;
    color: #00878A;
    font-size: 30px;
    font-family: 'PT Sans', sans-serif;
  }

  .local h2 {
    font-size: 30px;
  }

  .destaques h2 {
    font-size: 30px;
  }

  .flex-container {
    display: flex;
    flex-direction: column;
  }

  .flex-container div img {
    width: 100%;
  }

  .divisao {
    display: flex;
    flex-direction: column;
    max-width: 900px;
  }

  .informacoes {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  
  .tele {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }

  .conteiner h2 {
    font-size: 30px;
    color: #00878A;
    margin-top: 15%;
  }

  .barras {
    background-color: #7BBDD6;
    border: solid 2px #00878A;
    width: 100%;
    height: 50px;
    margin-top: 15px;
    padding: 0 20px 0 20px;
  }

  .contacto h2 {
    font-size: 30px;
    margin-top: 30%;
  }
}