.proveedorEmpresa{
    font-size: 12px;
}

.nombreEntidad{
    font-size: 12px;
    color: #c3c3c3;
}

.oculto{
    display: none !important;
}

.sinMostrar{
    visibility: hidden !important;
}

#cantBultoModal, #precioVentaModal, #descuentoBultoModal, #nuevoPrecioVentaModal, #nombreArticuloModal{
    font-weight: bold;
    color: rgb(12, 12, 97);
}

#tablaProductosImprimir_wrapper{
    display: none;
}

.imgAndName{
    width: 24%;
    margin-bottom: 15px;
    text-align: center;
    float: left;
    height: 300px;
    padding-bottom: 130px;
    background-color: #FFF;
    padding: 5px;
    margin-right: 7px;
    border-radius: 10px;
    border: solid 2px #a4a4a4;
    box-shadow: 3px 5px 5px;
    position: relative;
}

.imgListSub{
    width: 95%;
    border-radius: 10px;
    max-height: 250px;
}

.nameListSub{
    width: 95%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    bottom: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.imgAndNameModal {
    width: 5%;
    float: left;
    height: 40px;
    background-color: #FFF;
    border-radius: 4px;
    border: solid 2px #a4a4a4;
    position: relative;
}

.imgListSubModal{
    width: 95%;
    border-radius: 5px;
    max-height: 30px;
}

#thumb{
    height: 100%;
}

/* Ajustes para dispositivos móviles */
@media (max-width: 767px) {
    .imgAndNameModal {
        width: 90%;  /* Cambia el ancho a 90% para ocupar más espacio en dispositivos móviles */
        float: none;
        margin: 10px auto;  /* Centra el div horizontalmente */
        display: block;
        height: auto;  /* Ajusta la altura automáticamente */
    }

    .imgListSubModal {
        width: 100%;  /* Ajusta el ancho de la imagen para que ocupe todo el contenedor */
        max-height: none;  /* Permite que la altura se ajuste automáticamente */
        height: auto;  /* Ajusta la altura automáticamente */
    }
}
