
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.devolverMenu{
    display:none;
}
.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

ul.navbarMenu {
  font: 12px 'Roboto', Helvetica Neue, Arial;
  background: #fff; 
  /*width: 960px;
  margin: 2em auto;*/
}

ul.navbarMenu li {
	list-style-type: none;
	float: left;
	margin: 0;
	position: relative;
	padding: 0;
}

ul.navbarMenu li a {
	display: block;
	padding: 10px 10px;
	color: #000 !important;
	text-decoration: none;
	transition: all .2s ease-in-out;
	font-weight: bold;
}

ul.navbarMenu li a:hover,
ul.navbarMenu li:hover > a {
	background: rgba(150, 191, 17, 0.85);
	color: #fff !important;
}

ul.navbarMenu li ul {
  margin: 0;
  position: absolute;
  background: #F5F3F2;
  left: 5%;
  min-width: 170px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all .1s ease;
}

ul.navbarMenu ul li { float: none; }
ul.navbarMenu li:hover > ul { opacity: 1; visibility: visible; left: 0; /*max-height: 250px*/ }
ul.navbarMenu > li:hover > ul { opacity: 1; visibility: visible; top: 100%; left: 0; }
ul.navbarMenu li > ul  ul { top: 0; left: 90%; }
ul.navbarMenu li > ul li:hover > ul { left: 100%; }


.triangulo-uno { 		
height: 40px;
width: 10%;
z-index:4;
border-style: solid;
border-width: 40px 30px 0 0;
border-color: #e12484 transparent transparent transparent;
	 }
	 	.triangulo-dos { 
		width: 10%;
height: 40px;
border-style: solid;
border-width: 40px 30px 0 0;
border-color: #552559 transparent transparent transparent;
	 }
	 .marca{
	 	display: flex;
	 	align-items: center;	 	
	 }
	 	 .textoPromo1{
    background: #e12484;
    color: white;
    margin: 0;
    z-index: 4;
    font-weight: 600;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 10px 0% 10px 54%;
    line-height: initial;
    width: 90%;
    margin-top: 0px !important;
    float: right;
	 }
	 .containerPrecios{
		    position: relative;
    top: -116px;
    /* z-index: 120; */
    width: 80%;
    margin-left: 18%;
        margin-top: 25px;
	 }
	 .textoPromo{
	 	background:  #552559;
	 	color:white;
	 	margin: 0;
	 	width: 90%;
	 	font-size:12px;
	 	height: 40px;
	 	padding: 10px;
	 	text-align:right;
	 }
	 .oferta{
	 	display: flex;
	 	align-items: center;
	 	z-index: 1;	
	 	position: relative;
	 	top:-10px; 
	 	left: 7px;
	 }
	 .descuento{
	 	  font-size: 14px;
    /* text-align: center; */
    position: relative;
    background: #f9cf52;
    display: flex;
    align-items: center;
    left: 10px;
    width: 69px;
    height: 80px;
    z-index: 9;
    text-align: center;
    top: 74px;
    font-weight: 700;
    padding: 5px;
	 }
	 .textodescuento{
	     margin:0px;
	     color:black;
	 }

.menuPrimero li{
}	 
.menuPrimero li img{
    margin-right: 10px;
}

.content aside nav > ul >li > ul > li > ul > li{
    display: flex;
    flex-wrap: nowrap;
}

.content aside nav > ul >li > ul > li i{
    position: absolute;
    left: 96%;
    top: 10px;
}

	 