@media (max-width: 800px) {
  .btn-menu {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 100px;
    z-index: 1100;
  }
  .cabecalho {
    align-items: baseline;
    justify-content: space-between;
    margin-left: 0px;
    padding: 20px 50px;
  }
  .slider {
    width: 650px;
  }
  .slides {
    width: 800%;
  }
  .slide img {
    width: 650px;
  }
  .title-img {
    position: relative;
    top: 220px;
    right: 320px;
    font-weight: 600;
    text-align: center;
    font-size: 42px;
  }
  .manual-navigation {
    width: 650px;
  }
  .navigation-auto {
    width: 650px;
  }
  .container {
    width: 400px;
  }
  .img-balança img {
    width: 400px;
  }
  .sidebar-menu {
    width: 200px;
    background-color: #fff;
    position: fixed;
    height: 100vh;
    padding: 20px;
    transition: right 0.3s ease;
    z-index: 1000;
    top: 0;
    right: -200px;
    box-shadow: -1px 3px 13px -3px rgba(0, 0, 0, 0.27);
  }
  .sidebar-menu ul {
    flex-direction: column;
    margin-top: 60px;
  }
  .active {
    right: 0;
  }
  footer {
    display: flex;
    flex-direction: column;
  }
  .list-footer {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2px;
  }
  .content-footer {
    display: flex;
  }
  .creat {
    background-color: var(--blue-3);
    width: 100%;
  }
}
@media (max-width: 660px) {
  .img-balança img {
    width: 300px;
  }
  .slider {
    width: 380px;
    height: 300px;
  }
  .slides {
    width: 800%;
    height: 300px;
  }
  .slide img {
    width: 450px;
  }
  .title-img {
    position: relative;
    top: 150px;
    right:190px;
    font-weight: 600;
    font-size: 24px;
    
    
  }
 
  .manual-navigation {
    width: 380px;
  }
  .navigation-auto {
    width: 380px;
    position: absolute;
    margin-top: 260px;
    display: flex;
    justify-content: center;
  }

  .container {
    width: 300px;
  }
  h1 {
    font-size: 26px;
  }
  h2,
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
    .container {
        width: 90%;
        margin: 40px auto;
    }

    .img-site, .img-section {
        width: 100%;
        max-width: 100%;
    }

    .img-site img, .img-section {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 95%;
        margin: 20px auto;
    }

    .img-site, .img-section {
        margin: 20px 0;
    }

    .img-site img, .img-section {
        border-radius: 4px;
    }
}
