@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*
{
	border: 0;
	box-sizing: content-box;
	color: inherit;
	font-family: 'Poppins', sans-serif;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: top;
	transition: .5s;
}
.logo-factura {
	max-width: 250px !important;
}

.dato .logo-factura{
	max-width: 320px !important;
}

select {
	font-size: 1.2em;
}
/* content editable */
#bodyraro {
	
	width: 100%;
	height: auto;

}

*[contenteditable] { border-radius: 0.25em; min-width: 1em; outline: 0;
	padding: 1px; }

*[contenteditable] { cursor: pointer; }

*[contenteditable]:hover, *[contenteditable]:focus, td:hover *[contenteditable], td:focus *[contenteditable], 
img.hover { background: #d3d6e0; box-shadow: 0 0 1em 0.5em #d3d6e0;
	transform: scale(1.035);
	transition: .3s;
}

span[contenteditable] { display: inline-block; 
color: #121b37;}

/* heading */

h1 { font: bold 100% sans-serif; letter-spacing: 0.5em; text-align: center; text-transform: uppercase;
padding: 5px 0px }
h1:hover {
	color: #000;
}
/* table */

table { font-size: 75%; table-layout: fixed; width: 98%; }
table { border-collapse: separate; border-spacing: 2px; }
th, td { border-width: 1px; padding: 0.5em; position: relative; text-align: left; }
th, td { border-radius: 0.25em; border-style: solid; }
th { background: #EEE; border-color: #BBB; }
td { border-color: #DDD; }

/* page */

html { font: 16px/1 'Open Sans', sans-serif; overflow: auto; padding: 0; }
html { background: #999; cursor: default; }

body { box-sizing: border-box; height: 12in; margin: 0 auto; overflow: hidden; padding: 0.4in; width: 100%; }
body { background: #FFF; border-radius: 1px; box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5); }

/* header */

header { margin: 0 0 0em; }
header:after { clear: both; content: ""; display: table; }

header h1 {  border-radius: 0.25em; color: #FFF; margin: 0 0 1em; padding: 0.5em 0; }
header address { float: left; font-size: 75%; font-style: normal; line-height: 1.25; margin: 0 1em 1em 0; }
header address p { margin: 0 0 0.25em; }
header span, header img { display: block; float: right; }
header span { margin: 0 0 1em 1em; max-height: 100%; max-width: 60%; position: relative; }
header img { max-height: 110%; max-width: 110%; }
header input { cursor: pointer; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; height: 110%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; }


h1.sub {
	background-color: none;
	color: #13914e;
}
/* article */

article, article address, table.meta, table.inventory { margin: 0 0 3em; }
article:after { clear: both; content: ""; display: table; }
article h1 { clip: rect(0 0 0 0); position: absolute; }

article address { float: left; font-size: 125%; font-weight: bold; }

/* table meta & balance */

table.meta, table.balance { float: right; width: 42%; margin: 0;}
table.meta:after, table.balance:after { clear: both; content: ""; display: table; }

/* table meta */

table.meta th { width: 40%; }
table.meta td { width: 60%; }

/* table items */

table.inventory { clear: both; width: 100%; }
table.inventory th { font-weight: bold; text-align: center; }

table.inventory td:nth-child(1) { width: 26%; }
table.inventory td:nth-child(2) { width: 38%; }
table.inventory td:nth-child(3) { text-align: right; width: 12%; }
table.inventory td:nth-child(4) { text-align: right; width: 12%; }
table.inventory td:nth-child(5) { text-align: right; width: 12%; }

/* table balance */

table.balance th, table.balance td { width: 50%; }
table.balance td { text-align: right; }

/* aside */

aside h1 { border: none; border-width: 0 0 1px; margin: 0 0 1em;
padding-bottom:2px ; }
aside h1 { border-color: #999; border-bottom-style: solid; }

/* javascript */

.add, .cut
{
	border-width: 1px;
	display: block;
	font-size: .8rem;
	padding: 0.25em 0.5em;	
	float: left;
	text-align: center;
	width: 0.6em;
}

.add, .cut
{
	background: #13914e;
	
	border-radius: 0.5em;
	border-color: #13914e;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 0 -1px 2px rgba(0,0,0,0.333);
}

.add { margin: -2.5em 0 0; }

.add:hover { background: #13914e; }

.cut { opacity: 0; position: absolute; top: 0; left: -1.5em; }
.cut { -webkit-transition: opacity 100ms ease-in; }

tr:hover .cut { opacity: 1; }

@media print {
	* { -webkit-print-color-adjust: exact; }
	html { background: none; padding: 0; }
	body { box-shadow: none; margin: 0; }
	span:empty { display: none; }
	.add, .cut { display: none; }
}
.nombre-factura  {
	padding: 10px 0px;
	background-color: #13914e;
}


.note-compra {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: normal;
	text-align: center;
}

.tabla-banco{
	font-size: 15px !important;
	transform: scale(.95);
	text-align: center;
	text-align: center;

}


.tabla-banco td, .tabla-banco th {
	text-align: center !important;
}

#btnCrearPdf {
	position: absolute;
	top: 17px;
	background: rgb(230, 224, 224);
	padding: 8px;
	border-radius: 8px;
	cursor: pointer;
	z-index: 9999;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	transition: .5s;
}


#btnCrearPdf:hover {
	transform: scale(1.1);
	opacity: 0;
	transition: .5s;
}

#codigoqr {
	margin: 0;
	padding: 8px;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	background: #fff;
}

@page { margin: 0; }



#datos-cliente {
	width: 400px !important;
}

.bancos {
	padding: 0.1em  1em;
	max-width: 120px;
	max-height:25px;
	object-fit: cover;
}


	  th, td {
		border: 1px solid #dbdbdb;
		padding: 8px;
		text-align: left;
	  }



.infotext {
	padding-left: 4.5%;
	width: 90%;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
}


.title-client {

	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: 700;
}


.cajafinal {
	padding-bottom: 2em;
}


canvas {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}

.datos-artevisual {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em 5em;

}

.datos-artevisual .dato {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	margin: 0;
	font-size: 1em;
}


.datos-artevisual .dato i {
	color:#203448;;

	margin: 0;
	padding: 0 10px;
	font-size: 1.2em;
	vertical-align: middle;
}

.datos-artevisual li {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-bottom: 10px;
}
.natalia {
	font-size: .85sem;
	margin-bottom: .5em;

}


.tabla, .tabla input, .tabla label {
	border: none !important;
	background-color: #fff !important;

}

.fechahora {
	padding: .5em;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.datos-clientes {
	display: flex;
	align-items: center;
	justify-content: center;
}



.facts {
	text-align: center;
}

.sub2 {
	font-size: 1.35em;
	font-weight: 700;
	word-spacing: normal;
}

.facts small {
	font-size: .86em;
	font-weight: 400;
}



.firma {
	margin: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.firma img {
	max-width: 220px;
	border-bottom:  solid 2px #000;
}

select {
    font-size: 1.1em;
    width: 100%;
}

.cut, .add{
	background-color: #13914e !important;
}