



.item {
  flex: 4;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
}
.item:hover {
  flex: 7;
}

.item-1 {
  background-image: url("../img/helados/chocolate.jpg");
}

.item-2 {
  background-image: url("../img/helados/vainilla.jpg");
}

.item-3 {
  background-image: url("../img/helados/frape.jpg");
}

.item-4 {
  background-image: url("../img/helados/solido.jpg");
}

.item-5 {
  background-image: url("../img/helados/yogurt.jpg");
}

.social {
  position: absolute;
  right: 35px;
  bottom: 0;
}
.social img {
  display: block;
  width: 32px;
}


.textProd{
  color: #ffffff;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #ba4182c2;
  /* margin-top: 314px; */
}

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}

@media (max-width: 991.98px) {
  .gallery-wrap {
  display: inline-grid;
  height: 208vh;
  }

}


.column {
float: left;
    width: 50%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}