*{
    margin: 0;
    padding: 0;
    height: auto;
  }
  
  header{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
  }
  
  /*--------------------------TOP BAR----------------------- */
  
  #topbar{
   padding: 10px;
   text-align: center;
   background-color: rgb(16, 16, 110);
  }
  
  #topbar :hover{
  color: #0081FF;
  }
  
  #topbar a{
   font-size: 18px;
   color: white;
   padding: 30px;
   text-decoration: none;
   transition: all.3s ease-in-out;
  }
  
  #topbar i{
  padding: 5px;
  font-size: 20px;
  }
  
  @media screen and (max-width: 1280px){
  
  #topbar{
    padding: 0px;
  }
  
  #topbar a{
    font-size: 15px;
    padding: 0px;
  }
  
  #topbar i{
    font-size: 15px;
  }
  }
  
  @media screen and (max-width: 400px){
  #topbar a{
    font-size: 12px;
  }
  }
  
  /*--------------------------MENU----------------------- */

  #menu{
    display: flex;
    align-items: center;
    border-bottom: 3px solid gray;
    background-color: white;
    justify-content: space-between;
    padding: 0 5%;
  }
  
  @media screen and (max-width: 768px){
  #menu{
    padding: 0 2%;
  }
  }
  
  @media screen and (max-width: 400px){
    #menu{
      padding: 0 2%;
    }
    }
  
  #logo{
    width: 200px;
  }
  
  @media screen and (max-width: 768px){
    #logo{
      display: flex;
      width: 120px; 
      background-color: gainsboro;
    }
    }
  
    @media screen and (max-width: 400px){
      #logo{
        width: 100px;
      }
      }
  
  #links_menu{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    font-size: 20px;
  }
  
  
  #links_menu a{
  text-decoration: none;
  color: black;
  transition: all.2s ease-in-out;
  }
  
  @media screen and (max-width: 768px){
    #links_menu a{
      font-size: 14px;
    }
    }
  
  @media screen and (max-width: 400px){
  #links_menu a{
    font-size: 12px;
  }
  }
  
  button{
    background-color: transparent;
    border: none;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    display: none;
  }
  
  @media  screen and (max-width: 700px) {
    #links_menu {
      flex-direction: column;
      gap: 5px;
      align-items: unset;
      padding: 8px;
      transition: 0.5s;
      display: none;
    } 
  
    #menu{
      position: relative;
      text-align: center;
      display: flex;
      align-items: center;
      flex-direction: column;
      border-bottom: none;
      background-color: gainsboro;
    }
  
    button{
      display: flex;
      top: 0px;
    }
  
  }
  
  
  #nav_prod a{
  padding: 10px;
  background-color: rgb(16, 16, 110);
  border-radius: 10px;
  color: white;
  transition: all.3s ease-in-out;
  }
  
  @media screen and (max-width: 400px){
  #nav_prod a{
    padding: 5px;
    border-radius: 5px;
  }
  }
  
  button:hover{
    color: #0081FF;
  }
  
  #nav_ctt :hover{
  color: #0081FF;
  }
  
  #nav_desc :hover{
  color: #0081FF;
  }
  
  #nav_pag :hover{
    color: #0081FF;
  }

  #nav_app :hover{
    color: #0081FF;
  }
  
  /*-----------------CATALOGO----------------------- */

  html{
    scroll-behavior: smooth;
  }

 body{
   background-color: rgba(71, 138, 189, 0.144);  
 }


 #inicio{
  display: flex;
  justify-content: space-between;
 }

 #catalogo{
  font-family: 'Montserrat', sans-serif;
  margin: 0 10%;
  display: flex;
  align-items: center;
 }

 #catalogo h1{
  color: #0080ff;
  padding: 15px 0;
 }

 #catalogo img{
  width: 300px;
 }

 #catalogo h2{
  display: inline;
  font-size: 25px;
  color: white;
  background-color: rgb(16, 16, 110);
  padding: 10px;
  font-weight: 200;
  transition: all.1s ease-in-out;
 }

 #catalogo h2:hover{
  background-color: #0080ff;
}

 @media screen and (max-width: 999px){

  #inicio{
    justify-content: center;
    flex-direction: column;
  }

  #catalogo{
    padding: 0 0 15px 0;
    text-align: center;
  }

  #catalogo img{
    width: 150px;
  }

  #catalogo h1{
    padding: 0 0 10px 0;
    font-size: 20px;
  }

  #catalogo h2{
    padding: 5px;
    font-size: 17px;
  }
}

 /*---------------------TOPICOS----------------------- */

