.main { background: #fff; }

/* ---------- PRODUCTOS --------- */

.c-productos {
  padding: 230px 0 40px;
}

.titulo-productos {
  padding: 30px 0 0;
  text-align: center;
  font-size: 50px;
  color: #804932;
  font-weight: 600;
}

.subcontenedor-productos {
  width: 90%;
  height: auto;
  background: #fff;
  display: flex;
  margin: 50px auto 30px;
  padding: 0 2%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* .subcontenedor-productos:nth-child(2n) {
  background: #fff;
  border-top: none;
  border-bottom: none;
} */

.c-imagenes-productos {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:60px 30px;
}

.gallery-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gallery-card a:nth-child(1) {
  width: 100%;
}

.gallery-card a:nth-child(1) img {
  width: 340px;
  height:300px;
  margin: 20px auto;
  border: none;
  border-radius: 2em 0 2em 0;
}

.gallery-card a {
  width: 31%;
  margin: 10px 1%;
}

.gallery-card a img {
  width: 100%;
  height: 170px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 1em 0 1em 0;
}

.c-informacion-productos {
  width: 50%;
  padding: 80px 0 0;
}

.nombre-producto {
  margin: 20px 0;
  font-size: 35px;
  color: #333;
}

.descripcion-producto {
  width: 80%;
  margin-right: 20%;
  color: #727171;
  font-size: .9em;
  line-height: 20px;
}

.link-comprar {
  display: inline-block;
  background: #804932;
  color: #fff;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 20px;
  margin: 20px 0;
}

.link-comprar:hover {
  background: rgba(0, 0, 0, 0.8);
}


/* ---------------- MEDIA QUERYS --------------- */

@media (max-width:768px) {

.titulo-productos {
  font-size: 30px;
}

.c-productos {
  padding: 130px 0 40px;
}


.subcontenedor-productos {
  display: block;
  padding: 20px;
  margin: 40px auto;
}

.c-imagenes-productos {
  width: 100%;
  padding: 10px 0 20px;
  margin: 10px 0;
}

.gallery-card a:nth-child(1) img {
  width: 80%;
  max-height: 250px;
}

.gallery-card a {
  width: 48%;
}

.c-informacion-productos {
  width: 90%;
  padding: 0 0 25px;
  margin: auto;
}

.nombre-producto {
  font-size: 22px;
  text-align: center;
}

.descripcion-producto {
  text-align: center;
  width: 90%;
  margin: auto;
}

.link-comprar {
  display: block;
  padding: 10px 0;
  text-align: center;
  margin: 20px 0 0 0;
}

}
