.page-productos .slider {
  width: 100%;
}
.page-productos .slider ._50vh{ height: 50vh; }
.page-productos .slider ._100vh{
  height: 100vh;
  min-height: 300px;
}

.page-productos .slider .absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.page-productos .slider .box {
  width: 100%;
  height: 100%;
  background: #5faa41;
}
.nuestra-preparacion {
  background: #5a883a;
  padding: 120px 0 20px;
}
.nuestra-preparacion .hoja-flota {
  position: absolute;
  top: -150px;
  right: 190px;
}
.nuestra-preparacion .box {
  background: #f0f0f0;
  border-radius: 20px;
}
.nuestra-preparacion .box .box-header {
  width: 100%;
  background: #5faa41;
  padding: 25px;
  border-radius: 20px;
  min-height: 125px;
  max-height: 125px;
}
.nuestra-preparacion .box .box-body {
  padding: 20px 40px 10px 40px;
  min-height: 250px;
  max-height: 250px;
}
.nuestra-preparacion .box .box-body .box-img {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.nuestra-preparacion .box .box-footer {
  padding: 10px 40px 20px 40px;
}
.nuestra-preparacion .box .box-footer .rectangle {
  border: 1px solid #5a883a;
  border-radius: 20px;
  padding: 15px;
}
.nuestra-preparacion .box .box-footer .rectangle .rectangle-img {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nuestro-sabor{
  background: #5a883a;
  width: 100%;
  height: 640px;
  -moz-border-radius: 0% 0% 50% 50% / 0% 0% 50% 50%;
  -webkit-border-radius: 0% 0% 50% 50% / 0% 0% 50% 50%;
  border-radius: 0% 0% 50% 50% / 0% 0% 50% 50%;
}
.nuestro-sabor .hoja1 {
  position: absolute;
  left: -9%;
  top: -2%;
}
.nuestro-sabor .hoja2 {
  position: absolute;
  bottom: 15%;
  left: 50%;
}


/* ==============================
        Listado de Productos
================================== */
.productos .producto-item{
  position: relative;
}
.productos .producto-item::before{
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0%;
  right: 0;
  background: #5A883A;
  opacity: .4;
  border-radius: 20px;
  z-index: 1;
}
.productos.tradicional .producto-imagen{
  height: auto;
  width: 100%;
}
.productos .producto-imagen{
  height: 200px;
  width: 100%;
}
.productos .producto-imagen > img{
  z-index: 1;
}
.productos .producto-footer{
  position: relative;
  background: #5A883A;
  border: 1px solid #5A883A;
  border-radius: 20px;
  padding: 15px 20px;
  margin-top: 30px;
  z-index: 1;
}
.productos .producto-footer > h3{
  font-family: 'HeroinePro-Black';
  font-size: 26px;
  color: #FFFFFF;
}
.productos .producto-footer > h3 > span{
  font-family: 'GandhiSans-Regular';
  font-size: 16px;
  color: #EEDAB6;
  margin-left: 10px;
}
.productos .producto-footer > button{
  font-family: 'GandhiSans-Bold';
  border-radius: 50%;
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: none;
  outline: 0;
}
