.w-barcode-section {
	display: flex;
	align-items: center;
    justify-content: center;
}

.w-barcode-section .w-barcode-section-text {
	display:flex;
	width: 14rem;
	height: 2.3rem;
	align-items: center;
    justify-items: center;
    margin-right: 1rem;
}

.w-barcode-section-text .barcode-text {
	width: inherit;
	height: inherit;
	margin-right: 1rem;

}


.w-barcode-section::before {
    background-image: url(./icon--pistolear.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    height: 3rem;
    width: 3rem;
    margin-right: .5rem;
}


.diaglog-barcode.w-not-item .w-modal__header::before {
    background-image: url(./icon--item-not-found.svg);
}

.diaglog-barcode.w-vence-item .w-modal__header::before {
    background-image: url(./icon--item-vencido.svg);
}

.diaglog-barcode .w-modal__body .w-sub-mensaje {
	margin: 0;
    text-align: center;
    color: #737373;
    font: 1.7rem 'Dosis', sans-serif;
    font-weight: 700;
    margin-right: 1rem;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin-top: -1rem;
    margin-bottom: 1rem;
}


.diaglog-barcode .w-modal__body .w-dialog__message {
	font: 1.5rem 'Dosis', sans-serif!important;
	font-weight: 100!important;
	text-transform: none!important;
	color:#000000!important;
	width: 30rem;
}