aside{
  width: 25%;
}

article{
  background-color: white;
  padding: 10px;
  box-shadow: 1px 1px 5px black;
}

#lista_topicos h2{
  padding: 5px;
  text-align: center;
}

#lista_topicos a{
  color: rgb(77, 77, 77);
  font-size: 18px;
}

#lista_topicos li{
  border-bottom: 1px solid gray;
  padding: 5px;
}

@media screen and (max-width: 999px){

  aside{
    width: 100%;
  }

  article{
    padding: 5px;
    box-shadow: none;
  }

  #lista_topicos h2{
    font-size: 18px;
  }

  #lista_topicos a{
    font-size: 14px;
  }
}

  /*-----------------PRODUTOS----------------------- */

 #titulo{
    font-family: 'inter', sans-serif;
    text-align: center;
    padding: 5px;
    background-color: #0080ff;
    color: white;
 }
 
 #produto{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 20px;
 }

 #produto img{
    padding: 0 100px;
    width: 180px;
    background-color: white;
    border-radius: 10px;
    transition: all.2s ease-in-out;
 }

 @media screen and (max-width: 400px){
  #produto img{
    width: 100px;
  }
}

 a{
    text-decoration: none;
 }

 #produto p{
    font-family: 'inter', sans-serif;
    font-size: 20px;
    padding: 10px;
    width: 360px;
    background-color: rgb(16, 16, 110, 0.884);
    color: white;
    text-align: center;
    border-radius: 10px;
    transition: all.2s ease-in-out;
 }

 @media screen and (max-width: 400px){
  #produto p{
    width: 293px;
    font-size: 15px;
    padding: 5px;
  }
}

#produto :hover p{
  background-color: #0081FF;
}

#produto :hover img{
  background-color: #0080ff1a;
}

/*----------------------Botao Topo----------------------- */

#botao_topo{
  text-decoration: none;
  color: white;
  background-color: #0081FF;
  padding: 12px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  box-shadow: 2px 2px 10px rgb(16, 16, 110);
  transition: all.2s ease-in-out;
}

#botao_topo:hover{
  opacity: 0.7;
}
  
   
  /*----------------------Footer----------------------- */
  
  footer{
    background-color: rgb(16, 16, 110);
    position: relative;
    top: -5px;
    padding: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
  }

  footer h4{
    font-size: 30px;
    color: #0081FF;
  }

  @media screen and  (max-width: 500px){
    footer{
      padding: 10px 0;
    }

    footer h4{
      font-size: 18px;
    }
  }

  

  footer i{
    padding: 5px;
  }

  footer a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    transition: all.3s ease-in-out;
  }

  @media screen and  (max-width: 768px){
    footer a{
      font-size: 15px;
    }
  }
  
  li{
    list-style: none;
  }

  li :hover{
    opacity: 0.5;
  }

  #container_footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10%;
    align-items: center;
  }

  #medias_sociais i{
    font-size: 200%;
  }
  
  #medias_sociais{
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: center;
    margin-top: 1%;
  }

  #medias_sociais img{
    width: 48px;
  }

  #medias_sociais :hover{
    opacity: 0.5;
  }

  @media screen and  (max-width: 768px){
    #medias_sociais img{
      width: 40px;
    }
  }

  @media screen and  (max-width: 768px){
    #medias_sociais{
      padding: 10px 0 0 0;
    }
  }
  
  /*-------------------------DIREITOS----------------------- */
  #direitos{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  
  #direitos p{
    font-size: 18px;
    color: black
  }
  
  @media screen and (max-width: 400px){
    #direitos p{
      font-size: 10px;
    }
  }

  @media screen and (max-width: 768px){
    #direitos p{
      font-size: 15px;
    }
  }
  
  #direitos a{
    padding: 3px;
    background-color: rgba(128, 128, 128, 0.452);
    text-decoration: none;
    font-size: 18px;
    color: black;
  }
  
  @media screen and (max-width: 400px){
    #direitos a{
      font-size: 10px;
    }
  }

  @media screen and (max-width: 768px){
    #direitos a{
      font-size: 15px;
    }
  }

  #svs :hover{
    background-color: blueviolet;
    font-size: 20px;
    transition: all.2s linear;
  }
  
  @media screen and (max-width: 400px){
    #svs :hover{
      font-size: 10px;
    }
  }
  
  @media screen and (max-width: 768px){
    #svs :hover{
      font-size: 15px;
    }
  }