*{
    margin: 0;
    padding: 0;
  }
  
  
  
  .MenuNuevo{
      width: 101%;
      margin-left: -10px;
      height: 60px;
      margin-bottom: 5px;
      border: none;
      box-shadow: 0px 4px 4px rgb(0,0,0,0.25);
  }
  .CajaBotones{
    float: right;
    margin-right: 25px;
    margin-top: 9;
  }
  
  .itemMenu{
    text-align: center;
    position: relative;
    margin-top: 10px;
    width: 10%;
    display: inline-block;
     /* border: #585858 solid 1px; */
    text-decoration: none;
  
  }
  .txtItemMenu{
    font-family: RalewayR;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    letter-spacing: -0.015em;
    color: #585858;
  
  }
  .txtItemMenu :hover{
    text-decoration: none !important;
    color: #0f0f0f;
    }
  
  .txtItemMenu p{
    font-family: RalewayR;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    align-items: center;
    letter-spacing: -0.015em;
    color: #585858;
    text-decoration: none;
  }
  
  .txtItemMenu p:hover{
   text-decoration: none;
  /* color: #6EB52C; */
  cursor: pointer;
  text-decoration: none;
  
  }
  .cajaCarrito{
  position: relative;
  float: right;
  margin-top: 5px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  
  }
  .Carito2020{
  position: absolute;
  width: 60px;
  height: 55px;
  
  
  }
 
  .badge2020{
    position: absolute;
    top: 13px;
    height: 20px;
    width: 20px;
    right: -8px;
    background-color: #6EB52C;
    color: #ffffff;
    border-radius: 8px;
    z-index: 2;
    padding-left: 5px;
    }
  
  
  
  
  .listaMenu{
  /*columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;*/
  list-style: none;
  width: 283px;
  max-width: 283px;
  font-family: RalewayR;
  font-size: 15px;
  
  }
  
  body, .modalMenu{
  width: 100%;
  height: 100vh;
  
  }
  
  .modalMenu{
  position: fixed;
  background: rgba(0,0,0,0.2);
  opacity: 1;
  visibility: hidden;
  z-index: 1;
  }
  
  .modalMenuContenedor{
  width: 400px;
  height: 300px;
  background: #fff;
  }
  
  .botonCategorias{
  background: white;
  border-color: white;
  border-style: none;
  text-align: center;
  }
  
  .botonCategorias:hover{
  color: #6EB52C;
  }
  
  .textDropdown{
  font-family: OpenSans;
  color: #6EB52C !important;
  font-size: 18px;
  text-align: center !important;
  }
  
  .textDropdown p{
  
  text-align: center;
  }
  
  .MenuDropdown{
  position: absolute;
  right: -220px;
  top: 0px;
  margin-left: 15px;
  background: #ffffff;
  z-index: 10;
  }

  .MenuDropdown:hover{
  background: #ffffff;

  }
  
  .botonTiendas{
  color: white;
  background: #6EB52C;
  font-family: RalewayB;
  font-size: 15px;
  z-index: 10;
  }
  
  .MenuTiendass{
  background: #6EB52C;
  position: absolute;
  top: 60px;
  left: 13%;
  display: none;
  }
  
  
  .itemCategorias{
  width: 90% !important;
  background: white;
  border-color: white !important;
  border-style: none !important;
  }
  
  .itemCategorias:hover{
  color: #6EB52C !important;
  background: white !important;
  }
  
  .MenuMovil{
    display: none;
  }
  
  .botonDropdown {
    width: 283px;
    background: #ffffff !important;
    color: #6EB52C !important;
    border-radius: 0px;
    font-size: 18px;
    font-family: RalewayB;
    border: none !important;
  }

  .botonDropdown:hover {
    width: 283px;
    background: #ffffff !important;
    color: #6EB52C !important;
    border-radius: 0px;
    font-size: 16px;
    font-family: RalewayB;
    border-color: none !important;

  }


  
  @media screen and (max-width: 900px)  {
    .MenuNuevo{
        display: none;
    }
  
    .MenuMovil{
        position: relative;
        width: 100%;
        height: 60px;
        margin-bottom: 5px;
        box-shadow: 4px 4px 4px rgb(0,0,0,0.25);
        z-index: 1000000000;
        display: block;
        align-items: center;
    }
  
  
    .sidebar{
        position: fixed;
        background: #fff;
        width: 50%;
        height: 100vh;
        left: -100%;
        box-shadow: 0px 4px 3px rgba(0,0,0,0.1);
        transition: all .5s  ease;
        z-index: 1000000000;
  
    }
  
  
  
  
    .CabeceraMenu{
        height: 40px;
        margin-bottom: 10px;
        text-align: center;
        color: #6EB52C;
  
    }
    .Logo{
        margin-right: 10px;
    }
    .LogoDentro{
        margin-left: 10px;
        margin-top: 6px;
  
    }
  
  
    .txtSidebar{
        text-align: center;
        display: inline-block;
        font-size: 15px;
        color: #6EB52C;
        margin-top: 13px;
    }
    .labelHamburgesa{
        float: right;
        margin-right: 10px;
        margin-top: 6px;
    }
  
  
    .IconoHamburguesaAfuera{
     margin-top: 15px;
     margin-left: 10px;
  
     float: left;
     color: #6EB52C;
    }
    .IconoLudAfuera{
         position: absolute;
         left: 20%;
         top: 0px;
    }
    .IconoCarroAfuera{
        position: absolute;
        left: 70%;
        top: 5px;
    }
    .BanderAfuera{
        position: absolute;
        left: 80%;
        top: 5px;
    }
  
  
  
    .TituloMenuAfuera{
      position: relative;
      
      color: #6EB52C;
    }
    .TituloMenuAfuera2{
      position: relative;
      top: -30px;
      left: 60%;
      color: #E8BC1D;
    }
    
  
    .IconoLudAfuera{
        padding:5px ;
  
    }
  
    .IconoLud{
        float: left;
    }
  
    .Menus{
        margin-left:10px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .txt_item{
        display: inline-block;
        text-decoration: none;
        margin-top: 4px;
        padding: 2px;
        font-family: RalewayR;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        letter-spacing: -0.015em;
        color: #585858;
  
    }
    .txt_item:hover{
        text-decoration: none;
        color: #0c0b0b;
  
    }
    .itemMovil{
         display: inline-block;
        position: relative;
        margin-right:20px ;
        margin-left:10px ;
        width: 100%;
        height: 40px;
    }
    .BarraSeparador{
        position: absolute;
        background: #6EB52C;
        display: inline-block;
        height: 0.5px;
        top: calc(25% );
        right: 30px;
        width: 100px;
    }
    .txt_separador{
        position: absolute;
        color:#6EB52C; ;
        display: inline-block;
        font-size: 16p;
    }
  
   #checkMenuMovil{
        display: none;
  
    }
  
     #checkMenuMovil:checked ~ .sidebar {
        top: 0px;
       left: 0px;
    }
  
    #checkMenuMovil:checked ~ .sidebar {
        top: 0px;
        left: 0px;
     }
     #checkMenuMovil:checked ~ .Cuerpo {
       background: rgba(0, 0, 0, 0.5);
     }
  
     .Cuerpo{
        background: #fff;
        height: 100vh;
     }
  
     .IconosAfuera{
        vertical-align: sub;
        margin-top: 5%;
        }
  
     .itemMovilAfuera{
     /* text-align: center; */
    display: inline-block;
    /* width: 20%; */
    margin-top: 0px;
    position: relative;
    left: 30%;
     }
  
  .ladoDerecho{
    float: right;
    width: 40%;
    border: solid 1px black;
  }
  
  .IconosDerechos{
    text-align: center;
    margin-top: 8px;
    display: inline-block;
    width: 40%;
  
  }
  
  }
  