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



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


}



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


}



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


}



@media screen and (max-width: 1024px) {
  .menu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .7em;
    width: 100%;
    position: relative;
    z-index: 1200;
  }

  .menu-toggle .logo {
    width: 5em;
    height: auto;
  }

  #menu-icon {
    font-size: 1.8em;
    color: #710c90;
    cursor: pointer;
    padding-right: .3em;
    z-index: 1200;
  }

  .objInsideHeader {
    display: none;
  }

  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 40%;
    background-color: #0c0c0a;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 7em 1em;
    gap: 2em;
    transition: right 0.5s ease;
    z-index: 1000;
  }

  .navbar.show {
    right: 0;
  }

  .navbar a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
  }

  /* insta */
  .via-instagram .secao {
    padding-top: 40px !important; /* diminua ou ajuste conforme o necessário */
    padding-bottom: 40px !important;
    scroll-margin-top: 60px; /* caso esteja usando âncoras */
  }
  .via-instagram .hero,
  .via-instagram .servicos,
  .via-instagram .contato {
    margin-top: 20px !important;
    padding-top: 30px !important;
  }

  .via-instagram .parallax-bg,
  .via-instagram .video-background {
    display: none;
  }

}



@media screen and (min-width: 1025px) {


}



@media screen and (min-width: 1200px) {


}



@media screen and (min-width: 1440px) {


}



@media screen and (min-width: 1920px) {


}

