body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background-image: url("../Artes/wallpaper.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

button{
  all: unset;
  cursor: pointer;
}

.placa {
  height: 30vh;
  align-items: center;
  display: block;
  z-index: 1;
}

.Container {
  margin: 0.5rem;
  float: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}

.item1, .item2 {
  position: relative;
  margin-right: 1rem;
}

.iconShopee {
  background-image: url('../Artes/menu/Shopee.png');
  width: 15.5rem; 
  height: 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.iconShopee:hover {
  background-image: url('../Artes/menu/Shopee_Hover.png');
}

.iconMercado {
  background-image: url('../Artes/menu/Mercado_Livre.png');
  width: 15.5rem; 
  height: 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.iconMercado:hover {
  background-image: url('../Artes/menu/Mercado_Livre_Hover.png');
}

.iconEncomenda {
  background-image: url('../Artes/menu/Encomenda.png');
  width: 15.5rem; 
  height: 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.iconEncomenda:hover {
  background-image: url('../Artes/menu/Encomenda_Hover.png');
}


.iconOlx {
  background-image: url('../Artes/menu/Olx.png');
  width: 15.5rem; 
  height: 4.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.iconOlx:hover {
  background-image: url('../Artes/menu/Olx_Hover.png');
}

.iconZap{
  background-image: url('../Ver2/zap.png');
  width: 4.5rem;
  height: 4.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.iconZap:hover {
  background-image: url("../Ver2/zap\ Hover.png");
}

.iconZap1{
  background-image: url('../Ver2/zap.png');
  width: 4.5rem;
  height: 4.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.iconZap1:hover {
  background-image: url("../Ver2/Shopee\ Hover-export.png");
}

.iconZap2{
  background-image: url('../Ver2/zap.png');
  width: 4.5rem;
  height: 4.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.iconZap2:hover {
  background-image: url("../Ver2/Shopee\ Hover-export.png");
}

.iconZap3{
  background-image: url('../Ver2/zap.png');
  width: 4.5rem;
  height: 4.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.iconZap3:hover {
  background-image: url("../Ver2/Shopee\ Hover-export.png");
}

.estantes {
  height: 3.5rem;
  margin-right: 7px;
}
#float {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

#float:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.menu {
  margin-top: 2.8vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner{
  margin-top: 3vh;
  position: relative; 
  display: flex;
  align-items: center;
  width:100%;
}
.banner img{
  max-width: 60vh; 
  height: auto;
}
.zap {
  position: fixed; 
  bottom: 20px; 
  right: 20px; 
  z-index: 999;
}
.zap-icon{
  width: 9vh; 
  height: auto;
  transition: transform .2s;
}
.zap-icon:hover{
  transform: scale(1.2);
}

#fireflies {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0; /* fundo */
  pointer-events: none;
}

@media(max-width: 768px){
  body{
    background-size: 400%;
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
    align-items: center;
  }
  .placa{
    max-width: 90vw;
    max-height: 20vh;
    margin-top: 0.5rem auto;
    display: block;

  }
  .Container, .item1, .item2{
    margin-top: 0.5rem ;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;

  }
  .estantes{
    max-width: 111vw;
    max-height: 5rem ;
    margin:0;
  }
  .banner {
    width: 95vw;
    max-width: 95vw;
    margin: 3vh auto;
    text-align: center;
  }

  .banner img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }


  .zap{
    bottom: 60px; 
  }
}


