.tablaproducts { 
width: 100%; max-width: 100%;
height: 400px; max-height: 400px;
margin-top: 10px;
padding-top: 40px;
padding-bottom: 5px; }

        .decorframe,
        .boardventaproduct { max-width: 980px; }

.leadproducts { 
max-width: 980px;
margin: 0 auto;
font-size: 1.1em;
margin-bottom: 30px; }

.tablaproductsframe {
max-width: 980px; 
display:flex; 
-webkit-display:flex; 
-ms-display:flex; 
flex-flow:row wrap;
-webkit-flex-flow:row wrap;
-ms-flex-flow:row wrap;
justify-content:space-between;
-webkit-justify-content:space-between;
-ms-justify-content:space-between;
align-items:center;
-webkit-align-items:center;
-ms-align-items:center;
align-content:center; }

.productitem {  
max-width: 19%;
aspect-ratio: 1/1.4;
margin-bottom: 35px; }

.productinfo { 
height: 30%; max-height: 30%;
padding-left: 7%;
padding-right: 7%; 
padding-top: 5%; 
padding-bottom: 2.5%; }

            .productname {  font-size: 1.02em; 
                            line-height: 1em;
                            letter-spacing: .05em;
                            -webkit-line-clamp: 4;
                            height: calc(1em * 4);
                            max-height: calc(1em * 4); }

            .productname:hover { 
                    text-decoration: none;
                    -webkit-text-stroke: 1px rgba(255,255,255,1); 
                    text-stroke: 1px rgba(255,255,255,1); }

        .prensaicon,
        .arteicon,
        .libroicon,
        .musicicon,
        .intericon { font-size: 1.2em; }


.productleftside { width: 100%; max-width: 100%; }
.productrigtside { min-width: 300px; max-width: 300px; }


