/* DISEÑADO / MAQUETADO / PROGRAMADO POR: POR OBJETIVO VIRTUAL V2.0 */

/*=====================================================================
	ESTILOS GENERALES:
======================================================================*/

/* BLANCO Y NEGRO */

@c00: #000000; 
@c0:  #ffffff;

/* COLORES PRINCIPALES */

@c1:  #000000; 
@c2:  #2563eb; 
@c3:  #000000;
@c4:  #000000;

/* COLORES SECUNDARIOS */

@cc1:  #9fc04b; 
@cc2:  #3d824d; 
@cc3:  #9fc04b;
@cc4:  #9fc04b;


/* ESCALA DE GRISES PRINCIPALES*/

@cg1:  #636363;
@cg2:  #838383;
@cg3:  #b9b9b9;
@cg4:  #D3D3D3;
@cg5:  #e3e3e3;


/* ESCALA DE GRISES OSCUROS Y CLAROS */

@cgo1: #111111;  @cgc1:  #aaaaaa;
@cgo2: #222222;  @cgc2:  #a5a5a5;
@cgo3: #333333;  @cgc3:  #bbbbbb;
@cgo4: #444444;  @cgc4:  #b5b5b5;
@cgo5: #555555;  @cgc5:  #cccccc;
@cgo6: #666666;  @cgc6:  #c5c5c5;
@cgo7: #777777;  @cgc7:  #dddddd;
@cgo8: #888888;  @cgc8:  #dgdgdg;
@cgo9: #999999;  @cgc10: #e5e5e5;


/**************** FUENTES ****************/

/* FUENTES PRINCIPALES */

.fp1 {font-family: "Montserrat", sans-serif;}
.fp2 {font-family: "Montserrat", sans-serif;} 

/* FUENTE TEXTOS */

.ft1 {font-family: "Montserrat", sans-serif;}
.ft2 {font-family: "Montserrat", sans-serif;}


/*=====================================================================
	BASE:
======================================================================*/

/**************** GENERALES ****************/

body {}

.none {display:none;}
.over {overflow:hidden;}
.f-left {float:left;}
.f-right {float:right;}
.center {text-align: center;}
.relative {position: relative;}


/**************** TIPOGRAFICOS ****************/

h1 {font-size:15px;margin:0px;}
.strong {font-weight: 700;}
.italic {font-style: italic;}

/**************** OPACIDAD ****************/

.op00 {opacity: 0.0;filter: alpha(opacity=00);}
.op10 {opacity: 0.1;filter: alpha(opacity=10);}
.op20 {opacity: 0.2;filter: alpha(opacity=20);}
.op30 {opacity: 0.3;filter: alpha(opacity=30);}
.op40 {opacity: 0.4;filter: alpha(opacity=40);}
.op50 {opacity: 0.5;filter: alpha(opacity=50);}
.op60 {opacity: 0.6;filter: alpha(opacity=60);}
.op70 {opacity: 0.7;filter: alpha(opacity=70);}
.op80 {opacity: 0.8;filter: alpha(opacity=80);}
.op90 {opacity: 0.9;filter: alpha(opacity=90);}
.op100 {opacity: 1.0;filter: alpha(opacity=100);}

/**************** EFECTOS ****************/

.eff (@eff:0) {-webkit-transition: all ~"@{eff}s" ease;-moz-transition: all ~"@{eff}s" ease;-o-transition: all ~"@{eff}s" ease;transition: all ~"@{eff}s" ease infinite;}
.eff-rotate (@rotate:0){-moz-transform: rotate(~"@{rotate}deg");-webkit-transform: rotate(~"@{rotate}deg");-o-transform: rotate(~"@{rotate}deg");-ms-transform: rotate(~"@{rotate}deg");transform: rotate(~"@{rotate}deg");}
.eff-zoom (@zoom:0) {-moz-transform: scale(~"@{zoom}");-webkit-transform: scale(~"@{zoom}");-o-transform: scale(~"@{zoom}");-ms-transform: scale(~"@{zoom}");transform: scale(~"@{zoom}");}

/**************** ESCALA DE GRISES ****************/

.grayy (@grayy:0%) {-webkit-filter: grayscale(@grayy);-moz-filter: grayscale(@grayy);-ms-filter: grayscale(@grayy);-o-filter: grayscale(@grayy);filter: grayscale(@grayy); filter: Gray();}

/**************** BORDES ****************/

/* BORDES INTELIGENTES */

.border-left {-webkit-box-shadow: -1px 0px 0px 0px @cg5;-moz-box-shadow:-1px 0px 0px 0px @cg5;box-shadow: -1px 0px 0px 0px @cg5;}
.border-right {-webkit-box-shadow: 1px 0px 0px 0px @cg5;-moz-box-shadow:1px 0px 0px 0px @cg5;box-shadow: 1px 0px 0px 0px @cg5;}
.border-bottom {-webkit-box-shadow: 0px 1px 0px 0px @cg5;-moz-box-shadow:0px 1px 0px 0px @cg5;box-shadow: 0px 1px 0px 0px @cg5;}
.border-top {-webkit-box-shadow: 0px -1px 0px 0px @cg5;-moz-box-shadow:0px -1px 0px 0px @cg5;box-shadow: 0px -1px 0px 0px @cg5;}

/* BORDES CIRCULARES */

.radd (@radd:0px) {-webkit-border-radius: @radd;-moz-border-radius: @radd;border-radius: @radd;}
.rad5bot {-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}
.rad10bot {-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
.rad5top {-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-moz-border-radius-topright: 5px;-moz-border-radius-topleft: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;} 
.rad10top {-webkit-border-top-right-radius: 10px;-webkit-border-top-left-radius: 10px;-moz-border-radius-topright: 10px;-moz-border-radius-topleft: 10px;border-top-right-radius: 10px;border-top-left-radius: 10px;} 

/**************** SOMBRAS ****************/

.sombra{ content: ''; position: absolute;  z-index: 0; bottom: -11px; left: 50%;  width: 100%; height: 15px; background: rgba(0, 0, 0, 0.10); border-radius: 100%; transform: translateX(-50%); filter: blur(6px);}

.sombra-css {-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);}
.text-shadow {text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.7);}

/**************** FONDOS ****************/

.backk (@backk:100% 100%) {  -webkit-background-size: @backk;  -moz-background-size: @backk;  -o-background-size: @backk;  background-size: @backk;}


/**************** FONDOS DEGRADE ****************/

