/* DISEÑADO / MAQUETADO / PROGRAMADO POR: POR OBJETIVO VIRTUAL V2.0 */

/*=====================================================================
	ESTILOS GENERALES:
======================================================================*/

/* BLANCO Y NEGRO */

@c00: #000000; 
@c0:  #ffffff;

/* COLORES PRINCIPALES */

@c1:  #003C6F; 
@c2:  #0074ff; 
@c3:  #000000;
@c4:  #000000;

/* COLORES SECUNDARIOS */

@cc1:  #003C6F; 
@cc2:  #003C6F; 
@cc3:  #9fc04b;
@cc4:  #9fc04b;


/* ESCALA DE GRISES PRINCIPALES*/

@cg1:  #636363;
@cg2:  #838383;
@cg3:  #eff0f5;
@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: "Roboto Condensed", 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: @cg2;	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: 1700px;
	    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;}



/* BACKGROUND GRADIENT */
.background-gradient {background: #FF8102;background: linear-gradient(90deg,rgba(255, 129, 2, 1) 40%, rgba(143, 79, 20, 1) 100%);}


.base-ov {  overflow-x: clip;   width: 100%; }
.base-ov {

		/* ACCESOS RAPIDOS */
		.box-flex {display: flex;}
		.box-inline {display: inline-block;}
		.modulo-container {padding:50px 0px;}
		.fondo-gris {background: @cg3;display: inline-block;    width: 100%;}
		.fondo-negro {background: #000000;background: linear-gradient(90deg,rgb(44, 43, 43) 40%, rgba(0, 0, 0, 1) 100%);}

		/* 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: 991px) {
			.button {font-size:15px; padding: 6px 25px;}
		}

		/* ACCESOS DIRECTOS */

		.accesos-directos {
			position: fixed;
			right: 22px;
			bottom: 22px;
			z-index: 100;
			display: flex;
			flex-direction: column;
			gap: 12px;
			align-items: flex-end;
			transition: all 0.3s ease;
		}
		.accesos-directos .box-tool { float: right; clear: right; }
		.accesos-directos a, .accesos-directos #gotoTop { transition: all 0.3s ease; }
		.acceso-directo {
			display: inline-flex !important;
			align-items: center;
			justify-content: flex-start;
			min-width: 260px;
			padding: 14px 18px 14px 14px;
			border-radius: 22px;
			color: #fff !important;
			text-align: left;
			box-shadow: 0 18px 45px rgba(0,0,0,0.22);
			position: relative;
			overflow: hidden;
		}
		.acceso-directo:before {
			content: '';
			position: absolute;
			inset: 0;
			background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
			opacity: 0.7;
			pointer-events: none;
		}
		.acceso-directo:hover {
			transform: translateY(-2px) scale(1.01);
			box-shadow: 0 22px 55px rgba(0,0,0,0.28);
		}
		.acceso-whatsapp {
			background: linear-gradient(135deg, #28c76f, #10a64a 60%, #087a34);
			animation: pulso-whatsapp 2.6s ease-in-out infinite;
		}
		.acceso-instagram {
			background: linear-gradient(135deg, #8a3ab9, #e95950 55%, #fccc63);
		}
		.acceso-directo-icono {
			width: 58px;
			height: 58px;
			min-width: 58px;
			border-radius: 18px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			background: rgba(255,255,255,0.18);
			backdrop-filter: blur(6px);
			box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
			margin-right: 14px;
			position: relative;
			z-index: 1;
		}
		.acceso-directo-icono svg {
			width: 34px;
			height: 34px;
			color: #fff;
			filter: none;
			transform: none;
			margin-left: 0;
		}
		.acceso-directo-texto {
			display: flex;
			flex-direction: column;
			gap: 2px;
			position: relative;
			z-index: 1;
			line-height: 1.1;
		}
		.acceso-directo-texto strong {
			color: #fff;
			font-size: 20px;
			font-weight: 800;
			letter-spacing: 0.01em;
			text-transform: uppercase;
		}
		.acceso-directo-texto small {
			color: rgba(255,255,255,0.92);
			font-size: 12px;
			font-weight: 500;
			letter-spacing: 0.02em;
		}
		.accesos-directos #gotoTop { font-size: 32px; line-height: 34px; display: none !important; }

		@media (max-width: 991px) {
			.accesos-directos {
				right: 14px;
				bottom: 14px;
				gap: 10px;
			}
			.acceso-directo {
				min-width: 0;
				width: 74px;
				height: 74px;
				padding: 0;
				border-radius: 24px;
				justify-content: center;
			}
			.acceso-directo-icono {
				margin-right: 0;
				width: 74px;
				height: 74px;
				border-radius: 24px;
				background: transparent;
				box-shadow: none;
			}
			.acceso-directo-icono svg {
				width: 38px;
				height: 38px;
			}
			.acceso-directo-texto {
				display: none;
			}
		}

		@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%;}
		}

		@keyframes pulso-whatsapp {
			0%, 100% { box-shadow: 0 18px 45px rgba(0,0,0,0.22), 0 0 0 0 rgba(40,199,111,0.35); }
			50% { box-shadow: 0 22px 55px rgba(0,0,0,0.28), 0 0 0 14px rgba(40,199,111,0); }
		}

		/* Select Idioma */

		.select-idioma {  appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  background-color: transparent;   border:transparent;border-left:1px solid #ddd;border-right:1px solid #ddd;   padding: 6px 30px 6px 12px;  font-size: 13px;  cursor: pointer;  text-transform:uppercase;  color:#666;  transition:none;}
		.select-idioma options {transition:none; }
		.select-idioma:hover {  border-color: @cg3;  box-shadow: 0 2px 8px rgba(0,0,0,0.15);}
		.select-idioma:focus {  outline: none;  border-color: #007bff;  box-shadow: 0 0 0 3px rgba(0,0,0,0.15);}
		.select-idioma-large {display: none;}
		.select-idioma {background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");  background-repeat: no-repeat;  background-position: right 10px center;  background-size: 16px;}
		.menu-link.menu-link-idioma {padding-left:0px;}

		@media (max-width: 1199px) {
			.select-idioma {display: none;}
			.select-idioma-large {display: block;width: 100%}
		}	



		/* Volver */

		.volver { background: #fff;; padding: 6px 25px; font-size:15px;color:@cg1;border-radius:255px;border:1px solid #eee;max-width: 200px;}
		.volver:hover {background: @c1;color:#fff; }

		/* 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; top:45px;   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;}
 		.top-cart-number {opacity: 1!important}
	  	#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;}

		.carrito-responsivo {display: none;}
		@media (max-width: 1199px) {
		  .carrito-responsivo {display: block;}
		  .carrito-responsivo.header-misc-icon > a {width:25px;margin-top:3px;        margin-right: 6px;}
		  .iconos-en-lista {display:none}
		}


		/* HEADER */

		/* barra secundaria*/
		#top-bar {display: flex; align-items: center;border: none;    justify-content: flex-end;background: @cg3;}
		#top-bar {
			/* Secundario */
			.secundario {width: 100%}
			.texto-hiper {display: flex;align-items: center;color:@cg1;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:@cg1;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);*/fill:@cg1;stroke: none;}
			.redes li .youtube .icono-svg {width: 21px;}


			.redes li a:hover {opacity: 0.8;}


			#login {  position: relative;  display: flex;  align-items: center;  padding: 6px 30px;padding-right:0px;}
			#login a {z-index:100;}
			/*#login .box {padding-left: 15px;}*/
			#login .top-account-bg {  position: absolute; top: 0px;    right: -100vw;/*clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 1% 0); */   left: 0vw; height: 100%; background: #efefef; z-index: -1;.eff (@eff:0.3)}
			#login img {height: 17px;/*filter: brightness(0) invert(1);*/margin-right:3px;}
			#login span {color:@cg1;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: linear-gradient(90deg,rgba(255, 129, 2, 1) 50%, rgba(143, 79, 20, 1) 100%);*/ background:@c1;.eff (@eff:0.3)}
			#login:hover span, #login:hover img {filter: brightness(0) invert(1);}  

			#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%}
			}	
	 	 }

		@media (max-width: 1199px) {
			#top-bar {margin-top:0px;}
		}	


		/* Principal */
		--cnvs-header-height: 125px;
   		.is-expanded-menu .menu-link {--cnvs-primary-menu-padding-y: calc(calc(var(--cnvs-sticky-header-height) - 60px) * 0.5);}


		#header {border-bottom:1px solid #ddd;}

		#header #logo {max-width:120px;width:20%;   border: none;    padding: 10px 0px 10px 0px;margin:0px;}
		#header #logo img { height:initial;width: initial;.eff (@eff:0.3); transform: scale(1.0);}
		#header #logo img:hover {transform: scale(1.05);.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;}
		
		@media (max-width: 1199px) {
			#header #logo {max-width: 75px;min-width:75px; }
		}



		/* Version Escritorio */
		@media (min-width: 1199px) {

			.top-search-parent {justify-content: space-between;}

			.full-header .primary-menu {flex-grow: 1;}
			.full-header .primary-menu .menu-container {border:none;padding-right: 0px;    margin-right: 0px; display: flex; flex-wrap: nowrap;}
			.menu-container .menu-seccion-principal {padding-top: 25px!important;padding-bottom: 25px!important;}

			.menu-item.current > .menu-link {color:@c1;}
			.menu-link {font-size:14px;color:@cg1;font-weight:500;position: relative;padding-left:25px; padding-right:25px;}

			.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-container > .menu-item:last-child > .menu-link:after {display: none;}
			.menu-link div {font-weight: 500}
			.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:@c2;}

			/* 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;.eff (@eff:0.3);}
				#logo a {height:100%;}
				#logo img {.eff (@eff:0.3);width:100%;}
				.menu-container > .menu-item .menu-link {font-size:13px;}
				#top-bar {display: none;}
			}

			/* login chico*/
			#login-chico {display: none;}
			#login-chico a {width: 23px;}
			#login-chico a.logueado svg {	fill:@c1;	stroke: none;}

/* Busqueda rapida */
                  .header-busqueda-avanzada {width: 100%; max-width: 250px; margin-right: 15px; position: relative; z-index: 20; display: flex; align-items: center;}
                  .header-busqueda-avanzada-campo {position: relative; width: 100%;}
                  .header-busqueda-avanzada input {height: 40px; padding: 8px 45px 8px 16px; font-size: 13px; font-weight: 500; text-transform: none; border: 1px solid #d8dde6; border-radius: 999px; background: #f8f9fa; transition: all 0.3s ease; width: 100%;}
                  .header-busqueda-avanzada input:focus {border-color: @c1; box-shadow: 0 0 0 3px fade(@c1, 15%); background: #fff; outline: none; width: 100%;}
                  .header-busqueda-avanzada-boton {position: absolute; top: 50%; right: 4px; width: 32px; height: 32px; margin: 0; padding: 0; border: none; border-radius: 50%; background: @c1; color: #fff; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; transition: background 0.3s ease;}
                  .header-busqueda-avanzada-boton:hover {background: @c2;}
                  .header-busqueda-avanzada-boton .icono-svg {width: 14px; height: 14px; fill: currentColor;}

		  /* Carrito */ 
		  .top-cart-content {transition: opacity 0.5s ease, top 0.4s ease;}
		  .header-misc-icon > a {width: 25px;}
		  .top-cart-number {opacity: 1!important}
		  .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;} 
			.is-expanded-menu .mega-menu-style-ov.mega-menu:not(.mega-menu-full) .mega-menu-content{ max-width: 1000px;  width: 100%;}
			/*.is-expanded-menu .mega-menu-style-ov .mega-menu-ov { column-count: 3; column-gap: 30px;padding:60px 50px;}*/
			.is-expanded-menu .mega-menu-style-ov .mega-menu-ov {display: flex!important;    flex-wrap: wrap; }
			.is-expanded-menu .mega-menu-style-ov.mega-menu:not(.mega-menu-full) .mega-menu-content .container {padding:0px 10px!important;}

			.mega-menu-style-ov {display: block!important; opacity: 1!important; visibility: initial!important;z-index: 10000!important;}
			.mega-menu-style-ov {
				.menu-item-categoria {margin-bottom:20px;}
				.sub-menu-indicator {display: none!important;}
				.bg-overlay-mask::before {background: #555;}
				.mega-menu-title > .menu-link {background: #f5f5f5; padding:5px 15px!important;border-radius:3px;}
				.mega-menu-title > .menu-link div {font-weight: 500}
				.sub-menu-container .menu-item > .menu-link {padding:5px 15px!important;.fp1; text-transform: initial;}
				.bg-cover .menu-item {height: 100%;}
				.sub-menu-container .menu-item > .menu-link div{font-size:14px;font-weight: 300}
				.sub-menu-container .menu-item > .menu-link div.cat {font-weight: 700; color:@c1;font-size:16px;}
				.mega-menu-title > .menu-link:hover div {color: @c1;background: transparent!important;}
				.mega-menu-title > .menu-link:hover div {color:#fff;}
				.menu-item.mega-menu-title {  break-inside: avoid; page-break-inside: avoid;   -webkit-column-break-inside: avoid;	}
				.menu-item-hover > .menu-link {background: #f7f7f7!important;.eff (@eff:0.0)}

				.widget {display: flex; height: 100%;   flex-direction: column;    justify-content: center;    align-items: center;}
				.widget h3 {font-size:25px;margin-bottom:15px;padding-bottom:15px; font-weight: 700;border-bottom:2px solid #fff;width: 100%; display: inline-block;.fp1;}
			}

		}

		/* Menu Horizontal */

		.primary-menu {	flex-grow: 1!important;	width:80%;	}
		.menu-container { justify-content: flex-end; display: flex; flex-wrap: nowrap;}
		.header-row {justify-content: space-between;}
		#menu-categorias-movil-trigger { display: none; }

		/* Ocultar el menú de categorías de móvil en escritorio */
		.menu-item-categorias-movil { display: none !important; }

		.menu-horizontal {
			display: flex;
			justify-content: flex-end;
			align-items: center;
			background:#000;width: 100%;border-top-left-radius: 255px;;margin-right: -45px; 
			height: 42px;
			padding-right: 45px;
		}
		.menu-horizontal .menu-item {display: inline-block;}
		.menu-horizontal .menu-link {padding:10px 15px;text-transform: initial; color:#fff; cursor: pointer; white-space: nowrap;}

		.menu-item-ver-mas:hover .sub-menu-container-ver-mas {
			display: block;
			opacity: 1;
			margin-top: 0;
		}

		.sub-menu-container-ver-mas {
			display: none;
			position: absolute;
			top: 100%;
			right: 0;
			background-color: #333;
			border: 1px solid #444;
			border-radius: 4px;
			padding: 10px 0;
			z-index: 1001;
			min-width: 220px;
			text-align: left;
		}
		.sub-menu-container-ver-mas::before {
			content: '';
			position: absolute;
			bottom: 100%;
			right: 20px;
			padding: 10px;
			z-index: 1001;
			min-width: 220px;
			text-align: left;
		}

		.sub-menu-container-ver-mas .menu-item {
			display: block;
			width: 100%;
		}

		.sub-menu-container-ver-mas .menu-link {
			padding: 8px 15px;
		}

		.menu-item-ver-mas {
			background-color: #222;
			font-weight: 700;
			cursor: pointer;
		}
		.menu-item-ver-mas:hover {
			background-color: @c1;
			font-weight: 700;
		}
		.menu-item-ver-mas:hover div {color:#fff!important;}

		@media (max-width: 1199px) {
			/* Mostrar el menú de categorías de móvil en... móvil */
			.menu-item-categorias-movil {
				display: block !important;
			}

			/* Ocultar el menú horizontal de escritorio en móvil */
			.menu-horizontal {
				display: none !important;
			}

			.menu-horizontal .menu-link {
				color: #333;
				padding: 12px 5px;
			}

			.menu-item-ver-mas {
				display: none !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: 1350px) {
			.menu-link {padding-left: 15px; font-size:13px;       padding-right: 15px;}
		}
		@media (max-width: 1199px) {
			.icono-svg {stroke-width: 3px;stroke: #333;}
			#header #logo {max-width: 150px;.eff (@eff:0.3);}
			#header .header-row {        justify-content: space-between;}

			/* 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}

			/* Busqueda rapida */
		  .header-busqueda-avanzada {max-width: 100%; margin: 0 10px 0 0; order: 0;}
		  
		  .header-busqueda-avanzada input {height: 38px; font-size: 14px;}
		}	
		@media (max-width: 991px) {
			.top-cart-content {border-radius: 0px;}
		}	

}		

/* WRAPPER */

.base-ov {
	#header-wrap {border-bottom: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;}
	}	

	.categoria-titulo {background: #fff;text-align: left;font-weight: 700; margin-bottom:35px;margin-top:35px;color:#555;letter-spacing: 1px;display:flex;       justify-content: center;height:50px;    align-items: center;}
	.categoria-titulo h2 {font-size:15px;.fp2;margin:0px;font-weight: 600;color:@cg1;letter-spacing:2px;  }
	.categoria-titulo .box {clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 10% 0);letter-spacing:1px;.fp1; font-size:14px; font-style:italic;color:#fff;   height: 100%;  .background-gradient; .eff (@eff:0.3); padding:0px 25px 0px 60px;display: flex;    align-items: center;max-width: 300px; width:100%;text-align: right;    justify-content: flex-end;}
	.categoria-titulo .box:hover {font-weight: 700;}

	@media (max-width: 991px) {
		.categoria-titulo .box {padding: 0px 25px 0px 15px;max-width: 150px;}
	}	


 }	


/* Slider Canvas */
/*
#slider { height:600px}
#slider {
	.fondo-slider {	  background-image: linear-gradient(	    to right,	    rgb(0 51 102 / 0.9),	    rgb(0 51 102 / 0.7),	    rgb(0 51 102 / 0.5)	  );	  position: absolute;	  width: 100%;	  height:100%;	  z-index:1;	}
	.slider-caption.slider-caption-left {max-width: 100%;width: 100%;    display: flex;    align-items: flex-end;}
	.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;object-position: center center;  display: block;}
	.swiper-slide {display: flex;    justify-content: center;}

	.slider-caption {  max-width: 800px;  width: 100%;}
    .box {width: 100%; text-align: center;}
	.box .badge {  display: inline-block;  background: rgba(255,255,255,0.15);  padding: 10px 16px;  border-radius: 20px;  font-size: 14px;  font-weight: 600;  margin-bottom: 1rem;}

	.box .badge .icon {  color: #fbc02d;  margin-right: 6px;}
	.box h2 {  font-size: 60px;color:#fff;  font-weight: 800;line-height: 65px;margin-bottom:25px;}
	.box h3 {  font-size: 22px;  font-weight: 400;  color:#fff;margin-bottom:25px;}
	.box .modulo-box {  display: flex;  justify-content: center;  gap: 1rem;  margin-bottom:25px;}
	.box .btn {  padding: 10px 35px;  border-radius: 255px;  text-decoration: none;  font-weight: 600;  transition: 0.3s;.eff-zoom (@zoom:1); .eff (@eff:0.3);}
	.box .btn:hover {.eff-zoom (@zoom:1.05); .eff (@eff:0.3);}
	.box .btn.primary {   color: #fff;  box-shadow: 0 8px 10px rgba(0,0,0,0.20);border:1px solid rgba(255,255,255,0.20); }
	.box .btn.primary:hover {  background: #f0f0f0; color:@c1;}
	.box .btn.secondary {  border: 2px solid rgba(255,255,255,0.7);  color: #fff;}
	.box .btn.secondary:hover {  background: rgba(255,255,255,0.1);}
	.box .search-box input {  width: 100%;  max-width: 400px;  padding: 12px 16px;  border-radius: 30px;  border: none;  outline: none;  font-size: 15px;  background: rgba(255,255,255,0.1);  color: #fff;}
	.box .search-box input::placeholder {  color: rgba(255,255,255,0.7);}

}
@media (max-width: 1550px) {
	#slider {height:500px;}
}	
@media (max-width: 1300px) {
	#slider {height:400px;}
}	
@media (max-width: 1199px) {
	#slider {height:90vh;}
	#slider {
		.swiper-slide h2 {font-size:35px;line-height: 45px;}
	}	
}	
@media (max-width: 767px) {
	#slider {
		.slider-caption {padding:0px 40px;}
		.swiper-slide .box {text-align: center;margin-bottom:0px;}
		.slider-caption.slider-caption-left {align-items: center;    text-align: center;    justify-content: flex-end;}
		.swiper-slide h2:after {width:100%;}
		.swiper-slide h2 {font-size:30px; line-height: 38px;}
		.swiper-slide h3 {font-size:19px; line-height: 23px;}
		.modulo-box {flex-direction: column;    align-items: center;}
		.modulo-box .btn {font-size:14px;width:100%;    max-width: 240px;}
	}	
}	
*/
.slider-proporcional, .slider-proporcional .swiper_wrapper {height: auto !important; min-height: 0 !important;}
.slider-proporcional {
	.slider-inner, .swiper-parent, .swiper-wrapper, .swiper-slide {height: auto !important;position: initial; min-height: 0 !important;}
	.swiper-slide img {width: 100%; height: clamp(220px, 28vw, 360px); display: block; object-fit: cover; object-position: center;}

	@media (max-width: 767px) {
		.swiper-slide picture {
			display: block;
			width: 100%;
			aspect-ratio: 1 / 1;
		}

		.swiper-slide img {
			height: 100%;
		}
	}
}

/* Slider de texto */
#slider.slider-text {	background: linear-gradient(to right, #6A0DAD, #C70039, #3A0000);margin-top:-1px;padding:12px 24px;margin-bottom:24px;}
#slider.slider-text {
	.slider-inner, .swiper-parent, .swiper-wrapper, .swiper-slide {height: auto !important;position: initial; min-height: 0 !important;}
	.swiper-slide {font-weight: 700;color:#fff; font-size:19px;letter-spacing: 1px; display: flex; align-items: center; justify-content: center; height:56px;}
	.slider-arrow-left, .slider-arrow-right {background:transparent}
	
	@media (max-width: 1199px) {
		.swiper-slide {text-align: center;font-size:16px;height:52px;}
	}

	@media (max-width: 767px) {
		.swiper-slide {font-size:14px;height:48px;}
	}
}




/* Carousel */

.owl-carousel-ov .owl-nav {
	.owl-prev {margin-left: -45px;width: 50px;background: transparent!important;}
	.owl-next {margin-right: -45px;width: 50px;background: transparent!important;}
	.owl-prev i, .owl-next i {  color: #ffffff;  font-size: 35px;  text-shadow: 0px 2px 4px rgba(0,0,0,0.4);}
	.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;}
	}	

}



/* Buscador Avanzado */
.search-module-container {border-radius:15px; width: 100%; max-width:100%; position: relative; overflow: hidden; background: linear-gradient(90deg, #333333 0%, #333333 40%, #555555 100%); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); margin-top:18px;margin-bottom:35px;}
.search-module-container::before {content: ''; .grayy (@grayy:100%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../images/buscador.webp'); background-size: cover; background-position: center center; opacity: 0.3; pointer-events: none; z-index: 1;}
.search-module-container {
	.search-box {position: relative; z-index: 2; padding: 55px 40px; text-align: center; color: #ffffff;}
	.title {font-size: 24px; font-weight: 700; letter-spacing: 2px; margin-bottom: 16px; text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); color:#fff;}
	.separator-line {width: 100%; height: 1px; background-color: rgba(255, 255, 255, 0.5); margin: 0 auto 30px;}

	.search-form {display: flex; justify-content: space-between; gap: 15px;}
	.select-wrapper {flex-grow: 1; flex-basis: 0; position: relative; display: inline-block; height: 40px;} /* Añadida altura para consistencia */
	.search-button {flex-grow: 1; flex-basis: 0; height: 40px; padding: 10px 20px; border: none; cursor: pointer; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; transition: background-color 0.3s;}

	.search-select {width: 100%; padding: 10px 15px; height: 40px; background-color: rgba(0, 0, 0, 0.4); color: #ffffff; border: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px;}
	.select-wrapper::after {content: '▼'; font-size: 10px; color: #ffffff; right: 8px; top: 12px; position: absolute; pointer-events: none;}
	.search-select option {background-color: #333; color: #ffffff; padding: 5px;}

	.search-button {background-color: #007bff; color: #ffffff;}
	.search-button:hover {background-color: #0056b3;}

	@media (max-width: 1199px) {
		.search-form {flex-wrap: wrap; padding: 0 20px;}
		.select-wrapper, .search-button {flex-basis: calc(25% - 15px);}
		.separator-line {width: 80%;}
	}

	@media (max-width: 997px) {
		.title {font-size:19px;}
		.search-box {padding: 40px 15px;}
		.select-wrapper, .search-button {flex-basis: calc(50% - 15px);}

	}
	@media (max-width: 767px) {
		.select-wrapper, .search-button {flex-basis: calc(100% - 15px);	}
	}
}	


/* Buscador Marcas */
.modulo-marcas {display: flex; margin-top:50px;   align-items: center;    justify-content: center;    flex-direction: column;}
.modulo-marcas .mini-tit strong {color:#000;}


/* 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:0%;}
.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 Categorias (Version 1 - Foto )*/
#modulo-categorias {padding:0px 10px;}
#modulo-categorias {
	.card {height:500px;border:none;position: relative;border:1px solid #ddd;}
	.card:hover .fondo {background:rgba(255, 255, 255, 0.9);.eff (@eff:0.3);}
	.card:hover .box {opacity:1;.eff (@eff:0.3);border:1px solid #ddd;}
	.card:hover .img-principal {.grayy (@grayy:100%)}
	.card:hover .bandera {top:-8px;}
	.card img {height: 100%;}
	.card .bandera {.eff (@eff:0.3);width: 50px;height: initial;position: absolute; top:-60px; right:15px;}
	.card .fondo {background:rgba(0, 0, 0, 0.15);width: 100%; height: 100%; position: absolute;z-index: 2;.eff (@eff:0.3);}
	.card .box {position: absolute;.eff (@eff:0.3);display: flex;opacity:0;bottom:0%; left:0%;    z-index: 3;text-align: left;padding:5%;width: 100%; height: 100%;flex-direction: column;   justify-content: center;    align-items: center;}
	.card .box h2 {font-size:22px; letter-spacing: 2px; color:@cg1;font-weight: 700;margin-bottom:0px; text-transform: uppercase;}
	.card .box span {font-size:16px; letter-spacing: 1px; color:#fff;padding:0px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);display: none;}

	@media only screen and (max-width: 1199px) {
		.card {height:400px;}
		.card .box h2 {font-size:26px;}
	}
}

/* Modulo Categorias (Version 1 - Iconos )*/
#modulo-categorias-2 {padding:0px 10px;}
#modulo-categorias-2 {
	.categoria {background: @cg3;width: 100%;padding: 35px 25px;text-align: center;display: inline-block;border-radius: 8px;height:350px;    display: flex;    justify-content: center;    align-items: center;    flex-direction: column;.eff-zoom (@zoom:1); .eff (@eff:0.3);}
	.categoria svg {width: 80px;margin-bottom:20px;}
	.categoria h2 {font-size:18px; color:@cg1;margin-bottom:5px;line-height: 22px;}
	.categoria p {font-size:14px; color:@cg1;margin:0px;}

	.categoria:hover {background: @c1;.eff-zoom (@zoom:1.05); .eff (@eff:0.3);}
	.categoria:hover svg {stroke: #fff;}
	.categoria:hover h2, .categoria:hover p {color:#fff;}
}


/* Modulo Clientes */
#modulo-logo-clientes {
		a img { height:initial;width: initial;.eff (@eff:0.3); transform: scale(1.0);}
		a img:hover {transform: scale(1.05);.eff (@eff:0.3);}
}


/* Modulo Nosotros */
.modulo-nosotros {padding:40px 0px;margin-top:0px;border-top:1px solid #eee; border-bottom:1px solid #eee;position: relative;background-size:cover; position: relative; display:inline-block;   width: 100%;}
.modulo-nosotros {

	.box-center {display:inline-block;    width: 100%;}
	.box { display: flex;    min-height: 500px;   justify-content: center;}
	.box .info {float:left;width: 55%; display: flex;    flex-wrap: wrap;    align-content: center;}
	.box .info h3 {font-size:23px; color:@c00; font-weight: 700; margin-bottom:0px; display: inline-block; letter-spacing: 2px;margin-bottom:25px;text-align: center;width: 100%;}
	.box .info  .linea {.radd (@radd:255px); height:1px; width:100%; background: #ddd;margin-bottom:15px; text-align:left;}
	.box .info p {font-size:17px;color:@cg1; font-weight: 300;display: inline-block;line-height:35px;margin:0px;text-align: center;}
	.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 {}
		.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: 29px;}
		.box .info h3 {width:100%;text-align: center;letter-spacing: -1px;        line-height: 28px;}
		.box .logos {width:100%;text-align: center;margin-bottom:25px; order: -1;}
		.box .logos img {display: inline-block;    max-width: 400px;margin-bottom:15px;}
		.hiper { font-size:14px; line-height: 18px;}
	}
}

/******************** 
FOOTER
********************/

.sub-footer {float:left; width: 100%;text-align: center; background: @cg2;margin-bottom:0px;margin-top:0px;position: relative;background:url(../images/footer.webp) no-repeat center center; background-size:cover;}
.sub-footer .texture-overlay {position: absolute; top: 0; left: 0; width: 100%;	    height: 100%;background:#000;   opacity: 0.5; 	 z-index: 1;	}
.sub-footer .fondo {color:@c0;padding:50px 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}

.mod-mercado-lider {display:flex;align-items:center;gap:20px;flex-wrap:wrap; z-index:2;position:relative;padding:25px 45px;justify-content: center;}
.mod-mercado-lider .logo {height:100px;width:auto}
.mod-mercado-lider .texto-box {display:flex;flex-direction:column;gap:10px}
.mod-mercado-lider .texto {font-size:20px;color:#fff;letter-spacing:0.5px;.text-shadow}
.mod-mercado-lider .texto strong {font-weight:700}
.mod-mercado-lider .paleta {display:flex;gap:6px;width:100%;}
.mod-mercado-lider .paleta span {flex:1;height:10px;border-radius:2px}

@media only screen and (max-width: 500px) {
	.sub-footer .fondo {font-size:14px;}
	.sub-footer .fondo a {font-size:14px;}
}

#footer {margin-top:0px!important;border-top:none;position: relative;z-index: 140;}
#footer {
	.bandera {width: 50px; position: absolute; right:25px; top:-6px;}

	.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: 170px; 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;margin-right:10px;}
	.redes .icono-svg {height: 21px;width: 21px;margin-right:6px;opacity: 0.7;}
	.redes .youtube .icono-svg {width: 28px;}


	@media only screen and (max-width: 1199px) {
		.logo-gris img {max-width: 200px;}
		.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;}
	}
}	


/******************** 
NEWSLETTER
********************/

.modal-newsletter {
	.contenido .font-body {font-size:25px;line-height:30px;font-weight: 700;margin-bottom:25px;}
	.contenido .lead {font-size:17px;margin-bottom:25px;}
	.contenido .lead b {color:green; font-weight: 700}
	form .input-group-btn {background: @c1;color:#fff;font-size:15px;}
	form .form-control {font-size:15px;}
	form .input-group-btn:hover {background: @c2;} 
	.imagen {padding:0px;}

	.cerrar-modal {margin-top:15px;display: inline-block;    text-decoration: none!important;color:#666;}
	.cerrar-modal:hover {color: @c2}

	@media (max-width: 991px) {
		.imagen {display:none;}
	}	
}

.newsletter-footer {
	.tit {color: #666;}
	p {font-size:14px; color:#666; font-style: italic;margin-top:25px;margin-bottom:10px;}
	form input {font-size:15px;background: #fff; padding:5px 25px; border:1px solid #ddd; max-width: 400px;width: 100%;color:#666;}
	form input::placeholder {  color: rgba(0,0,0,0.5);}
	form input:focus {background: #fff!important;color:#666!important;}
	form .input-group-btn {background: @c1;color:#fff;font-size:15px;}
	form .form-control {font-size:15px;}
	form .input-group-btn:hover {background: @c2;} 
}


/******************** 
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 {}
	}

	.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
********************/

/* Imagen Categoria */

.box-imagen-categoria {width: 100%;display: inline-block;}
.box-imagen-categoria img {object-fit: cover;width: 100%; object-position: center;height:200px;}

@media (max-width: 767px) {
	.box-imagen-categoria img {height:150px;}
}  


/* Breadcrumbs */
.breadcrumb-box {padding:45px 0px;margin-bottom:45px;display: flex;justify-content: flex-end;overflow:hidden;position:relative; font-size:15px;color:#fff;  align-items: center;   justify-content: space-between;    align-items: center;}
.breadcrumb-box picture img {position:absolute; object-fit: cover; object-position: center; width: 100%; height:100%;    left: 0px;    top: 0px;}
.breadcrumb-box .texture-overlay {position: absolute; top: 0; left: 0; width: 100%;	    height: 100%;background:#000;   opacity: 0.7; 		}
.breadcrumb { margin-right: auto;display: flex;    align-content: center;}
.breadcrumb a {color:#fff;font-size:15px;}
.breadcrumb a:hover {color:@c2; }
.breadcrumb .active {font-weight: 700; color:#fff;font-size:15px;}
.breadcrumb-item + .breadcrumb-item::before {color:#fff;}
.breadcrumb .descargar-catalogo {font-size:14px;color:#fff;background: @cg1;border:1px solid @cg1;}
.breadcrumb .descargar-catalogo:hover {background: @c2;color:#fff;}

@media (max-width: 1199px) {
	.breadcrumb-box {padding: 15px 0px;    flex-direction: column;}
	.breadcrumb {width: 100%;        display: flex;        justify-content: center;margin-bottom:10px;}
}  

@media (max-width: 991px) {
	.breadcrumb {margin-top:0px;}
	.breadcrumb .descargar-catalogo {margin-top:15px;}
}  

/* Ordenar */

.ordenar {display: flex; border-radius: 5px;;   flex-direction: row;    align-items: center;margin-right:15px;background: #fff;    padding: 0px 20px;height: 38px;}
.ordenar {
	.text {font-size:14px; color:@cg1; white-space: nowrap;margin-right:5px;}
	.dropdown-toggle {background: transparent; border:none;    padding: 4px;font-size:14px; color:#000; font-weight: 500;}
	.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {outline:none!important;}
	.active .text {color:#fff;}
}
@media (max-width: 991px) {
	.ordenar {display: none;}
}  



/* Filtros */
.modal-backdrop.show {opacity: 0.7;}

.catalogo-modulo-filtro {background:url(../images/fondo.webp) no-repeat center center; background-size:cover;padding:25px 0px;margin-bottom:0px;}
.catalogo-modulo-filtro {
	.box-flex {display: flex;justify-content: space-between;align-items: center;}
	.btn-filtros {border-radius: 255px;float:right;font-weight: 700; color:#fff; font-size:14px; text-align: center;background: @c1; padding:6px 25px;width:200px;    letter-spacing: 1px;}
	.btn-filtros span {margin-right:5px;}
	.btn-filtros:hover {background: @c3;}
	.box {float:right;}
	.modulo-filtros {float:right;    clear: right;color:#fff;}
	.modulo-filtros .mini-titulo {font-size:13px; font-weight: 400;float:left;margin-top:3px;letter-spacing: 1px;color:@cg1;}
	.modulo-filtros ul {float:left;margin:0px;}
	.modulo-filtros ul li {float:left; border-radius: 5px; overflow: hidden;margin-left:10px;letter-spacing: 1px;border:1px solid #ddd;}
	.modulo-filtros ul li .quitar { background:#ddd; color:@cg1;; float:left;padding:4px 8px 4px 10px;font-size: 12px;cursor: pointer;}
	.modulo-filtros ul li .quitar:hover {background: @c2;color:#fff;}
	.modulo-filtros ul li .info {color:@cg1;; float:left;padding:3px 15px;font-size: 13px;}
	.modulo-filtros ul li .color {width:16px; height:16px; border-radius: 255px;   float: right;    margin-top: 1px;    margin-left: 6px;}

	.box-botones {display: flex;width: 100%;       justify-content: flex-end;margin-bottom:15px;    align-items: center;}
	.boton-filtro {color:#fff;border-radius: 5px;text-align:center;letter-spacing: 2px; font-size:14px;background: @cg1;padding:5px 25px;font-weight: 500;height: 38px;display: flex;align-items: center;}
	.boton-filtro:hover {background: @c1;}
	.boton-filtro b {font-weight:700;margin-left:5px;}
	.boton-filtro span {display:none;}

	@media only screen and (max-width: 1199px) {
		.box-flex {display: inline-block; width:100%;text-align: center;}
		.arbol {display:none;}
		.box {width: 100%}
		.modulo-filtros {float:left; clear: initial;margin-top: 7px;width: 100%;display: flex;	justify-content: center;}
		.modulo-filtros ul li {margin-left:0px; margin-right:10px; margin-bottom:0px;}
		.modulo-filtros .mini-titulo {margin-bottom:10px;margin-right:15px;} 	
		.box-botones {justify-content: center;}	
	}

	@media only screen and (max-width: 991px) {
		.boton-filtro {font-size:12px;padding:0px 25px;width: 100%;display: flex
			;
					justify-content: center;}
		.boton-filtro span {display: inline-block; font-weight: 700;}
		.box {width: 100%; text-align: center;}
		.modulo-filtros .mini-titulo  {display: none;}
		.btn-filtros{float:initial;display:inline-block;margin-bottom:10px;}
		.modulo-filtros,.modulo-filtros ul  {text-align: center;width: 100%}
		.modulo-filtros ul li {width: 100%;margin-bottom:5px;}
		.box-botones {    flex-direction: column;}
	}

	.modulo-filtros-desplegado {

		h4 {display: flex;width: 100%; justify-content: space-between;font-weight: 700; color:#000;justify-content: flex-start;}
		h4 span {font-weight: 700; color:#000;display:none;}
		.menu-link {padding:10px 0px;font-size:15px;color:@cg1;}
		.nav-tree .sub-menu {}

		.ordenar-options {display:none}

		#side-panel-trigger-close a {color:@cg1;font-size:18px;display: block;position: absolute;right:0px; top:0px;background: transparent;padding: 0px;			width: initial;			height: initial;			line-height: 25px;}
		.color-options,.talle-options, .precios-options{ display: flex; flex-wrap: wrap; gap: 4px; margin-bottom:25px;}
		.caracteristicas-options, .marcas-options {}

		.color-options li,.talle-options li { list-style: none; }
		.precios-options li {width: 100%}

		.white-section {cursor: pointer;}
		.aplicar {border:1px solid #ddd; border-radius: 5px;font-size:13px;letter-spacing: 1px;float:right;margin-top:10px;}
		.aplicar:hover {background: @cg1; color:#fff;}

		.color-options li {border:2px solid transparent;padding:2px;}
		.color-options a { display: block; width: 24px; height: 24px; border-radius: 100%; border: 2px solid transparent; cursor: pointer; transition: border 0.2s ease; }
		.color-options .seleccionado, .color-options li:hover  {border: 2px solid #ccc; border-radius: 100%}

		.talle-options a {padding:0px;}
		.talle-options button {.fp1; color:@cg1;display: inline-block; border-radius:5px;padding: 5px 10px;text-align: center; border: 1px solid #ccc;min-width: 50px;background: #eee;text-decoration: none; color: #333; font-size: 13px; transition: background 0.2s ease; }
		.talle-options button.seleccionado {background: @cg1;color:#fff;border:1px solid @cg1;}
		.talle-options button:hover {border:1px solid @cg1; }

		@media only screen and (max-width: 991px) { 
			h4 span {display: block;}
			.ordenar-options {display:block;}
		}
		
	}
}	

@media only screen and (max-width: 991px) { 
	.modal-dialog {margin:0px;}
	#nav-catalogo.categorias-catalogo ul li a {font-size:13px;}
}



#seccion-catalogo {
	#wrapper, #content {background: #eee;}
	.content-wrap {padding-bottom:60px;}
}	

/* 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);}

/* Navegacion Lateral */
.navegacion-lateral-modulo {padding-right:35px;}
.navegacion-lateral-modulo {
	.tit b {font-weight: 700; font-size:16px;margin-bottom:25px;color:@cg1;display: inline-block;width: 100%;.fp1;}
	li {border-top:1px solid #ddd;}
	li a {color:@cg1; font-size: 14px;padding: 12px 0px;  font-weight: 400;.fp1; display:flex;justify-content: space-between;    align-items: center;}
	li li a {padding: 12px 10px; color:@cg1; font-weight: 400;.fp1;}
	.sub-menu-indicator {color:#bbb;}	 
}

@media (max-width: 997px) {
	.navegacion-lateral-modulo {background:#fff; padding:5%;border-radius:8px;margin-bottom:25px;display: inline-block;width: 100%}
} 




/* Productos */
.contenedor-productos { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));margin: auto;padding:0px 0px; margin-bottom:0px;}
.catalogo-resultado-busqueda {margin: 0 0 24px 0; padding: 14px 18px; border-radius: 14px; background: #f5f8fc; color: @cg1; font-size: 14px;}
.catalogo-resultado-busqueda strong {color: @c1; font-weight: 700;}
.contenedor-productos {

	.card {border:none;}
	.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 25px;width:100%;    position: relative;    z-index: 1;    background: #fff;}
	.card.producto .box h2 {color:#222;font-size:12px;margin-bottom:10px;padding:0px; text-align: left;border:none;height: 35px;line-height: 16px; overflow: hidden; text-transform: uppercase;}

	.card.producto:hover h2 {background: transparent;color:#222}
	.card.producto .box .precio {font-weight: 700;color:@c2;font-size:18px;.ft2;    text-align: left;}
	.card.producto .box .envio {font-size:11px;width:130px;text-align: center; color:#08a500; border:1px solid #08a500;line-height: 16px;background: #f4fff3; border-radius: 255px;padding:3px 15px;font-weight: 700;}
	.card.producto .sub-box {display: flex; justify-content: space-between; align-items: center;}
	.card.producto .box .cuotas-catalogo {display: inline-flex; margin-top: 10px; padding: 4px 12px; border-radius: 255px; border: 1px solid #08a500; background: #08a500; color: #ffffff; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;}
	.card.producto .box .cuotas-catalogo .tarjeta {font-size: 18px;    height: 16px;    width: 23px;    line-height: 10px;    margin-right: 7px;}


	@media (max-width: 500px) {
		.card.producto .box h2 {height: initial;}	
	}


	/* Compra Rapida */
	.modulo-compra-rapida {    width: 100%;    padding: 0px 25px;}
	.modulo-compra-rapida {
		.dropdown-toggle {margin-bottom:15px;border-radius: 255px;padding:5px;font-size:14px;padding:5px 20px;color:@cg1;}
		.dropdown-menu {font-size:14px;padding:5px 0px;color:@cg1;}
		.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {outline: thin dotted #333 !important; outline: 0px auto -webkit-focus-ring-color !important; outline-offset: 0px;}
    	.btn:hover {background: #eee;}
    	.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {background: #eee;}
		.cant {margin-bottom:20px;display: inline-block;width: 100%; padding: 0px 0px 25px 0px;    max-width: 300px;}
		.cant .menos {width: 12.5%; height: 30px;float:left;background: #f5f5f5;border:none;text-align: center;    border-radius: 50px 0px 0px 50px;}
		.cant .alcarrito {width: 50%;height: 30px;float:right;background: @c1;border:none;text-align: center; font-size:12px; color:#666;border-radius: 50px;color:#fff;}
		.cant input {width: 20%;height: 30px;float:left;border:none;text-align: center; font-size:13px; color:#666;background: #f5f5f5;border:none;}
		.cant .mas {width: 12.5%;height: 30px;float:left;background: #f5f5f5;border:none;text-align: center;font-weight: 400;    border-radius: 0px 50px 50px 0px;}
		.cant .menos:hover, .cant .mas:hover {background: #eee; border:none; cursor: pointer;}
		.cant .alcarrito:hover {cursor: pointer; background: @c2;}
		.alerta-agregado{display: block;  position: absolute;    bottom: 10px;    width: 100%;    left: 0px;    border-radius: 0px;}
	}
}	

/* 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;}
		}	
	}	
}

/* Producto detalle completo */
/* Variables (asumo que @c1, @cg1, @c2, y .fp1 están definidos en otro lugar de tu proyecto) */
@c1: #333; /* Color primario o de texto principal (ej. negro/gris oscuro) */
@cg1: #999; /* Color gris suave o secundario */
@c2: #007bff; /* Color para destacar (ej. azul o color secundario) */
.fp1 { /* Placeholder para estilos de fuente (ej. font-family: 'Montserrat', sans-serif;) */ }


/* Producto detalle completo */
.producto-detalle-completo { display: flex; flex-wrap: nowrap; gap: 60px; width: 100%; margin-bottom: 40px;
	.modulo-separador { background: #fff; border-radius: 15px; padding: 8%; width: 100%; margin-bottom: 30px; }
	.box-imagenes { flex: 1 1 45%; }
	.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; }
	}
	.box-detalle { flex: 1 1 50%; display: flex; flex-direction: column; justify-content: center;
		/* Estilos existentes */
		.tit { font-size: 25px; font-weight: 700; color: @c1; text-transform: uppercase; text-align: left; letter-spacing: 2px; line-height: 25px; margin-bottom: 0px; width: 100% }
		.codigo { font-size: 14px; font-style: italic; color: @cg1; margin:25px 0px; }
		/* --- NUEVOS ESTILOS PARA LA IMAGEN ADJUNTA --- */
		.disponibilidad { max-width: 190px; text-align: center; display: inline-block; background: #4caf50; /* Color verde */ color: #fff; font-size: 13px; font-weight: 300; padding: 4px 10px; border-radius: 255px; margin-bottom: 15px; text-transform: uppercase; }
		.opciones-pago { margin-bottom: 35px; /* Separador */
			&.info-only {
				.opcion { cursor: default; }
				.opcion input[type='radio'] { opacity: 1; pointer-events: none; }
				.opcion label { cursor: default; }
			}
			.opcion { display: flex; align-items: center; margin-bottom: 15px; cursor: pointer;
				input[type='radio'] { margin-right: 10px; /* Personalización del radio button */ -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 20px; height: 20px; border: 2px solid #ccc; border-radius: 100%; outline: none; cursor: pointer; position: relative; }
				input[type='radio']:checked { border-color: #007bff; /* Color azul para seleccionado */ }
				input[type='radio']:checked::before { content: ''; display: block; width: 12px; height: 12px; background: #007bff; /* Círculo interior */ border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
				label { margin: 0; font-size: 17px; color: #666; cursor: pointer;
					strong { font-weight: 600; color: #242424; /* Color azul para precios destacados */ }
					.destacado {color:@c2;}
				}
			}
		}
		.opciones-pago-nota { margin-bottom: 25px; padding: 14px 18px; border-radius: 8px; background: #f5f5f5; color: #666; font-size: 14px; line-height: 22px; }
		.box-envio-gratis { display: flex; gap: 10px; margin-bottom: 25px; /* Espacio antes del bloque de compra */
			.modulo { flex-grow: 1; text-align: center; padding: 10px 25px; border-radius: 8px; font-size: 13px; font-weight: 700; color: #388e3c; border: 1px solid #a5d6a7; background-color: #e8f5e9; display: flex; align-items: center; justify-content: center; gap:10px; line-height:18px; width:33.33%; }
			.medios-pago { color: #666; border: 1px solid #dddddd; background-color: #f5f5f5; }
			.medios-pago img {max-width: 150px;}
			.boton-envio.xpres { color: #007bff; /* Texto Azul */ border: 1px solid #bbdefb; /* Borde Azul claro */ background-color: #e3f2fd; /* Fondo Azul muy claro */ }
			.modulo i { margin-right: 5px;display:inline-block; }
			.modulo div {text-align: left;font-weight:700;}
			.modulo .fa-solid {font-size:21px;}
		}
		/* --- FIN NUEVOS ESTILOS --- */
		.descripcion {}
		.descripcion {
			.mini-tit { font-size: 21px; font-weight: 700; color: @c1; margin-top: 0px; }
			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-size: 16px; line-height: 28px; }
		}
		.colores .tit, .talles .tit { font-weight: 600; margin-bottom: 10px; font-size: 16px; }
		.color-options, .talle-options { display: flex; flex-wrap: wrap; gap: 8px; }
		.color-options li, .talle-options li { list-style: none; }
		.color-options li { border: 2px solid transparent; padding: 2px; }
		.color-options a { display: block; width: 28px; height: 28px; border-radius: 50%; border: 2px solid transparent; cursor: pointer; transition: border 0.2s ease; }
		.color-options .seleccionado, .color-options li:hover { border: 2px solid #ccc; border-radius: 100% }
		.talle-options button { .fp1; color: @cg1; display: inline-block; padding: 6px 12px; text-align: center; border: 1px solid #ccc; min-width: 70px; background: #eee; text-decoration: none; color: #333; font-size: 14px; transition: background 0.2s ease; }
		.talle-options button.seleccionado { background: @cg1; color: #fff; border: 1px solid @cg1; }
		.talle-options button:hover { border: 1px solid @cg1; }
		.tabla-equivalencias a { cursor: pointer; display: inline-block; margin-top: 10px; color: #007bff; text-decoration: none; font-size: 14px; font-style: italic; letter-spacing: 2px; color: @cg1; }
		.tabla-equivalencias a:hover { color: @cg1; font-weight: 500 }
		.consulta:hover {color:@c2;}
		.compra { padding: 25px 0px; margin: 25px 0px; border-bottom: 1px solid #eee; border-top: 1px solid #eee; display: flex; align-items: center; gap: 15px; flex-wrap: wrap;
			.box { display: flex; margin-left: auto; }
			.precio { font-size: 30px; font-weight: 700; letter-spacing: 1px; color: @c2; }
			.quantity { display: flex; flex-wrap: nowrap; }
			.agregar { border-radius: 255px; width: 200px; text-align: center; padding: 0px 25px; }
		}
		.presentacion { margin-top: 20px; }
		.presentacion {
			b { margin-bottom: 10px; display: inline-block; width: 100%; font-size: 14px; color: @cg1; }
			.dropdown-toggle { margin-bottom: 15px; border-radius: 8px; padding: 5px; font-size: 15px; padding: 8px 20px; color: @cg1; border: 1px solid #ddd; }
			.dropdown-menu>.dropdown-menu { font-size: 15px; padding: 8px 0px; color: @cg1; }
			.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle { outline: thin dotted #333 !important; outline: 0px auto -webkit-focus-ring-color !important; outline-offset: 0px; }
			.btn:hover { background: #eee; }
			.btn-check:checked+.btn, :not(.btn-check)+.btn:active, .btn:first-child:active, .btn.active, .btn.show { background: #eee; }
		}
		.quantity {
			.minus { border-top-left-radius: 255px; border-bottom-left-radius: 255px; }
			.plus { border-top-right-radius: 255px; border-bottom-right-radius: 255px; }
			.qty, .minus, .plus { height: 40px; }
		}
		.envio { text-align: center; font-size: 18px; color: @c2; font-weight: 700; line-height: 1px; font-style: italic; }
		#productoAgregado { background-color: #dff0d8; color: #3c763d; padding: 15px 20px; border-top: 2px solid #3c763d; }
		#productoAgregado a { color: #3c763d; font-weight: bold; text-decoration: underline; }
		#productoAgregado a:hover { text-decoration: none; }
		/* Media Queries */
		@media (max-width: 991px) {
			.box-imagenes, .box-detalle { flex: 1 1 100%; width: 100% }
			.compra { flex-direction: row; /* MODIFICADO: Se ajusta a la fila en tablet */ align-content: center; justify-content: space-between; flex-wrap: wrap; border-top: 1px solid #ddd; /* MODIFICADO: Se vuelve a agregar el separador en tablet/móvil */ padding-top: 30px; margin-top: 25px; }
			.compra .box { margin: initial; }
			.compra .agregar { width: initial; }
			.box-envio-gratis { flex-direction: column; }
			.box-envio-gratis .modulo { width: 100%; }
			.opciones-pago .opcion label { font-size:15px; }
			.box-flex {flex-direction: column; align-items: center;}
		}
		@media (max-width: 576px) {
			.tit { font-size: 20px; }
			.box-detalle .codigo { font-size: 14px; }
			.box-detalle .descripcion {
				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-size: 14px; line-height: 22px; }
			}
			.color-options a { width: 24px; height: 24px; }
			.talle-options button { padding: 5px 10px; font-size: 13px; }
			.compra .quantity { margin-right: 15px; }
			.compra .box { margin: initial; }
			.compra .precio { font-size: 24px; }
			.box-envio-gratis { flex-direction: column; /* En dispositivos pequeños, los botones de envío se apilan */ }
		}
	}
}
@media (max-width: 991px) {
	.producto-detalle-completo { flex-direction: column; }
}


/* Modulo Lineas o Categorias */

.modulo-lineas {
	.contenedor-productos {grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));}
	.card img {height:260px;padding:0px;object-position: right; }

	@media (max-width: 991px) {
		.contenedor-productos {grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}
	}	
}

/* Productos Relacionados */

.productos-relacionados {background:#fff;border-radius: 15px;display: inline-block; width:100%;padding:50px;}
.productos-relacionados { 
	.card.producto {min-width: initial!important; max-width: initial!important; }

	.mini-tit {margin-top:0px;}
	.mini-tit strong {font-size:21px;margin-bottom:25px;}
	.contenedor-productos {justify-items: initial!important;}
	.producto {border:1px solid #ddd;}
}

@media (max-width: 991px) {
  .productos-relacionados {background:transparent; width:100%;padding:0px;}
}



/******************** 
NOSOTROS
********************/

#nosotros {

	.titulo {margin-top:0px;text-align: center;.grayy (@grayy:100%);    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0,1));padding:50px 25px;margin-bottom:0px;}
	.titulo h1 {font-size:35px;font-weight: 700;color:#fff;}
	.titulo p {font-size:17px;margin-bottom:10px;color:#fff;}

	@media (max-width: 991px) {
	  .titulo h1 { font-size:26px; line-height: 38px;margin-bottom:10px;}
	  .titulo p {font-size:15px; line-height: 20px;}
	}

	.box-nosotros-1 {padding:80px 0px;background: #eee;}
	.box-nosotros-1 {
		.container {max-width: 1400px;}
		h2 {font-weight: 700; color:@c1;}
		img {border-radius: 8px;}
		.button {max-width: 250px;}
		.contenido {display: flex;    flex-direction: column;    justify-content: center;    height: 100%;padding-left:35px;}

		@media (max-width: 991px) {
			h2 {font-size:25px;line-height: 32px;}
		 	.contenido {padding:0px;margin-top:30px;font-size: 15px;}
		}
	}

	.box-nosotros-2 {padding:80px 0px;background: #fff;}
	.box-nosotros-2 {
	 	.container {max-width: 1400px;}
	 	.container .row {gap: 25px 0px;}
		.box {border:1px solid #ddd; border-radius: 8px;padding:35px;text-align: center;height: 100%;     display: flex;    flex-direction: column; align-items: center;   justify-content: center;}
		.bg-brand-cyan {background: rgba(0, 188, 212, 0.2); border-radius: 255px;    width: 75px;    height: 75px;    display: flex;padding: 3px 0px 0px 0px !important;margin-bottom:8px;}
		.bg-brand-cyan svg {color:rgba(0, 188, 212, 1);width: 100px;padding: 15px;}
		h2 {font-size:24px;font-weight: 500;margin-top:5px;}
		p {margin:0px;font-size:14px;}

		@media (max-width: 991px) {
			.box {margin-bottom:35px;}
		}
	}

	.box-nosotros-3 {padding:80px 0px;background: #37474F;}
	.box-nosotros-3 {
	 	.container {max-width: 1400px;}
	 	.container .row {gap: 25px 0px;}
	 	.box-principal {text-align: center;margin-bottom:35px;}
	 	.box-principal h2 {font-size:35px;font-weight: 700;margin-bottom:15px;}
	 	.box-principal p {font-size:16px;}
		.box {border:1px solid #ddd; border-radius: 8px;padding:35px;text-align: center;height: 100%;     display: flex;    flex-direction: column; align-items: center;   justify-content: center;}
		svg {width: 75px;    height: 75px;width: 100px;padding: 15px;	stroke:rgb(0, 188, 212,1);}
		h2 {font-size:24px;font-weight: 500;margin-top:5px;color:#fff;}
		p {margin:0px;font-size:14px;color:#fff;}

		@media (max-width: 991px) {
			.box-principal h2 {font-size:28px; line-height: 35px;}
		}

	}

#quienes-somos { background-color:#f8f9fa; padding:100px 0!important; color:#333;}
#quienes-somos h2 { font-size:34px; font-weight:700; text-transform:uppercase; color:#222; margin-bottom:10px; letter-spacing:1px; }
#quienes-somos h3 { font-size:24px; font-weight:600; color:@cg1; margin-bottom:15px; text-align: center;}
#quienes-somos p { font-size:16px; line-height:1.7; color:#555; margin-bottom:15px; text-align: center; }
#quienes-somos .lead { font-size:18px; color:#666; }
#quienes-somos ul { list-style:none; padding:0; margin:30px 0; }
#quienes-somos ul li { font-size:16px; color:#444; margin-bottom:8px; }
#quienes-somos ul li::before { content:"✔"; color:@cg1; margin-right:8px; font-weight:700; }
#quienes-somos strong { color:#000; font-weight:600; }
#quienes-somos .text-center p { margin-bottom:0; }
#quienes-somos .container { max-width:1140px; }
#quienes-somos .row + .row { margin-top:60px; }

	@media (max-width:768px){
		#quienes-somos { padding:60px 20px; }
		#quienes-somos h2 { font-size:28px; }
		#quienes-somos h3 { font-size:20px; }
		#quienes-somos p, #quienes-somos ul li { font-size:15px; }
		#quienes-somos .row + .row { margin-top:40px; }
	}

}

/******************** 
TECNOLOGIAS
********************/

#tecnologias {
	.contenedor .row-tecno {padding: 65px 0px;    justify-content: space-evenly;position: relative;overflow: hidden;}
	.contenedor .row-tecno:nth-of-type(even) { flex-direction: row-reverse;}
	.contenedor .row-tecno:nth-of-type(even)::before { content: "";background: #eee;position: absolute;z-index: 1; width: 100%; height: 100%;    top: 0px;background: rgba(0, 0, 0, 0.04);}
	.texto-nosotros {display: flex;    justify-content: center;    align-items: center;}
	.row-tecno {border-bottom:1px solid #ddd;    }
	.imagen {padding:35px;background-size:100%;    background-size: 100% !important; background-repeat:no-repeat!important; }
	h1 {font-size:42px; text-align: left;}
	h4 {font-size:17px;text-align: left;line-height: 30px;}

	@media (max-width: 500px) {
		.imagen {padding:0px;}
		.col-padding {padding: 4rem 2rem;}
		h1 {font-size:32px;}
		h4 {font-size:15px;}
	}	
}

/******************** 
NOTICIAS
********************/

#seccion-noticias {
	.titulo {margin-top:0px;text-align: center;    background-image: linear-gradient(to right, rgba(0, 51, 102, 0.9), rgba(0, 51, 102, 0.7), rgba(0, 51, 102, 0.7));padding:70px 25px;margin-bottom:0px;}
	.titulo h1 {font-size:45px;font-weight: 700;color:#fff;}
	.titulo p {font-size:17px;margin-bottom:10px;color:#fff;}

	.grid-filter {width: 100%; background: #eee;text-align: center;padding:25px;}
	.grid-filter .dropdown-toggle {padding:8px 25px;width: initial;display: inline-block;flex: initial;min-width: 250px;font-size:15px;}

	.grid-inner {border:1px solid #ddd;margin-bottom:25px;border-radius: 10px;}
	.grid-inner .entry-image img {border-radius: 0px;margin:0px;}
	.grid-inner .entry-image {margin:0px;}

	.grid-inner .box {padding:25px;}
	.grid-inner .box h2 {font-size:18px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
	.grid-inner .box h2 a {font-weight: 700}

	.entry-content {margin-top:15px;}
	.entry-content p {font-size:15px;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
	.entry-content a {text-align: center;width: 100%;}

	.more-link {font-style: initial;.fp1;text-decoration: none;padding:10px;width: 100%;font-size:14px;border-radius: 8px;}
	.more-link:hover {background:#eee;}

	/* Detalle Completo */

	.fondo-detalle-completo {background: #eee}

	.detalle-completo {text-align: center;margin:50px 0px;}
	.detalle-completo {
		.volver-box {display: flex;justify-content: flex-end;margin-bottom:10px;}
		.box-detalle {max-width: 1000px;display: inline-block;}
		.grid-inner {background: #ffff;}
		.entry-meta {display: flex;    justify-content: center;border:none;}
		.entry-meta:not(.no-separator) li::before {content: "";}
		.entry-content p {display: initial; -webkit-line-clamp: initial; -webkit-box-orient: initial; overflow: initial; text-overflow: initial;}
		.entry-image img {}
		.box {background: #fff;padding:50px;}
		h1 {font-size:28px; font-weight: 700}

	}

	@media (max-width: 1199px) {
		.titulo h1 {font-size:32px;line-height:36px;font-weight: 700;color:#fff;margin-bottom: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;}
	.modulo-datos-contacto .redes .youtube .icono-svg {height: 30px; width: 40px;}
}

@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: 400px;    width: 100%;}
#seccion-catalogo .catalogo-paginador {width: 100%; display: flex; justify-content: flex-end; margin-top: 40px;}
#seccion-catalogo .catalogo-paginador .pagination {width: 100%; justify-content: flex-end; flex-wrap: wrap; gap: 8px;}
#seccion-catalogo .catalogo-paginador li {display: block;}
#seccion-catalogo .catalogo-paginador .page-link {min-width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; padding: 8px 12px; margin: 0; border-radius: 999px; border: 1px solid #d7dbe3; color: @cg1; background: #fff; font-size: 14px; line-height: 1;}
#seccion-catalogo .catalogo-paginador .page-link:hover {border-color: @c1; background: @c1; color: #fff;}
#seccion-catalogo .catalogo-paginador .page-link.active {border-color: @c2; background: @c2; color: #fff;}

@media (max-width: 767px) {
	#seccion-catalogo .catalogo-paginador .pagination {justify-content: center;}
}

.base-ov #header #logo img {height: initial;   width: initial;}


/* ESPECIFICAS */

.modulo-productos-container {padding:50px 0px 100px 0px;margin-top:60px;}
.modulo-productos-container {
	.categoria-titulo:first-child {margin-top:0px;}
	.mini-tit strong {color:#fff;margin-bottom:25px;}
	.owl-prev:hover i, .owl-next:hover i {color:@c2!important;}
}

.mini-tit {margin-top: 30px;    margin-bottom: 15px;    display: inline-block;    width: 100%;}
.mini-tit {
	strong {font-size:28px;font-weight: 700;letter-spacing: 1px;width: 100%; text-align: center;margin-bottom:5px;color:@c00;width: 100%;text-align: center;display: inline-block;}
	p {font-size:16px; text-align: center; width:100%;color:@cg1;}
}
