body
{
	font-family:arial;
}

.infoPv
{
	position:absolute;top:55px;height:55px;width:100%;left:0px;border-style:solid;border-width:0px 0px 1px 0px;border-color:#8000ff;
	background: #ffffff;
/* 	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); */
/* 	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);  */
/* 	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );	 */
}
.infoPv > ul
{
	position:absolute;font-size:18px;width:1000px;left:50%;margin-left:-500px;
}

.headerPagina
{
	position:absolute;width:100%;left:0px;top:0px;margin:0px 0px 10px 0px;background-color:#4e8ed6;
}
.contenedorPagina
{
	position:absolute;top:110px;display:block; padding:10px;height:calc(100% - 130px);margin-left: 5px;
}
/*@media only screen and (max-width: 1250px) and (min-width:1150px)
{
	.contenedorMenu
	{
		left:-180px;transition:left 0.15s;
	}
	.contenedorPagina
	{
		left:50%;margin-left:-550px;width:1100px;padding:10px 0px 0px 0px;
	}
	.menuHover
	{
		display:block;
	}
	.contenedorMenu:hover
	{
		left:0px;
	}
}*/
.menuHover
{
	position:absolute;width:100px;background-color:#ffffff;width:220px;border-radius:0px 5px 5px 0px; top:-40px;height:25px;padding:10px 5px 0px 0px;color:#400040;vertical-align:middle;display:table-cell;text-align:right;
}
.menuHover > a
{
	color:#400040 !important;
}
/*@media all and (min-width: 1249px)
{
	.menuHover
	{
		display:none;
	}
	.contenedorMenu
	{
		left:0px;
	}
	.contenedorPagina
	{
		left:180px;width:calc(100% - 200px);overflow:hidden;
	}
}*/


@media all  
{
	.contenedorPagina
	{
		position:absolute;left:0px;width:calc(100% - 10px);padding:5px 0px 0px 0px;
	}
	.contenedorMenu
	{
		left:-180px;transition:left 0.15s;
	}
	.contenedorMenu:hover
	{
		left:0px;
	}
	.listado
	{
		width:100%;
	}
	.infoPv > .bloque
	{
		position:relative;
		left:20px;
		margin:0px;
	}
}


@media(max-width:855px){
	
body{

    font-size:8px !important;

}

.ajax
{
	width:auto; height:auto;  border-radius:10px; position: absolute; margin-left: -50%; 
}
.ajaxMini
{
	width:auto; height:auto;  border-radius:10px; position: absolute; margin-left: -50%
}

.ocultaE {
  display: none !important;
}
.anchoProducto{
	
	width:200px !important;
	
}

.anchoCantidad{
	
	width:60px !important;
	
}
.anchoUnidad{
	
	width:60px !important;
	
}
.anchoIcono{
	
	width:20px !important;
	
}

.contenedorPagina
{
	margin-left: 5px !important;
	/*font-size:8px !important;*/
	width:100% !important;
	margin-right: 10px !important;
}

.alinearN >li {
	
	display: block !important;
	width:100px !important;
	padding: .5em 1em;
}
.anchoW{
	
	width: 100% !important;
}

.divListar{
	
	height: auto !important;
	
}
.divLista > li {

	  display: flex !important;
	  flex-direction: column;
	  width: 100%  !important;
      
      height: auto !important;

  
}
.aliN{
	display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: .2em .2em;
}
.pieVenta{
	
	position:relative !important;
	top: 100% !important;
}

.seccTotal{

    text-align: center !important;
}

}


@media only screen and (min-width: 768px) {
  /* For desktop: */
  .coln-1 {width: 8.33%;}
  .coln-2 {width: 16.66%;}
  .coln-3 {width: 25%;}
  .coln-4 {width: 33.33%;}
  .coln-5 {width: 41.66%;}
  .coln-6 {width: 50%;}
  .coln-7 {width: 58.33%;}
  .coln-8 {width: 66.66%;}
  .coln-9 {width: 75%;}
  .coln-10 {width: 83.33%;}
  .coln-11 {width: 91.66%;}
  .coln-12 {width: 100%;}
  
  
 
}

