</div>
                <!--End of carousel-->
                <br>
                <!--Main card-->
                
                <!--Title bar-->
                <div class="w3-container red">
                    <h2>Ofertas impactantes&nbsp;&nbsp;<i class="fa fa-heartbeat"></i> </h2>
                </div>
                <!--End of title bar-->
                <!--First Row of items-->
                <form action="categorias/detalle_producto.php" method="POST">
                  <div class="w3-row-margin">          
                      <?php 
$propiedadDal = new ProductoDal();
$propiedadDal->listaProductoEnOfertaIndex();
?>
                  </form>
                </div>
                        
                <!--End of first row of items-->
            </div>
            <!--End of content-->
            
            <!--Blank column-->
            <div class="w3-col m1">&nbsp;</div>
            <!--End of blank column-->
            
        </div>
        <!--End of Main Row-->