@media (max-width: 1024px) {
  .menu-principal-1 {
    width: 100%;
    display: flex;
  }

  .container {
    width: 90%;
  }

  .borda {
    width: 100%;
  }

  footer {
    width: 100%;
  }

}

@media (max-width: 768px) {
  .container {
    width: 90%;
  }

  .menu-principal-1 {
    width: 100%;
    display: flex;
  }

  .imagem-titulo-paragrafo {
    display: flex;
    flex-direction: column;
  }

  .imagem-titulo-paragrafo img {
    width: 90px;
    height: 90px;
  }

  .destaque-abaixo img{
    margin-top: 0;
  }

  .imagem-titulo-paragrafo article{
    margin-top: 10px;
  }

  .imagem-titulo-paragrafo article p {
    width: 80%;
  }

  .box-galeria article {
    width: calc(100% / 2 - 20px);
  }

  .box-galeria img {
    width: 100%;
    height: auto;
  }

  .marcas {
    width: calc(100% / 2);
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .rodape {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .coluna-rodape {
    width: 95%;
  }

}

@media (max-width: 425px) {
  .rede-sociais-top {
    display: none;
  }

  .header-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
  }

  .busca input {
    width: 100%;
  }

  .titulo-paragrafo h3 {
    font-size: 20px;
  }

  .imagem-titulo-paragrafo {
    display: flex;
    flex-direction: column;
  }

  .box-galeria article {
    width: 100%;
  }

  button.slick-next {
    display: none !important;
  }

  button.slick-prev {
    display: none !important;
  }

  .slick-dots {
    display: none !important;
  }

  .rodape {
    width: calc(100% - 20px);
    margin: 0 auto;
  }

  .rodape-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 15px;
  }

  .footer-2 p, 
  .footer-2 .redes-sociais ul {
    margin: 20px 0;
  }
}
