.jc_container {
  width: 1200px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.jc_cont_zapatos {
  width: 100%;
  padding-top: 20px;
}

.jc_zapatos {
  width: 31.33%;
  margin-right: 1%;
  margin-bottom: 30px;
  margin-left: 1%;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-color: #ececec;
  float: left;
}

.jc_imagen {
  height: 220px;
  margin-bottom: 20px;
  background-color: #fff;
  background-image: url('../images/zapatos1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.jc_imagen._2 {
  background-image: url('../images/zapatos2.png');
}

.jc_nombre {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  background-color: #f2f5f7;
}

.jc_descripcion {
  font-family: Lato, sans-serif;
  color: #393939;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  background-color: #f2f5f7;
  min-height:50px;
}

.jc_precio {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  background-color: #f2f5f7;
  padding-bottom: 10px;
}

.main {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .jc_zapatos {
    width: 48%;
  }
}

@media screen and (max-width: 479px) {
  .jc_zapatos {
    width: 48%;
  }
  .jc_imagen{
    height: 155px;
    margin-bottom: 0px;
  }
}

