.productosCont{
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}
.productosCont .warnCont{
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(0, rgba(255, 216, 133, 0.333), #fff);
    border: 1px solid #ffe7bb;
    box-shadow: 0 8px 18px rgba(0,0,0, .080);
    font-weight: 200;
    color: #b48225;
}
.productosCont .warnCont strong{
    font-weight: 600;
    color: #ffa500;
}