a:hover{cursor:pointer}.button{background:#DF691A;text-decoration:none;padding:15px;margin-top:15px;border-radius:5px;color:#f2f2f2;font-weight:700}.button:hover{text-decoration:none;background-color:#9a4912;color:#f2f2f2}.container-productos{width:100%;max-width:1200px;height:auto;display:flex;flex-wrap:wrap;justify-content:center;margin:auto}.container-productos .card{width:260px;height:390px;background:var(--bs-body-color);color:#f2f2f2;border-radius:8px;border:1px solid var(--bs-body-color);box-shadow:0 2px 2px #0003;overflow:hidden;margin:20px;text-align:center;align-items:center;transition:all .25s}.container-productos .card img{width:260px;height:190px;cursor:pointer}.container-productos .card h5{font-weight:600;padding:5px}.container-productos .card a{padding:10px;display:block;width:50%;margin:0 auto}.container-productos .card:hover{transform:translateY(-15px);box-shadow:0 12px 16px #0003}
