.sombra1{
    box-shadow: 2px 2px 5px #999;
    height: 500px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.card-body{
    padding: 20px;
}

.sombra-menu{
    box-shadow: 2px 2px 5px #999;
    border-radius: 4px;
    padding: 20px;
}

.sombra{
    box-shadow: 2px 2px 5px #999;
}

.infoCart {
    bottom: 0px;
}
.tamanio{
    height: 480px; 
    margin-top: 20px;
}

.wid{
    width:80%;
}
@media only screen and (max-width: 399px) {
    .tamanio {
    height: 400px;
    }
 }
@media only screen and (max-width: 716px) {
    .wid{
        width:100%;
    }
 }

 @media only screen and (max-width: 850px) {
    .tamanio{
        height: 420px;
    }
 }