/*** ESSENTIAL STYLES ***/
/*@import url(https://fonts.googleapis.com/css?family=Fanwood+Text);*/

.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px 0;
  margin: 0 auto;
}


/*.menu_escritorio{
  background-image: url(../assets/fondo-menu.jpg);
  background-position: center;
}*/


#menu{
  height:40px;
}

.sf-menu .sf-mega {
  position: absolute;
  display: none;
  /*top: 100%;*/
  top: 92%;
  /*left: 0;*/
  left: -3px;
  z-index: 900;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: flex;
}

.sf-menu > li > a {
  display: block;
  position: relative;
  color: #000;
}

.sf-mega h2 {
    font-size: 13px;
    margin: .5em 0;
    font-weight: 400;
    color: #000;
  }

.sf-mega h2 a{
    color: #000;
  }

  .sf-mega-section > ul > li > a{
    color: #000;
  }

  .sf-mega-section > ul > li > a:hover{
    color: #666;
  }


/*** DEMO SKIN ***/
.sf-menu {
  float: none;
  /*margin-bottom: 1em;*/
  /*margin: 0 auto;*/
  /*margin-left: 370px;*/
  margin-bottom: 0;
  margin-top: 56px;
 /* background-color: #000;*/
}
.sf-menu .sf-mega {
  box-shadow: 0px 5px 5px rgba(0,0,0,.1);
  /*width: 100%;  allow long menu items to determine submenu width */
}
.sf-menu > li > a {

  text-align: center;
    padding: 8px 20px;
    text-decoration: none;
    zoom: 1;
    color: #00737a !important;
    font-size: 15px;
    font-family: Verdana, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.sf-menu > li a:hover,
.sf-menu > li a.sfHover {
  /*color: #FFF;*/
  color: #77CFC8;
}

.sf-menu > li {
  /*background: #000;*/
  -webkit-transition: background .1s;
  transition: background .1s;
  /*height: 60px;*/
  height: 65px;
}
/*.sf-menu > li:hover,
.sf-menu > li.sfHover {
  background: rgb(255, 250, 237) !important;
  color: #c5a12c !important;
  -webkit-transition: none;
  transition: none;
}*/

.sf-menu > li:hover > a {
 
  color: #FFF !important;

}

/*** mega menu dropdown ***/
.sf-mega {
  background-color: rgba(45, 145, 150, 0.95);
  padding: 1em;
  box-sizing: border-box;
  position: absolute !important;
  z-index: 99999 !important;
  width: 1170px;
  left: 0px !important;
}
.sf-mega-section {
    padding: 0 1em 1em 0;
    margin-right: 1.5em;
    border-right: 1px solid #FFF;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white; /* IE8 fallback colour */
}

.sf-mega img
  {
  margin-right: 0px;
  float: right;
  }

  .sf-mega-section:last-child {
    border-right: none !important;
  }

.div-menu-categoria ul
  {
  list-style: none;
  padding-left: 0;
  }

.div-menu-categoria span.titulo-categoria
  {
    font-size: 17px !important;
    display: block;
    margin-bottom: 10px;
    color: #fff;
  }

.div-menu-categoria ul li a
  {
    color: #FFF;
    font-family: 'Open Sans', arial, tahoma, sans-serif;
    font-size: 16px;
  }

.div-menu-categoria ul li a:hover
  {
  text-decoration: underline;
  }

.lista-marcas
  {
  list-style-type: none;
  }

.menu-marca
  {
  width: 20%;
  height: 50px;
  font-size: 20px;
  float: left;
  text-align: center;
  margin: 5px 0;
  }

.menu-marca img 
  {
  width: 45%;
  margin-left: 27.5%;
  -webkit-filter: opacity(70%);
  opacity: 70%;
  }

.menu-marca img:hover
  {
  -webkit-filter: opacity(100%);
  opacity: 100%;
  }

.no-logo
  {
  width: 100%;
  float: left;
  margin-top: 15px;
  }

/*.menu-marca a:hover
  {
  -webkit-filter: blur(3px);
  }*/