.grad-black {background: rgb(85,85,85);background: -moz-linear-gradient(top,  rgba(85,85,85,1) 0%, rgba(37,37,37,1) 100%);background: -webkit-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(37,37,37,1) 100%);background: linear-gradient(to bottom,  rgba(85,85,85,1) 0%,rgba(37,37,37,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#252525',GradientType=0 );}

/**************** OBJETIVO VIRTUAL ****************/

#footer_ov {float:right;}
#footer_ov p {opacity: 0.7;filter: alpha(opacity=20); color:@c0;  font-size:18px; float:left; margin:0px 5px 0px 0px;.fp1; line-height: 25px}
#footer_ov:hover p {opacity: 1;filter: alpha(opacity=50);}
#footer_ov img {float:left}
#footer_ov:hover img {opacity: 1;filter: alpha(opacity=100);}

/**************** PAGINADOR ****************/

#paginador {    float: right;    width: 100%;    margin-top: 30px;margin-bottom:30px;text-align:center;}
#paginador {
	.paginador_bottom {width: 100%;float: right; margin:30px 0px;}
	.contenedor_paginador {display:inline-block; margin-bottom: 15px;margin-top: 12px;float:right;}
	.text {float: left;color: @cg3;	font-weight: 400;	margin-top: 5px;}
	.contenedor_paginador a {.fp1;.radd (@radd:3px); background-color: #ffffff;	margin-left: 8px;      width: 50px;    height: 30px;    line-height: 18px;    font-size: 15px;	border: 1px solid #ddd;	float: left;	text-align: center;	padding:5px;	color: @cg1;}
	.contenedor_paginador .active,.contenedor_paginador a:hover {background:@c2; color:@c0; border:1px solid @c2;}
}

/**************** SUBIR ****************/

.back-to-top {background-color:@c2; cursor: pointer;position: fixed;bottom: 0;right: 15px;display:none; .radd (@radd:0px); .rad5top; border:none!important;z-index: 100000}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus {background-color:@c1;}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {background-color: @c1}

/**************** BASE ****************/

p, div, span, ul, li, a, strong, input, h1, h2, h3, h4, header, footer, section, article, aside, nav, form, label, button, table, tr, td, th, img, blockquote, figure, figcaption {font-weight: 400; .fp1;}

/*=====================================================================
	ESTRUCTURA:
======================================================================*/

html {overflow-x: hidden;}


/* Scroll */
@media (min-width: 1199px) {
		/* width */
		::-webkit-scrollbar { width: 8px;}
		/* Track */
		::-webkit-scrollbar-track { background: #f5f5f5; }
		 /* Handle */
		::-webkit-scrollbar-thumb {background: rgb(66,66,66);
		background: linear-gradient(0deg, rgba(66,66,66,1) 0%, rgba(130,130,130,1) 100%); .radd (@radd:0px); }
		/* Handle on hover */
		::-webkit-scrollbar-thumb:hover { background: #999; }
}	


/* Color General */

:root {
	--cnvs-themecolor: @c1;
	--bs-dropdown-link-active-bg: @c1;
}

.dropdown-item.active, .dropdown-item:active {background-color:@c1;}

/* Container */
@media (min-width: 1350px) {
	.container {
	    max-width: 1500px;
	    padding-right:45px;
	    padding-left:45px;
	}
}
@media (max-width: 1349px) {
	.container {
	    max-width: 1920px;
	    padding-right:45px;
	    padding-left:45px;
	}
}
@media (max-width: 500px) {
	.container {
	    max-width: 100%;
	    padding-right:25px!important;
	    padding-left:25px!important;
	}
}

/* Iconos OV */

.icono-svg {
	fill:none;
	stroke: #666;
	stroke-miterlimit: 10;
	stroke-width: 3px;
	transform: scale(1.0);
	.eff (@eff:0.3);	
}

.icono-svg:hover {
	fill:none;
	stroke: @c1;
	stroke-miterlimit: 10;
	stroke-width: 4px;
	transform: scale(1.1);
	.eff (@eff:0.3);
}

.header-misc .icono-svg {max-height: 50px;}

.base-ov {  overflow-x: clip;   width: 100%; }
.base-ov {
		/* ALERTAS */
		.alert {.eff (@eff:0.3);}
		.alert strong {text-align: center;text-align: center;width: 100%; display: inline-block;}

		/* BOTONES */
		.button-black.button-3d:hover, .button-black.button-reveal:hover, .button-black.button-border:hover { --cnvs-btn-color: @c1 !important;}
		@media (max-width: 997px) {
			.button {font-size:15px; padding: 6px 25px;}
		}



		/* ACCESOS DIRECTOS */

		.accesos-directos { position: fixed; right: 0; bottom: 0; z-index: 100; transition: all 0.3s ease; }
		.accesos-directos .box-tool { float: right; clear: right; }
		.accesos-directos a, .accesos-directos #gotoTop {display: block; height: 45px; padding: 10px 30px; color: #fff; font-size: 16px; font-weight: 300; text-align: center; transition: all 0.3s ease; }
		.accesos-directos a { background: linear-gradient(45deg, #28c100, #07aa1b, #67e000, #0c5100); background-size: 400% 400%; animation: cambiocolor 12s linear infinite; border-top-left-radius: 255px; }
		.accesos-directos a span { margin-left: 10px; }
		.accesos-directos a svg { width: 25px;height:25px; margin-left: 15px; .eff (@eff:0.3);	transform: scale(1.0);filter: brightness(0) invert(1);}
		.accesos-directos a:hover svg {	transform: scale(1.1); .eff (@eff:0.3)  }
		.accesos-directos #gotoTop { font-size: 32px; line-height: 34px; display: none !important; }

		@media (max-width: 1199px) {
		  .accesos-directos-box { display: none; }
		  .accesos-directos-box.mobile-v { display: inline-block !important; }
		}

		@keyframes cambiocolor {
		    0% {background-position: 0% 50%;}
		    50% {background-position: 100% 50%;}
		    100% {background-position: 0% 50%;}
		}

		/* Dropdown Panel OV*/
		.dropdown-panel-nav-ov { min-width: 190px;top: 5px!important;z-index: 1002}
		.dropdown-panel-nav-ov a {font-size: 15px;}

		@media (max-width: 1199px) {
		  .dropdown-panel-nav-ov {width: 160px;    top: 5px !important;    left: -167px !important;}
		}

		/* Carrito / Login Overlay */
		#cart-overlay {display: none;position: fixed; top: 0;left: 0;    width: 100vw;    height: 100vh;    background-color: rgba(0, 0, 0, 0.5);    z-index: 500;  }
		#cart-overlay.active {display: block;  }
		.top-cart-content {margin:0px!important;    display: none;    z-index: 1001;    opacity: 1;    transform: initial!important;  }
		.top-cart-content.active {display: block;}
		.cart-close {position: absolute; right: 0px; padding: 0px 12px; font-size: 35px;line-height: 44px;cursor: pointer;color:@cg1;}
		.cart-close:hover {color:@c1;}

	  	#login-overlay {display: none;   position: fixed;   top: 0;    left: 0;   width: 100vw;	    height: 100vh;    background-color: rgba(0, 0, 0, 0.5);    z-index: 500;  }
	  	#login-overlay.active {display: block;}


		/* HEADER */

		/* barra secundaria*/
		#top-bar {background: #303030; display: flex; align-items: center;border: none;}
		#top-bar {
			/* Secundario */
			.texto-hiper {display: flex;align-items: center;color:@c0;transform: scale(1.0); .eff (@eff:0.3)}
			.texto-hiper:hover {transform: scale(1.05); .eff (@eff:0.3) }
			.texto-hiper span {font-size:16px;}
			.texto-hiper p {margin:0px;margin-left:5px;font-size:11px;letter-spacing: 1px}
			.texto-hiper p b {font-weight: 700}

			/* Redes */
			.redes {display: flex;margin:0px;align-items: center;color:@c0;margin-right:30px;}
			.redes .seguinos {font-size:11px;letter-spacing: 2px}
			.redes li {list-style:none;margin-left:10px;}
			.redes li a {display: inline-block;}
			.redes li a svg {width: 17px;height:17px; filter: brightness(0) invert(1);}
			.redes li a:hover {opacity: 0.8;}


			#login {  position: relative;  display: flex;  align-items: center;  padding: 10px 30px;padding-right:0px;}
			#login a {z-index:100;}
			#login .top-account-bg {  position: absolute; top: 0px;    right: -100vw;    left: 0vw; height: 100%;  background: #4f4f4e;  z-index: -1;.eff (@eff:0.3)}
			#login img {height: 17px;filter: brightness(0) invert(1);margin-right:3px;}
			#login span {color:@c0;font-size:11px;letter-spacing: 1px;     max-width: 200px;    height: 12px;    overflow: hidden;    display: inline-block;    white-space: nowrap;    text-overflow: ellipsis;}
			#login:hover .top-account-bg {background: @c1;.eff (@eff:0.3)}
			#login.logueado .top-account-bg {background: @c1;}

			@media (max-width: 1199px) {
				.secundario {display: none!important;}
				.texto-hiper {justify-content: center;padding:5px;}
				.col-lg-auto {width: 100%}
			}	
	 	 }

		/* Principal */
		--cnvs-header-height: 110px;
		#header {border-bottom:1px solid #ddd;}
		#header #logo {max-width: 190px;border:none;padding:15px 15px 15px 0px;}
		#header #logo img { height:100%;width: initial;.eff (@eff:0.3); transform: scale(1.0);}
		#header #logo img:hover {transform: scale(1.1);.eff (@eff:0.3);}
		.is-expanded-menu .sub-menu-container .menu-link div > i.sub-menu-indicator, .is-expanded-menu.side-header .primary-menu:not(.on-click) .menu-link i.sub-menu-indicator {right:-5px;}

		/* Version Escritorio */
		@media (min-width: 1199px) {

			.full-header .primary-menu .menu-container {border:none;padding-right: 0px;    margin-right: 0px;}
			.menu-item.current > .menu-link {color:@c1;}
			.menu-link {font-size:15px;color:@cg1;font-weight:500;position: relative;padding-left:35px; padding-right:35px;}

			.link::after {height: 0px;}
			.menu-container > .menu-item > .menu-link:after {		  content: "";		  position: absolute;		  top: 50%;  right: 0;		  transform: translateY(-50%); 		  width: 1px; 		  background-color: #eee;		  height: 15px; 		}
			.menu-link div {font-weight: 400}
			.mega-menu.mega-menu-ov  .mega-menu-content .mega-menu-column {display:flex!important;width: 100%;flex-wrap: wrap;}
			.mega-menu-ov .mega-menu-column .menu-item {			  width: 25%;   box-sizing: border-box;			}
			.mega-menu-ov .container-mod {padding:0px 30px;}

			.sub-menu-container .menu-item > .menu-link div {font-size:12px; }



			#seleccionado div {font-weight: 500; color:@c1;}
			.menu-link:hover div, .menu-item:hover > .menu-link div {font-weight: 500; color:@c1;}

			/* Sticky Header */
			#header.sticky-header {
				--cnvs-header-height:70px;
				#header-wrap {border-bottom:1px solid #ddd;box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);}
				#logo {height:70px;position: relative;padding:10px 10px 10px 0px;}
				#logo a {height:100%;}
				#logo img {.eff (@eff:0.3);width:100%;}
				.menu-container > .menu-item .menu-link {font-size:13px;}
			}

			/* login chico*/
			#login-chico {display: none;}
			#login-chico a {width: 23px;}
			#login-chico a.logueado svg {	fill:@c1;	stroke: none;}

		  /* Buscador */
		 	#top-search {margin-right:0px;}
		  	.top-search-form input {font-size:17px;.fp1;text-transform: uppercase;font-weight:400; }
		  	#top-search #top-search-trigger {width: 25px; }
			.top-search-open #top-search .icono-svg {display: none;}

		  /* Carrito */ 
		  .top-cart-content {transition: opacity 0.5s ease, top 0.4s ease;}
		  .header-misc-icon > a {width: 25px;}
		  .top-cart-number {opacity: 0.95}
		  .top-cart-item-desc a {line-height: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
	      .top-cart-items {padding: 1rem;overflow: auto;height: 277px;}
	      .top-cart-action .top-checkout-price {font-size: 1.15rem;color:@cg1;}

			/* Mega Menu Categoria y subcategoria a la vez*/

			/*
			#side-panel, .side-push-panel.stretched #wrapper, .side-push-panel.stretched #header .container {display: block; z-index: 10000} 
			.mega-menu-style-ov {display: block!important; opacity: 1!important; visibility: initial!important;z-index: 10000!important}
			*/

			.mega-menu-style-ov .mega-menu-title > .menu-link {background: #f5f5f5; padding:5px 15px!important;border-radius:3px;}
			.mega-menu-style-ov .mega-menu-title > .menu-link div {font-weight: 500}
			.mega-menu-style-ov .sub-menu-container .menu-item > .menu-link {padding:5px 15px!important;}
			.mega-menu-style-ov .mega-menu-title > .menu-link:hover {background: @c1;}
			.mega-menu-style-ov .mega-menu-title > .menu-link:hover div {color:#fff;}
			.mega-menu-style-ov .mega-menu-column { column-count: 4; column-gap: 30px;}
			.mega-menu-style-ov .menu-item.mega-menu-title {  break-inside: avoid; page-break-inside: avoid;   -webkit-column-break-inside: avoid;	}
			.mega-menu-style-ov .menu-item-hover > .menu-link {background: @c1!important;.eff (@eff:0.0)}
			.mega-menu-style-ov .menu-item-hover > .menu-link {color:#fff!important;.eff (@eff:0.0)}
			.mega-menu-style-ov .mega-menu-dropdown {display: block;}

			.mega-menu-subcat-division { column-count: 2;  gap:0px!important; width: 200%!important;}

			}

		/* Version Responsiva */

		.header-misc {margin:0px;}
		.primary-menu-trigger {padding: 4px;}
		.cnvs-hamburger {--cnvs-hamburger-size: 1.3rem; --cnvs-hamburger-width: 2.5px;}  

		@media (max-width: 1199px) {
			.icono-svg {stroke-width: 3px;stroke: #333;}
			#header #logo {max-width: 150px;height:initial}
			#header #logo img {width: 150px;height:initial}



			/* Carrito */
			#top-cart > a {width: 23px;}
			.top-cart-action .top-checkout-price {color:@cg1;}

			/* login Chico*/
			#login-chico {display: block;margin-right:0px;}
			#login-chico a.logueado svg {	fill:@c1;	stroke: none;}

			/* Nav */
			.mobile-menu-off-canvas .sub-menu-container .menu-link {font-weight:500;}
			.mobile-menu-off-canvas .sub-menu-container .mega-menu-title > .menu-link div {font-weight: 700}

			 .mega-menu-subcat-division .menu-item > .menu-link { /*  pointer-events: none;*/ cursor: default; color: inherit; 	 text-decoration: none;}

			/* Search */
			#top-search #top-search-trigger {width: 22px; }
		  .top-search-form input {font-size:16px;.fp1;text-transform: uppercase;font-weight: 400}
		  .top-search-open #top-search .icono-svg {display: none;}
		}	
		@media (max-width: 991px) {
			.top-cart-content {border-radius: 0px;}
		}	

}		

/* WRAPPER */

.base-ov {
	#header-wrap {border:none;	}

	.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
		  --bs-gutter-x: 2.5rem;
	}

	.container.full {max-width: 100%}	

	/* Boton destacado */	
	.boton-destacado {color:#fff; font-weight: 700; font-size:16px; padding:10px 15px;display: inline-block; background: @c2;max-width: 350px; width: 100%;letter-spacing: 2px;.fp2;line-height:20px;}
	.boton-destacado:hover {background-color: #437eff;}
	.boton-destacado span {.fp2;}

	@media (max-width: 1199px) {
		.boton-destacado {font-size:15px;height:40px;}
	}	

	.content-wrap {padding:0px;}
	.titulo {background: #eee;text-align: left;padding:10px 25px;font-weight: 700; font-size:15px;.fp2; margin-bottom:25px;margin-top:40px;color:#555;letter-spacing: 1px;}
	.ver-mas {font-size:14px;font-style: italic;float:right;}

	@media (max-width: 991px) {
		.titulo {padding:10px 15px;}
	}	
 }	


/* Slider Canvas */

#slider { height:600px;margin-bottom:15px;}
#slider {
	.slider-caption.slider-caption-center {max-width: 1000px;width: 100%;display: flex;    align-items: center;}
	
	.slide-bg {position: absolute; top: 50%; left: 50%;  width: 100%;  height: 100%;  transform: translate(-50%, -50%);}
	.slide-bg img {  width: 100%;  height: 100%;  object-fit: cover;  display: block;}

	.swiper-slide {text-align: center;}
	.swiper-slide h2 {font-size:28px; color:#fff;.fp1; line-height: 38px;font-weight: 300; margin-bottom:35px;letter-spacing: 2px;}
	.swiper-slide h2 b {font-weight: 600;}	
}
@media (max-width: 1199px) {
	#slider {height:450px;}
	#slider {
		.swiper-slide h2 {font-size:25px;}
	}	
}	
@media (max-width: 500px) {
	#slider {
		.swiper-slide h2 {font-size:21px;line-height: 28px;}
	}	
}	


/* Carousel */

.owl-carousel-ov .owl-nav {
	.owl-prev {margin-left: -50px;width: 50px;background: transparent!important;}
	.owl-next {margin-right: -50px;width: 50px;background: transparent!important;}
	.owl-prev i, .owl-next i {color:#666666;font-size:35px;}
	.owl-prev:hover, .owl-next:hover {background: transparent!important;}
	.owl-prev:hover i, .owl-next:hover i {color: @c1;}
	
	@media (max-width: 500px) {
		.owl-prev {margin-left: -30px;width: 30px;}
		.owl-next {margin-right: -30px;width: 30px;}	
		.owl-prev i, .owl-next i {font-size:30px;}
	}	

}

/* Tarjetas Efecto Zoom */

.card { position: relative; overflow: hidden; width: 100%; border: 1px solid #ddd; text-align: center; transition: transform 0.3s ease;border-radius:0px; } 
.card img {.eff (@eff:0.3);transform: scale(1.00);filter: contrast(1); width: 100%; object-fit: cover;position: relative;z-index:1; height: 300px;padding:5%;}
.card .tit { margin: 0; background: white; font-size: 14px;padding:15px 15px;position: relative;z-index:2; border-top:1px solid #ccc; } 
.card:hover img { .eff (@eff:0.3);transform: scale(1.05);filter: contrast(1.05);     } 
.card:hover img { filter: contrast(1.1); } 
.card:hover .tit {background: @c1; color: #fff; }


/* Modulo Lineas*/
#modulo-lineas {
	.card img {height:260px;padding:0px;object-position: right; }
}

/* Modulo Nosotros */
.modulo-nosotros {padding:30px 0px;margin-top:80px;border-top:1px solid #eee; border-bottom:1px solid #eee;position: relative;background:url(../images/fondo-1.webp) no-repeat center center;background-size:cover; position: relative; display:inline-block;   width: 100%;}
.modulo-nosotros {

	.box-center {display:inline-block;}
	.box {float:right; display: flex;    min-height: 500px;    justify-content: space-between;}
	.box .info {float:left;width: 55%; display: flex;    flex-wrap: wrap;    align-content: center;}
	.box .info h3 {font-size:18px; color:@cg1; font-weight: 700; margin-bottom:0px; display: inline-block; letter-spacing: 2px;margin-bottom:25px;}
	.box .info  .linea {.radd (@radd:255px); height:1px; width:100%; background: #ddd;margin-bottom:15px; text-align:left;}
	.box .info p {font-size:15px;color:@cg1; font-weight: 400;display: inline-block;line-height:30px;margin:0px;text-align:left;}
	.box .logos {width: 40%;float:right;text-align: center;    justify-content: center;    align-items: center; display:flex ;}
	.box .logos img {max-width: 700px;display: inline-block;width: 100%;}

	.hiper {background: #666666;display:inline-block;margin-top:35px;margin-bottom:0px; .eff (@eff:0.3);opacity: 1;  font-size:15px; color:#fff; font-weight: 700!important;padding:5px 45px; text-align: center;letter-spacing: 2px; box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);}
	.hiper:hover {background: @c1; color:#fff;.eff (@eff:0.3);}


	@media only screen and (max-width: 1199px) {
		.box {    display: flex;    flex-direction: column;padding:40px 0px;}
		.box .info {width:100%; display: inline-block;text-align: center}
		.box .info .linea {display: inline-block;text-align: center}
		.box .info p {display: inline-block;text-align: center; font-size:15px;line-height: 24px;}
		.box .info h3 {width:100%;text-align: center;letter-spacing: 3px;line-height: 23px;}
		.box .logos {width:100%;text-align: center;margin-bottom:25px; order: -1;}
		.box .logos img {display: inline-block;    max-width: 200px;}
		.hiper { font-size:14px; line-height: 18px;}
	}
}

/******************** 
FOOTER
********************/

.sub-footer {float:left; width: 100%;text-align: center; background: @c1;margin-bottom:0px;margin-top:0px;position: relative;}
.sub-footer .texture-overlay {position: absolute;  top: 0; left: 0; width: 100%;	    height: 100%;	    /*background: url('../img/texture2.webp') repeat;*/	    background-size:300px;    opacity: 0.6; 	    animation: moveTexture 60s linear infinite;	    z-index: 0;	}
.sub-footer .fondo {color:@c0;padding:40px 25px;letter-spacing: 1px;position: relative; z-index: 1;   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29); }
.sub-footer .fondo a {color:@c0; font-weight: 400;.eff (@eff:0.5); font-size:17px;transform: scale(1.0);display: inline-block;}
.sub-footer .fondo a:hover {transform: scale(1.05);.eff (@eff:0.5);}
.sub-footer .fondo a b {font-weight: 700}

@media only screen and (max-width: 500px) {
	.sub-footer .fondo {font-size:15px;}
	.sub-footer .fondo a {font-size:15px;}
}

#footer {margin-top:0px!important;border-top:none;}
#footer {
	.footer {background: #fff;padding:50px 0px;display: flex;width: 100%}
	.tit b {text-transform: uppercase;font-size:15px;}
	ul li {list-style: none; color:#666;font-size:13px;line-height: 25px;letter-spacing: 1px;margin-bottom:8px;}
	ul li a .icono-svg {height: 21px;width: 21px;margin-right:6px;opacity: 0.7;}
	ul li a {display: flex;align-items: center;color:#555;}
	ul li a:hover {color:@c1;font-weight: 700}
	ul li a:hover .icono-svg {transform: scale(1.1);.eff (@eff:0.3);opacity: 1;	stroke-width: 4px;	stroke: @c1;}

	.logo-gris {width: 100%;display: flex;justify-content: flex-end;height: 100%;align-items: center;}
	.logo-gris img {max-width: 250px; width:100%;}

	.box-final {width: 100%; display: flex;justify-content: space-between; border-top:1px solid #ddd;padding-top:40px;margin-bottom:20px;margin-top:40px;}
	.box-final .desarrollo {font-size:14px; color:@cg1;}
	.box-final .desarrollo a {color:@cg1;}
	.box-final .desarrollo span {padding:0px 20px;display: inline-block;}
	.box-final .desarrollo strong {font-weight: 700}
	.box-final .desarrollo a:hover strong {color:@c1;} 

	.redes {}
	.redes b {font-size:15px; color:@cg1;}
	.redes .icono-svg {height: 21px;width: 21px;margin-right:6px;opacity: 0.7;}

	@media only screen and (max-width: 1199px) {
		.footer-secciones {display: none;}
		.footer {text-align: center;}
		.box-final {flex-direction: column;}
		.logo-gris {justify-content: center;}
		.redes {margin-top:30px;}
		.box-final .desarrollo, .redes {width: 100%}
		ul li {margin:0px;}
	}
	@media only screen and (max-width: 500px) {
			.box-final .desarrollo span {padding:0px;}
	}
}

/******************** 
CARRITO
********************/

.base-carrito {

	/* Pasos */
	.feature-box-border-horizontal .feature-box { position: relative; }
	.feature-box-border-horizontal .feature-box:not(.noborder) .fbox-icon::before,.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {			content: "";				position: absolute;				top: 31px;			  left: calc(50% + 12px);		  width: calc(100% - 14px);	height: 2px;			border: 1px solid #ccc;		z-index: 0;	}
	.feature-box-border-horizontal.border-dashed .feature-box:not(.noborder) .fbox-icon::before,	.feature-box-border-horizontal.border-dashed.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {		border-style: dashed;	}
	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {	display: block;	border-color: #222;		width: 0;	transform-origin: top left;	transition: width .3s ease-in-out;	}
	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder):hover .fbox-icon::after {  width: calc(100% - 64px); }
	.feature-box-border-horizontal .fbox-icon i,.feature-box-border-horizontal .fbox-border.fbox-light .fbox-icon i {line-height: 60px;font-size: 24px;z-index: 1;text-align: center;box-shadow: 0 0 0px 10px #eee;}
	.feature-box-border-horizontal .feature-box.flex-column:not(.noborder) .fbox-icon::before, .feature-box-border-horizontal.border-hover-animate .feature-box.flex-column:not(.noborder) .fbox-icon::after {left: calc(0% + 100px);}

	.carrito-pasos-ov {background: #eee;padding:40px 0px;margin-bottom:50px;}
	.carrito-pasos-ov {
			.activo.fbox-effect .fbox-icon i::after {box-shadow: 0 0 0 2px #333}
			.activo.fbox-effect .fbox-icon i, .activo.fbox-effect .fbox-icon i { background-color: #333;	color: #fff;}
			.activo.fbox-effect .fbox-icon i::after, .activo.fbox-effect .fbox-icon i::after {    transform: scale(1);    opacity: 1;}
			.activo.feature-box:not(.noborder) .fbox-icon::after {width: calc(100% - 64px);border-color: #333;}
			.fbox-effect .fbox-icon i, .fbox-effect .fbox-icon i {background: #fff}
			.fbox-effect:hover .fbox-icon i {color:#333;}
			.activo.fbox-effect:hover .fbox-icon i {color:#fff;}

			.feature-box:not(.noborder) .fbox-icon::before, .feature-box:not(.noborder) .fbox-icon::after {top:25px!important;}
			.fbox-center .fbox-icon {margin-bottom:10px;width: 52px; height: 52px;padding:0px;}
			.fbox-icon i {border: 1px solid #ccc; line-height: 52px;        font-size: 21px;}
			h3 {text-transform: uppercase;font-size:12px;letter-spacing: 1px;}
	}
	@media only screen and (max-width: 600px) {
		.carrito-pasos-ov {display: flex;    align-items: center;   justify-content: space-evenly !important;}
		.carrito-pasos-ov {
			.fbox-effect {width: initial;}
			h3{font-size:10px;}
			.fbox-center .fbox-icon {width: 41px; height: 41px;}
		  .fbox-icon i {line-height: 41px;        font-size: 17px;}
		 .activo.feature-box:not(.noborder) .fbox-icon::after {width: 100%}
		 .feature-box:not(.noborder) .fbox-icon::before, .feature-box:not(.noborder) .fbox-icon::after {top:21px!important;}
		}
	}	
	.menu-continuar-volver {margin-top:20px;}


	/* Carrito 1 */

	.carrito-paso-1 {margin:70px 0px;}

	.cabecera tr th {background: #666666; color: #fff;}
	.quantity {--cnvs-cart-quantity-width: 40px; --cnvs-cart-quantity-height: 34px; --cnvs-cart-quantity-font-size: 0.825rem; min-width: 130px;}
	.cart-product-name a, .product-name a {font-size:14px;}
	.cart-product-thumbnail img {border:none;}
	.cart .remove {color:#999999;}
	.cart .remove:hover {color:@c1;}

	/* Total */
	.cupon a {background: #666}
	.card-total-ov > td {border:none;padding: 0.75rem 0.7rem !important;background: transparent;}
	.card-total-ov .cart-box-total {border:1px solid #ddd;padding:0px;border-radius:5px;background: #eee}
	.card-total-ov .table-responsive {padding: 25px 25px;}
	.card-total-ov .cart-product-name {text-align:right;background: #eee}
	.card-total-ov .cart_item:last-child .cart-product-name {border:none;}
	.card-total-ov .cart-totals {margin:0px;    border-radius: 5px;}
	.card-total-ov .color strong {font-weight: 700;}
	.card-total-ov .tit {font-weight: 700}

	.texto-compra {float: right;  margin-top: 25px;  margin-bottom: 0px;  width: 100%;  text-align: right;  border-top: 1px solid #ddd;  padding:25px 35px; border-bottom: 1px solid #ddd;}
	.texto-compra span {font-weight:700;color:green}
	.texto-compra span.no {color:red;}
	.continuar {float:right;max-width: 350px;width: 100%;}
	.volver {background: #999}
	.volver:hover {font-weight: 700}

	@media (max-width: 991px) {
		.card-total-ov {background: #eee}
	}

	/* Carrito Paso 2 */

	.carrito-paso-2 {margin:70px 0px;}
	.tu-pedido {max-height:420px; overflow:auto;border-radius: 5px;}
	.tu-pedido {
		.cart {margin-bottom:0px;}
		.cart-product-thumbnail img {border-radius: 5px;width: 50px; height:50px;}
		.cart th, .cart td {background:#eee;}
		.cart-product-name a, .product-name a, .amount, .quantity  {font-size:13px;}
	}
	
	@media (max-width: 991px) {
		.tu-pedido {max-height:300px;margin-bottom:25px;}
		.tu-pedido {
			tbody {background: #eee;}
			.cart-product-thumbnail a {width: initial;}
			.cart:not(.cart-totals) .cart_item {padding:10px;margin:0px;background: #eee}
			.cart:not(.cart-totals) .cart-product-thumbnail, .cart:not(.cart-totals) .cart-product-name, .cart:not(.cart-totals) .cart-product-quantity {margin:0px;}
		}
	}	

	/* Carrito Paso 3*/

	.checkbox-ov {display: flex;gap: 15px;	}
	.checkbox-ov input {	    display: none;	}	.checkbox-ov label {		width: 100%;	    display: flex;	    align-items: center;	    gap: 10px;	    padding: 10px 30px;	    background: #fff;	    border: 1px solid #ddd;	    border-radius: 10px;	    cursor: pointer;	    font-size: 16px;	    font-weight: bold;	    transition: all 0.3s ease;	    font-weight: 400;	}
	.checkbox-ov label i {	    font-size: 34px;	}
	.checkbox-ov input:checked + label {	    background: #222;	    color: white;	    border-color: #222;	}
	.hidden {  display: none;}
	#input-envio, #direccion-local {  margin-top: 10px;   padding: 35px;   background: #f5f5f5;    border-radius: 5px;	}
	.input-container {    display: flex;    gap: 10px;    align-items: center;}
	.input-container input {    padding: 8px 15px;    border: 1px solid #ddd;    border-radius: 5px;    font-size: 16px;}
	.input-container button {    padding: 8px 15px;    background: #222;    color: white;    border: none;    border-radius: 5px;    cursor: pointer;    font-size: 16px;    transition: all 0.3s ease;}
	.input-container button:hover {   background: #444;}
	.costo {margin:35px 0px 10px 0px; font-size:18px;text-align: center;}
	#direccion-local p {text-align: center;margin:0px;}
	.codigo-postal {font-size:16px;}

	@media (max-width: 991px) {
		.checkbox-ov,.input-container  {flex-direction: column;}
		.input-container #calcular-envio {width: 100%;}
		#input-envio, #direccion-local {padding:25px;text-align: center;}
		.checkbox-ov label {font-size:15px;margin-bottom:0px;}
		#direccion-local p {font-size:15px;}
	}	


	@media (max-width: 991px) {
		.card-total-ov .cart-product-name {margin:0px;text-align: center}
		.carrito-paso-1 .card-total-ov {background: #eee;}
		.card-total-ov .cart-box-total {border:none;}
		.cupon {background: transparent;}
		.cupon a {width: 100%}
		.card-total-ov .table-responsive {border:none;padding:0px;}
		.cart-totals .cart_item {border:none;border-top:1px solid #ccc;padding:15px;margin:0px;}
		.texto-compra {margin:0px;text-align: center;display: inline-block;width: 100%}
		.continuar {width: 100%;max-width: 100%}
		.volver {text-align: center;width: 100%; display: inline-block;margin:8px 0px;}
	}
}	

/******************** 
MENSAJES DE CONFIRMACIÓN
********************/

.mensaje-confirmacion {align-items: center;    justify-content: center;    padding: 20px;    max-width: 900px;height: 50vh;    margin: 80px auto;    text-align: center;display: flex;    flex-direction: column;}
.mensaje-confirmacion {
	.icono {font-size: 60px;    color: #28a745;    margin-right: 15px;}
	.contenido h2 {font-size: 22px;    font-weight: bold;    margin-bottom: 25px;}
	.contenido p {font-size: 16px;    color: #555;    margin-bottom: 5px;}
	.firma {font-style: italic;    font-weight: bold;    color: #333;    margin-top:50px;}
}	

@media (max-width: 991px) {
	.mensaje-confirmacion {height: initial;}
}


/******************** 
INGRESAR / REGISTRARSE
********************/

.modulo-ingresar-registrarse {padding:70px 0px;background: #eee;}
.modulo-ingresar {padding:120px 0px;background: #eee;}

.modulo-ingresar-registrarse {
	.boxing {gap:50px;}
	.modulo-login {
		.card-body {text-align: left;padding:30px;}
		.card-body .cabecera {margin-bottom:30px;}
		.card-body .cabecera h2 {font-weight: 700}
		.card-body .olvidaste {display: flex; align-items: center;font-size:15px;text-align: right;line-height: 17px;padding-left:15px;color:@cg1;}
		.card-body .olvidaste:hover {color:@c1;}
		.card-body label {font-weight: 500}
		.aclaracion {margin:20px 0px;color:orange;display: flex;width: 100%}
	}	

	.modulo-no-registrado {
		h1 {margin-bottom:25px;font-size:42px;}
		.registrate {max-width:200px; width: 100%}
	}	

	.modulo-registrarse {max-width: 1200px;}
	.modulo-registrarse {
		.card-body {text-align: left;padding:30px;}
		.card-body .cabecera {margin-bottom:30px;text-align: center;}
		.card-body .cabecera h2 {font-weight: 700}
		.card-body .cabecera a {color:@cg1;}
		.card-body .cabecera a:hover {color:@c1;}
		.card-body .olvidaste {display: flex; align-items: center;font-size:15px;text-align: right;line-height: 17px;padding-left:15px;}
		.card-body .olvidaste:hover {color:@c1;}
		.card-body label {font-weight: 500; font-size:15px;}
		.registrarse {max-width:250px; width: 100%}
	}	

}

@media (max-width: 991px) {
	.modulo-ingresar-registrarse, .modulo-ingresar {padding:20px 0px;}
	.modulo-ingresar-registrarse {
		.modulo-login {margin-top:0px!important;}
		.modulo-login {
			.card-body {padding:15px;}
			.card-body .cabecera {text-align: center;}
			.card-body label {font-size:15px;}
		}	

		.modulo-no-registrado {text-align: center;background: #fff;    box-shadow: var(--cnvs-box-shadow-lg) !important;    border-radius: 0.4rem !important;padding:50px 30px;}
		.modulo-no-registrado {
			h1 {font-size:32px;}
			p {font-size:17px;margin-bottom:25px!important;}
		}	

		.modulo-registrarse {margin-top:0px!important;}
		.modulo-registrarse {
			.card-body {padding:15px;}
			.card-body .cabecera {text-align: center;}
			.card-body label {font-size:15px;}
		}
	}
}

/******************** 
PANEL
********************/

.modulo-panel {padding:70px 0px;background: #eee;}
.modulo-panel {
	.card-body {padding:30px;}
	.card-body .cabecera {margin-bottom:30px;}
	.card-body .cabecera h2 {font-weight: 700}
	form {text-align:left;}
	form label {font-weight: 500;font-size: 15px;}

	.modulo-perfil .cabecera, .modulo-perfil h2 {margin-bottom:0px!important;}

	.modulo-mis-pedidos {
		table {text-align: left;font-size:15px;}
		table th {background: #eee;font-weight: 700}
		table tfoot.mis-pedidos-total td div {text-align: right; font-weight: bold}
		table .mis-pedidos-detalle {text-align: center;}
		table .mis-pedidos-detalle span {font-size:21px; color:@cg1;}
		table .mis-pedidos-detalle span:hover {color:@c1;}
		table i {display: none; color:@cg1; font-weight: 400}
		table .mis-pedidos-cantidad {text-align: center;}
		table .mis-pedidos-precio {text-align: right;}
		table .mis-pedidos-total {text-align: right;}
	}
	.modulo-mis-pedidos-detalle {
		.card-body .cabecera {text-align: left;display: flex; justify-content: space-between;    align-items: center;}
		.card-body .cabecera h2 {margin-bottom:0px;}
		.card-body .cabecera .volver {background: @cg1;}
	}

	.modulo-favoritos {
		.shadow-lg {background: #fff}
		.card-body .cabecera {text-align: center;}
		table {font-size:15px;}
		table th {background: #eee;font-weight: 700}
		table .cart-product-producto {text-align: left;}
		table .cart-product-precio {text-align: right;}
		table a {color:@cg1;}
		table a:hover {color:@c1;}
	}


	@media (max-width: 991px) {
		.card-body .cabecera h2 {font-size:21px;}
		.card-body {padding:30px 0px;}
		.modulo-mis-pedidos {
			table td {display: flex; align-items: center; justify-content: center;}
			table .cart_item {width:100%;}
			table td.mis-pedidos-detalle {display: flex;justify-content: center; }
			table .mis-pedidos-detalle a {display: flex;text-align: center;text-align: center; width:130px; margin-top:10px;     justify-content: center;        align-items: center;background: #eee;border-radius: 5px;}
			table i {display: block;margin:0px 5px;}
			table .mis-pedidos-precio, table .mis-pedidos-total {text-align: center;}
		}	
		.modulo-favoritos {
			table .cart-product-producto {text-align: center;}
			table .cart-product-precio {text-align: center;margin-top:10px;}
		}



	}
}

/******************** 
CATALOGO Y PRODUCTOS
********************/

.breadcrumb-box {padding:45px 0px;display: flex;justify-content: flex-end;letter-spacing: 1px; font-size:14px;margin:0px;   align-items: center;   justify-content: space-between;    align-items: center;}
.breadcrumb { margin-left: auto;}
.breadcrumb .active {font-weight: 700}
.breadcrumb .descargar-catalogo {font-size:14px;color:#fff;background: @cg1;border:1px solid @cg1;}
.breadcrumb .descargar-catalogo:hover {background: @c1;color:#fff;}

@media (max-width: 991px) {
	.breadcrumb {flex-direction: column-reverse; }	
	.breadcrumb .descargar-catalogo {margin-top:15px;}
}  

#seccion-catalogo {
	#wrapper, #content {background: #eee;}
}	

/* Flags */
.flag {position: absolute;   top: 25px;    left: -40px;    transform: rotate(-45deg);      color: white;    font-size: 14px;    font-weight: bold;    padding: 6px 50px;    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);    z-index: 10;}
.flag.agotado {background: linear-gradient(135deg, #e53935, #ef5350);}
.flag.oferta {background: linear-gradient(135deg, #52d120, #398b28);} 
.flag.novedad {background: linear-gradient(135deg, #6020d1, #7e288b);}

/* Productos */
.contenedor-productos { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));margin: auto;padding:0px 0px; margin-bottom:80px;}
.contenedor-productos {

	.card.producto { display: flex; flex-direction: column; align-items: center; text-align: center; /*border-radius: 8px;*/ background: white;}
	.card.producto img { max-width: 100%; height: auto; }
	.card.producto .box {padding:20px 0px;border-top: 1px solid #ccc;width:100%;}
	.card.producto .box h2 {color:#222;font-size:13.5px;padding:0px; line-height: 16px;padding:0px 20px;border:none;height: 32px; overflow: hidden; text-transform: uppercase;margin:0px;}

	.card.producto:hover h2 {background: transparent;color:#222}
	.card.producto .box .precio {font-weight: 700;margin-top:15px;}

	@media (max-width: 500px) {
		.card.producto .box h2 {height: initial;}	
	}
}	

/* Modal Detalle */
.mfp-content {text-align: center;}
.mfp-close {mix-blend-mode: difference!important;}

.modal-detalle-producto {width: 100%; max-width: 1400px;display: inline-block;overflow: hidden;}
.modal-detalle-producto {
	.modal-box {padding:35px;display: flex;}
	.modal-box .box-imagenes {width: 40%;}
	.modal-box .box-detalle {width: 60%; display: flex; flex-direction: column; padding: 5%; justify-content: center;}

	.fslider-ov.flex-thumb-grid .flex-control-nav.flex-control-thumbs {display: none;}
	.fslider[data-thumbs=true] .flex-prev, .fslider[data-thumbs=true] .flex-next {margin:0px;}
	.fslider-ov .flex-direction-nav {
		.flex-prev, .flex-next, .flex-prev:hover, .flex-next:hover {background: transparent!important;}
		.flex-prev:hover i, .flex-next:hover i {color:#333;}
		.flex-prev i, .flex-next i {color:#999;font-size:40px;} 
		.flex-prev i {text-align: left;}
		.flex-next i {text-align: right;}
	}

	.modal-box .box-detalle {
		.tit {font-size:19px; text-align:left; letter-spacing: 1px; line-height: 20px;font-size:17px;font-weight: 500; color:#333;border-bottom:1px solid #ddd;padding-bottom:25px;margin-bottom:25px;width: 100%}
		.compra {display: flex; align-items: center;gap:15px;}
		.compra	.box {display: flex;margin-left: auto;}
		.compra .precio {font-size:26px; font-weight: 700;letter-spacing: 1px;}
		.compra .quantity {display: flex;    flex-wrap: nowrap;}
		.compra .agregar {border-radius: 0px; width: 200px;text-align: center;}
	}

	.footer-modal {width: 100%;display: flex;}
	.footer-modal a {background: #eee; width: 100%; text-align: center;padding:15px 25px;font-size:15px;color:#333;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;transform: scale(1.0);	.eff (@eff:0.3);}
	.footer-modal a:hover {background: @c1; color:#fff;	transform: scale(1.05);	.eff (@eff:0.3);	}

	@media (max-width: 991px) {
		button.mfp-close {color: #333;}
		.modal-box {padding:25px; flex-direction: column;align-items: center;}
		.modal-box {		
			.box-imagenes {width: 100%;max-width: 400px;}
			.box-detalle {width: 100%;}
			.box-detalle .tit  {text-align: center;}
			.box-detalle .compra {flex-direction: column;}
			.box-detalle .compra .box  {margin-left:initial;}
			.box-detalle .compra .agregar {width: initial;}
		}	
	}	
}

/* Lineas */

.modulo-lineas {
	.contenedor-productos {grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));}
	.card img {padding:0px;}

	@media (max-width: 991px) {
		.contenedor-productos {grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}
	}	
}



/******************** 
NOSOTROS
********************/

#nosotros {
	#slider {margin:0px;} 
	#slider .texto-nosotros {display: flex;    justify-content: center;    align-items: center;}
	#slider h1 {font-size:42px; text-align: left;}
	#slider h4 {font-size:17px;text-align: left;line-height: 30px;}

	@media (max-width: 500px) {
		.col-padding {padding: 4rem 2rem;}
		#slider h1 {font-size:32px;}
		#slider h4 {font-size:15px;}
	}	
}

/******************** 
CONTACTO
********************/

.modulo-contacto {background: #eee;  padding: 120px 0px;}
.modulo-contacto {
	.formulario-contacto {padding:5%;text-align: left;}
	.formulario-contacto .cabecera {margin-bottom:30px;}
	.formulario-contacto .cabecera h2 {font-weight: 700}
	.formulario-contacto textarea {height:150px;}
	.formulario-contacto .enviar {max-width: 200px; width: 200px;}

	.modulo-datos-contacto {padding-left:10%;}
	.modulo-datos-contacto p span {color:#000;margin-right:10px;}
	.modulo-datos-contacto .redes .icono-svg {height: 30px; width: 30px;margin-right:15px;}
}

@media (max-width: 991px) {
	.modulo-contacto {padding: 0px 0px;} 
	.modulo-contacto {
		.modulo-datos-contacto {text-align: center;margin-top:50px;padding:50px;background: #fff;box-shadow: var(--cnvs-box-shadow-lg) !important;    border-radius: 0.4rem !important;}
		.modulo-datos-contacto p {font-size:16px;}
	}	
}

/* CORRECCIONES GENERALES 2025 */

#seccion-catalogo .contenedor-productos {justify-content: center;justify-items: center;}
#seccion-catalogo .card.producto {min-width: 300px; max-width: 500px;    width: 100%;}
.base-ov #header #logo img {height: initial;   width: initial;}