/*========= MEDIA QUERIES */
/*========== MÓVIL ==========*/
@media only screen and (min-width: 320px) and (max-width: 374px){
   
  .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;/*9000*/
  }
  .menu-bar-fix {
 
    display: none;
  
  }

  .bg-menu {
    opacity: 1;
     }
  .top-bar {
    opacity: 0;
     }
  .logo {
    display: none;
    }


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


    .top-bar {
        width: 100%;
        
    }
    .bottom-bar {
      width: 100%;
      height: 60px;
      display: none !important;
    }
   
    .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.7rem;
        text-align: start;
        color: #fff;
        position: relative;
        height: 80px;
        line-height:0.7rem;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;

     
    }
    .main-nav-item a:link{
      color:black;/*#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: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 SUITE */

    .icon-suite {
      background-image: url(../fontawesome/icons/icon-suites.svg);
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      position: relative;
      top: 0;
      right: 0;
      margin-right: 3px;
    }
/* BTN RESERVAS */

    .icon-reservas {
      background-image: url(../fontawesome/icons/icon-reserva.svg);
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      margin-right: 5px;
    }
    
    /* 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: 40px;
      height:30px;
      position: relative;
      top:0;
      right:0;
    
    }
    
    .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:115px;
      left:0;
      bottom:0;
      display: flex;
      justify-content: center;
      align-items: center;
      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;
      margin-right: 3px;
    }
    
    
 .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: 40px;
         
    }
    
      .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:46px;
          bottom:20px;
       }


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

       .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: 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: 55px;
      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;
    width: 100%;
    margin: auto;
    padding:0;
}
 
.gourmet {
    position: relative;
    top: 0;
    right:0;
    width:80px;
    cursor: pointer;
  }


    
    .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: 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==========*/