body{
  color: black;
}

.lista-deposito{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.deposito-h1{
  font-size: 100px;
  grid-column: 2/4;
  
 
}

.tres{
  margin: auto;
  color:#242076 ;
font-size: 30px;
grid-column: 1;
grid-row: 5;
}
.titulo-loja1{
  margin-top: -30px;
  margin-bottom: 130px;
  text-align: center;
  font-size: 70px;
  font-weight: bold;
}

.logo-deposito{
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  width: 300px;
  height: 400px;
 align-self: flex-start;

}

.titulo-galeria-loja{
  margin-bottom: 50px;
  margin-top: 80px;
  font-size: 70px;
  text-align: center;
  color: #242076;
  
}


@media(max-width:500px) {
 
  .logo-deposito{
  
    width: 200px;
    height: 250px;
    border-radius: 10px;
    
  
  
  }
  .lista-deposito{
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr;
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .tres{
    margin: auto;
    color:#242076 ;
  font-size: 30px;
  grid-column: 1;
  grid-row: 5;
  }
   
  .deposito-h1{
    grid-row: 1;
    font-size: 30px;
    text-align: center;
  }

  .botao-deposito{
    display: none;
  }
  img{

    border: 5px solid #242076;
    border-radius: 5px;
    max-width: 320px;
    max-height: 200px;
    
  }
}

body{
  margin: 20px;
  max-width: auto;
  max-height: auto;
}

.carrosel1{
  /*display: none;*/
}

img{
  border: 5px solid #242076;
  border-radius: 5px;
 
}


.fundoloja{
  margin-top: 10px;
  background-image: url(/images/loja/WhatsApp\ Image\ 2022-12-07\ at\ 21.24.09.jpeg);
  background-repeat: no-repeat;
  background-size:100%;
  background-position: center;
  height: 570px;
  margin-bottom: 40px;
  
  
}
@media(max-width:450px) {
  .fundoloja{
    background-image: url(/images/loja/WhatsApp\ Image\ 2022-12-07\ at\ 21.24.09.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 200px;
    width: 320px;
    

  }
  .botao-whats img{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .fornecedores{
    text-align: center;
    font-size: 30px;
  }
  
  .galeria-fornecedores img{
  width: 258px;
  height: 200px;
  }

 
  
  .titulo-galeria-loja{
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 22px;
    text-align: center;
  }


  .image10{
    display: none;
  }


  .titulo-loja1{
    margin-top:0px;
    margin-bottom: -20px;
    font-size: 25px;
  }
}



Gallery img{
  border: none;
}

.rodape2{
  font-size:10px;
  margin-top: 0px;
}

.botao-whats{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
.fornecedores{
  text-align: center;
  font-size: 70px;
}

.galeria-fornecedores img{
width: 258px;
height: 200px;
}
@media(max-width:450px){
  .fornecedores{
    text-align: center;
    font-size: 30px;
  }
  
  .galeria-fornecedores img{

  width: 150px;
  height: 150px;
  }
  .galeria-fornecedores{
    text-align: center;
  }
}