body{
     background-color: white;
 }
 
 #a-productos{
     text-decoration: underline;
     text-underline-offset: 5px;
     color: white;
     font-weight: bold;
 }


 .product-icon{
     width: 170px;
     height: 170px;
 }

 @media screen and (max-width: 768px) {
     .product-icon{
          width: 120px;
          height: 120px;
      }

      .prod-titulo{
          font-size: 18px;
      }

      .prod-itemcode{
          font-size: 13px;
      }

      .prod-marca{
          font-size: 14px;
          font-weight: bold;
      }

      .prod-um{
          font-size: 14px;
      }
}