/* TIENDA LISTA */
#tienda {
  width: 100%;
  height: auto;
  padding: 260px 15% 50px 15%;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

.tiendaTitle {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}
.tiendaTitle h1 {
  font-size: 40px;
  color: #9e9f9e;
  font-weight: 500;
  font-style: normal;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  font-weight: normal;
  transition: all .3s ease;
}

.tiendaInner {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 auto;
  position: relative;
  transition: all .3s ease;
}

.tiendaImg {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 0 0 0;
  line-height: 0;
  border: 2px solid #e4e4e4;
  position: relative;
  transition: all .3s ease;
}

.tiendaImg img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all .3s ease;
}

.tiendaFooter {
  width: 100%;
  height: 100px;
  padding: 15px 0 0 0;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}
.tiendaFooter h1 {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  color: #9e9f9e;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.tiendaFooter a {
  font-size: 22px;
  color: #4289d5;
  text-decoration: underline;
  font-weight: 500;
  font-style: normal;
  transition: all .3s ease;
}
.tiendaFooter a:hover, .tiendaFooter a:active, .tiendaFooter a:focus {
  color: #00305a;
}
/*  */
