@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');

.contentNumbrePage {
	width: 80%;
	height: auto;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.floatArt {
	width: 100%;
	height: auto;
	float: left;
}
/*
.contentProducts {
	width: 100%;
	height: auto;
	text-align: left;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
}
*/
.productsRight {
	width: 100%;
	height: auto;
	text-align: left;
	
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-start;
  	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* HOME */
.articlePromoHome {
	padding: 5px;
	width: 200px;
	height: 170px;
	margin: 10px;
	background-color: #FFF;
	border: 3px solid #5B7BDD;
	transition: all 0.3s;
}

.articlePromoHome:hover {
	box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #333;
	-moz-box-shadow: 0px 0px 20px #333;
	-o-box-shadow: 0px 0px 20px #333;
}

.articleHome {
	padding: 5px;
	width: 200px;
	height: 260px;
	background-color: #FFF;
	margin: 10px;
	text-align: left;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
	transition: all 0.3s;
	box-shadow: 0px 0px 30px #CCC;
	-webkit-box-shadow: 0px 0px 30px #CCC;
	-moz-box-shadow: 0px 0px 30px #CCC;
	-o-box-shadow: 0px 0px 30px #CCC;
}

.articleHome:hover {
	box-shadow: 0px 0px 40px #81D4FA;
	-webkit-box-shadow: 0px 0px 40px #81D4FA;
	-moz-box-shadow: 0px 0px 40px #81D4FA
	-o-box-shadow: 0px 0px 40px #81D4FA;
}

.imgProductHome {
	width: 100%;
	height: 200px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}

.imgProductHome img {
	max-width: 100%;
	max-height: 200px;
	vertical-align: middle;
	align-items: center;
}

.imgProductHome i {
	font-size: 110px;
	color: #CFD8DC;
}

.centerImg {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.nameProductHome {
	width: 100%;
	height: 25px;
	display: flex;
	align-items: center;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #FF9800;
	font-weight: 400;
}

.empProductHome {
	width: 100%;
	height: 25px;
	align-items: center;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #2979FF;
	font-weight: 400;
	margin-top: 0px;
}
/* -------------- */
/* PRODUCT LIST */
.articleList {
	padding: 5px;
	width: 95%;
	height: auto;
	margin: 5px;
	background-color: #FFF;
	border: 3px solid #FFAB00;
	transition: all 0.3s;
}

.articleList:hover {
	box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
}

.articleListSel {
	padding: 5px;
	width: 95%;
	height: auto;
	margin: 5px;
	background-color: #FFF;
	border: 3px solid #7299FF;
	transition: all 0.3s;
}

.articleListSel:hover {
	box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
}

.imgProductList {
	width: 20%;
	min-height: 100px;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	align-items: center;
}

.imgProductList img {
	max-width: 95%;
	max-height: 90px;
}

.imgProductList i {
	font-size: 110px;
	color: #CFD8DC;
}

.nameProductList {
	width: 80%;
	height: 35px;
	float: left;
	align-items: center;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

.floatArtList {
	width: 80%;
	height: auto;
	float: left;
}

.floatArtBtnList {
	width: 50%;
	height: auto;
	float: right;
}

.codProductoList {
	min-width: 40px;
	height: 22px;
	position: absolute;
	margin-top: 90px;
	margin-left: 0px;
	background-color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight: 300;
	color: #333;
	z-index: 10;
	text-align: center;
	box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	-moz-box-shadow: 0px 0px 10px #CCC;
	-o-box-shadow: 0px 0px 10px #CCC;
}

.floatArtBtn {
	width: 80%;
	height: auto;
	float: right;
}

/* PRODUCT LIST BOX */
.article {
	padding: 5px;
	width: 210px;
	height: 325px;
	background-color: #FFF;
	/*border: 3px solid #FFAB00;*/
	box-shadow: 0px 0px 15px #CCC;
	-webkit-box-shadow: 0px 0px 15px #CCC;
	-moz-box-shadow: 0px 0px 15px #CCC;
	-o-box-shadow: 0px 0px 15px #CCC;
	transition: all 0.3s;

	margin: 10px;
	text-align: left;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
}

.article:hover {
	/*
	box-shadow: 0px 0px 40px #81D4FA;
	-webkit-box-shadow: 0px 0px 40px #81D4FA;
	-moz-box-shadow: 0px 0px 40px #81D4FA
	-o-box-shadow: 0px 0px 40px #81D4FA;*/
	cursor: pointer;
}

.articleSel {
	border: 3px solid #F55A18;
	transition: all 0.3s;

	padding: 5px;
	width: 210px;
	height: 325px;
	background-color: #FFF;
	/*border: 3px solid #FFAB00;*/
	box-shadow: 0px 0px 15px #CCC;
	-webkit-box-shadow: 0px 0px 15px #CCC;
	-moz-box-shadow: 0px 0px 15px #CCC;
	-o-box-shadow: 0px 0px 15px #CCC;
	transition: all 0.3s;

	margin: 10px;
	text-align: left;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
}

.articleSel:hover {
	box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
	cursor: pointer;
}

.imgProduct {
	width: 100%;
	height: 175px;
	display: flex;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	align-items: center;
	overflow: hidden;
}

.imgProduct i {
	text-align: center;
}

.imgProduct img {
	max-width: 100%;
    max-height: 180px;
}

.imgProduct i {
	font-size: 110px;
	color: #CFD8DC;
}

.nameProduct {
	width: 100%;
	height: 35px;
	display: flex;
	align-items: flex-start;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: 400;
	overflow: hidden;
}

.empProduct {
	width: 100%;
	height: 25px;
	align-items: center;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #FF1744;
	font-weight: 400;
	margin-top: 20px;
}

.empProducts {
	width: 100%;
	height: auto;
	align-items: center;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #FF1744;
	font-weight: 400;
}

.middleContent {
	width: 50%;
	height: auto;
	float: left;
	margin-bottom: 25px;
}

.preventaProducto {
	width: 70px;
	height: 16px;
	float: left;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #EA80FC;
	padding-top: 2px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

.preventaProducto {
	width: 70px;
	height: 16px;
	float: right;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #EA80FC;
	padding-top: 2px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

.sinStockProducto {
	width: 70px;
	height: 16px;
	float: right;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #000;
	padding-top: 2px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

.conStockProducto {
	width: 70px;
	height: 16px;
	float: right;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #CDDC39;
	padding-top: 2px;
	text-align: center;
	color: #333;
	font-size: 11px;
}

.conStockProductoAmarillo {
	width: 70px;
	height: 16px;
	float: right;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #FFEB3B;
	padding-top: 2px;
	text-align: center;
	color: #333;
	font-size: 11px;
}

.conStockProductoRojo {
	width: 70px;
	height: 16px;
	float: right;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background-color: #D50000;
	padding-top: 2px;
	text-align: center;
	color: #FAFAFA;
	font-size: 11px;
}

.precioProducto {
	width: auto;
	height: auto;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #2C215D;
	margin-top: 0px;
}

.inputCantDetail {
    width: 84px;
    height: 55px;
    margin-top: 2px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    color: #333;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
}

.inputCant {
	width: 70px;
	height: auto;
	float: left;
	padding: 5px;
	border: 1px solid #6285E8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	text-align: center;
	margin-left: 5px;
	margin-top: 3px;
}

.inputCant {
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.btnProductoDetail {
	width: auto;
	height: auto;
	float: left;
	padding: 15px;
	background-color: #FF5D01;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	margin-top: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s;
	border: 0;
}
.btnProductoDetail i {
	font-size: 20px;
	vertical-align: middle;
}

.btnProductoDetail:hover {
	background-color: #29235C;
}

.btnProducto {
	width: auto;
	height: auto;
	float: left;
	padding: 4px;
	background-color: #FF5D01;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	margin-top: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s;
	border: 0;
}
.btnProducto i {
	font-size: 16px;
	vertical-align: middle;
}

.btnProducto:hover {
	background-color: #29235C;
}

.btnProductoAsycDetail {
	width: auto;
	height: auto;
	float: left;
	background-color: #7299FF;
	padding: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	margin-top: 3px;
	margin-left: 15px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
	border: 0;
}

.btnProductoAsycDetail i {
	font-size: 16px;
	vertical-align: middle;
}

.btnProductoAsycDetail:hover {
	background-color: #6285E8;
}

.btnProductoAsyc {
	width: auto;
	height: auto;
	float: left;
	padding: 4px;
	background-color: #7299FF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	margin-top: 3px;
	margin-left: 15px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
	border: 0;
}

.btnProductoAsyc i {
	font-size: 16px;
	vertical-align: middle;
}

.btnProductoAsyc:hover {
	background-color: #6285E8;
}

.btnProductoAgregado {
	width: auto;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	background-color: #9B0000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	margin-right: 30px;
	border: 0;
}

.btnProductoAgregadoAsyc {
	width: auto;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	background-color: #9B0000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	margin-right: 30px;
	border: 0;
	display: none;
}

.codProducto {
	min-width: 40px;
	height: 22px;
	position: absolute;
	z-index: 10;
	margin-top: 70px;
	margin-left: 0px;
	background-color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight: 300;
	color: #333;
	text-align: center;
	box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	-moz-box-shadow: 0px 0px 10px #CCC;
	-o-box-shadow: 0px 0px 10px #CCC;
	display: none;
}

.btnUpdateStockDetail {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	padding: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #7299FF;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnUpdateStockDetail:hover {
	background-color: #6285E8;
}

.btnUpdateStockDetail i {
	transition: 1.3s ease;
	-moz-transition: 1.3s ease; /* Firefox */
 	-webkit-transition: 1.3s ease; /* Chrome - Safari */
 	-o-transition: 1.3s ease; /* Opera */
 	font-size: 34px;
}

.btnUpdateStockDetail:hover i {
	transform : rotate(360deg);
	-moz-transform : rotate(360deg); /* Firefox */
	-webkit-transform : rotate(360deg); /* Chrome - Safari */
	-o-transform : rotate(360deg); /* Opera */
}

.btnUpdateStock {
	padding: 2px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #7299FF;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnUpdateStock:hover {
	background-color: #6285E8;
}

.btnUpdateStock i {
	transition: 1.3s ease;
	-moz-transition: 1.3s ease; /* Firefox */
 	-webkit-transition: 1.3s ease; /* Chrome - Safari */
 	-o-transition: 1.3s ease; /* Opera */
}

.btnUpdateStock:hover i {
	transform : rotate(360deg);
	-moz-transform : rotate(360deg); /* Firefox */
	-webkit-transform : rotate(360deg); /* Chrome - Safari */
	-o-transform : rotate(360deg); /* Opera */
}

.btnUpdateStockAsycDetail {
	padding: 7px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #7299FF;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
}

.btnUpdateStockAsycDetail:hover {
	background-color: #6285E8;
}

.btnUpdateStockAsycDetail i {
	transition: 1.3s ease;
	-moz-transition: 1.3s ease; /* Firefox */
 	-webkit-transition: 1.3s ease; /* Chrome - Safari */
 	-o-transition: 1.3s ease; /* Opera */
 	font-size: 34px;
}

.btnUpdateStockAsycDetail:hover i {
	transform : rotate(360deg);
	-moz-transform : rotate(360deg); /* Firefox */
	-webkit-transform : rotate(360deg); /* Chrome - Safari */
	-o-transform : rotate(360deg); /* Opera */
}

.btnUpdateStockAsyc {
	padding: 2px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #7299FF;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
}

.btnUpdateStockAsyc:hover {
	background-color: #6285E8;
}

.btnUpdateStockAsyc i {
	transition: 1.3s ease;
	-moz-transition: 1.3s ease; /* Firefox */
 	-webkit-transition: 1.3s ease; /* Chrome - Safari */
 	-o-transition: 1.3s ease; /* Opera */
}

.btnUpdateStockAsyc:hover i {
	transform : rotate(360deg);
	-moz-transform : rotate(360deg); /* Firefox */
	-webkit-transform : rotate(360deg); /* Chrome - Safari */
	-o-transform : rotate(360deg); /* Opera */
}

.btnDelStockDetail {
	padding: 7px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #FF1744;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnDelStockDetail:hover {
	background-color: #D50000;
}

.btnDelStockDetail i {
	font-size: 34px;
}

.btnDelStock {
	padding: 2px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #FF1744;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnDelStock:hover {
	background-color: #D50000;
}

.btnDelStock i {
	background-color: #FF1744;
}

.btnDelStockAsycDetail {
	padding: 7px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #FF1744;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
}

.btnDelStockAsycDetail:hover {
	background-color: #D50000;
}

.btnDelStockAsycDetail i {
	font-size: 34px !important;
}

.btnDelStockAsyc {
	padding: 2px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #FF1744;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	display: none;
	transition: all 0.3s;
}

.btnDelStockAsyc:hover {
	background-color: #D50000;
}

.btnDelStock i {
	background-color: #FF1744;
}

/* PAGINACION */
.btnPagActual {
	width:auto; 
	height:auto;
	float:left;
	text-align:center;
	background-color:#FF5D01; 
	color:#FFF; 
	font-size:18px; 
	border-radius:13px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	margin:5px;
	padding: 10px;
}

.btnPag {
	width:auto; 
	height:auto; 
	float:left;
	text-align:center;
	background-color:#D6D6D6; 
	color:#FFF; 
	font-size:18px; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	margin:5px; 
	cursor:pointer;
	padding: 10px;
	transition: all 0.3s;
}

.btnPag:hover {
	background-color:#666;
}

.pagSig {
	width:auto; 
	height:auto; 
	float:left;
	text-align:center; 
	cursor: pointer;
	margin:5px;
	background-color:#2C215D;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}


.pagSig i {
	font-size:40px;
	color: #FFF;
}

.btnAtras {
	width:auto; 
	height:auto; 
	float:left;
	text-align:center; 
	cursor: pointer;
	margin:5px;
	background-color:#2C215D;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	transition: all 0.3s;
}


.btnAtras i {
	font-size:40px;
	color: #FFF;
}

.cantProd {
	width: 200px;
	height: auto;
	float: right;
	text-align: right;
	font-size: 16px;
	color: #FF5D02;
	margin-top: 20px;
	margin-right: 10px;
	text-transform: uppercase;
}

/* FILTRO */
.titleFiltro {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
}

.titleFiltro p {
	font-size: 24px;
	color: #333;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 20px;
}

.filtrosEmpresas {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

.floatFiltro select {
	width: 90%;
	height: 35px;
	margin-left: 2%;
	margin-top: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border: 1px solid #40C4FF;
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.floatFiltro {
	width: 100%;
	height: auto;
	float: left;
}

.floatBtnFiltro {
	width: auto;
	height: auto;
	float: left;
}

.linkFiltro {
	width: 96%;
	height: auto;
	float: left;
	margin-left: 4%;
	cursor: pointer;
	transition: all 0.3s;
}

.linkFiltro:hover {
	color: #000;
	font-weight: normal;
}

.empresaSeleccionada {
	width: 96%;
	height: auto;
	float: left;
	margin-left: 4%;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

.filtroBusqueda {
	width: 95%;
	height: auto;
	float: left;
	margin-left: 1.5%;
	margin-bottom: 0px;
}

.filtroBusqueda input {
	width: 100%;
	height: 35px;
	padding-left: 1%;
	border: 1px solid #40C4FF;
	background-color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #333;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	margin-top: 5px;
}

.btnCarrito {
	width: auto;
	height: auto;
	float: right;
	margin-top: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	background-color: #40C4FF;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnCarrito:hover {
	background-color: #00B8D4;
}

.btnPendientes {
	width: auto;
	height: auto;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	background-color: #78909C;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnPendientes:hover {
	background-color: #37474F;
}

.btnFiltro {
	width: auto;
	height: auto;
	float: left;
	margin-top: 23px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	background-color: #7399FF;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnFiltro:hover {
	background-color: #5B7BDD;
}

.msgFiltro {
	width: 93%;
	height: 15px;
	float: left;
	margin-left: 2%;
	font-size: 14px;
	color: #FFF;
    text-shadow: 0px 0px 2px #000;
    -webkit-text-shadow: 0px 0px 2px #000;
    -moz-text-shadow: 0px 0px 2px #000;
    -o-text-shadow: 0px 0px 2px #000;
    font-weight: 900;
	text-align: left;
	margin-bottom: 5px;
}

.contentSelectFiltro {
	width: auto;
	height: auto;
	float: left;
}

.contentSearchFiltro {
	min-width: 250px;
	height: auto;
}

.contentNumPage {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
	margin-top: 35px;
}

.hoverProd {
	width: 206px;
	height: 0px;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
    margin-top: -3px;
    margin-left: -5px;
	z-index: 20;
	transition: all 0.3s;
}

.article:hover .hoverProd {
	display: block;
	height: 200px;
	transition: all 0.3s;
}

.article:hover .btnDetail {
	display: block;
	margin-top: 80px;
}

.articleSel:hover .hoverProd {
	display: block;
	height: 200px;
	transition: all 0.3s;
}

.articleSel:hover .btnDetail {
	display: block;
	margin-top: 80px;
}

.btnDetail {
    width: 140px;
    margin-left: 30px;
	background-color: #FF5D01;
	padding: 5px;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top: 0px;
	transition: all 0.3s;
	display: none;
}

.btnDetail:hover {
	background-color: #29235C;
}

.btnDetail p {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
}

.btnDetail i {
	font-size: 14px !important;
	color: #FFF;
}