body {
	font-family: 'Montserrat', Helvetica, Arial, Lucida;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.57;
	color: var(--color-texto);
	background: var(--color-fondo);
	overflow-x: hidden;
}
div {
	margin: 0;
	padding: 0;
}
b, strong {
	font-weight: 600;
}
a, a:visited {
	color: var(--color-link-texto);
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: var(--color-link-hover);
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--color-titulo);
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	font-weight: 400;
	margin: 1em 0 0.5em;
}
h1 {
	font-weight: 400;
	font-size: 26px;
	line-height: 1.15;
}
h2 {
	font-size: 26px;
	line-height: 1.15;
	font-weight: 300;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0;
	text-align: left;
}

h3 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }

h2.carru {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
h2.carru .right {
	min-width: 85px;
}
h2.carru .right i {
	margin-left: 7px;
}
h2.carru .right a:hover i {
	text-decoration: none;
}

.click {
	cursor: pointer;
}

.miniWin h3 {
	font-weight: 400;
}

p {
	padding: 6px 0;
	margin: 0;
}
ul, ol {

}
li {

}
.btn, button.btn, a.btn, a.btn:visited {
	display: inline-flex;
	color: var(--color-boton-texto) !important;
	background: var(--color-boton-fondo);
	border-color: var(--color-boton-fondo);
	
	font-size: 14px;
	border-radius: 0;
	text-transform: uppercase;
    padding: 0.75rem .75rem;
    margin: 10px 5px;
}

.btn:hover, button.btn:hover, a.btn:hover,
.btn:focus, button.btn:focus, a.btn:focus,
.btn:active, button.btn:active, a.btn:active {
	color: var(--color-boton-hover-texto) !important;
	background: var(--color-boton-hover-fondo);
	border-color: var(--color-boton-hover-fondo) !important;
	cursor: pointer !important;
	outline: none;
	box-shadow: none;
}
.btn:disabled, button.btn:disabled {
	cursor: no-drop !important;
}
.input-group-append .btn {
	margin: 0;
}

.btn i {
	margin: 3px;
}

button.mercadopago-button, a.viumi-button {
	background: var(--color-boton-fondo);
	border-color: var(--color-boton-fondo);
	color: var(--color-boton-texto);
	width: 290px;
	display: block;
	margin: 10px auto;
	padding: 10px 0;
}
a.viumi-button, a.viumi-button:visited {
	display: block;
	color: #fff;
}
button.mercadopago-button:hover, a.viumi-button:hover {
	background: var(--color-boton-hover-fondo);
	border-color: var(--color-boton-hover-fondo);
	color: var(--color-boton-hover-texto);
	text-decoration: none;
}

.mobileBrand, .onlyMobile {
	display: none;
	padding: 0 20px;
}

.max {
	max-width: 1480px;
}
.max.noHead {
	margin-top: 50px;
}

.content {
	min-height: 500px;
	margin-bottom: 25px;
}

.header {
	background: var(--color-header-fondo);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.header .max, .menu .max {
	padding: 0;
}

.headerSup span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding-left: 25px;
}
.headerSup a, .headerSup a:visited {
	color: var(--color-header-texto);
}
.headerSup a:hover {
	color: var(--color-header-hover);
	text-decoration: none;
}
.headerSup i {
	color: #ed4f4f;
	font-size: 22px;
	line-height: 1;
	margin-right: 4px;
}
.headerBottom {
	background: var(--color-header-fondo);
}
.headerLeft .back {
	color:  var(--color-header-texto);
}
.headerMid .max {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}


.headerLeft {
	display: flex;
	justify-content: flex-start;
	margin-top: -36px;
}
.headerLeft .back {
	border: none;
	background: none;
	margin-left: 10px;
	display: none;
}
.headerRight {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.navbar-brand {
	width: 250px;
	margin-bottom: 15px;
}
.navbar-brand img {
	width: 100%;
}

.mobileBrand {
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-top: 30px;
}
.mobileBrand img {
	max-width: 100%;
	max-height: 100%;
}

/* MENU */
.menu.navbar {
	font-family: 'Montserrat', sans-serif;
	background: none;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.15;
	font-weight: 600;
	box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.3);
}

.menuLeft {
	display: flex;
	justify-content: flex-start;
}
.menuRight {
	display: flex;
	justify-content: flex-end;
}

.nav-link, .nav-link:visited {
	background: none;
	color: var(--color-header-texto);
	padding: 7px 13px !important;
}
.nav-link:hover {
	background: #ed4f4f;
	color: var(--color-header-hover) !important;
}

/* /.MENU */

.header .navbar-toggler {
	margin-right: 15px;
	margin-bottom: 25px;
	color: var(--color-header-texto);
}
.header .navbar-toggler:focus {
	outline: none;
}



.header .headerRight {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}
.headerSup .max {
	padding: 5px 0;
	display: flex;
	justify-content: flex-end;
}

.home-welcome {
	font-size: 13px;
	line-height: 1.23;
	display: none;
	text-align: center;
}

/* Social */
.social {
	padding: 25px 0 0px;
}
.social ul {
	margin: 0;
	padding: 0 0 3px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.social ul li {
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 21px;
	line-height: 1;
}
.social ul li a, .social ul li a:visited {
	display: block;
	margin: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #ed4f4f;
	border-radius: 50%;
	text-align: center;
	padding: 9px 0 9px;
}
.social ul li a:hover {
	color: #fff;
	background: #000;
}
/* /Social */

.carrito {
	display: flex;
	padding: 5px 0;
	position: relative;
}

.carrito a, .carrito a:visited {
	font-size: 32px;
	line-height: 1;
	display: block;
	color: var(--color-header-texto);
	margin: 0 10px 0 10px;
}
.carrito a:hover {
	color: var(--color-header-hover);
}
.carrito span.off {
	font-size: 32px;
	line-height: 1;
	display: block;
	color: #999;
	margin: 0 10px 0 10px;
}


.carrito .badge {
	font-size: 15px;
	line-height: 1;
	margin-left: -10px;
}

.dropdown-item, .dropdown-item:visited {
	color: #252525;
	font-size: 13px;
	line-height: 1.3;
	padding: 15px;
}
.dropdown-item:hover {
	color: #fff;
	background: #ed4f4f;
}

.header .form-inline {
	margin: 5px 25px;
}


/* Carrito modal */
.carrito .lista {
	display: none;
	position: absolute;
	background: #fff;
	color: #777;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
	width: 300px;
	top: 52px;
	right: -15px;
	z-index: 1200;
	font-size: 13px;
	line-height: 1.3;
}
.carrito .lista .head {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	padding: 10px 5px 9px;
	color: #fff;
	background: #ed4f4f;
	text-align: center;
	text-transform: uppercase;
}
.carrito .lista .body {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
}
.carrito .lista .item {
	border-bottom: 1px solid #999;
	padding: 0;
	position: relative;
}

.carrito .lista .item a, .carrito .lista .item a:visited, .carrito .lista .item div.a {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin: 0;
}
.carrito .lista .item a:hover {
	background: #ccc;
	text-decoration: none;
}
.carrito .lista .img {
	width: 100px;
	margin-right: 10px;
}
.carrito .lista .img img {
	width: 100%;
}
.carrito .lista .txt {
	width: 180px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	line-height: 1.14;
}
.carrito .lista .cat {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.14;
}
.carrito .lista .prod {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.28;
	font-weight: 600;
	text-transform: uppercase;
}
.carrito .lista .data {
	font-size: 15px;
	line-height: 1.33;
}
.carrito .lista .st {
	font-weight: 800;
	text-align: right;
}
.carrito .lista .borrar {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 20px;
	line-height: 1;
}
.carrito .foot {

}
.carrito .tot {
	padding: 10px;
	font-size: 19px;
	line-height: 1.26;
	font-weight: 800;
	color: #252525;
	text-align: right;
}
.carrito .botonera {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
/* /Carrito modal */


/* FOOTER */
.footer {
	border-top: 5px solid #555;
	background: var(--color-footer-sup-fondo);
	padding-top: 20px;
	padding-bottom: 0;

	color: var(--color-footer-sup-texto);
	box-shadow: 0px -10px 15px 0 rgba(0, 0, 0, 0.3);
}
.footer h4 {
	color: #fff;
	
	padding: 0 1px;
	margin: 25px auto 10px;
}
.footer h4.tit {
	display: inline-block;
	border-bottom: 2px solid #ed4f4f;
}
.footer p {
	padding-top: 15px;
	line-height: 2;
}
.footer a, .footer a:visited {
	color: #fff;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer div {
	text-align: center;
}
.footer .logo {
	width: 250px;
	margin: 50px auto 0;
}
.footer .logo img {
	width: 100%;
}
.footer h4 {
	
}
.footer .menu {
	background: none;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.footer .menu li {
	padding: 8px 5px;
}

.footer .social ul {
	justify-content: center;
	margin-bottom: 15px;
}
.footer .social a:hover {
	color: #ed4f4f;
	background: #fff;
}
.footer .copyright {
	padding-bottom: 25px;
}
.subFooter {
	text-align: center;
	color: var(--color-footer-inf-texto);
	background: var(--color-footer-inf-fondo);
	padding: 20px;
}
.subFooterBottom {
	color: var(--color-footer-inf-texto);
}
.subFooterBottom a, .subFooterBottom a:visited {
	color: var(--color-footer-inf-link);
}
.subFooterBottom a:hover {
	color: var(--color-footer-inf-hover);
	text-decoration: none;
}
/* /FOOTER */


/* SLIDERS */
.sliders {
	visibility: hidden;
	display: block;
	width: 100%;
	height: 400px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.3);
}
.sliders.headPage {
	height: 250px;
}
.sliders .slidersInt {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 400px;
}
.sliders.headPage .slidersInt {
	height: 250px;
}
.sliders.fadeOn .slidersInt {
	width: 100%;
	position: relative;
}
.sliders .jumbotron {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #252525;
	height: 100%;
	flex: auto;
	background-color: #fff;
	background-repeat: no-repeat;
	/*background-size: cover;
	background-position: center center;*/
	background-size: auto 100%;
  	background-position: center;
	border-radius: 0;
}
.sliders .jumbotron h1, .sliders .jumbotron p {
	margin: 0;
	padding: 0;
}
.sliders .jubomtron .btn {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.sliders.fadeOn .jumbotron {
	display: flex;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sliders .jumbotron.left { align-items: flex-start; text-align: left; }
.sliders .jumbotron.right { align-items: flex-start; text-align: right; }
.sliders .jumbotron.top { justify-content: flex-start; }
.sliders .jumbotron.bottom { justify-content: flex-end; }

.sliders .jumbotron.negro, .sliders .jumbotron.negro h1 {
	color: #000;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.sliders .jumbotron.blanco, .sliders .jumbotron.blanco h1 {
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.sliders .jumbotron.color, .sliders .jumbotron.color h1 {
	color: #ed4f4f;
}
.sliders .jumbotron.color .btn {
	color: #fff;
	background: #252525;
	border-color: #252525;
}
.slider-control {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.control-left, .control-bullets, .control-right {
	/*flex: auto;*/
}
.control-left, .control-right {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	font-size: 40px;
	line-height: 1;
	width: 40px;
	height: 100%;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	opacity: 0.3;
}
.control-left:hover, .control-right:hover {
	cursor: pointer;
	color: #ed4f4f;
	opacity: 1;
}
.control-left {
	text-align: left;
	padding-left: 10px;
	left: 0;
}
.control-right {
	text-align: right;
	padding-right: 10px;
	right: 0;
}
.control-bullets {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	align-self: flex-end;
	display: flex;
	justify-content: center;
	list-style: none;
	margin-bottom: 15px;
}
.control-bullets li {
	width: 16px;
	height: 16px;
	border-radius: 50% 50%;
	background: #fff;
	margin: 0 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.control-bullets li.sel {
	background: #252525;
}
.control-bullets li:hover {
	background: #ed4f4f;
}
.producto .sliders {
	height: 0;
	padding-bottom: 66.67%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.producto .slidersInt {
	height: 0;
	padding-bottom: 66.67%;
}
/* /SLIDERS */


/* BANNERS */
.banners {
	display: flex;
	margin: 0 -2px 50px;
}
.banner {
	width: 33.33%;
	padding: 0;
	margin: 0 2px;
}
.banner img {
	width: 100%;
}

/* /BANNERS */


/* ÍCONOS DE SERVICIOS */
.servicios {
	margin: 50px 0;
}
.servicios > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 30px 0;
}
.servicios i {
	font-size: 60px;
	line-height: 1;
	color: #ed4f4f;
}
.servicios h4 {
	margin: 15px 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
}
/* /ÍCONOS DE SERVICIOS */


/* BREADCRUMB */
.breadcrumb {
	margin-top: 15px;
	background: none;
}
.breadcrumb .breadcrumb-item {
	text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before {
	font-family: 'FontAwesome';
	content: "\f069";
}
h1 small {
	display: none;
}

/* /BREADCRUMB */

#offline {
	text-align: center;
	font-size: 12px;
	line-height: 1.33;
	padding: 15px 10px;
	text-transform: uppercase;
}



/* GRILLA */
.grid {
	margin-bottom: 25px;
}
.grid .item {
	margin-top: 25px;
	margin-bottom: 25px;
}
.grid a.bloque, .grid a.bloque:visited {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	color: #252525;
	padding: 10px;
	margin: -10px;
	border-radius: 10px;
}
.grid a.bloque:hover {
	color: #252525;
	text-decoration: none;
	/*outline: 1px solid #666;*/
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}

.grid .img {
	position: relative;
	text-align: center;
	height: 0;
	padding-bottom: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.grid img {
	max-width: 100%;
}
.nuevo, .desc {
	position: absolute;
	
	width: 60px;
	height: 60px;
	border-radius: 50%;
		
	font-weight: 600;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.nuevo {
	color: var(--color-nuevo-texto);

	top: 10px;
	left: 10px;

	font-size: 14px;
	line-height: 1;
	
	transform: rotate(-30deg);
}
.desc {
	color: var(--color-oferta-texto);

	top: 10px;
	right: 10px;

	font-size: 18px;
	line-height: 1;
	
	transform: rotate(30deg);
}
.nuevo .fa-certificate, .desc .fa-certificate {
	top: -8px;
	left: -3px;
	position: absolute;
	font-size: 78px;
	line-height: 1;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	z-index: 500;
}
.nuevo .fa-certificate { 
	color: var(--color-nuevo-fondo); 
}
.desc .fa-certificate {
	color: var(--color-oferta-fondo); 
}
.nuevo span, .desc span {
	text-transform: uppercase;
	z-index: 600;
}

.grid .img .fa-heart {
	position: absolute;
	color: #eee;
	bottom: 15px;
	right: 15px;
	font-size: 34px;
	line-height: 1;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}
.grid .img .fa-heart:hover {
	bottom: 0px;
	right: 3px;
	font-size: 60px;
	line-height: 1;
}
.grid .img .fa-heart.sel, .grid .img .fa-heart:hover {
	cursor: pointer;
	color: #f00;
}

.grid .txt, .producto .txt {
	padding: 10px 5px;
	text-align: center;
	color: #666;
}
.grid .txt {
	/*height: 160px;*/
}
.cat {
	font-size: 14px;
	line-height: 1.43;
	text-transform: uppercase;
	padding-bottom: 3px;
	height: 23px;
}

.cat i.fa-asterisk {
	color: #aaa;
	margin: 0 5px;
}
.grid h3 {
	color: #252525;
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	height: 48px;
}
.codigo {
	padding-top: 2px;
	font-weight: 600;
	height: 26px;
}

.precio {
	padding: 5px 0;
	height: 65px;
}
.producto .precio {
	height: auto;
}
.precio .regular {
	color: #252525;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 800;
}
.precio .unidad {
	font-size: 22px;
	font-weight: 400;
}
.precio .antes {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
}
.antes {
	text-decoration: line-through;
}

.grid .botonera {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.grid .botonera .btn {
	margin: 5px 10px;
}
/* /GRILLA */


/* PÁGINA DE PRODUCTO */
.producto {
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
}
.producto .desc {
	top: 0px;
	right: 20px;
}
.producto .nuevo {
	top: 0px;
	left: 20px;
}

.producto .sliders {
	cursor: pointer;
}

.producto h1 {
	/*font-size: 40px;
	line-height: 42px;*/
	margin-bottom: 0;
	padding-bottom: 0;
}
.producto .txt {
	padding-top: 30px;
}


.descripcion {
	padding: 5px 0 20px;
}
.marca {
	padding: 5px 0;
}
.producto .marca {
	padding: 5px 0 15px;
}

.producto .botonera {
	padding-bottom: 25px;
}
.nav-tabs {
	margin-top: 25px;
	margin-bottom: -1px;
	border: none;
}
.nav-tabs .nav-link {
	color: #666;
	border-color: #ccc #ccc #666;
	margin-right: 10px;
	font-weight: 600;
}
.nav-tabs .nav-link:hover {
	color: #252525 !important;
	border-color: #666;
	background: none;
}
.nav-tabs .nav-link.active {
	color: #252525;
	border-color: #666 #666 #fff;
}
.tab-content {
	margin-top: 0;
	margin-bottom: 25px;
}
.tab-pane {
	padding: 25px 15px;
	border: 1px solid #666;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.producto h2 {
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
	line-height: 1.25;
}
.variantes {
	margin-bottom: 15px;
}
.variantes h3 {
	color: #ed4f4f;
	font-size: 18px;
	line-height: 1.22;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 800;
}
.variante {

}
.variante h4 {
	font-size: 16px;
	line-height: 1.25;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
	color: #252525;
}
.variante .descripcion {
	font-size: 15px;
	line-height: 1.25;
	margin: 0;
	padding: 0;
}
.variante .precio .unidad {
	font-size: 16px;
	line-height: 1.25;
}
.variante .precio .regular {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
} 
.variante .precio .antes {
	font-size: 18px;
	line-height: 1.33;
}
.variantes hr {
	width: 100px;
	margin: 5px auto 15px;
	border-top: 2px solid #ed4f4f;
}

.archivos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.archivos .archivo {
	width: 280px;
	margin: 15px;
	text-align: center;
}
.archivos .archivo a, .archivos .archivo a:visited {
	color: #252525;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 10px;
	background: #eee;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	height: 100%;
}
.archivos .archivo a:hover {
	text-decoration: none;
	background: #fff;
	color: #ed4f4f;
	
}
.archivos .img {
	width: 75px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 70px;
	line-height: 1;
	margin-bottom: 5px;
}

.archivos h3 {
	font-size: 16px;
	line-height: 1.25;
}
.archivos .ext {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	background: #999;
	color: #fff;
	padding: 2px 8px;
	border-radius: 8px;
	width: auto;
	margin: 0 auto;
}
.archivos .descripcion {
	padding: 10px 0 0;
	font-size: 15px;
	line-height: 1.33;
}
/* PÁGINA DE PRODUCTO */


/* PÁGINA DE PEDIDO */
.pedido {
	max-width: 1200px;
	margin: 0 auto;
}
.pedido .tr.tit {
	font-weight: 600;
}
.pedido .tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #888;
	height: 70px;
	padding: 5px;
}
.pedido .trash {
	text-align: center;
	flex-grow: 1;
	min-width: 40px;
	max-width: 40px;
}
.pedido i.fa-trash, .pedido i.fa-search {
	color: var(--color-link-texto);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}
.pedido .img {
	text-align: center;
	flex-grow: 4;
	min-width: 60px;
	max-width: 60px;
	margin-right: 12px;
}
.pedido .img img { max-width: 100%; }

.pedido .data {
	flex-grow: 10;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.pedido .tx1, .pedido .total-tit  {
	display: flex;
	flex-grow: 10;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
}
.pedido .tx2 {
	display: flex;
	flex-grow: 10;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 400;
	max-width: 200px;
	min-width: 200px;
}
.pedido .tit.sup .tx2 {
	font-weight: 600;
}
.pedido .total-tit {
	justify-content: flex-end;
}
.pedido .num, .pedido .total-num {
	display: flex;
	max-width: 100px;
	min-width: 100px;
	flex-grow: 2;
	justify-content: flex-end;
	align-items: center;
}


.pedido .num2 {
	display: flex;
	flex-grow: 5;
	max-width: 250px;
	min-width: 250px;
	justify-content: flex-end;
	align-items: center;
}
.pedido .uni {
	max-width: 150px;
	min-width: 150px;
}
.pedido .miniTit {
	display: none;
	width: 90px;
	font-weight: 600;
}
.pedido .miniNum {
	display: block;
	max-width: 100px;
	min-width: 100px;
	text-align: right;
}
.pedido .miniUni {
	display: block;
	max-width: 150px;
	min-width: 150px;
	text-align: left;
	padding-left: 8px;
}

.pedido .tr {
	display: flex;
	align-items: center;
	flex: auto;
}
.nota {
	padding: 0.5rem 15px;
	font-size: 15px;
	line-height: 1.47;
	color: #777;
}

.pedido .botonera .btn {
	margin: 10px 5px;
	min-width: 290px;
	justify-content: center;
}
.content.pedido {
	padding-bottom: 25px;
}
.form-pedido {
	max-width: 1200px;
	margin: 0 auto;
}
.botPed {

}
.botPed .btn {
	width: 290px;
	justify-content: center;
}
/* /PÁGINA DE PEDIDO */


/* WIN COMPRA */
.winCompra {
	min-height: 480px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.winCompra.mini {
	min-height: 320px;
}
.winCompra .sup {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	
}
.winCompra h3 {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.2;
}
.winCompra .precio {
	height: auto;
}
.winCompra .img {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
}
.winCompra .img img {
	max-width: 100%;
	max-height: 100%;
}
.winCompra .txt {
	width: 70%;
	padding-left: 15px;
	text-align: center;
}
.winCompra label {
	margin-bottom: .25rem;
	font-weight: 600;
	text-align: center;
}
.winCompra .cantidad {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: .25rem;
}


.winCompra .subproducto {
	margin-bottom: .50rem;
}
.winCompra .cantidad button {
	height: 51px;
	width: 51px;
	border: 1px solid #252525;
	background: #ccc;
}
.winCompra .cantidad button:hover {
	background: #252525;
	color: #fff;
}
.winCompra .cantidad button:focus {
	outline: none;
}
.winCompra .cantidad input {
	width: 160px;
	text-align: right;
	font-size: 24px;
	line-height: 1;
	padding: 6px 10px 6px;
	font-weight: 800;
	color: #252525;
	border-radius: 0;
	border-left: none;
	border-right: none;
	height: 51px;
}
.winCompra .numeros .unidad {
	font-weight: 600;
}
.winCompra .numeros .precio {
	margin-top: 1rem;
}

.winCompra .botonera {
	text-align: center;
}
span.btnOff {
	margin-left: 5px;
}
/* /WIN COMPRA */


/* SELECTOR */
.mainSelect {
	position: relative;
	text-align: left;
	margin: 1rem 0;
}
.select {
	padding: 5px;
	border: 1px solid #666;
	border-radius: 0.25rem;
	height: 58px;
	font-weight: 600;
}
.select:after {
	font-family: 'FontAwesome';
	content: '\f078';
	float: right;
}
.select:hover {
	background: #ccc;
	cursor: pointer;
}
.mainSelect .options {
	display: none;
	position: absolute;
	max-height: 240px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 20000;
}
.mainSelect .option {
	padding: 5px;
	font-weight: 600;
	border-top: 1px solid #999;
}
.select, .option {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainSelect .item {
	font-weight: 600;
}
.mainSelect .item.simple {
	font-weight: 400;
}

.mainSelect .unidad, .mainSelect .antes {
	font-weight: 400;
}
.mainSelect .option:hover {
	cursor: pointer;
	background: #ddd;
}
.mainSelect .option.sel {
	background: #ccc;
}
/* /SELECTOR */



/* VISOR */
.visor {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3000;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
}
.visor .sliders {
	width: 90%;
	max-width: 1600px;
	height: 90%;
	display: flex;
	margin: 0;
}
.visor .sliders .slidersInt {
	width: 100%;
	/*padding-bottom: 66.63%;*/
}
.visor .sliders .jumbotron {
	width: 100%;
	height: 100%;
	background-size: contain;
}
/* /VISOR */


/* CLIENTES */
.clientes {
	text-align: center;
}
.clientes form {
	margin-top: 20px;
}
label {
	width: 100%;
	text-align: left;
	padding-left: 8px;
}
 .form-group.custom-checkbox {
	padding-left: 35px;
}
.form-control {
	border: 1px solid #888;
}
.form-control.is-invalid {
	border-color: #c00;
}
.clientes h2, .clientes h4 {
	text-align: center;
}
.clientes h2 {
	margin-top: 1.7em;
	margin-bottom: 0.5em;
}
.clientes h4 {
	margin-top: 1.7em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
.clientes .perfil {
	background: #eee;
	border-radius: 5px;
	padding: 15px 12px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	line-height: 1.8;
}
.clientes hr {
	border-top: 1px solid #999;
}
/* /CLIENTES */

.direccion {
	margin-bottom: 1rem;
}
#direccionNueva {
	margin-left: 20px;
}

/* CARRUSEL */
h2.carru {
	margin-bottom: 10px;
}
h2.carru a, h2.carru a:visited {
	
}
h2 .right {
	font-size: 15px;
	line-height: 1.13;
	text-transform: uppercase;

}
.carruselHome {
	overflow: hidden;
	position: relative;
	margin: 0 -15px 10px;
}
.carruselHome .grid.row {
	flex-wrap: nowrap;
	margin: 0 -5px;
}

.carruselHome .grid .item {
	width: 250px;
	padding: 0 5px;
	margin: 0;
}
.carruselHome .carruLeft, .carruselHome .carruRight {
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	font-family: 'FontAwesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    z-index: 100;
    opacity: 0.5;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.carruselHome .carruLeft {
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.carruselHome .carruLeft:before { content: "\f053"; }
.carruselHome .carruLeft:hover {
	opacity: 1;
	cursor: pointer;
}

.carruselHome .carruRight { 
	right: 0;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.carruselHome .carruRight:before { content: "\f054"; }
.carruselHome .carruRight:hover {
	opacity: 1;
	
	cursor: pointer;
}
.carruselBullets {
	margin-bottom: 15px;
}
.carruselBullets ul {
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	justify-content: center;
}
.carruselBullets ul li {
	padding: 0;
	margin: 5px 10px; 
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 0;
	background: #aaa;
	cursor: pointer;
}
.carruselBullets ul li.sel, .carruselBullets ul li:hover {
	background: #000;
}
.carruselHome .hidden, .carruselBullets .hidden {
	display: none;
}
.carruselHome .item.more a.bloque {
	width: 100%;
	background: #fff;
	color: #000;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 1.22;
	text-transform: uppercase;
	text-align: center;
}
/* /CARRUSEL */

.sinStock {
	background: #aaa;
	color: #fff;
	margin:  5px auto;
	padding: 5px 10px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.14;
	font-weight: 600;
	display: block;
	width: 100px;
}


/* MEDIA QUERIES */
@media (max-width: 1199.98px) { 
	.carrito .lista {
		top: 48px;
		right: 10px;
	}
}
@media (max-width: 991.98px) {
	.home-welcome {
		display: block;
	}
	#menu .max {
		flex-direction: column;
		align-items: stretch;
	}
	#menu .menuLeft, #menu .menuRight {
		justify-content: flex-start;
		align-items: stretch;
		flex-direction: column;
	}
	.sticky-top {
		position: static;
	}
	.headerSup {
		display: none;
	}
	.social {
		display: none;
	}
	.header {
		position: sticky;
		z-index: 500;
		top: 0;
		border-bottom: 5px solid #252525;
		padding: 0;
	}

	.header.noSticky {
		position: static;
	}
	.header .navbar-toggler {
		margin-bottom: 0;
	}
	.headerLeft .back {
		display: block;
	}
	.navbar-brand {
		width: 125px;
		margin-bottom: 0;
	}
	.headerleft {
		align-items: center;
	}

	.max.noHead {
		margin-top: 25px;
	}
	.menu.navbar {
		background: var(--color-header-fondo);
	}
	
	.footer {
		display: none;
	}
	.breadcrumb {
		display: none;
	}
	h1 small {
		display: inline;
	}
	.producto {
		margin-top: 0;
	}
	.carrusel {
		padding: 0;
	}
	.producto .txt {
		padding-top: 0;
	}
	.producto .desc, .producto .nuevo {
		top: 20px;
	}
	.pedido {
		max-width: 380px;
		margin: 0 auto;
	}
	.pedido .tr.tit.sup {
		display: none;
	}
	.pedido .tr {
		height: auto;
		position: relative;
		padding: 5px 0;
	}
	.pedido .data {
		flex-direction: column;
	}
	.pedido .trash {
		min-width: 20px;
		max-width: 20px;
		position: absolute;
		bottom: 10px;
		right: 0px;
	}
	.pedido .trash i.fa-trash, .pedido .trash i.fa-search {
		font-size: 22px;
		line-height: 1;
	}
	.pedido .img {
		display: none;
	}
	.pedido .miniTit {
		display: block;
	}
	.pedido .tx1, .pedido .tx2, .pedido .num, .pedido .num2 {
		max-width: 100%;
		min-width: 100%;
		flex-grow: 1;
		justify-content: flex-start;
	}
	.pedido .total-tit {
		max-width: 90px;
		min-width: 90px;
	}
	.pedido .num.offMobile {
		display: none;
	}
	.pedido .tr.tit .total-num {
		max-width: 100px;
		min-width: 100px;
		justify-content: flex-end;
	}
	#direccionNueva {
		margin-left: 0;
	}
	.winCompra {
		min-height: 400px;
	}
	.mainSelect {
		margin: 0.5rem 0;
	}
	.winCompra h3 {
		font-size: 1.3em;
	}
	.winCompra .unidad {
		font-size: 0.8em;
	}
	.mainSelect .options {
		max-height: 210px;
	}

	.winCompra .img {
		display: none;
	}
	.winCompra .txt {
		width: 100%;
		padding-left: 0;
	}
	.winCompra .btnOff {
		display: none;
	}
	.winCompra .fin {

	}
	.banners {
		display: block;
		position: relative;
		height: 0;
		padding-bottom: 56.25%;
	}
	.banner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
}
@media (max-width: 767.98px) { 
	.social {
		display: none;
	}
	.headerSup .max {
		flex-direction: column;
		align-items: flex-end;
	}
	.headerLeft {
		margin-top: -65px;
	}
	.navbar-brand {
		/*width: 200px;*/
	}
	/* CAMBIOS DE TAMAÑO */
	h1 { font-size: 1.6em; }
	h2 { font-size: 1.5em; }
	h3 { font-size: 1.4em; }
	h4 { font-size: 1.2em; }
	h5 { font-size: 1.1em; }
	h5 { font-size: 1em; }
	
	.nuevo .fa-certificate, .desc .fa-certificate {
		font-size: 58px;
		line-height: 1;
	}
	.nuevo, .desc {
		font-size: 12px;
		line-height: 1;
		width: 44px;
		height: 42px;
	}
	.nuevo, .producto .nuevo { top: 10px; left: 5px; }
	.desc, .producto .desc { top: 10px; right: 5px; }

	.grid .item {
		padding-left: 8px;
		padding-right: 8px;
	}


}
@media (max-width: 575.98px) { 
	.headerSup .email {
		display: none;
	}
	.navbar-brand {
		/*width: 140px;*/
	}
	#infoTab {
		flex-direction: column;
	}
	#infoTab a, #infoTab a:visited {
		margin-right: 0;
		margin-top: -4px;
		border: 1px solid #666;
		background: #fff;
	}
	#infoTab a:hover {
		background: #eee;
	}
	#infoTab a.active {
		background: #ddd;
	}
	
	.mobileBrand {
		display: flex;
	}
	.home .sliders {
		display: none;
	}
	.home .header {
		border-bottom: none;
	}
	.home .navbar-brand {
		display: none;
	}
	.onlyMobile {
		display: block;
	}
	.headPage {
		display: none;
	}
	.max.content {
		margin-top: 25px;
	}
	.producto {
		margin-top: -25px;
	}


}
@media (max-width: 430.98px) {
	.headerSup {
		display: none;
	}
	.headerLeft {
		margin-top: 0;
	}
	.navbar-brand {
		width: 125px;
	}
	a.deseosLink, a.deseosLink:visited {
		display: none;
	}
	.carruselBullets ul li {
		margin: 5px 5px; 
		width: 14px;
		height: 14px;
	}
}
