  html, body, p, a, li, td, strong, .dropdown, {font-family: 'Abel', sans-serif;}

h1, h2, h3, h4, h5{font-family: 'Passion One', cursive; font-weight: 400}
h1{font-size:3rem;}
h2{font-size:2.5rem;}
h3{font-size:2rem;}
h4{font-size:1.5rem;}
h5{font-size:1.1rem;}
  #productos_marcas img{filter: grayscale(100%); width: 28px; height:28px;}
  #productos_marcas2 img{filter: grayscale(100%); width: 18px; height:18px; opacity:0.8;}
  #el-menu .item{font-size:1.3rem; padding:10px;}
  #social-media .item{font-size: 2rem; margin:0px; padding:0px;}
  .simple{z-index: 9999999999;}


    .main.menu {
      width:100% !important;
    margin-top: 0em;
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition:
      box-shadow 0.5s ease,
      padding 0.5s ease
    ;
  }
  .overlay {
    float: left;
    margin: 0em 1em 1em 0em;
  }
  .overlay .menu {
    position: relative;
    left: 0;
    transition: left 0.5s ease;
  }
  .main.menu.fixed {
    background-color: #FFFFFF;
    border: 1px solid #DDD;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  }
