/*Pag top background*/
#background-top-img{
  height: 80vh;
  width: 100%;
  background-image: url(../img/img/imgUsina/DJI_0025.jpg);
  background-position: center;
  background-size: cover;
}

.container-products {
  width: 100%;
}

/*Seção produtos*/

#product {
  background-color: #FEFEFE;
  border-radius: 10px;
  transition: .1s;
}

#product p {
  font-weight: 500;
}

#product:hover {
  border: 1px solid #BDE549;
  background-color: #FEFEFE;
  .product-info h6 span{
    color: #FB7B04;
    font-weight: 700;
  }
}

.product-img {
  display: flex;
  justify-content: center;
  height: auto;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.product-img img {
  height: inherit;
  width: inherit;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.product-img img {
  height: 100%;
  width: 100%;
}

.product-info h6 span {
  color: #042C6A;
  font-size: 25px;
  font-weight: 600;
}
.product-info p {
  font-size: 15px;
  font-weight: 500px;
  text-align: justify;
}