@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap");
:root {
  --color-black: hsl(0, 0%, 10%);
  --color-white: hsl(0, 0%, 100%);
  --color-darken: hsl(0, 0%, 20%);
  --color-pink-100: hsl(336, 95%, 94%);
  --color-pink-200: hsl(338, 91%, 87%);
  --color-pink-300: hsl(339, 90%, 81%);
  --color-pink-400: hsl(339, 88%, 74%);
  --color-pink-500: hsl(339, 82%, 67%);
  --color-pink-600: hsl(339, 76%, 59%);
  --color-pink-700: hsla(136,75%,38%,1.00);
  --color-pink-800: hsl(339, 68%, 45%);
  --color-pink-900: hsl(339, 69%, 38%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*list-style: none;
  list-style-type: none;*/
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}



@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/*MIO triax, parte NO total del blanco, esto es lo de la izquierda*/
.expand{
	float:left;
	position:relative;
   min-width:100% !important;
overflow-y:scroll; height:400px;  overflow-x: hidden; margin-right:30px;

}
.ulx, ulx.a{
	line-height:1.6em;
	padding-left:20px;
	list-style-type: circle !important;

}
/*fin MIO triax*/
.container {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 .1rem .0rem .1rem;
  margin-top: 0px !important;
  display: flex;
	align-items: center;
	justify-content: center;
  
}

.brand {/* tit MENU*/
  /*font-family: "Rubik", sans-serif;
  font-size: 0rem;
  font-weight: 600;
  line-height: 0;
  letter-spacing: -1px;
  color: var(--color-pink-600);
  text-transform: uppercase;*/
  position: absolute;
  top: 0px;
  left: 0;
 /*min-width: 302px;*/
  width: 94%;
  display: flex;
	align-items: center ;
	justify-content: center;

}

.header {
  position: relative;
  display: block;
  top: 6px;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 6px;
  padding: 0.75rem 0 .2rem 0;
  z-index: 0 !important;

  
  /*-webkit-box-shadow: var(--shadow-medium);
          box-shadow: var(--shadow-medium);*/
		  
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
		  height: auto;
		 
}
.header-item-left {/*"MENU" o Mybrand*/
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
		  display:none;
}
.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1%;
          flex: 0 0 1%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*iconitos*/
.header-item-right .menu-icon {
  font-size: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-left: .7rem;
  color: var(--color-black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu > ul > li { /*items del menu primer término*/
  display: inline-block;
  line-height: 2.125rem;
  margin-left: 1.2rem;
}
/*menu primer termino*/
.header .menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  border: none;
  outline: none;
  color: var(--color-black);
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/*triax el blanco que baja escritorio*/
.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  top: 30px;
  padding: 1rem 1rem 2rem 2rem;
  z-index: 109 !important;
  opacity: 1;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 3px solid #4D75A0;
  background: var(--color-white);
  -webkit-box-shadow: var(--shadow-medium);
          box-shadow: var(--shadow-medium);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y:auto;
  overflow-x: hidden; 
  max-height: 460px;
  
}
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1rem;
}
.header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: var(--color-black);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}
.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
  width: 250px;
 /* background-color: blueviolet !important;*/
}

