.header-fixed {
  z-index: 9999;
}

#index .banners-promocional{
  display: flex;
  gap: 1rem;
  overflow: scroll;
}
#index .banners-promocional .banner{
  flex-shrink: 0;
  width: 200px;
  margin-top: 24px;
}
  
.pos_bannerslide {
  margin-top: 1rem;
}

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

  #index .banners-promocional{
    display: flex;
    justify-content: space-between;
    gap: 1rem;  
    overflow: auto;
  }
  #index .banners-promocional .banner{
    width: auto;
    flex-shrink: 1;
  }
}
 #index .banners-promocional .banner img{
  width: 100%;
  height: auto;
  border-radius: 4px;
} 
  
  #index  .banner-duplo{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
  
  }
  #index  .banner-duplo img{
    width: 100%;
    height: auto;
  }
  @media screen and (max-width: 767.98px) {
    #index .swiper-button-next,
    #index .swiper-button-prev,
    #index .detalhe-icon{
      display: none!important;
    }
    /* #index main img{
      margin-top: 30%;
  } */
    #index .banner{
        height: 100%;
        width: 100%;
    }
    #index  .banner img{
        height: 100%;
        width: 100%;
    }
    #index .banner-duplo{
      flex-direction: column;
      width: 100%;
  }
  
  }
  @media screen and (max-width: 991.98px) {
    #index .tgt-body {
      margin-top: 140px;
    }
  }
  @media screen and (min-width: 1400px){
    #index .banners-promocional{
      justify-content: space-between;
  }
  }