/*
estilos propios
*/

.div input{
	border-radius: 10px;
	border-bottom:solid 1px;
	border-bottom-color:rgba(251, 0, 0, 0.427) ;
	padding: 20px 5px;
	margin-bottom: 10px;

}


.numeroBoleta{
 color:red;
 font-size: 4em;
 border:0px;
 width: 70%;
}
.btnEnviaRegresa{
	width: 100%;

}

@media print {
	/*  Reglas CSS específicas para imprimir */
	.no-print {
		display: none;
	}

	.modal {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		overflow: visible !important; /*ELIMINA EL SCROLL(MUY IMPORTANTE)*/
	}
	body.modal-open {
		visibility: hidden;
	}

	body.modal-open .modal .modal-body {
		visibility: visible; /* make visible modal body */
	}

}
@media (max-width:600px) {

    .numeralPeso{
        font-size: 3.5em;
    }
	
	.numeroBoleta{
	 color:red;
	 font-size: 3em;
	 border:0px;
	 width: 80%;
	}
	.btnEnviaRegresa{
		width: 100%;
	
	}
	.div input{
		border-radius: 10px;
		border-bottom:solid 1px;
		border-bottom-color:rgba(251, 0, 0, 0.427) ;
		padding: 30px 0px;
		margin-bottom: 10px;
		font-size: 2em;
		width: 100%;
	
	}
}