/*TRIAX. texto menu blanco que baja, las cats*/
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  padding: 0.5rem 0 1rem 0rem;
  border: none;
  outline: none;
  color: var(--color-black);
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 999999;
  
}
.header .menu > ul > li .menu-subs.menu-column-4 {/*triax, blanco que baja escritorio*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 68rem;
  width: auto;
  padding: 1.25rem 1rem;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(92,92,92,0.42);
-moz-box-shadow: 0px 4px 7px 0px rgba(92,92,92,0.42);
box-shadow: 0px 4px 7px 0px rgba(92,92,92,0.42);
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 1rem;

 
  /*float: left;
  
  padding: 10px;
  height: 300px;
  width:450px;
  background:rgba(102,255,204,1);
	border-left:3px solid #000; *//**/
  
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0 0 0.75rem;
  color: var(--color-pink-700);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
  text-align: center;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img { /* triax. esto afecta a la imagen del menu de categorias*/
  display: block;
  width: 100%;
  height: auto;
  margin: -5px 8px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
/*.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: var(--color-pink-700);
}
.header-item-right a:hover,
.header .menu > ul > li:hover > a {
  color: var(--color-pink-700);
}*/
.header .menu-mobile-header,
.header .menu-mobile-toggle {
  display: none;
}
.carrito {display: flex;}
@media screen and (max-width: 480px) {
.carrito {display: none !important;}
}
@media screen and (min-width: 1025px) {
#mespecial {
display: none !important;
}
}
@media screen and (min-width: 481px) {
.header .menu > ul > li.menu-item-has-children {
width: 140px;
}
/*triax submenu*/
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
	min-width: 320px;
	
  }
  .header .menu > ul > li.menu-item-has-children > a::after {
  position: absolute;
  top: 7px;
  right: -13px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

}
@media screen and (min-width: 1025px) and (max-width: 1668px) {
.header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible !important;
	min-width: 320px;
	display: block;
	z-index: 99999999999999999999999999999999999999999999999999999999999999999999;
  }
#mespecial {
display: none !important;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
		  height: 50px;
		 
}
.header{
height: 50px;
padding-top:0px;}
.header .menu > ul > li > a {
  font-size: 1.2rem;
}
.menu-section { /*el menu completo */
    width: 100% !important;
	padding-top: 2px !important;
}
 .expand {
	position: relative;
	min-width: 100% !important;
	overflow-y: scroll; 
	height: 380px;  
	overflow-x: hidden; 
	margin-right: 30px;
	display: flex;
} 
  .header .menu > ul > li .menu-subs.menu-column-4 {/*triax, blanco que baja escritorio*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*max-width: 68rem;*/
  width: 900px;
  padding: 0.25rem 1rem;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(92,92,92,0.42);
-moz-box-shadow: 0px 4px 7px 0px rgba(92,92,92,0.42);
box-shadow: 0px 4px 7px 0px rgba(92,92,92,0.42);
height: 360px;
/*overflow-x: auto;*/
}


.menux {
  display: -webkit-box;
		display: -ms-flexbox;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center !important;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between !important;
		column-count: 3;
		column-gap: 20px;
		column-width: calc((100% - 40px) / 3);
		max-height: 340px;
}

.menux li {
  display: block;
  margin-bottom: 10px;
  width: auto;
  border-bottom: 1px solid #ccc;
}



}
@media screen and (max-width: 1024px) {
.carrito {display: none !important;}
#mtrabajos {
display: none !important;
}
.homelink {display: none !important;}
.expand{
	float:left;
	position:relative;
   min-width:100% !important;
overflow-y:scroll; 
min-height:520px !important;  
overflow-x: hidden; 
margin-right:30px; 
/*background-color: aqua;*/
}
.header-item-right .menu-icon {
  font-size: 6.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-left: 1.4rem;
  color: var(--color-black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

	.container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
  
}
  .header-item-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;

  }
  .header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
	
}
  .header-item-left, .header-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
			
  }
  .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0rem 0;
	width: 100%;

  }

  .header .menu-mobile-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: -6px; /*triax, tres lineas menu mobile*/
    margin-top: -0.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
	
  }
  .header .menu-mobile-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    left: -6px;
	border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: var(--color-black); /*triax, el color barritas menu mobile*/
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-toggle span:nth-child(1) {/*triax, primer barrita menu mobile*/
    top: -6px;
  }
  .header .menu-mobile-toggle span:nth-child(2), .header .menu-mobile-toggle span:nth-child(3) {
    top: 0.2rem;
  }
  .header .menu-mobile-toggle span:nth-child(4) {
    top: 0.75rem;
  }
  .header-item-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu {
  /*triax, menu que abre en mobile, base total del menu*/
    position: fixed;
    top: 0;
    left: -20px;
    width: 75% !important;
	
    height: 100%;
	/*min-height: 300px;*/
    z-index: 9999999;
    overflow-y: scroll;
    background: #fff;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
            transform: translate(0%);
			height: 100% !important;
			min-height: 100% !important;
			/*min-width: 280px;*/
			width: 73% !important;
			left: 0px;
			
  }
 
  .header .menu > ul > li {
    display: block;
    line-height: 0.5em;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 2.125rem;
    height: 2.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	
  }
  .header .menu > ul > li > a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 2.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 2.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
