/* OrdenoYa.com - Home Page*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.website-title {
  font-family: 'Kaushan Script', sans-serif;
  font-size: 50px;
  color: #806a41;
}

.products-masonry .card {
  text-align: center;
  border: none;
  margin-bottom: 40px;
}
.products-masonry .card h5 {
  text-transform: uppercase;
  color: #806a41;
  font-weight: 400;
}
.products-masonry .card h5::before {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #806a41;
  margin: 15px auto 15px;
}

.footer img {
  max-height: 30px;
}
.website-footer {
  font-family: 'Kaushan Script', sans-serif;
  font-size: 2rem;
  color: #fff;
}

.linea {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(153, 153, 153);
}