.l-box {
	padding: 1em;
}
.producto {
	padding: 1em;

	background-color: #fff;
}

.main-img{
	width: 25%;
	margin-left: auto;
    margin-right: auto;
	display: block;
}

.is-center {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.header-bg {
  background-image: url("../res/header-bg.jpg")
}

.green-line{
  height: 0.5em;
  background-color: #3A7637;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: stretch;
  justify-content: space-around;

}

.flex-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-item:hover {
    background-color: #DDD;
} 

.product-title {
  height: 7%;
}
.product-description {
  height: 20%;
}

.product-img {
  height: 63%
}

.product-link{
  height: 10%;
}