.contenedorMenu
{
	margin-top:2px;
    margin-left:0px;
	position:absolute;top:110px;/*background-color:#1A1b6f;*/background-color:#ffffff;width:180px;height:calc(100% - 110px);font-weight:bold;font-size:14px;z-index:4;
	
}
.contenedorMenu > .menu
{
	
	margin:0px;padding:0px;
	box-shadow: 0px 0px 15px  rgba(7, 112, 158, 0.7);
	border-radius: px 0px 5px 5px;
}
.contenedorMenu > .menu > li
{
	list-style:none;padding:0px 0px 0px 10px;border-style:solid;border-width:0px 0px 0px 0px;border-color:#ffffff;
}
.contenedorMenu > .menu > li > a
{
	color:#400080;text-decoration:none;display:block;padding:7px 0px 7px 0px;
	font-size:12px;
}
.contenedorMenu > .menu > li > a > span
{
	width:180px;font-size:12px;padding:5px 0px 15px 0px;
}
.contenedorMenu > .menu > li:hover
{
	background-color:#07709e;
	border-color:#07709e;
	box-shadow: 0px 0px 15px  rgba(7, 112, 158, 0.7);
}
.contenedorMenu > .menu > li:hover > a 
{
	color:#ffffff;
}

.contenedorMenu > .menu > li > div
{
	display:none;position:absolute;left:180px;background-color:#ffffff;margin:-30px 0px 0px 0px;width:200px;
	box-shadow: 0px 0px 15px  rgba(7, 112, 158, 0.7);
	border-radius: 0px 0px 10px 10px;
}
.contenedorMenu > .menu > li > div > ul
{
	margin:0px;padding:0px;
}
.contenedorMenu > .menu > li > div > ul > li
{
	list-style:none;padding:0px 0px 0px 10px;border-style:solid;border-width:0px 0px 1px 0px; border-color:#ffffff;
}
.contenedorMenu > .menu > li > div > ul > li > a
{
	display:table-cell;height:30px;width:180px;vertical-align:middle;color:#400080;text-decoration:none;font-size:12px;
}
.contenedorMenu > .menu > li > div > ul > li:hover
{
	background-color:#07709e;
	border-color:#07709e;
	color:#ffffff;
	box-shadow: 0px 0px 15px  rgba(7, 112, 158, 0.7);
}
.contenedorMenu > .menu > li > div > ul > li:hover > a
{

	color:#ffffff;
}
.contenedorMenu > .menu > li:hover > div
{
	display:block;
}
.espacio {
	margin-left:  3px  !important;
}
hr {

	box-shadow: 2px 2px 2px 1px rgba(82, 10, 142, 0.3);
}
a:hover
{
	 font-weight: bold;
	color:#044e6c;
	

}
a:hover i
{
	
	
	transform: scale(1.2);
	transition: all 0.5s;
	display: inline-block;
}

.ajaxMini2{
	box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.8);
}
.ajaxMini{
	box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.8);
}
.ajax {
	box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.8);
}
.ajaxMiniMobile{
	box-shadow:  0px 0px 15px  rgba(0, 0, 0, 0.8);
}

.swal2-popup{
	box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.8);
}

.modalp {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /*padding-top: 100px;  Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 
}

/* Modal Content */
.modalp-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 15px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.closep {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closep:hover,
.closep:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modalp-header {
  padding: 2px 16px;
  background-color: #5f10a5;
  color: white;
  border-radius: 15px 15px 0px 0px;
}

.modalp-body {
	
	display: flex;
  	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px ;
	
}

.modalp-footer {
  padding: 10px 16px;
  background-color: #5f10a5;
  color: white;
  text-align:center;
  border-radius: 0px 0px 15px 15px;
}

.buttonP{
  background:#5f10a5;
  color:#fff;
  border:none;
  position:relative;
  height:40px;
  font-size:1.6em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
.buttonP:hover{
  background:#fff;
  color:#5f10a5;
}
.buttonP:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #5f10a5;
  transition:400ms ease all;
}
.buttonP:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.buttonP:hover:before,.buttonP:hover:after{
  width:100%;
  transition:800ms ease all;
}

.coolinput {
	
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-self: center;
  
  font-size: 2rem;

}

.coolinput label.text {
  font-size: 1rem;
  color: #5f10a5;
  font-weight: 700;
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 7px;
  padding: 0 3px;
  background: #ffffff;
  width: fit-content;
}

.coolinput input[type=text].input {
  padding: 11px 10px;
  font-size: 2rem;
  border: 2px #5f10a5 solid;
  border-radius: 5px;
  background: #ffffff;
}

.coolinput input[type=text].input:focus {
  outline: none;
}

.inputp {
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  border-radius: 10px;
  padding-left: 10px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  outline: none;
}

.inputp:focus {
  border-bottom: 1px solid #6941c6;
  -webkit-transition: 0.1s;
  transition: 0.5s;
}


