.products-general {width: 100%;height: 100%;position: absolute;top: 0;padding-top: 18vw;box-sizing: border-box;}
.innergeneral {background: #adadad; height: 100%; }
.product {width: 25%;height: 220px;padding: 20px;box-sizing: border-box;float: left;position: relative;cursor: pointer;}
.innerproduct {position: relative;height: 100%;width: 100%;border: 1px solid #efefef;}
.product:hover {padding: 3px;}
.product:hover .title-product {opacity: 0} .product:hover .detail-product {background: none;} .product:hover .detail-product .price {display: none;}
.title-product {background: white;text-align: center;padding: 5px;font-size: 14px;}
.detail-product {position: absolute;bottom: 0;background: white;width: 100%;}
.price {float: left;padding: 2px 4px;font-size: 12px;color: #df0209;}
.inner-list-products .price {font-size: 16px}
.cart-p, .app-p {float: right;background: #f44336;color: white;padding: 5px;font-size: 11px;}
.content-general {overflow-y: auto;height: 100%;}
.promo-box {position: absolute;top: 4px;left: -8px;background: url(../img/globo.png);background-size: cover;color: white;height: 60px;width: 60px;line-height: 60px;text-align: center;border-radius: 50%;}