@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
body {
	font-family: "Mulish", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	min-height: 100vh;
	background-color: #FFF7F1;
}
body.login {
	background-image: url( '../uploads/branding/fondo.jpg' );
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loader {
	display: none;
	width: 150px;
	text-align: center;
	position: fixed;
	top: 47%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10002;
}
.loader h1 { text-align: center; color: #ffffff; margin: 15px 0; }
.loader > div {
	width: 18px;
	height: 18px;
	background-color: #F9EDD7;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader > div.bounce1 { background-color: #F86532; }
.loader > div.bounce3 { background-color: #F86532; }
.loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
.slideHome img { max-width: 50% !important; }
.capaNegra {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10001;
	background-color: #000;
	opacity: 0.7;
	display: none;
}
img { max-width: 100%; }
a { text-decoration: none; transition: 0.3s all; }
a:focus, a:hover, button:focus, button:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.dt-paging button:hover, .dt-paging button:focus {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.loginForm {
	width: 450px;
	max-width: 98%;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 20px 20px 40px 0px #00000040;
	box-sizing: border-box;
	padding: 50px;
	text-align: center;
	margin: 0 auto;
}
.loginForm img {
	max-width: 195px;
	height: auto;
	width: 100%;
	margin: 0 auto;
}
.loginForm h1 {
	color: #FF9372;
	margin: 30px 0 15px;
	text-align: center;
}
.inputDiv {
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 15px;
	font-size: 20px;
	background: #F6821F26;
	text-align: left;
	border-radius: 100px;
	margin-bottom: 15px;
}
.inputDiv i { font-size: 25px; color: #F6821F; margin-right: 15px; }
.inputDiv input {
	background-color: transparent;
	border: none;
	outline: none;
	color: #000;
	width: 100%;
}
.loginForm button {
	background: linear-gradient(274.96deg, #FF7449 -7.52%, #FF9AB3 97.9%);
	color: #fff;
	border-radius: 100px;
	font-size: 20px;
	box-sizing: border-box;
	padding: 10px 20px;
	border: none;
	outline: none;
	margin: 25px 0;
	transition: 0.3s all;
}
.loginForm a {
	font-size: 15px;
	display: block;
	text-align: center;
	margin-top: 50px;
	color: #000;
}
header {
	background: linear-gradient(90deg, #FFC778 0%, #F6821F 100%);
	padding: 8px 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .infoSesion {
	display: flex;
	align-items: center;
}
header .profile {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 30px 0 10px;
}
header .infoSesion a {
	color: #fff;
	font-size: 20px;
	margin-left: 15px;
}
aside {
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: 100vh;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	overflow-y: auto;
}
aside img { width: 150px; max-width: 100%; }
aside ul.mainMenu {
	list-style: none;
	margin: 50px 0;
	text-align: left;
	font-size: 15px;
	padding-left: 0;
}
aside ul.mainMenu li { margin-bottom: 20px; }
aside ul.mainMenu li a {
	border-radius: 100px;
	display: block;
	color: #000;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
}
aside ul.mainMenu li i {
	color: #F6821F;
	margin-right: 15px;
	font-size: 20px;
}
aside ul.mainMenu li ul.submenu {
	list-style: none;
	display: none;
	margin: 15px 0 0;
}
aside ul.mainMenu li.active a { background: linear-gradient(274.96deg, #FF7449 -7.52%, #FF9AB3 97.9%); color: #fff; }
aside ul.mainMenu li.active a i { color: #fff; }
aside ul.mainMenu li.active > ul.submenu { display: block; }
aside ul.mainMenu li ul.submenu li a {
	color: #7E7C7C;
	background: transparent;
	padding: 0;
}
aside ul.mainMenu li ul.submenu li.activa a { color: #F6821F; }
main {
	padding: 50px;
	padding-left: 330px;
	box-sizing: border-box;
	width: 100%;
}
main h1 { color: #F6821F; margin-top: 0; }
main img.mainImg { border-radius: 20px; width: 100%; }
.headPage {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.breadcumb {
	display: flex;
	list-style: none;
	justify-content: flex-end;
}
.breadcumb li { margin-left: 8px; }
.breadcumb li:after {
	font-family: 'FontAwesome';
	content: "\f054";
	font-weight: 900;
	margin-left: 8px;
	color: #7E7C7C;
}
.breadcumb li:last-child:after { content: ''; }
.breadcumb li a {
	color: #7E7C7C;
	font-size: 15px;
	font-weight: 400;
}
.breadcumb li a i { color: #F6821F; }
.login main { padding: 0; }
.swiper-container { overflow: hidden; }
.swiper-button-prev:after, .swiper-button-next:after{ color: #000;  }
.categorias {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.categorias .categoria {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 195px;
	border-radius: 20px;
	overflow: hidden;
	margin: 10px 0;
}
.categorias .categoria .info {
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 19%, #FF794C 100%);
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 5px;
}
.categorias .categoria .info h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0;
}
.productos {
	border-radius: 20px;
	box-sizing: border-box;
	padding: 15px;
	background-color: #fff;
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;
}
.productos .producto {
	width: 18%;
	margin: 20px 1%;
}
.productos .producto h3 { margin: 0; font-weight: 400; }
.productos .producto a {
	color: #7E7C7C;
	font-size: 15px;
}
.productos .producto img {
	margin-bottom: 10px;
	width: 100%;
}
.compra {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-top: 20px;
}
.compra b {
	font-size: 15px;
	font-weight: 700;
	color: #7E7C7C;
}
.compra .cantidades {
	width: 86px;
	height: 20px;
	border: 1px solid #F6821F;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 5px;
}
.compra .cantidades input {
	border: none;
	outline: none;
	width: 25px;
	text-align: center;
	font-size: 12px;
}
.compra .cantidades a { font-size: 11px; }
.compra .cantidades a:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 20px;
	background-color: #F6821F;
	color: #fff;
	text-align: center;
	margin-left: 5px;
}
.detalle {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 50px 20px;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.detalle img, .detalle .info { width: 50%; }
.detalle .info {
	padding: 0 15px;
	box-sizing: border-box;
	color: #7E7C7C;
}
.detalle .info h2 { margin: 0 0 30px; font-size: 20px; }
.detalle .info .description { font-size: 15px; font-weight: 400; }
.detalle .compra { margin-top: 30px; }
.detalle .compra b { font-size: 20px; }
.detalle .compra a { color: #7E7C7C; }
.detalle .compra .cantidades {
	width: 190px;
	height: 25px;
	font-size: 15px;
}
.compra .cantidades a:last-child { width: 139px; }
.filtroHead {
	color: #F6821F;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.filtroHead .inputDiv { margin: 0; }
.filtroHead .inputDiv input { color: #F6821F; }
.filtroHead a, .filtroDiv a.filtro {
	display: flex;
	color: #F6821F;
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.filtroHead a i,.filtroDiv a.filtro i { margin-left: 5px; }
.pedidosLista {
	width: 100%;
	box-sizing: border-box;
}
.pedidosLista .pedido {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding: 15px 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
}
.pedidosLista .pedido .info b.success, .pedidosLista .pedido .info b.pending, .pedidosLista .pedido .info b.cancel { font-size: 20px; margin-bottom: 20px; }
.pedidosLista .pedido .info b.success { color: #92BE94; }
.pedidosLista .pedido .info b.pending { color: #F6821F; }
.pedidosLista .pedido .info b.cancel { color: #E95D3B; }
.pedidosLista .pedido .info {
	min-width: 250px;
	color: #7E7C7C;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}
.pedidosLista .pedido .detail, .puntos .detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
}
.puntos .detail { justify-content: flex-start; }
.pedidosLista .pedido .detail img, .puntos .detail img {
	border-radius: 50%;
	max-width: 109px;
	width: 23%;
	height: auto;
	margin: 0 8px;
}
.pedidosLista .pedido .more, .puntos .more { text-align: center; min-width: 232px; margin-left: 20px; }
.pedidosLista .pedido .more a.button, .puntos .more a.button, .categoryHead a.button, .contactoSoporte li a.button, #ticketForm button {
	width: 200px;
	height: 52px;
	background: linear-gradient(274.96deg, #FF7449 -7.52%, #FF9AB3 97.9%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100px;
	margin: 0 auto;
	border: none;
}
#ticketForm button { transition: 0.3s all; }
.categoryHead a.button { margin-left: 8px; }
.categoryHead a.button i { margin-right: 5px; }
.download {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	margin: 15px 0;
	padding-left: 0;
}
.download li { margin: 0 8px; }
.download li a {
	display: flex;
	align-items: center;
	color: #7E7C7C;
	font-size: 15px;
}
.download li a i {
	width: 22px;
	height: 22px;
	background-color: #F6821F;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	margin-left: 8px;
}
.recompensas {
	position: relative;
	width: 100%;
}
.recompensas a {
	width: 100%;
	height: 64px;
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-weight: 700;
	background: linear-gradient(90deg, #FFC778 0%, #F6821F 100%);
	color: #fff;
	border-radius: 100px;
}
.recompensas a i { font-size: 30px; margin-right: 8px; }
.balance {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-flow: row wrap;
}
.balance .actual {
	background: linear-gradient(90deg, #FFC778 0%, #F6821F 100%);
	width: 58%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
}
.balance .actual h2 { font-size: 35px; }
.balance .acumulado {
	background: linear-gradient(274.96deg, #FF7449 -7.52%, #FF9AB3 97.9%);
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
}
.balance .actual .montos { font-size: 30px; }
.balance .acumulado .montos { font-size: 20px; }
.balance .montos { text-align: center; }
.balance .montos b {
	display: block;
	font-size: 60px;
}
.profile, .puntos {
	border-radius: 20px;
	background-color: #fff;
	font-size: 20px;
	color: #7E7C7C;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 20px 0;
}
.puntos { font-size: 15px; align-items: center; line-height: 25px; }
.puntos .info {
	min-width: 250px;
	width: 250px;
}
.puntos .info h3 { color: #F6821F; }
.profile h2 { color: #F6821F; font-size: 35px; margin: 0; }
.profile .editProfile {
	background-color: #F6821F;
	color: #fff;
	width: 70px;
	min-width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
}
.contactInfo {
	padding-left: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.contactInfo li {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.contactInfo li i { color: #F6821F; margin-right: 8px; }
.historialHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.historialHead h2 {
	font-size: 35px;
	color: #7E7C7C;
	margin: 0;
}
.historialHead a {
	display: flex;
	color: #F6821F;
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.historialHead a i { margin-left: 5px; }
.carrito, .finalizaCompra {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.carritoLista {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 50px;
	margin-right: 20px;
	box-sizing: border-box;
}
.carritoLista ul {
	list-style: none;
	padding-left: 0;
}
.carritoLista ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.5px solid #7E7C7C;
	box-sizing: border-box;
	padding: 10px 0;
}
.carritoLista ul li img {
	border-radius: 50%;
	min-width: 105px;
	width: 105px;
	height: auto;
	margin-right: 15px;
}
.carritoLista ul li .info {
	width: 100%;
	font-size: 15px;
	color: #7E7C7C;
}
.carritoLista ul li .info .compra {
	max-width: 200px;
	width: 100%;
}
.carritoLista ul li .info .compra a { color: #F6821F; }
.carritoLista ul li .info .compra .cantidades { padding: 0 8px; }
.carritoLista ul li .info .compra .cantidades a:last-child { background-color: transparent; width: initial; }
.carritoLista ul li a.delete { color: #F6821F; font-size: 20px; margin-left: 20px; }
.carrito .resumen, .finalizaCompra .resumen {
	background: linear-gradient(359.8deg, #FF7449 -7.81%, #FF9AB3 105.61%);
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	width: 327px;
	min-width: 327px;
	max-width: 100%;
	text-align: center;
}
.finalizaCompra .resumen { margin-right: 15px; }
.carrito .resumen h2, .finalizaCompra .resumen h2 { font-size: 20px; }
.carrito .resumen table, .finalizaCompra .resumen table {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}
.carrito .resumen table tr td:first-child, .finalizaCompra .resumen table tr td:first-child { text-align: left; }
.carrito .resumen table tr td:last-child, .finalizaCompra .resumen table tr td:last-child { text-align: right; }
.carrito .resumen a.confirmacion {
	font-size: 15px;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 8px 15px;
	border-radius: 100px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 20px;
}
.formSection {
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
.formSection h2 {
	background: linear-gradient(274.96deg, #FF7449 -7.52%, #FF9AB3 97.9%);
	color: #fff;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	font-size: 20px;
	margin: 0;
}
.formSection .contenido {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
}
.formSection .contenido label {
	font-size: 15px;
	margin-right: 15px;
	white-space: nowrap;
	text-align: left;
}
.formSection .contenido input {
	border-radius: 100px;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 5px 15px;
	border: 0.5px solid #7E7C7C;
	text-align: left;
}
.formSection .filaForm, .formSection .filaForm .campoForm {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}
.formSection .filaForm .campoForm span {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.formSection .filaForm { margin-bottom: 15px; }
.formSection .filaForm.doble .campoForm { width: 50%; }
.formSection .filaForm.doble .campoForm:first-child { margin-right: 8px; }
.formSection .filaForm.doble .campoForm:last-child { margin-left: 8px; }
#compraForm { text-align: center; }
#compraForm button, .pagoStripe button {
	background: linear-gradient(274.96deg, #FF7449 -7.52%, #FF9AB3 97.9%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 250px;
	height: 52px;
	font-size: 20px;
	border-radius: 100px;
	border: none;
	transition: 0.3s all;
	margin: 0 auto;
}
.table { width: 100% !important; }
.dt-search { text-align: right; }
.dt-info, .dt-length { float: left; }
.dt-paging, .dt-search { float: right; }
table.dataTable, .dt-scroll-headInner { width: 100% !important; }
.general {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 50px 20px;
}
.tableResponsive {
	width: 100%;
	overflow-x: auto;
	margin: 20px 0;
}
.formRow {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.halfDiv { width: 48%; margin: 1%; }
.fullDiv { width: 98%; margin: 1%; }
#generalForm label { display: block; width: 100%; }
#generalForm input, #generalForm select, #generalForm textarea {
	border-radius: 12px;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 5px 15px;
	border: 0.5px solid #7E7C7C;
	text-align: left;
}
#generalForm textarea { min-height: 150px; border-radius: 12px; }
.ck-editor__editable { min-height: 150px; }
.linkAdicional { font-size: 11px; float: right; margin-top: 0; margin-left: 8px; }
.actualLink { display: none; }
.modal#detalleModal, .modal#formulario {
	width: 1000px;
	max-width: 95%;
}
.modalFooter {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
	padding: 8px 0;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}
.modalFooter button, .modalFooter .button, .registroAdd .button {
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 8px 15px;
	border-radius: 100px;
	border: 1px solid #fff;
	color: #fff;
	background-color: #FF7449;
	transition: 0.4s all;
	margin-left: 8px;
}
.registroAdd {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 20px;
}
#generalForm .password { position: relative; }
.passChange	{
	position: absolute;
	right: 15px;
	bottom: 13px;
	z-index: 1;
}
.filtroLista { margin-right: 8px; min-width: 100px; }
.filtroLista label { font-size: 8px; margin: 0; position: absolute; margin-top: -10px; }
.filtroLista select, .filtroLista a {
	border-radius: 12px;
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 5px 15px;
	border: 0.5px solid #7E7C7C;
	text-align: left;
	color: #000;
}
.switch {
	position: relative;
	display: inline-block;
	width: 50px !important;
	height: 28px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #ccc;
	transition: 0.4s;
	border-radius: 28px;
}
.switch .slider::before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: 0.4s;
	border-radius: 50%;
}
.switch input:checked + .slider { background-color: #FF7449; }
.switch input:checked + .slider::before { transform: translateX(22px); }
.verdeText { color: #00913f; }
.rojoText { color: #a52019; }
#iconoPicker { width: 768px; max-width: 95%; }
#iconosMuestra {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	height: 500px;
	overflow-y: scroll;
}
#iconosMuestra i {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	color: #ccc;
	float: left;
	border-radius: 5px;
	font-size: 30px;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
	transition: all 0.6s;
}
#iconosMuestra i:hover { color: #000; }
.iconoDiv { position: relative; }
.iconoLink {
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(274.96deg, #FF7449 -7.52%, #FF9AB3 97.9%);
	color: #fff;
	border-radius: 12px;
	font-size: 15px;
	box-sizing: border-box;
	padding: 10px 20px;
}
.contentHTML { width: 100%; white-space: break-spaces; min-width: 300px; }
.arrastrable { cursor: grab; font-size: 15px; margin-right: 10px; }
.conAlgo { position: relative; }
.conAlgo span {
	display: block;
	position: absolute;
	top: 55%;
	right: -3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #FF9AB3;
}
.pagoStripe { display: none; }
#payment-form {
	border-radius: 100px;
    width: 100%;
    height: 40px;
    display: block;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 0.5px solid #7E7C7C;
    text-align: left;
}
.tableModal { width: 100%; margin-bottom: 15px; }
.tableModal thead,
.tableModal thead tr,
.tableModal thead tr th {
	background-color:#FF7449;
	color: #fff;
}
.tableModal thead tr th, .tableModal tbody tr td { padding: 5px; box-sizing: border-box; }
.tableModal tbody,
.tableModal tbody tr,
.tableModal tbody tr td {
	background-color: #fff;
}
.categoryHead, .categoryHead .filtroDiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.categoryHead h2 {
	color: #7E7C7C;
	font-size: 35px;
	margin: 0;
	font-weight: 400;
}
.comunicaList {
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;
}
.comunicaList .medio {
	display: none;
	position: relative;
	width: 31%;
	margin: 1%;
}
.comunicaList .medio img { width: 100%; height: auto; }
.comunicaList .medio .over {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	color: #fff;
	box-sizing: border-box;
	padding: 15px;
	text-align: right;
}
.comunicaList .medio .over a {
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin: 5px;
}
.soporteLink {
	display: flex;
	align-items: center;
	color: #7E7C7C;
	font-size: 15px;
	font-weight: 700;
	flex-flow: row wrap;
	width: 185px;
}
.soporteLink i {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px;
	background: linear-gradient(274.96deg, #FF7449 -7.52%, #FF9AB3 97.9%);
	color: #fff;
	margin-left: 5px;
}
.ayudaTitle {
	background: linear-gradient(274.96deg, #FF7449 -7.52%, #FF9AB3 97.9%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 35px;
	color: #fff;
	width: 100%;
	height: 52px;
	border-radius: 100px;
}
dl.faqs {
	margin: 50px 0;
	padding-left: 0;
	list-style: none;
}
dl.faqs dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 50px;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	color: #7E7C7C;
	cursor: pointer;
	box-sizing: border-box;
	padding: 8px;
}
dl.faqs dd {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	font-size: 16px;
	margin: 0;
	display: none;
	color: #7E7C7C;
}
.contactoSoporte {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactoSoporte li { text-align: center; margin: 0 15px; }
.contactoSoporte li i {
	color: #FF7449;
	font-size: 60px;
	margin: 10px;
}
.campoWhite {
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
}
.campoWhite label {
	display: block;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
}
.campoWhite textarea {
	font-family: "Mulish", sans-serif;
	border: none;
	outline: none;
	width: 100%;
	height: 300px;
	font-size: 20px;
	color: #7E7C7C;
	box-sizing: border-box;
	padding: 15px;
}
@media screen and ( max-width : 1205px ) {
	.pedidosLista .pedido .detail img, .puntos .detail img { margin: 0; }
	.pedidosLista .pedido .info, .pedidosLista .pedido .more, .puntos .more { width: 100%; min-width: initial; }
	.pedidosLista .pedido .more, .puntos .more { margin: 0; }
	.pedidosLista .pedido .detail, .puntos .detail { margin: 20px 0 40px; }
	.productos .producto { width: 23%; }
	.balance .actual h2 { font-size: 28px; }
	.balance .actual .montos { font-size: 20px; }
	.balance .acumulado .montos { font-size: 16px; }
	.carrito .resumen h2, .carrito .resumen table, .finalizaCompra .resumen h2, .finalizaCompra .resumen table { font-size: 18px; }
	.carrito .resumen { width: 250px; min-width: 250px; padding: 15px; }
}
@media screen and ( max-width : 1150px ) {
	.pedidosLista .pedido .detail img, .puntos .detail img { margin: 0; }
	.pedidosLista .pedido .detail, .puntos .detail { margin: 20px 0 40px; }
	.productos .producto { width: 23%; }
	.balance .actual h2 { font-size: 28px; }
	.balance .actual .montos { font-size: 20px; }
	.balance .acumulado .montos { font-size: 16px; }
	.carrito .resumen h2, .finalizaCompra .resumen h2 { font-size: 17px; }
	.carrito .resumen table, .finalizaCompra .resumen table { font-size: 15px; }
	.carrito .resumen { width: 200px; min-width: 200px; padding: 15px; }
	.comunicaList .medio .over a { width: 30px; height: 30px; font-size: 18px; }
}
@media screen and ( max-width : 1080px ) {
	.breadcumb { display: none; }
	.detalle { flex-direction: column-reverse; }
	.detalle img, .detalle .info { width: 100%; }
	.detalle .info { margin-bottom: 30px; }
	.pedidosLista .pedido { flex-flow: row wrap; }
	.productos .producto { width: 31%; }
	.balance .actual h2 { font-size: 25px; }
	.balance .actual .montos { font-size: 18px; }
	.balance .acumulado .montos { font-size: 14px; }
	.balance .montos b { font-size: 50px;}
	.carrito, .finalizaCompra { display: block; }
	.carrito .resumen, .finalizaCompra .resumen { width: 100%; min-width: initial; margin-bottom: 15px; }
	.finalizaCompra .resumen { margin-right: 0; }
	.categoryHead a.button { width: 145px; }
}
@media screen and ( max-width : 950px ) {
	.productos .producto { width: 48%; }
	.balance .actual h2 { font-size: 20px; }
	.profile h2 { font-size: 30px; }
	.profile { font-size: 16px; }
	.formSection .filaForm.doble { display: block; margin: 0; }
	.formSection .filaForm.doble .campoForm { width: 100%; margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 15px; }
	.categoryHead h2 { font-size: 25px; }
	.comunicaList .medio { width: 48%; }
}
@media screen and ( max-width : 900px ) {
	.balance .actual { flex-flow: row wrap; }
	.balance .actual h2, .balance .actual .montos { width: 100%; text-align: center; margin: 0; }
}
@media screen and ( max-width : 850px ) {
	.categoryHead a.button { width: 120px; }
}
@media screen and ( max-width : 767px ) {
	.formSection .contenido { padding: 15px; }
	.formSection .filaForm .campoForm { display: block; }
	.puntos { display: block; }
	.puntos .detail { justify-content: center; }
	.contactInfo { display: block; }
	.profile .editProfile { width: 40px; height: 40px; min-width: 40px; font-size: 20px; }
	header .nombreUsuario { display: none; }
	header .profile { margin: 0; }
	aside {
		padding: 10px;
		width: 45px;
		transition: 0.4s all;
		overflow: hidden;
	}
	aside ul.mainMenu { margin-left: 0; padding-left: 0; }
	aside ul.mainMenu li span { display: none; }
	aside:hover { width: 200px; }
	aside:hover > ul.mainMenu li span { display: block; }
	main { padding: 20px; padding-left: 65px; }
	.login main { padding: 0; }
	aside ul.mainMenu li a { padding: 0; }
	aside ul.mainMenu li.active > ul.submenu { display: none; }
	aside:hover ul.mainMenu li.active > ul.submenu { display: block; }
	aside ul.mainMenu li.active a { background: transparent; }
	aside ul.mainMenu li.active a i { color: #F6821F; }
	aside:hover ul.mainMenu li.active a { background: linear-gradient(274.96deg, #FF7449 -7.52%, #FF9AB3 97.9%); }
	aside:hover ul.mainMenu li.active a i { color: #fff; }
	aside:hover ul.mainMenu li ul.submenu li a {
		color: #7E7C7C;
		background: transparent;
		padding: 0;
	}
	.detalle .info { padding: 0; }
	.pedidosLista .pedido .detail { display: none; }
	.carritoLista { padding: 15px; }
}
@media screen and ( max-width : 550px ) {
	.balance .montos b { font-size: 38px; }
	.balance .actual h2 { display: none; }
	.comunicaList .medio { width: 98%; }
	.contactoSoporte { display: block; }
	.ayudaTitle { font-size: 25px; height: 40px; }
	.campoWhite label { font-size: 20px; }
	.campoWhite textarea { font-size: 16px; }
}
@media screen and ( max-width : 480px ) {
	.categoryHead { display: block; text-align: center; }
	.categoryHead .filtroDiv { margin: 20px 0; }
	.categoryHead a.button { width: 48%; min-width: 120px; }
	.loginForm { width: 350px; padding: 15px; }
	.recompensas a { font-size: 12px; height: 40px; }
	.recompensas a i { font-size: 18px; }
	.productos .producto { width: 98%; }
	.carritoLista ul li img { width: 70px; min-width: 70px; }
}