/*========= MEDIA QUERIES */
/*========== 768 ==========*/
@media only screen and (min-width: 768px) and (max-width:1023px){
  .logo_desktop {
    display: none;
    }


  .menu-bar-fix {
    position: relative;
    display: none;
    margin-top: 30px;
    float: right;
    z-index: 10000;
    right: 50px;
  }


  .menu-bar{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    flex-direction: row;
    position:relative;
    z-index:2000;
    color:white;
    padding-top: 20px;
    font-family: 'Bebas Neue';
    font-size: 0.9rem;
    /* left:15%; */
  }

  .main-menu {
    position:fixed;
    z-index: 2000;
    color: white;
    font-family: 'Bebas Neue';
    font-size: 1.2rem;
    top: 60px;
    right: 0%;
    width: 100%;
  }
  
  .navbar{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  width: 100%;
  z-index: 9000;
  }
  .top-bar {
    height: 8px;
    background-color: #E31C24;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    z-index: 1;
  

  }

  .logo{
    width: auto;
    height: 90px;
    display: none;
  }
  .bg-menu {
    
    opacity: 1;
  
  }


  .navbar-brand {
    display: inline-block;
    position: relative;
    z-index: 1580;
    width: 120px;
    /*bottom: 31px;*/
  }

  .main-navbar-fix{
    height: 160px;
    position: relative;
    bottom: 10px;
  }

    .main-menu-cont{
      position: relative;
      top:90%;
      z-index:5000;
      width: 60%;
      max-width: 700px;
      margin-right: auto;
      margin-left: auto;
      left: 7%;
    }
  
    .desata-dir {
      position: relative;
      background-color: #D70A17;
      z-index:799;
      font-family: "Nexa Light";
      font-size: 13px;
      color:#fff;
      top:90px;
    }


    .main-nav-item{
      z-index: 2005;
      font-family: "Nexa Light";
      font-size: 0.7rem;
      text-align:start;
      color:#fff;
      position: relative;
      height: 80px;
      line-height:0.7rem;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .main-nav-item a:link{
      color:black;/* color:#fff;*/
      }
    
      .main-color-link {
        color: black;
    }



    /* mouse over link */
    .main-nav-item  a:hover {
      color:#D70A17;
    }
    
    /*========== BOTONES ==========*/
    
    
    /* BTN DESATA */
    
    .desata-btn{
      z-index: 2005;
      font-family: "Nexa Light";
      font-size: 1rem;
      text-align: start;
      background-color: white;/*#D70A17*/
      color:white;
      position: relative;
      height: 80px;
      line-height: 5px;
      padding-top:0;
      display: flex;
      align-items: center;
    }
    
    .desata {
      position: relative;
      background-color: #D70A17;
      padding: 0.5rem 1rem;
      bottom:20px;
      width:200px;
      z-index:800;
      right:120px;
      height:90px;
      top:10px;
     
    }
    
    .desata-text {
      font-family: "Nexa Light";
      font-size: 15px;
      line-height: 15px;
      color: #D70A17;
      border: 1px solid;
      border-color:#D70A17;
      border-top-style: none;
      border-right-style: none;
      border-left-style:solid;
      border-bottom-style:solid;
      padding-left: 10px;
    }
    .sentidos_text{
      font-family: "Nexa Light";
      font-size: 25px;
      line-height: 25px;
    }
    
    .desata-dir {
      position: relative;
      background-color: #D70A17;
      padding: 0.5rem 1rem;
      top:0;
      z-index:799;
      font-family: "Nexa Light";
      font-size: 10px;
      color:#fff;
      width: 100%; 
      height: 40px;
      text-align: center;
      justify-content: center;
      align-items: center;
      right: 25%;
      min-width: 688px;
     
    }
    
    
    /* BTN GOURMET */
    .gourmet{
      position: relative;
      height: auto;
      width: 90px;
      
      
      
    
    }
    
    /* BTN CÓCTELES Y LICORES */
    
    .bg-licores{
      background-image: url("../images/home/bg-licores.jpg");
      background-repeat:no-repeat;
    
      }
    
    
    
    /* BTN DECORACIONES */
    
    .icon-decor{
      background-image: url("../fontawesome/icons/icon-decor.svg");
      background-repeat: no-repeat;
      width: 50px;
      height:28px;
     position: relative;
     margin-right: 3px;
  
    
    }
    
    .main-nav-item-decor{
      z-index: 2005;
      font-family: "Nexa Light";
      font-size: 0.6rem;
      color:#fff;
      position: relative;
      height: 80px;
      line-height:0.6rem;
      text-align:start;
      max-width: 180px;
      display: flex;
      justify-content: start;
      align-items: center;
    }


    .main-nav-item-decor a:link{
      color:#fff;
      }
    
    /* mouse over link */
    .main-nav-item-decor  a:hover {
      color:#D70A17;
    }
    
    
    /* BTN LICORES */
    
    .icon-cocteles{
      background-image: url("../fontawesome/icons/icon-cocteles.svg");
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      position: relative;
     margin-right: 3px;
    }
    
    
     .main-nav-item-licores{
      z-index: 2005;
      font-family: "Nexa Light";
      font-size: 0.8rem;
      color:#fff;
      position: relative;
      height: 80px;
      line-height:15px;
      text-align: start;
      max-width: 180px;
      left: 35px;
      bottom:15px;
         
       }
    
      .main-nav-item-licores a:link{
      color:#fff;
        }
            
      /* mouse over link */
      .main-nav-item-licores  a:hover {
      color:#D70A17;
        }
    
    
    
    /* BTN BOUTIQUE */
    
     .icon-boutique{
          background-image: url("../fontawesome/icons/icon-boutique.svg");
          background-repeat: no-repeat;
          width: 40px;
          height: 40px;
          text-align:start;
          position: relative;
          margin-right: 3px;
     
            }
    
     .main-nav-item-boutique{
          z-index: 2005;
          font-family: "Nexa Light";
          font-size: 0.8rem;
          color:#fff;
          position: relative;
          height: 80px;
          line-height:15px;
          text-align: start;
          padding-top:5px;
          left:35px;
          bottom:20px;
         
       }
       .main-nav-item-boutique a:link{
        color:#fff;
        }
      
      /* mouse over link */
      .main-nav-item-boutique  a:hover {
        color:#D70A17;
      }
    
    
    /* BTN COMO LLEGAR */
    .main-nav-item-ubica{
      z-index: 2005;
      font-family: "Nexa Light";
      font-size: 0.8rem;
      color:#fff;
      position: relative;
      height: 80px;
      line-height:15px;
      text-align: start;
      padding-top:5px;
      left: 50px;
      bottom:20px;
     
    }
    .main-nav-item-ubica a:link{
    color:#fff;
    }
    
    /* mouse over link */
    .main-nav-item-ubica  a:hover {
    color:#D70A17;
    }
    
    .icon-ubica{
      background-image: url("../fontawesome/icons/icon-ubica.svg");
      background-repeat: no-repeat;
      width: 35px;
      height: 35px;
      position: relative;
      margin-right: 3px;
    }
    
    
    
    /* BTN FORMAS DE PAGO */
    .icon-pago{
      background-image: url("../fontawesome/icons/icon-reservas.svg");
      background-repeat: no-repeat;
      width: 50px;
      height: 50px;
    position: relative;
    margin-right: 3px;
    }
    
    .main-nav-item-pago{
      z-index: 2005;
      font-family: "Nexa Light";
      font-size: 0.8rem;
      color:#fff;
      position: relative;
      height: 80px;
      line-height:15px;
      text-align: start;
      padding-top:5px;
      left: 50px;
      bottom:30px;
     
    }
    
    .main-nav-item-pago a:link{
    color:#fff;
    }
    
    /* mouse over link */
    .main-nav-item-pago  a:hover {
    color:#D70A17;
    }
    
    
    /* BTN BOX */
    
    .icon-box{
      background-image: url("../fontawesome/icons/icon-box.svg");
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      position: relative;
      margin-right: 3px;
    }
    
    
    .main-nav-item-box{
      z-index: 2005;
      font-family: "Nexa Light";
      font-size: 0.8rem;
      color:#fff;
      position: relative;
      height: 80px;
      line-height:15px;
      text-align: start;
      left: 35px;
      bottom:5px;
     
    }
    
    .main-nav-item-box a:link{
    color:#fff;
    }
    
    /* mouse over link */
    .main-nav-item-box  a:hover {
    color:#D70A17;
    }
    
    
    
    
    .nav-item{
    display:inline-block;
    z-index: 2005;
    font-family: "Nexa Light";
    font-size: 1.3rem;
    vertical-align: middle;
    padding:5px 3px 5px 3px;
    text-align: center;
    }
    
    
    /* unvisited link */
    .nav-item a:link{
    color:#fff;
    }
    
    /* mouse over link */
    .nav-item  a:hover {
      color:#D70A17;
    }
    
  
  
  }
    /*========== TERMINA MEDIA 1440==========*/