/* ACUERDO COMERCIAL — VERSION WEB */

*                             {box-sizing: border-box; font-family: "Barlow", serif; font-size: 18px;}
body                          {background: rgb(241, 241, 241);}


.tabulacion 						{border: 1px solid black; font-weight: 500; display: flex; flex-wrap: wrap; flex-direction: column; gap: 8px; border-radius: 18px; align-items: center; margin: 0px 0px 20px 0px;
	.titleTab 						{font-weight: 700; font-size: 20px; padding: 12px 14px 0px 14px; width: 100%;}
	.lineTab 						{width: calc(100% - 16px); margin: 0px auto 8px auto; height: 1px; background: black;}
	.itemTab 						{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0px 16px; width: 100%;}
	.leftTab 						{}
	.priceTab 						{}
	.line2Tab 						{width: calc(100% - 24px); height: 1px; background: black; opacity: .3;}
	.dsctoTab 						{background: rgba(0,0,0,0.2); width: calc(100% - 20px); padding: 6px 10px; border-radius: 10px; margin: 10px 0px;}
	.totalTab 						{border-radius: 14px; font-size: 20px; font-weight: 500; background: black; color: white;width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 12px 14px;}
}

.wrap                         {width: 88%; max-width: 700px; background: white; margin: 90px auto 90px auto; padding: 12px; border-radius: 30px;
   .title                     {font-weight: 700; font-size: 20px; padding: 0px 10px;}
   .item                      {padding: 0px 16px; margin: 6px 0px; font-weight: 400;}
   .line                      {background: black; width: 60px; height: 1px; display: block; margin: 12px 0px;}
   .item2                     {padding: 0px 16px;}
   .top1                      {margin: 30px 0px 0px 0px;}
}
.print                        {}
.bold600                      {font-weight: 600;}
.bold800                      {font-weight: 800;}

.cabecera                     {display: flex; width: 100%; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin: 0px 0px 20px 0px;
   .left                      {width: calc(100% - 120px);}
   .titleGen                  {background: black; color: white; width: fit-content; font-weight: 700; font-size: 15px; padding: 8px 14px; border-radius: 16px;}
   .company                   {text-transform: uppercase; padding: 10px; font-weight: 700; font-size: 22px;}
   .logo                      {background: var(--colorEvento); width: 100px; height: 100px; overflow: hidden; border-radius: 20px; padding: 10px; display: flex; align-items: center; justify-content: center;}
   .logoEvent                 {}
}
.update                       {width: 100%; text-align: center; text-transform: uppercase; font-weight: 600; font-size: 15px; margin: 30px 0px 0px 0px; opacity: .4;}

.actions                      {position: fixed; bottom: 0px; left: 0px; right: 0px; margin: auto; background: black; color: white; display: flex; height: 60px; justify-content: center; padding: 12px 20px 0px 20px; font-weight: 500; width: fit-content; border-radius: 20px 20px 0px 0px; align-items: flex-start; gap: 12px;
   .btnAct                    {cursor: pointer;}
   .lineAct                   {background: white; width: 1px; height: 24px;}
}




