/* DISEÑADO / MAQUETADO / PROGRAMADO POR: POR OBJETIVO VIRTUAL V2.0 */

/*=====================================================================
	ESTILOS GENERALES:
======================================================================*/

/* BLANCO Y NEGRO */

@c00: #000000; 
@c0:  #ffffff;

/* COLORES PRINCIPALES */

@c1:  #06b3ff; 
@c2:  #094999; 
@c3:  #000000;
@c4:  #000000;

/* COLORES SECUNDARIOS */

@cc1:  #9fc04b; 
@cc2:  #3d824d; 
@cc3:  #9fc04b;
@cc4:  #9fc04b;


/* ESCALA DE GRISES PRINCIPALES*/

@cg1:  #636363;
@cg2:  #838383;
@cg3:  #b9b9b9;
@cg4:  #D3D3D3;
@cg5:  #e3e3e3;


/* ESCALA DE GRISES OSCUROS Y CLAROS */

@cgo1: #111111;  @cgc1:  #aaaaaa;
@cgo2: #222222;  @cgc2:  #a5a5a5;
@cgo3: #333333;  @cgc3:  #bbbbbb;
@cgo4: #444444;  @cgc4:  #b5b5b5;
@cgo5: #555555;  @cgc5:  #cccccc;
@cgo6: #666666;  @cgc6:  #c5c5c5;
@cgo7: #777777;  @cgc7:  #dddddd;
@cgo8: #888888;  @cgc8:  #dgdgdg;
@cgo9: #999999;  @cgc10: #e5e5e5;


/**************** FUENTES ****************/

/* FONT FACE */

