.brand-container h1{
color: #5D5D5D;
}
.container-video{
  width:100%;
}
.container-video video{
  width: 100%;
}
.brand-box-container {
    display: flex;
  }
  .item-visible{
    display: block !important;
  }
  .sidebar {
    /* position: fixed; */
    left: 0;
    top: 50%;
    width: 200px;
  }
  
  .sidebar ul {
    list-style: none;
    padding: 0;
  }
  
  .sidebar li {
    padding: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  
  .sidebar li.active {
    color: red;
    font-weight: bold;
  }
  
  .content {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
  
  .section { 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: opacity 0.5s;
  }

  #image-container { 
    overflow: hidden;
    position: relative;
  }
  
  .image {
    width: 100%; 
    object-fit: cover;
    display: none;
  }
  
  .image.active {
    display: block;
  }

  #sidebar ul li.active {
    color: red;  /* Destaque para o título ativo */
    font-weight: bold;
  }
  main {
    /* padding-top: 108px; */
}
  
body.locked {
  overflow: hidden; /* Bloqueia o scroll do body */
} 

@media screen and (min-width:1000px) and (max-width:1300px) {
 h1{
  font-size: 46px;
 } 
}

@media screen and (min-width:480px) and (max-width:768px) {
  h1{
   font-size: 35px;
  } 
 }
 
 @media screen and (max-width:768px) {

 }
 
 @media screen and (min-width:320px) and (max-width:480px) {
  .title-home{ 
    font-size: 25px !important;
  }
 }

 a[href*="elfsight.com/instagram-feed-instashow"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: -9999 !important;
}
