/* contem o css da parte de produtos da pagina principal */

.produtos {
  background: #e5e5e5;
  padding-bottom: 64px;
}

.produtos__titulo {
  align-items: center;
  display: flex;
  font-size: 32px;
  justify-content: space-between;
  margin: 64px 0 12px 0;
  padding: 0 4%;
}

.produtos__tituloNovos {
  align-items: center;
  display: none;
  font-size: 32px;
  justify-content: space-between;
  margin: 64px 0 12px 0;
  padding: 0 4%;
}

.produtos__titulo_texto {
  margin: 0;
}

.produtos__galeriaNovos {
  display: none;
}

.produtos__galeria_listaStarWars,
.produtos__galeria_listaConsoles,
.produtos__galeria_listaDiversos,
.produtos__galeria_listaNovos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0 4%;
}

.produtos__galeria_item {
  height: 252px;
  margin: 1em;
  width: 176px;
}

.produtos__galeria_img {
  height: 174px;
  width: 176px;
}

.produtos__galeria_titulo,
.produtos__galeria_preco {
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0;
}

.produtos__galeria_preco {
  font-weight: 700;
}

.produtos__galeria_link {
  color: #7e21ce;
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0;
  text-decoration: none;
}

.produtos__vertudo {
  color: #7e21ce;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.produtos__vertudo_seta {
  padding-left: 12px;
}

/*SMALL VIEWPORTS*/

@media screen and (max-width: 767px) {
  .produtos__galeria_listaStarWars,
  .produtos__galeria_listaConsoles,
  .produtos__galeria_listaDiversos,
  .produtos__galeria_listaNovos {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0 2%;
    width: 96%;
  }

  .produtos__galeria_item {
    height: 100%;
    margin: 0.5em;
    width: 45%;
  }

  .produtos__galeria_img {
    width: 100%;
    height: 100%;
  }
}

/*MEDIUM VIEWPORTS*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .produtos__galeria_listaStarWars,
  .produtos__galeria_listaConsoles,
  .produtos__galeria_listaDiversos,
  .produtos__galeria_listaNovos {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0 2%;
    width: 96%;
  }

  .produtos__galeria_item {
    height: 100%;
    margin: 1em;
    width: 21%;
  }

  .produtos__galeria_img {
    width: 100%;
    height: 100%;
  }
}
