/* card */

.wrapper {
    padding-top: 30px;
}
.card{
    background: rgba(255, 255, 255, 0.05)!important;
}
.card-img-top {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
}

.card-body {
    text-align: center;
    box-shadow: 0 12px 20px -6px rgba(0, 0, 0, .5);
    backdrop-filter: blur(15px);
}

.card-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    color: rgb(90, 90, 90);
}

.card-text {
    color: rgb(252, 252, 252)!important;
}

@media (max-width: 800px) {
    .mx-30 {
        margin-bottom: 35px;
    }
}

@media (max-width: 5000px) {
    .mx-30 {
        margin-bottom: 30px;
    }
}


/* Estilos img de productos */

.imgTop {
    height: 310px;
    overflow: hidden;
}

.imgTopW {
    height: 100px;
    overflow: hidden;
}

.precionumW {
    font-size: 16px;
    font-weight: bold;
}

.PimgTop {
    width: 100%;
    height: 100%;
}

.imgHTop {
    width: 100%;
    height: 100%;
}

.imgHTopW {
    width: 100%;
    height: 150%;
}