#mespecial {
position: relative;
  float: left;
  width: 70%;
  margin-left: 15% !important;
  text-align: center !important;
  padding: 3px 0px 3px 13% !important;
  margin-top: -10px;
  /*background-color: red;*/
}
#mnovedades {
position: relative;
  float: left;
  width: 70%;
  margin-left: 15% !important;
  text-align: center !important;
  padding: 3px 0px 3px 13% !important;
  margin-top: -10px;
  /*background-color: red;*/
}
.nosotros { /*max-width: 1024px*/
position: relative;
  float: left;
  width: 70%;
  margin-left: 15% !important;
  margin-top: 8px !important;
border: 1px solid #000;
padding: 10px 0px !important;
text-align: center !important;
margin-bottom: 80px;
}
.nosotros a { /*max-width: 1024px*/
  font-weight: 600;
}
  .header .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    height: 3.125rem; /*el alto de la X de cerrar el mobile*/
    z-index: 110;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--color-white); /*el header*/
	
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-black);
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: none;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    color: var(--color-black);
    text-transform: capitalize;
	padding-left: 10px;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 2.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 2.125rem;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-black);
	z-index: 9999999999999999999999999999999999999999999999999999999;
	background-color: #FFFFFF; /*fonde de la X*/
  }
  .header .menu .menu-section {/*los bots de especial y nosotros, (parece mas que eso...*/
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
	/*background: #FF0 !important;*/
	
  }
  .header .menu > ul > li .menu-subs { /*triax, parece la seccion que tiene el scroll y que contiene al listado de cats*/
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
	margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
	/*background: #FF0066 !important;*/
  }
  .header .menu > ul > li.menu-item-has-children a { /*triax, "PRODUCTOS" en mobile*/
    display: none;
	line-height: 0px;
  }
  .header .menu > ul > li .menu-subs.menu-mega { /*triax, las cats en el menu mobile modificado para que se vea directo*/
    position: relative;
    display: block;
    left: 0;
    max-width: none;
    min-width: 320px;
    width: 100% !important;
    height: 100% !important;
	min-height: 420px;
    margin: 0;
    padding: 1rem;
    padding-top: 0px !important;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
			border-radius: 0;
  border-top: 0px solid #4D75A0;
  /*background: #25E92F !important;*/
  }
.menux {
float: left;
margin-top: -20px;
/*background-color: red;*/
}

  .header .menu > ul > li .menu-subs.active {
    display: block;
	background: #FFFFFF !important;
	
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
	
	
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: .0rem; /*margen luego de la ultima li, en este caso "especial"*/
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
	font-size: .8em;
	padding-left:-5px; 
	height: 32px; /*importante, la altura de los li !*/
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
	background: rgba(0, 0, 0, 0.65);
  }
  .header .menu > ul > li > a {
  
  font-size: .9rem;
  font-weight: 500;
  border: none;
  outline: none;
  color: var(--color-black);
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img { /* triax. esto afecta a la imagen del menu de categorias*/
  display: block;
  width: 100%;
  height: auto;
  margin: -3px 8px 0 -3px;
  -o-object-fit: cover;
     object-fit: cover;
	 
}
}