@font-face {
font-family: 'opticompit-italicregular';
src: url('fonts/opticompit-italic-webfont.woff2') format('woff2'),
     url('fonts/opticompit-italic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

/* FUENTES PRINCIPALES */

.fp1 {font-family: "Montserrat", sans-serif;}
.fp2 {font-family: 'opticompit-italicregular';} 

/* FUENTE TEXTOS */

.ft1 {font-family: "Montserrat", sans-serif;}
.ft2 {font-family: "Montserrat", sans-serif;}



/*=====================================================================
	BASE:
======================================================================*/

/**************** GENERALES ****************/

body {}

.none {display:none;}
.over {overflow:hidden;}
.f-left {float:left;}
.f-right {float:right;}
.center {text-align: center;}
.relative {position: relative;}


/**************** TIPOGRAFICOS ****************/

h1 {font-size:15px;margin:0px;}
.strong {font-weight: 700;}
.italic {font-style: italic;}

/**************** OPACIDAD ****************/

.op00 {opacity: 0.0;filter: alpha(opacity=00);}
.op10 {opacity: 0.1;filter: alpha(opacity=10);}
.op20 {opacity: 0.2;filter: alpha(opacity=20);}
.op30 {opacity: 0.3;filter: alpha(opacity=30);}
.op40 {opacity: 0.4;filter: alpha(opacity=40);}
.op50 {opacity: 0.5;filter: alpha(opacity=50);}
.op60 {opacity: 0.6;filter: alpha(opacity=60);}
.op70 {opacity: 0.7;filter: alpha(opacity=70);}
.op80 {opacity: 0.8;filter: alpha(opacity=80);}
.op90 {opacity: 0.9;filter: alpha(opacity=90);}
.op100 {opacity: 1.0;filter: alpha(opacity=100);}

/**************** EFECTOS ****************/

.eff (@eff:0) {-webkit-transition: all ~"@{eff}s" ease;-moz-transition: all ~"@{eff}s" ease;-o-transition: all ~"@{eff}s" ease;transition: all ~"@{eff}s" ease infinite;}
.eff-rotate (@rotate:0){-moz-transform: rotate(~"@{rotate}deg");-webkit-transform: rotate(~"@{rotate}deg");-o-transform: rotate(~"@{rotate}deg");-ms-transform: rotate(~"@{rotate}deg");transform: rotate(~"@{rotate}deg");}
.eff-zoom (@zoom:0) {-moz-transform: scale(~"@{zoom}");-webkit-transform: scale(~"@{zoom}");-o-transform: scale(~"@{zoom}");-ms-transform: scale(~"@{zoom}");transform: scale(~"@{zoom}");}

/**************** ESCALA DE GRISES ****************/

.grayy (@grayy:0%) {-webkit-filter: grayscale(@grayy);-moz-filter: grayscale(@grayy);-ms-filter: grayscale(@grayy);-o-filter: grayscale(@grayy);filter: grayscale(@grayy); filter: Gray();}

/**************** BORDES ****************/

/* BORDES INTELIGENTES */

.border-left {-webkit-box-shadow: -1px 0px 0px 0px @cg5;-moz-box-shadow:-1px 0px 0px 0px @cg5;box-shadow: -1px 0px 0px 0px @cg5;}
.border-right {-webkit-box-shadow: 1px 0px 0px 0px @cg5;-moz-box-shadow:1px 0px 0px 0px @cg5;box-shadow: 1px 0px 0px 0px @cg5;}
.border-bottom {-webkit-box-shadow: 0px 1px 0px 0px @cg5;-moz-box-shadow:0px 1px 0px 0px @cg5;box-shadow: 0px 1px 0px 0px @cg5;}
.border-top {-webkit-box-shadow: 0px -1px 0px 0px @cg5;-moz-box-shadow:0px -1px 0px 0px @cg5;box-shadow: 0px -1px 0px 0px @cg5;}

/* BORDES CIRCULARES */

.radd (@radd:0px) {-webkit-border-radius: @radd;-moz-border-radius: @radd;border-radius: @radd;}
.rad5bot {-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}
.rad10bot {-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
.rad5top {-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-moz-border-radius-topright: 5px;-moz-border-radius-topleft: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;} 
.rad10top {-webkit-border-top-right-radius: 10px;-webkit-border-top-left-radius: 10px;-moz-border-radius-topright: 10px;-moz-border-radius-topleft: 10px;border-top-right-radius: 10px;border-top-left-radius: 10px;} 

/**************** SOMBRAS ****************/

.sombra{ content: ''; position: absolute;  z-index: 0; bottom: -11px; left: 50%;  width: 100%; height: 15px; background: rgba(0, 0, 0, 0.10); border-radius: 100%; transform: translateX(-50%); filter: blur(6px);}

.sombra-css {-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);}
.text-shadow {text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.7);}

/**************** FONDOS ****************/

.backk (@backk:100% 100%) {  -webkit-background-size: @backk;  -moz-background-size: @backk;  -o-background-size: @backk;  background-size: @backk;}


/**************** FONDOS DEGRADE ****************/

.grad-black {background: rgb(85,85,85);background: -moz-linear-gradient(top,  rgba(85,85,85,1) 0%, rgba(37,37,37,1) 100%);background: -webkit-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(37,37,37,1) 100%);background: linear-gradient(to bottom,  rgba(85,85,85,1) 0%,rgba(37,37,37,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#252525',GradientType=0 );}

/**************** OBJETIVO VIRTUAL ****************/

#footer_ov {float:right;}
#footer_ov p {opacity: 0.7;filter: alpha(opacity=20); color:@c0;  font-size:18px; float:left; margin:0px 5px 0px 0px;.fp1; line-height: 25px}
#footer_ov:hover p {opacity: 1;filter: alpha(opacity=50);}
#footer_ov img {float:left}
#footer_ov:hover img {opacity: 1;filter: alpha(opacity=100);}

/**************** PAGINADOR ****************/

#paginador {    float: right;    width: 100%;    margin-top: 30px;margin-bottom:30px;text-align:center;}
#paginador {
	.paginador_bottom {width: 100%;float: right; margin:30px 0px;}
	.contenedor_paginador {display:inline-block; margin-bottom: 15px;margin-top: 12px;float:right;}
	.text {float: left;color: @cg3;	font-weight: 400;	margin-top: 5px;}
	.contenedor_paginador a {.fp1;.radd (@radd:3px); background-color: #ffffff;	margin-left: 8px;      width: 50px;    height: 30px;    line-height: 18px;    font-size: 15px;	border: 1px solid #ddd;	float: left;	text-align: center;	padding:5px;	color: @cg1;}
	.contenedor_paginador .active,.contenedor_paginador a:hover {background:@c2; color:@c0; border:1px solid @c2;}
}

/**************** SUBIR ****************/

.back-to-top {background-color:@c2; cursor: pointer;position: fixed;bottom: 0;right: 15px;display:none; .radd (@radd:0px); .rad5top; border:none!important;z-index: 100000}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus {background-color:@c1;}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {background-color: @c1}

/**************** BASE ****************/

p, div, span, ul, li, a, strong, input, h1, h2, h3, h4, header, footer, section, article, aside, nav, form, label, button, table, tr, td, th, img, blockquote, figure, figcaption {font-weight: 400; .fp1;}

/*=====================================================================
	ESTRUCTURA:
======================================================================*/

html {overflow-x: hidden;}


/* Scroll */
@media (min-width: 1199px) {
		/* width */
		::-webkit-scrollbar { width: 8px;}
		/* Track */
		::-webkit-scrollbar-track { background: #f5f5f5; }
		 /* Handle */
		::-webkit-scrollbar-thumb {background: rgb(66,66,66);
		background: linear-gradient(0deg, rgba(66,66,66,1) 0%, rgba(130,130,130,1) 100%); .radd (@radd:0px); }
		/* Handle on hover */
		::-webkit-scrollbar-thumb:hover { background: #999; }
}	


/* Color General */

:root {
	--cnvs-themecolor: @c1;
	--bs-dropdown-link-active-bg: @c1;
}

.dropdown-item.active, .dropdown-item:active {background-color:@c1;}

/* Container */
@media (min-width: 1350px) {
	.container {
	    max-width: 1500px;
	    padding-right:45px;
	    padding-left:45px;
	}
}
@media (max-width: 1349px) {
	.container {
	    max-width: 1920px;
	    padding-right:45px;
	    padding-left:45px;
	}
}
@media (max-width: 500px) {
	.container {
	    max-width: 100%;
	    padding-right:25px!important;
	    padding-left:25px!important;
	}
}

/* Iconos OV */

.icono-svg {
	fill:none;
	stroke: #666;
	stroke-miterlimit: 10;
	stroke-width: 3px;
	transform: scale(1.0);
	.eff (@eff:0.3);	
}

.icono-svg:hover {
	fill:none;
	stroke: @c1;
	stroke-miterlimit: 10;
	stroke-width: 4px;
	transform: scale(1.1);
	.eff (@eff:0.3);
}

.header-misc .icono-svg {max-height: 50px;}

.base-ov {  overflow-x: clip;   width: 100%; }
.base-ov {
		/* ALERTAS */
		.alert {.eff (@eff:0.3);}
		.alert strong {text-align: center;text-align: center;width: 100%; display: inline-block;}

		/* BOTONES */
		.button-black.button-3d:hover, .button-black.button-reveal:hover, .button-black.button-border:hover { --cnvs-btn-color: @c1 !important;}
		@media (max-width: 997px) {
			.button {font-size:15px; padding: 6px 25px;}
		}



		/* ACCESOS DIRECTOS */

		.accesos-directos { position: fixed; right: 0; bottom: 0; z-index: 100; transition: all 0.3s ease; }
		.accesos-directos .box-tool { float: right; clear: right; }
		.accesos-directos a, .accesos-directos #gotoTop {display: block; height: 45px; padding: 10px 30px; color: #fff; font-size: 16px; font-weight: 300; text-align: center; transition: all 0.3s ease; }
		.accesos-directos a { background: linear-gradient(45deg, #28c100, #07aa1b, #67e000, #0c5100); background-size: 400% 400%; animation: cambiocolor 12s linear infinite; border-top-left-radius: 255px; }
		.accesos-directos a span { margin-left: 10px; }
		.accesos-directos a svg { width: 25px;height:25px; margin-left: 15px; .eff (@eff:0.3);	transform: scale(1.0);filter: brightness(0) invert(1);}
		.accesos-directos a:hover svg {	transform: scale(1.1); .eff (@eff:0.3)  }
		.accesos-directos #gotoTop { font-size: 32px; line-height: 34px; display: none !important; }

		@media (max-width: 1199px) {
		  .accesos-directos-box { display: none; }
		  .accesos-directos-box.mobile-v { display: inline-block !important; }
		}

		@keyframes cambiocolor {
		    0% {background-position: 0% 50%;}
		    50% {background-position: 100% 50%;}
		    100% {background-position: 0% 50%;}
		}

		/* Dropdown Panel OV*/
		.dropdown-panel-nav-ov { min-width: 190px;top: 5px!important;z-index: 1002}
		.dropdown-panel-nav-ov a {font-size: 15px;}

		@media (max-width: 1199px) {
		  .dropdown-panel-nav-ov {width: 160px;    top: 5px !important;    left: -167px !important;}
		}

		/* Carrito / Login Overlay */
		#cart-overlay {display: none;position: fixed; top: 0;left: 0;    width: 100vw;    height: 100vh;    background-color: rgba(0, 0, 0, 0.5);    z-index: 500;  }
		#cart-overlay.active {display: block;  }
		.top-cart-content {margin:0px!important;    display: none;    z-index: 1001;    opacity: 1;    transform: initial!important;  }
		.top-cart-content.active {display: block;}
		.cart-close {position: absolute; right: 0px; padding: 0px 12px; font-size: 35px;line-height: 44px;cursor: pointer;color:@cg1;}
		.cart-close:hover {color:@c1;}

	  	#login-overlay {display: none;   position: fixed;   top: 0;    left: 0;   width: 100vw;	    height: 100vh;    background-color: rgba(0, 0, 0, 0.5);    z-index: 500;  }
	  	#login-overlay.active {display: block;}


		/* HEADER */

		/* barra secundaria*/
		#top-bar {background: #303030; display: flex; align-items: center;border: none;}
		#top-bar {
			/* Secundario */
			.texto-hiper {display: flex;align-items: center;color:@c0;transform: scale(1.0); .eff (@eff:0.3)}
			.texto-hiper:hover {transform: scale(1.05); .eff (@eff:0.3) }
			.texto-hiper span {font-size:16px;}
			.texto-hiper p {margin:0px;margin-left:5px;font-size:11px;letter-spacing: 1px}
			.texto-hiper p b {font-weight: 700}

			/* Redes */
			.redes {display: flex;margin:0px;align-items: center;color:@c0;margin-right:30px;}
			.redes .seguinos {font-size:11px;letter-spacing: 2px}
			.redes li {list-style:none;margin-left:10px;}
			.redes li a {display: inline-block;}
			.redes li a svg {width: 17px;height:17px; filter: brightness(0) invert(1);}
			.redes li a:hover {opacity: 0.8;}


			#login {  position: relative;  display: flex;  align-items: center;  padding: 10px 30px;padding-right:0px;}
			#login a {z-index:100;}
			#login .top-account-bg {  position: absolute; top: 0px;    right: -100vw;    left: 0vw; height: 100%;  background: #4f4f4e;  z-index: -1;.eff (@eff:0.3)}
			#login img {height: 17px;filter: brightness(0) invert(1);margin-right:3px;}
			#login span {color:@c0;font-size:11px;letter-spacing: 1px;     max-width: 200px;    height: 12px;    overflow: hidden;    display: inline-block;    white-space: nowrap;    text-overflow: ellipsis;}
			#login:hover .top-account-bg {background: @c1;.eff (@eff:0.3)}
			#login.logueado .top-account-bg {background: @c1;}

			@media (max-width: 1199px) {
				.secundario {display: none!important;}
				.texto-hiper {justify-content: center;padding:5px;}
				.col-lg-auto {width: 100%}
			}	
	 	 }

		/* Principal */
		--cnvs-header-height: 80px;
		#header {border-bottom:1px solid #ddd;}
		#header #logo {max-width: 230px;border:none;padding:10px 10px 10px 0px;}
		#header #logo img {     height: initial !important;width: initial;.eff (@eff:0.3); transform: scale(1.0);}
		#header #logo img:hover {transform: scale(1.1);.eff (@eff:0.3);}
		.sub-menu-container {min-width: 270px;}
		.is-expanded-menu .sub-menu-container .menu-link div > i.sub-menu-indicator, .is-expanded-menu.side-header .primary-menu:not(.on-click) .menu-link i.sub-menu-indicator {right:-5px;}

		/* Version Escritorio */
		@media (min-width: 1199px) {

			.full-header .primary-menu .menu-container {border:none;padding-right: 0px;    margin-right: 0px;}
			.menu-item.current > .menu-link {color:@c1;}
			.menu-link {font-size:15px;color:@cg1;font-weight:500;position: relative;padding-left:25px; padding-right:25px;}
			.menu-item:last-child .menu-link {padding-right:0px;}
			.link::after {height: 0px;}
			/*.menu-container > .menu-item > .menu-link:after {		  content: "";		  position: absolute;		  top: 50%;  right: 0;		  transform: translateY(-50%); 		  width: 1px; 		  background-color: #eee;		  height: 15px; 		}*/
			.menu-link div {font-weight: 400}
			.sub-menu-container .menu-item > .menu-link div {font-size:12px; }

			#seleccionado div {font-weight: 500; color:@c1;}
			.menu-link:hover div, .menu-item:hover > .menu-link div {font-weight: 500; color:@c1;}

			/* Sticky Header */
			#header.sticky-header {
				--cnvs-header-height:50px;
				#header-wrap {border-bottom:1px solid #ddd;box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);}
				#logo {height:70px;position: relative;padding:10px 10px 10px 0px;}
				#logo a {height:100%;}
				#logo img {.eff (@eff:0.3);width:100%;}
				.menu-container > .menu-item .menu-link {font-size:13px;}
			}

			/* login chico*/
			#login-chico {display: none;}
			#login-chico a {width: 23px;}
			#login-chico a.logueado svg {	fill:@c1;	stroke: none;}

		  /* Buscador */
		 	#top-search {margin-right:0px;}
		  	.top-search-form input {font-size:17px;.fp1;text-transform: uppercase;font-weight:400; }
		  	#top-search #top-search-trigger {width: 25px; }
			.top-search-open #top-search .icono-svg {display: none;}

		  /* Carrito */ 
		  .top-cart-content {transition: opacity 0.5s ease, top 0.4s ease;}
		  .header-misc-icon > a {width: 25px;}
		  .top-cart-number {opacity: 0.95}
		  .top-cart-item-desc a {line-height: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
	      .top-cart-items {padding: 1rem;overflow: auto;height: 277px;}
	      .top-cart-action .top-checkout-price {font-size: 1.15rem;color:@cg1;}

			/* Mega Menu Categoria y subcategoria a la vez*/

			/*
			#side-panel, .side-push-panel.stretched #wrapper, .side-push-panel.stretched #header .container {display: block; z-index: 10000} 
			.mega-menu-style-ov {display: block!important; opacity: 1!important; visibility: initial!important;z-index: 10000!important}
			*/

			.mega-menu-style-ov .mega-menu-title > .menu-link {background: #f5f5f5; padding:5px 15px!important;border-radius:3px;}
			.mega-menu-style-ov .mega-menu-title > .menu-link div {font-weight: 500}
			.mega-menu-style-ov .sub-menu-container .menu-item > .menu-link {padding:5px 15px!important;}
			.mega-menu-style-ov .mega-menu-title > .menu-link:hover {background: @c1;}
			.mega-menu-style-ov .mega-menu-title > .menu-link:hover div {color:#fff;}
			.mega-menu-style-ov .mega-menu-column { column-count: 4; column-gap: 30px;}
			.mega-menu-style-ov .menu-item.mega-menu-title {  break-inside: avoid; page-break-inside: avoid;   -webkit-column-break-inside: avoid;	}
			.mega-menu-style-ov .menu-item-hover > .menu-link {background: @c1!important;.eff (@eff:0.0)}
			.mega-menu-style-ov .menu-item-hover > .menu-link {color:#fff!important;.eff (@eff:0.0)}
			.mega-menu-style-ov .mega-menu-dropdown {display: block;}
			}

		/* Version Responsiva */

		.header-misc {margin:0px;}
		.primary-menu-trigger {padding: 4px;}
		.cnvs-hamburger {--cnvs-hamburger-size: 1.3rem; --cnvs-hamburger-width: 2.5px;}   

		@media (max-width: 1199px) {
			.icono-svg {stroke-width: 3px;stroke: #333;}
			#header #logo {max-width: 190px;}

			/* 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}

			/* Search */
			#top-search #top-search-trigger {width: 22px; }
		  .top-search-form input {font-size:16px;.fp1;text-transform: uppercase;font-weight: 400}
		  .top-search-open #top-search .icono-svg {display: none;}
		}	
		@media (max-width: 991px) {
			.top-cart-content {border-radius: 0px;}
		}	

}		

/* WRAPPER */

.base-ov {
	#header-wrap {border:none;	}

	.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
		  --bs-gutter-x: 2.5rem;
	}

	.container.full {max-width: 100%}	

	/* Boton destacado */	
	.boton-destacado {color:#fff; font-weight: 700; font-size:16px; padding:10px 15px;display: inline-block; background: @c2;max-width: 350px; width: 100%;letter-spacing: 2px;.fp2;line-height:20px;}
	.boton-destacado:hover {background-color: #437eff;}
	.boton-destacado span {.fp2;}

	@media (max-width: 1199px) {
		.boton-destacado {font-size:15px;height:40px;}
	}	

	.content-wrap {padding:0px;}
	.titulo {background: #eee;text-align: center;padding:10px 15px;font-weight: 700; font-size:15px;.fp2; margin-bottom:25px;margin-top:40px;color:#555;letter-spacing: 1px;}
 }	


/* Slider Canvas */

#slider { height:650px;margin-bottom:15px;}
#slider {
	.slider-caption.slider-caption-center {max-width: 1000px;width: 100%;display: flex;    align-items: center;}
	.slide-bg {position: absolute; top: 50%; left: 50%;  width: 100%;  height: 100%;  transform: translate(-50%, -50%);}
	.slide-bg img {  width: 70%;  height: 100%;  object-fit: cover;  display: block;position: absolute;right:0px;}
	.swiper-slide {text-align: center;}

	.rectangle-ov {    width: 55%;    height: 100%;   background: #0c4498;    position: relative;    clip-path: polygon(0% 0%, 100% 0%, 60% 100%, 0% 100%);    z-index: 2;}
	.rectangle-ov {
		.slider-caption {padding-left:15%;width: 100%; max-width:70%;}
		.box {width: 100%}
		h2 {text-transform:uppercase;font-size:45px; color:#fff;.fp2; line-height: 55px;font-weight: 300; margin-bottom:35px;letter-spacing: 2px;text-align: left; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29);}
		span {.fp2;}
		b {font-weight: 700}
		.argentina {color:#06b3ff;}
		.puerto-rico {color:#ff7878;}

		h2.slide-2 {font-size:25px; line-height: 35px;.fp1;letter-spacing: 1px;}
	}	

	.shape-divider-ov {width: 100%;    height: 60px;    position: absolute;    bottom: 0px;    z-index: 2;}



	.slider-1 {
		.slide-bg {background:#0c4498}		           
		.rectangle-ov {width:100%;display:flex;clip-path: initial; height: 100%;}
		.slider-caption {width:100%; text-align: center;padding:0px; max-width: 100%}
		.box {width:100%;    display: flex;    justify-content: center;}
		h2 {width:100%;text-align: center;     max-width: 700px;    margin: 0px;    padding: 50px;font-size:45px; line-height:55px;}
	}


}
@media (max-width: 1199px) {
	#slider {height:500px;}
	#slider {
		.swiper-slide h2 {font-size:35px;line-height: 40px;}
	}	
}	
@media (max-width: 767px) {
	#slider {
		.shape-divider-ov {display: none;}
		.rectangle-ov .slider-caption {width: 100%; max-width: 100%; padding:0px;}
		.swiper-slide h2 {font-size:30px;line-height: 35px;margin-bottom:0px;width: 100%; text-align: center;display: inline-block;}
		.rectangle-ov {width: 100%; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);height: initial;        bottom: 0px;        top: initial;        position: absolute;text-align: center;padding:25px;}
		.slide-bg img {width: 100%}

		.rectangle-ov h2.slide-2 {font-size:17px; line-height: 23px;}
	}	
}	

/* Gradient */
.gradient-1 {background: rgb(9,73,153);background: linear-gradient(90deg, rgba(9,73,153,1) 0%, rgba(0,92,227,1) 100%);}


/* Carousel */

.owl-carousel-ov .owl-nav {
	.owl-prev {margin-left: -50px;width: 50px;background: transparent!important;}
	.owl-next {margin-right: -50px;width: 50px;background: transparent!important;}
	.owl-prev i, .owl-next i {color:#666666;font-size:35px;}
	.owl-prev:hover, .owl-next:hover {background: transparent!important;}
	.owl-prev:hover i, .owl-next:hover i {color: @c1;}
	
	@media (max-width: 500px) {
		.owl-prev {margin-left: -30px;width: 30px;}
		.owl-next {margin-right: -30px;width: 30px;}	
		.owl-prev i, .owl-next i {font-size:30px;}
	}	
}

/* Modulo Marcas */

.modulo-marcas {max-width: 100%;    display: flex;    align-items: center;    justify-content: center;margin-top:20px;}
.modulo-marcas .owl-carousel {max-width: 1000px;width: 100%;text-align: center;padding:0px 30px;}
	@media only screen and (max-width: 1199px) {
		.modulo-marcas .owl-carousel img {max-width: 200px;display: inline-block;}
}

/* Tarjetas Efecto Zoom */

.card { position: relative; overflow: hidden; width: 100%; border: 1px solid #ddd; text-align: center; transition: transform 0.3s ease;border-radius:0px; } 
.card img {.eff (@eff:0.3);transform: scale(1.00);filter: contrast(1); width: 100%; object-fit: cover;position: relative;z-index:1; height: 300px;padding:5%;}
.card .tit { margin: 0; background: white; font-size: 14px;padding:15px 15px;position: relative;z-index:2; border-top:1px solid #ccc; } 
.card:hover img { .eff (@eff:0.3);transform: scale(1.05);filter: contrast(1.05);     } 
.card:hover img { filter: contrast(1.1); } 
.card:hover .tit {background: @c1; color: #fff; }


/* Modulo Nosotros */
.modulo-nosotros {padding-top:60px;padding-bottom:80px;margin-top:20px;position: relative;background:url(../images/fondo.webp) no-repeat center center;background-size:cover; position: relative; text-align: center;  width: 100%;}
.modulo-nosotros {
	.box-center {display:inline-block;}
	.box {float:right; display: flex;    min-height: 500px; max-width: 1000px;   justify-content: space-between;padding: 50px 0px;}
	.box .info {float:left;width: 100%; display: flex;    flex-wrap: wrap;    align-content: center;}
	.box .info h3 {width: 100%; text-align: center;.fp2;color:@c2;font-size:32px;}
	.box .info i {font-size:15px;letter-spacing: 1px;line-height: 30px;font-weight: 400; margin:0px;}

	.shape-ov {height: 60px;transition: initial !important;}
	.shape-ov svg, .shape-ov svg path {height: 100%!important; transition: initial !important;}

	@media only screen and (max-width: 1199px) {
		.shape-ov {height: 40px;}
	}
}

.modulo-nosotros-2 { position: relative;margin-top:-100px;background:url(../images/fondo-1.webp) no-repeat center center;background-size:100%; position: relative; text-align: center;  width: 100%;height: 275px;}
.modulo-nosotros-2 {
	.box-center {display:inline-block;display: flex;    max-width: 100%;  justify-content: center;   align-items: center;height: 100%;text-align: center;}
	.info {float:left;width: 100%; display: flex;    flex-wrap: wrap;    align-content: center;}
	.info h3 {width: 100%; text-align: center;.fp2;color:#fff;font-size:32px;max-width: 600px;line-height: 37px; margin:0px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29);padding:0px 25px;}
}
@media only screen and (max-width: 1199px) {
	.modulo-nosotros-2{background-size: 1600px auto;}
}


/* Modulo Servicios */

.modulo-servicios {padding:200px 0px;background:url(../images/fondo.webp) no-repeat center center;background-size:cover;margin-top:-100px;}
.modulo-servicios {
	.servicio {border-radius: 10px;border:1px solid #ccc;overflow: hidden;background: #FCFCFC;}
	.servicio {
		.box-img {position: relative;display: flex; justify-content: center;margin-bottom:20px;}
		.box-img .imagen-s {width:80px;position: absolute;bottom:-40px;}
		.box-img .imagen-m {height:250px;padding:0px;object-position: center;  object-fit: cover;margin-bottom:0px;}
		.box-img img {margin:0px;}
		.box {padding:30px;border-radius: 5px;text-align: center;display: flex;    flex-direction: column;    justify-content: space-between;height: 450px;}
		.tit {font-size:19px;text-align: center;font-weight: 700; font-style: italic;margin:0px;line-height: 23px;}
		p {font-size:14.5px;font-style: italic;line-height: 24px;text-align: center; color:@cg1;}
		a {.gradient-1; height: 30px;padding:0px;font-size:16px; font-style:italic;width: 100%;padding:5px 25px;line-height: 18px;display: inline-block;}
	}

	@media only screen and (max-width: 575px) {
		.servicio {
			.tit {margin-bottom:15px;}
			.box {height: initial;}
		}
	}
}



/******************** 
FOOTER
********************/

.sub-footer {float:left; width: 100%;text-align: center;margin-bottom:0px;margin-top:0px;position: relative;     height: 200px;margin-top:-100px;}
.sub-footer .texture-overlay {position: absolute;  top: 0; left: 0; width: 100%;	    height: 100%;	background:url(../images/fondo-2.webp) no-repeat center center;background-size:100% 100%;	}
.sub-footer .fondo {color:@c0;padding:40px 25px;letter-spacing: 1px;position: relative; z-index: 1;   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29); display: flex; height: 100%;justify-content: center; align-items: center;}
.sub-footer .fondo a {color:@c0; font-weight: 400;.eff (@eff:0.5); font-size:19px;transform: scale(1.0);display: inline-block;}
.sub-footer .fondo a:hover {transform: scale(1.05);.eff (@eff:0.5);}
.sub-footer .fondo a b {font-weight: 700}

@media only screen and (max-width: 1199px) {
	.sub-footer .texture-overlay {background-size: 1600px auto;}
}

@media only screen and (max-width: 500px) {
	.sub-footer .fondo {        font-size: 17px;        line-height: 25px;}

}

#footer {margin-top:0px!important;border-top:none;background: transparent;text-align: center;    z-index: 3;}
#footer {
	.footer {background: #fff;padding:50px 0px;display: flex;width: 100%}
	.tit b {text-transform: uppercase;font-size:15px;}
	ul li {list-style: none; color:#666;font-size:15px;line-height: 25px;letter-spacing: 1px;margin-bottom:8px;width: 100%;    display: flex;    align-items: center;    justify-content: center;}
	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;margin-left:10px;}
	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;}

	.contacto-info {margin-top:50px;padding:25px 25px; width: 100%;text-align: center;display: inline-block;    border-top:1px solid #ddd;border-bottom:1px solid #ddd;max-width: 700px;width:100%;}

	.logo-gris {width: 100%;display: flex;justify-content: center;    height: 100%;    align-items: center;}
	.logo-gris img {max-width: 130px; width:100%;}

	.box-final {width: 100%; display: flex;justify-content: center;margin-bottom:20px;margin-top:0px;}
	.box-final .desarrollo {font-size:14px; color:@cg1;}
	.box-final .desarrollo a {color:@cg1;}
	.box-final .desarrollo span {padding:0px 20px;display: inline-block;}
	.box-final .desarrollo strong {font-weight: 700}
	.box-final .desarrollo a:hover strong {color:@c1;} 

	.redes {}
	.redes b {font-size:15px; color:@cg1;}
	.redes .icono-svg {height: 21px;width: 21px;margin-right:6px;opacity: 0.7;}

	@media only screen and (max-width: 1199px) {
		.footer-secciones {display: none;}
		.footer {text-align: center;}
		.box-final {flex-direction: column;}
		.logo-gris {justify-content: center;}
		.redes {margin-top:30px;}
		.box-final .desarrollo, .redes {width: 100%}
		ul li {margin:0px;}
	}
	@media only screen and (max-width: 500px) {
			.box-final .desarrollo span {padding:0px;}
	}
}


/******************** 
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;}
}


/******************** 
NOSOTROS
********************/

#nosotros {
	#slider { height:250px;margin-bottom:15px;}
	#slider .rectangle-ov {width:45%; clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%); }
	#slider .slide-bg img {  width: 70%;}
	#slider .slider-caption {padding-left:19%;}

	@media (max-width: 767px) {
		#slider {height:300px;}
		#slider {
			.shape-divider-ov {display: none;}
			.rectangle-ov .slider-caption {width: 100%; max-width: 100%; padding:0px;}
			.swiper-slide h2 {font-size:30px;line-height: 35px;margin-bottom:0px;width: 100%; text-align: center;display: inline-block;}
			.rectangle-ov {width: 100%; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);height: initial;        bottom: 0px;        top: initial;        position: absolute;text-align: center;padding:25px;}
			.slide-bg img {width: 100%;object-position: center center;}
			.rectangle-ov h2.slide-2 {font-size:17px; line-height: 23px;}
		}	
	}	

	.content-wrap {padding:50px 0px;margin-bottom:60px;}

	.profile-module {background-color: #f9f9f9; border-radius: 15px; padding: 60px; width:100%; margin: 0 auto;margin-bottom:25px; }
	.profile-module {
		.profile-image {display: flex;justify-content: center;align-items: center; height: 100%;}
		.profile-image img { width: 230px; height: 230px; object-fit: cover; border-radius: 100%;margin-bottom:25px;}
		.profile-text h2 { margin: 0; font-size: 26px; color: #333; font-weight: 700;font-style:italic;   width: 100%; }
		.profile-role {margin:0px; font-size: 18px; color: @c2; font-weight: 600; font-style:italic;margin-bottom:25px;  width: 100%;}
		.profile-text {font-size: 15px; height: 100%;   font-style: italic;    color: #555;    line-height: 32px;    display: flex;    height: 100%;   flex-direction: column;    justify-content: center;} 
		.profile-text p {margin:0px;}
	}

	@media (max-width: 1199px) { 
		.profile-module {padding:60px 30px;}
		.profile-module {
			.profile-text {text-align: center;}
		}	
	}

	@media (max-width: 500px) {
		.profile-module {
			.profile-text {text-align: center;}
			.profile-image img {width:170px; height: 170px;}
		}	
	}	
}


/******************** 
SERVICIOS
********************/
/*
#servicios {
	#slider { height:250px;margin-bottom:15px;}
	#slider .rectangle-ov {width:45%; clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%); }
	#slider .slide-bg img {  width: 70%;}
	#slider .slider-caption {padding-left:19%;}

	@media (max-width: 767px) {
		#slider {height:300px;}
		#slider {
			.shape-divider-ov {display: none;}
			.rectangle-ov .slider-caption {width: 100%; max-width: 100%; padding:0px;}
			.swiper-slide h2 {font-size:30px;line-height: 35px;margin-bottom:0px;width: 100%; text-align: center;display: inline-block;}
			.rectangle-ov {width: 100%; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);height: initial;        bottom: 0px;        top: initial;        position: absolute;text-align: center;padding:25px;}
			.slide-bg img {width: 100%;object-position: bottom center;}
			.rectangle-ov h2.slide-2 {font-size:17px; line-height: 23px;}
		}	
	}	

	.content-wrap {padding:50px 0px;margin-bottom:60px;}

	.modulo-texto {text-align: center;display: flex;justify-content: center;}
	.modulo-texto .box {max-width: 1000px;padding:50px 0px;}
	.modulo-texto .box p {font-size:17px; line-height: 25px; color:#555;}
	.modulo-texto b {color:@c2;}
}*/

#servicios {
	#slider { height:250px;margin-bottom:15px;}
	#slider .rectangle-ov {width:45%; clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%); }
	#slider .slide-bg img {  width: 70%;}
	#slider .slider-caption {padding-left:19%;}

	@media (max-width: 767px) {
		#slider {height:300px;}
		#slider {
			.shape-divider-ov {display: none;}
			.rectangle-ov .slider-caption {width: 100%; max-width: 100%; padding:0px;}
			.swiper-slide h2 {font-size:30px;line-height: 35px;margin-bottom:0px;width: 100%; text-align: center;display: inline-block;}
			.rectangle-ov {width: 100%; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);height: initial;        bottom: 0px;        top: initial;        position: absolute;text-align: center;padding:25px;}
			.slide-bg img {width: 100%;object-position: center center;}
			.rectangle-ov h2.slide-2 {font-size:17px; line-height: 23px;}
		}	
	}	

	#content {margin-bottom:100px;}
	.content-wrap {padding:50px 0px;margin-bottom:60px;}

	.profile-module {background-color: #f9f9f9; border-radius: 15px; width:100%; margin: 0 auto;margin-bottom:25px; overflow: hidden;}
	.profile-module {
		.profile-image {display: flex;justify-content: center;align-items: center; height: 100%;}
		.profile-image img { object-fit: cover;height:100%;width:100% }
		.profile-text {padding:8%;}
		.profile-text h2 {  font-size: 23px; color: @c2; font-weight: 700;font-style:italic;   width: 100%;margin-bottom:20px; }
		.profile-role {margin:0px; font-size: 18px; color: @c2; font-weight: 600; font-style:italic;margin-bottom:25px;  width: 100%;}
		.profile-text {font-size: 16px; height: 100%;   font-style: italic;    color: #555;    line-height: 35px;    display: flex;    height: 100%;   flex-direction: column;    justify-content: center;} 
		.profile-text p {margin:0px;}
	}

	@media (max-width: 1199px) { 
		.profile-module {padding:60px 15px;}
		.profile-module {
			.profile-text {text-align: center;}
		}	
	}
	@media (max-width: 991px) {
		.profile-module {
			.profile-image img {border-radius: 15px;max-height: 350px;}
		}	
	}

}



/******************** 
ALIANZAS
********************/

#alianzas {
	#slider { height:250px;margin-bottom:15px;}
	#slider .rectangle-ov {width:45%; clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%); }
	#slider .slide-bg img {  width: 70%;}
	#slider .slider-caption {padding-left:19%;}

	@media (max-width: 767px) {
		#slider {height:300px;}
		#slider {
			.shape-divider-ov {display: none;}
			.rectangle-ov .slider-caption {width: 100%; max-width: 100%; padding:0px;}
			.swiper-slide h2 {font-size:30px;line-height: 35px;margin-bottom:0px;width: 100%; text-align: center;display: inline-block;}
			.rectangle-ov {width: 100%; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);height: initial;        bottom: 0px;        top: initial;        position: absolute;text-align: center;padding:25px;}
			.slide-bg img {width: 100%;object-position: bottom center;}
			.rectangle-ov h2.slide-2 {font-size:17px; line-height: 23px;}
		}	
	}	

	.content-wrap {padding:70px 0px;margin-bottom:30px;}

	.modulo-alianzas {width: 100%;text-align: center;}
	.modulo-alianzas .marca b {color:@c2;font-size:14px;font-weight: 700;margin-bottom:10px;display: inline-block;text-align: center;width: 100%}
	.modulo-alianzas .marca span {    font-size: 13px;    color: #636363;    line-height: 16px;    display: inline-block;    width: 100%;    text-align: center;}	
	.modulo-alianzas h2 {font-size:35px; color:@c2;.fp2;}
	.modulo-alianzas .alianza {border-bottom:1px solid #ddd;padding-bottom:50px; margin-bottom:50px;width:100%;max-width: 1200px; display: inline-block;}
	.modulo-alianzas .alianza .owl-stage {display: inline-block;}
	.modulo-alianzas .alianza:last-child {border:none;}
}

/******************** 
PROGRAMAS
********************/

#programas {
	#slider { height:250px;margin-bottom:15px;}
	#slider .rectangle-ov {width:45%; clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%); }
	#slider .slide-bg img {  width: 70%;}
	#slider .slider-caption {padding-left:19%;}

	@media (max-width: 767px) {
		#slider {height:300px;}
		#slider {
			.shape-divider-ov {display: none;}
			.rectangle-ov .slider-caption {width: 100%; max-width: 100%; padding:0px;}
			.swiper-slide h2 {font-size:30px;line-height: 35px;margin-bottom:0px;width: 100%; text-align: center;display: inline-block;}
			.rectangle-ov {width: 100%; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);height: initial;        bottom: 0px;        top: initial;        position: absolute;text-align: center;padding:25px;}
			.slide-bg img {width: 100%;object-position: center center;}
			.rectangle-ov h2.slide-2 {font-size:17px; line-height: 23px;}
		}	
	}	

	.content-wrap {padding:50px 0px;margin-bottom:80px;}

	.modulo-programa {background-color: #f9f9f9; border-radius: 15px; width:100%; margin: 0 auto;margin-bottom:25px; overflow: hidden;max-width: 1000px;}
	.modulo-programa {
		.box-programa {padding:70px 10%; width: 100%;color:#555;}
		.box-programa {
			.tit {font-size:32px;font-weight: 700;margin-bottom:15px;}
			.subtitulo {font-size:16px;}
			.dirigido {font-size:16px;margin-bottom:50px;display: inline-block;width: 100%}
			.dirigido span {font-weight: 700; color:@c2;}
			strong {font-weight: 700}
			.subsub {color:@c2;font-size:22px; font-weight: 700}
			.texto {font-size:15px;line-height: 28px;margin-bottom:45px;display: inline-block;width: 100%}
			.contactanos {background: @c2; color:#fff;border-radius: 255px;max-width: 250px; width: 100%}
		}
		.box-imagenes .fslider {height:400px!important;}
		.box-imagenes .flexslider {height:auto!important;}
	}	

	@media (max-width: 1199px) { 
		.modulo-programa .box-imagenes .fslider {height:auto!important;}
		.modulo-programa {
			.box-programa {
				.tit {font-size:22px;}
				.subtitulo {font-size:15px;}
				.dirigido {font-size:15px;}
				.subsub {font-size:19px;}
				.texto {font-size:14px;}
			}
		}

	}

	@media (max-width: 500px) {

	}	
}



/******************** 
CONTACTO
********************/

.modulo-contacto {background:url(../images/fondo.webp) no-repeat center center;background-size:cover; padding: 120px 0px 180px 0px;}
.modulo-contacto {
	.formulario-contacto {padding:5%;text-align: left;}
	.formulario-contacto .cabecera {margin-bottom:30px;}
	.formulario-contacto .cabecera h2 {font-weight: 700}
	.formulario-contacto textarea {height:150px;}
	.formulario-contacto .enviar {max-width: 200px; width: 200px;}

	.modulo-datos-contacto {padding-left:10%;}
	.modulo-datos-contacto p span {color:#000;margin-right:10px;}
	.modulo-datos-contacto .redes .icono-svg {height: 30px; width: 30px;margin-right:15px;}
}

@media (max-width: 991px) {
	.modulo-contacto {padding: 0px 0px 120px 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;}
	}	
}

/* 7-7-2025 */

#header-wrap {box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);}


/* 2-9-2025 - IDIOMA */

.select-idioma {
  appearance: none;        /* quita el estilo nativo */
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #eee;  /* fondo */
  border: 1px solid #ccc;  /* borde */
  border-radius: 8px;      /* esquinas redondeadas */
  padding: 6px 30px 6px 12px;
  font-size: 14px;
  cursor: pointer;
  text-transform:uppercase;
  color:#666;
  /* sombra suave */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);

  /* transición para hover */
  transition:none;
}
.select-idioma options {transition:none; }

.select-idioma:hover {
  border-color: @cg2;
  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,123,255,0.25);
}

.select-idioma-large {display: none;}

/* flechita custom */
.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%}
}	