/*========= MEDIA QUERIES */
/*========== MÓVIL ==========*/
@media only screen and (min-width: 375px) and (max-width:425px){
   
  .logo_desktop {
    display: none;
    }


  .main_cont {
    max-height: 500px;
    /* height: auto; */
    margin: auto;
  }


  .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;
  }
  .bg-menu {
 opacity: 1;
  }
  .top-bar {

   opacity: 0;
  }

  .caja_logo {
  display: none;
  }

  .menu-bar-fix {
    display: none;
  }
 
  .logo {
    display: none;

  }
  
  .mobile {
    display: inline-block;
    width: 100%;
        
    }

 




    .top-bar {
        width: 100%;
        
    }
    .bottom-bar {
       width: 100%;
       height: 60px;
       z-index: 2007;
       background-color: #E31C24;
       margin-left: auto;
       margin-right: auto;
       bottom: 0%;
       position: fixed;
       z-index: 3550;
       opacity: 0;
    }
   
    .slider_section .img-box img {
        width: 100%;
        height:380px;
    }


  .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.8rem;
    left:-10%;
    padding-right: 5%;
  }

  .logo{
    position: relative;
    width: auto;
    height: 90px;
    float: left;
    right:10px;
  }


  .main-navbar-fix{
    height: 0px;
    position: relative;
    bottom: 10px;
    display: none;
  }

    .main-menu-cont{
      position: relative;
      bottom:10px;
      z-index:5000;
      width: 60%;
      max-width: 850px;
      margin-right: auto;
      margin-left: auto;
    }
  
    .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: 800;
        font-family: "Nexa Light";
        font-size: 0.8rem;
        text-align: start;
        color: #fff;
        position: relative;
        height: 80px;
        line-height:0.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        right: auto;
    }

    .main-color-link {
    color: black;
  }

    .main-nav-item a:link{
      color:black /*f;#fff */
      }
    
    /* 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:#D70A17;
      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:75px;
      z-index:799;
      left:28%;
      font-family: "Nexa Light";
      font-size: 10px;
      color:#fff;
      vertical-align: middle;
      width: 100%; 
      height: 40px;
      padding-top: 20px;
      text-align: center;
      
     
    }
    
    
    /* 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:60px;
      height:40px;
      position: relative;
      top:0;
      right:0;
      margin-right: 3px;
    
    }
    
    .main-nav-item-decor{
      z-index: 800;
      font-family: "Nexa Light";
      font-size: 0.6rem;
      color:#fff;
      position: relative;
      height: 80px;
      line-height:0.6rem;
      text-align:start;
      max-width:100%;
      display: flex;
      justify-content:center;
      align-items: center;
      margin: auto;
      left: auto;
      bottom: auto;
     
    }
    .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;
      top:0;
      right:0;
    }
    
    
 .main-nav-item-licores{
   
  font-family: "Nexa Light";
  font-size: 0.8rem;
  color: #fff;
  position: relative;
  height: 80px;
  line-height: 15px;
  text-align: start;
  width: 100%;
  margin: auto;
  bottom: 15px;
  left: 37%;
         
       }
    
      .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;
          right:45px ;
          top: 35px;
            }
    
     .main-nav-item-boutique{
          z-index: 800;/*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:40%;
          bottom:20px;
         
       }
       .main-nav-item-boutique a:link{
        color:black;/*color:#fff;*/
        }
      
      /* mouse over link */
      .main-nav-item-boutique  a:hover {
        color:#D70A17;
      }
    
    
    /* BTN COMO LLEGAR */
    .main-nav-item-ubica{
            
        font-family: "Nexa Light";
        font-size: 0.8rem;
        color: #fff;
        position: relative;
        height: 80px;
        line-height: 15px;
        text-align: start;
        padding-top: 5px;
        left: 41%;
        width: 100%;
        bottom: 15px;
}
    .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: 40px;
      height: 40px;
      position: relative;
      right:0;
      top:0;
      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;
    right:0 ;
    top:0;
    margin-right: 3px;
    }
    
    .main-nav-item-pago{
      z-index: 800;/**/
      font-family: "Nexa Light";
      font-size: 0.8rem;
      color:#fff;
      position: relative;
      height: 80px;
      line-height:15px;
      text-align: start;
      padding-top:5px;
      left: 42%;/*75px*/
      bottom:30px;
     margin: auto;
    }
    
    .main-nav-item-pago a:link{
    color:#fff;
    }
    
    /* mouse over link */
    .main-nav-item-pago  a:hover {
    color:#D70A17;
    }
    .icon-suite {
      background-image: url(../fontawesome/icons/icon-suites.svg);
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      position: relative;
      top: 0;
      right: 0;
    }
    
    /* 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;
    }
   
.boxx {
    position: relative;
    top:0;
    right: 0;
    height: auto;
   padding:0;
    width: 100%;
    margin: auto;
}
 
.gourmet {
    position: relative;
    right:0;
    bottom: 8px;
    width: 80%;
    cursor: pointer;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
  }


    
    .main-nav-item-box{
      z-index: 800;
      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: 800;/*2005*/
    font-family: "Nexa Light";
    font-size: 1.3rem;/*0.9rem*/
    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;
    }
    
  
  
  }
  @media only screen and (min-width: 426px) and (max-width:767px){
   
    .logo_desktop {
      display: none;
      }


    .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;
    }
    .bg-menu {
   opacity: 1;
    }
    .top-bar {
  
     opacity: 0;
    }
  
    .caja_logo {
    display: none;
    }
  
    .menu-bar-fix {
      display: none;
    }
   
    .logo {
      display: none;
  
    }
    
    .mobile {
      display: inline-block;
      width: 100%;
          
      }
 
      .top-bar {
          width: 100%;
          
      }
      .bottom-bar {
          width: 100%;
         height: 60px;
         background-color: #E31C24;
         margin-left: auto;
         margin-right: auto;
         bottom: 0%;
         position: fixed;
         z-index: 3550;
         opacity: 0;
      }
     
      .slider_section .img-box img {
          width: 100%;
          height:380px;
          
      }
  
  
    .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.8rem;
      left:-10%;
      padding-right: 5%;
    }
  
    .logo{
      position: relative;
      width: auto;
      height: 90px;
      float: left;
      right:10px;
    }
  
  
    .main-navbar-fix{
      height: 0px;
      position: relative;
      bottom: 10px;
      display: none;
    }
  
      .main-menu-cont{
        position: relative;
        bottom:10px;
        z-index:5000;
        width: 60%;
        max-width: 850px;
        margin-right: auto;
        margin-left: auto;
      }
    
      .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: 800;/*2005*/
          font-family: "Nexa Light";
          font-size: 0.8rem;
          padding-top:0;
          text-align: start;
          color: #fff;
          position: relative;
          height: 80px;
          line-height:0.8rem;
          right:0;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: auto;
       
      }
      .main-nav-item a:link{
        color:#fff;
        }
      
      /* mouse over link */
      .main-nav-item  a:hover {
        color:#D70A17;
      }
      
      /*========== BOTONES ==========*/
      
      
      /* BTN DESATA */
      
      .desata-btn{
        z-index:800;
        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: 10px;
      }
      
      .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: white;
        border: 1px solid;
        border-color:white;
        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:75px;
        z-index:799;
        left:28%;
        font-family: "Nexa Light";
        font-size: 10px;
        color:#fff;
        vertical-align: middle;
        width: 100%; 
        height: 40px;
        padding-top: 20px;
        text-align: center;
        
       
      }
      
      
      /* 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: 60px;
        height: 40px;
        position: relative;
        top:0;
        right:0;
      
      }
      
      .main-nav-item-decor{
        z-index:800;
        font-family: "Nexa Light";
        font-size: 0.7rem;
        color:#fff;
        position: relative;
        height: 80px;
        line-height:0.7rem;
        text-align:start;
        left:0;
        bottom:0;
        margin: auto;
       
      }
      .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;
        top:0;
        right:0;
      }
      
      
   .main-nav-item-licores{
     
    font-family: "Nexa Light";
    font-size: 0.8rem;
    color: #fff;
    position: relative;
    height: 80px;
    line-height: 15px;
    text-align: start;
    width: 100%;
    margin: auto;
    bottom: 15px;
    left: 37%;
           
         }
      
        .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;
            right:45px ;
            top: 35px;
              }
      
       .main-nav-item-boutique{
            z-index:800;
            font-family: "Nexa Light";
            font-size: 0.8rem;
            color:#fff;
            position: relative;
            height: 80px;
            line-height:15px;
            text-align: start;
            padding-top:5px;
            left:40%;
            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{
              
          font-family: "Nexa Light";
          font-size: 0.8rem;
          color: #fff;
          position: relative;
          height: 80px;
          line-height: 15px;
          text-align: start;
          padding-top: 5px;
          left: 41%;
          width: 100%;
          bottom: 15px;
  }
      .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: 40px;
        height: 40px;
        position: relative;
        right:0;
        top:0;
      }
      
      
      
      /* BTN FORMAS DE PAGO */
      .icon-pago{
        background-image: url("../fontawesome/icons/icon-reservas.svg");
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        position: relative;
        right:0;
        top:0;
      }
      
      .main-nav-item-pago{
        z-index:800;
        font-family: "Nexa Light";
        font-size: 0.8rem;
        color:#fff;
        position: relative;
        height: 80px;
        line-height:15px;
        text-align: start;
        padding-top:5px;
        left: 42%;/*75px*/
        bottom:30px;
       margin: auto;
      }
      
      .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;
        left:86px ;
        top:30px;
      }
     
  .boxx {
      position: relative;
      top: 0;
      right: 0;
      height: auto;
      padding: 0;
      width: 80%;
      margin: auto;
  }
   
  .gourmet {
      position: relative;
      top:0;
      right:0;
      width: 120px;
      cursor: pointer;
      margin: auto;
    }
  
  
      
      .main-nav-item-box{
        z-index:800;
        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:800;
      font-family: "Nexa Light";
      font-size: 0.9rem;
      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==========*/