.producto {
  background-position: center;
  background-repeat: no-repeat;
  background-size:auto;
  padding: 100px 150px;
  color: #fff;
}

.producto--chupalokas {
  background-image: url(../assets/products/bg/bg-product-section-1.png);
}

.producto--chilidots {
  background-image: url(../assets/products/bg/bg-product-section-2.png);
}

.producto--cubimangos {
  background-image: url(../assets/products/bg/bg-product-section-3.png);
}

.producto--mangomichas {
  background-image: url(../assets/products/bg/bg-product-section-4.png);
}

.producto--relleton {
  background-image: url(../assets/products/bg/bg-product-section-5.png);
}

.producto--pulpabox {
  background-image: url(../assets/products/bg/bg-product-section-6.png);
  background-size: contain
}

.producto--img {
  width: 100% !important;
  height: auto !important;
  max-width: 800px;
}

.producto--contenedor {
  display: flex;
  justify-content: start;
  align-content: center;
  max-width: 300px;
  margin-top: 50px;
}

.producto--img__ingrediente {
  width: 100% !important;
  height: auto !important;
  max-width: 110px;
}

.producto--contenedor__banderas {
  display: flex;
  justify-content: end;
  align-content: center;
  max-width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.producto--img__banderas {
  width: 100% !important;
  height: auto !important;
  max-width: 110px;
}

.producto--p {
  margin-bottom: 0;
  line-height: 1.5;
}

.producto--p__hashtag {
  font-size: 18px;
  font-family: 'helvetica-r';
}

.producto-etiqueta {
  font-size: 15px;
  font-family: 'helvetica-r';
  margin-top: 20px;
  position: relative;
  display: inline-flex;
}

.producto-etiqueta::after {
  content: '';
  height: 1px;
  width: 80%;
  position: absolute;
  left: 16px;
  bottom: -2px;
  background-color: #fff;
}

.producto--p__desc {
  font-size: 14px;
  font-family: 'helvetica-r';
}

.producto--p__titulo {
  font-size: 50px;
  font-family: 'oswald-b';
  text-transform: uppercase;
}

.product--pt {
  padding-top: 150px;
}

.productos--img__cubimangos {
  max-width: 430px;
}

.producto--mangomichas .producto--img{
  margin-bottom: 30px;
}

.producto--relleton .producto--img{
  margin-bottom: 60px;
}

.product-image {
  transition: opacity 0.5s ease;
  opacity: 1;
}