/* Estilos para ordenador */
.fila-ofertas {
    display: flex;
    justify-content: space-between;
    margin-left: 1%;
    margin-right: 1%;
}
.bloque-ofertas {
    font-family: 'Poppins', sans-serif;
    font-size: large;
    border-color: var(--TextColor);
    text-align: center;
    cursor: pointer;
    /* padding: 10px; */
    margin-bottom: 1%;
    width: 23%;
    border-radius: 5px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: -webkit-fill-available;
}
@media(max-width: 800px){
    .bloque-ofertas{
        width: 95%;
        margin-bottom: 3vh;
    }
}
.bloque-ofertas:hover {
    background-color: #f5f5f5;
}
/* .info-producto-carrito p, .info-producto-carrito div{
    margin: 0px;
    font-weight: 300;
    font-size: 16px;
} */
.precio-alfondo{
    margin-top: auto;
}
.precio-no-tachado .carrito-entero{
    font-size: x-large;
}
.cuotas .carrito-entero{
    font-size: 12px !important;
}
.cuotas .carrito-decimal{
    font-size: 10px;
}
.precio-final {
    color: var(--TextColor);
    font-weight: 600 !important;
    font-weight: bold !important;
}
.cuotas{
    font-size: 11px !important;
    /* font-weight: bold !important; */
    margin-bottom: 15px !important;
}
.descuento-ofertas{
    position: absolute;
    width: fit-content;
    margin: 2px 0px 0px 3px;
    background: var(--TextColor);
    color: white;
    border-radius: 5px;
    padding: 3px;
    font-size: 15px;
}
/* .doble-precio{
    display: flex;
    align-items: center;
    justify-content: center;
}
.precio-tachado{
    text-decoration: line-through;
    margin-right: 10px !important;
} */
/* .imgtoModalofertas{
    cursor: pointer;
    /* max-height: 60vh; *//*
    object-fit: cover;
    width:100%;
    height:100%;
    margin: auto;
} */

/* Estilos para movil */
.fila-ofertas {
        display: flex;
        justify-content: center;
    }
@media (max-width: 840px){
    
    .fila-ofertas {
        display: flex;
        justify-content: center;
    }
    .nameTit-vechangocelu-noiva{
        line-height: 25px;
        font-weight: 400;
        margin: 0px 10px;
        font-size: 15px;
    }
    .descuento-vechangocelu{
        margin: 0px 5px;
    }

    .noivapreciocelu{
        margin: 0px 5px !important;
    }
    .preciofinal-vechango{
        text-align: center !important;
    }
    
    /* .imgtoModalofertas{
        cursor: pointer;
        width: 100%;
        margin: auto;
        max-height: 140vw;
    } */
}

