.produtoCol {
  padding: 20px;
}

.produtoCard {
  width: 100%;
}

.produtoCard h5 {
  text-align: center;
  font-weight: bold;
  height: 50px;
}

.produtoCard a:hover {
  cursor: pointer;
}

.produtoCard:hover {
  box-shadow: 2px 2px 5px lightgray;
}

.produtoInfo {
  height: 75px;
  padding-top: 15px;
  text-align: left;
}

.produtoPrecoAntes {
  color: black;
  font-weight: bold;
  text-decoration-line: line-through;
  font-size: 18px;
}

.produtoPreco {
  color: green;
  font-weight: bold;
  font-size: 18px;
}

.produtoSaibaMais {
  background-color: transparent;
  color: black;
  border: 1px solid gray;
  border-radius: 15px;
}

.produtoSaibaMais:hover,
.produtoSaibaMais:focus {
  background-color: #00164c;
}

.tipoLink {
  color: blue;
  cursor: pointer;
}

.tipoLink:hover {
  text-decoration: underline;
}

.carousel-control-next,
.carousel-control-prev,
.carousel-indicators li {
  filter: invert(100%);
}

.produtoPageTitulo {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

.produtoPagePrecoAntes {
  margin-bottom: 10px;
  color: black;
  text-align: right;
  font-weight: bold;
  text-decoration-line: line-through;
}

.produtoPagePreco {
  color: red;
  text-align: right;
  font-weight: bold;
}

.produtoPagePrecoSugerido {
  margin-top: 15px;
  color: black;
  text-align: right;
}

.produtoPagePrecoSugerido span {
  font-size: 16px;
}

.produtoPageDescricao {
  margin-top: 50px;
}

.produtoPageDescricao h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.produtoPageDescricao p {
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
}

.produtoPageButtonArea {
  margin-top: 20px;
  text-align: right;
}

.produtoPageButtonArea a {
  width: 90%;
}

.produtoPageQuantidade {
  text-align: right;
  margin-top: 40px;
  overflow: hidden;
}

.produtoPageQuantidade span {
  font-size: 18px;
  font-weight: bold;
  padding: 25px;
}

.produtoPageQuantidade input {
  width: 80px;
  float: right;
  border: 1px black solid;
}

.botaoAddCarrinho {
  background-color: transparent;
  font-weight: bold;
  color: black;
  border: 1px solid gray;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.botaoAddCarrinho:hover,
.botaoAddCarrinho:focus,
.botaoAddCarrinho:active {
  background-color: transparent;
  border: 1px solid gray;
  color: black;
  box-shadow: gray 1px 1px 15px 1px;
}

.setaVoltar {
  color: lightgray;
  cursor: pointer;
  padding: 10px;
}

.setaVoltar:hover {
  color: white;
  text-shadow: 2px 2px 15px black;
  text-decoration: none;
}

@media (max-width: 767px) {
  .produtoPageButtonArea {
    text-align: center;
  }
  .produtoPageButtonArea a {
    width: 100%;
  }
}
