/* SUITES */
/*========= MEDIA QUERIES */
/*========== Tablet Vertical ==========*/
@media only screen and (min-width: 768px) and (max-width:991px){
 
  .logo_desktop {
    display: none;
    }
  .menu-bar-fix{
  display: none;
   }
   .brand_box-4{
    display: none;
     }
    .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;
  }
  
  .caja_platos {
    display: inline-block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.50);
    width: 260px;
    height: 250px;
    padding: 10px;
  }


  .img_plato {
    display: inline-block;
    position: absolute;
    width: 165px;
    height: auto;
    left: 190px;
    bottom: 40px;
    z-index: 1200;
  }



  .main-menu{
    position: fixed;
    z-index:2000;
    color:white;
     font-family: 'Bebas Neue';
    font-size: 1.2rem;
    top:60px;
    right:0%;
    width: 100%;
   }
 
 
 
   .cont_gourmet{
    display: inline-block; 
   left:0;
    position: relative;
    top: 95px;
    margin: auto;
    width: 100%; 
    height: 56.25vw; 
     min-width: auto;
  /*  max-height: 100vh; */
  
  }

  .brand_box-3 {
      display: none;
    position: absolute;
    top: 3px;
    bottom: 50px;
    z-index: 1550;
    width: 120px;
    height: 250px;
    width: 40px;
    left: -20px;
  }
  
  .tit_gourmet_platos {
    display: inline-block;
    position: relative;
    font-family: "Nexa Light";
    font-size: 0.9rem;
    color: white;
    text-align: center;
    margin: auto;
    padding: 10px;
    left: 0;
  
  }
  
  
  
  .barra_vert_gourmet{
    display: none;
    top: -100px;
    height: 280px;/*350px*/
    width:70px;
    left: 15px;
    background-color:#D70A17 ;
    position: absolute;
    z-index: 1400;
  }
  
    
  .logo_gourmet_movil{
    left: 0;
    width: 16%;
    height: auto;
    position: relative;
    z-index: 1552;
    padding-bottom: 50px;
    margin: auto;
    /* margin-bottom: 19px; */
  }
  
.chef{
  display: none;
  position: fixed;
  bottom: 0%;
  height: 380px;
  width: 222px;
  margin-left: -120px;
  z-index: 1554;
  background-image: url(../images/Chef_.png);
  background-repeat: no-repeat;
  background-size: 0;
  background-attachment: fixed;
  }
  
  .menu_platos{
    position: relative;
    bottom:15px;
    cursor: pointer;
    margin: auto;
    z-index: 900;
    }
  
    .menu_licores{
      position: relative;
      bottom:15px;
      cursor: pointer;
      margin: auto;
      width: 100%;
      }
  
  
  
  .links_licores{
      display: inline-block;
      border: 1px solid;
      color:white;
      font-family: "Nexa Light";
      font-size: 14px;
      padding: 5px;
      transition: all .5s ease-in-out;  
    }
  
    .links_licores:hover{
      display: inline-block;
      border: 1px solid;
      color:#D70A17;
      font-family: "Nexa Light";
      font-size: 14px;
      padding: 5px;
      transition: all .5s ease-in-out;  
    }
  
  
  .links_platos{
    display: inline-block;
    border: 1px solid;
    color:white;
    font-family: "Nexa Light";
    font-size: 16px;
    padding: 5px;
    transition: all .5s ease-in-out;  
  }
  
  
  .links_platos:hover{
    display: inline-block;
    border: 1px solid;
    color:#D70A17;
    font-family: "Nexa Light";
    font-size: 16px;
    padding: 5px;
    transition: all .5s ease-in-out;  
  }
  
  .cont_platos{
  position: relative;
  left:auto;
  display:block; 
  padding-right:  20px; 
  bottom: 20px;
  width: 100%;
  padding-bottom: 80px;
  }
  
  .main_plato{
  display: inline-block; 
  position: relative;
  left:auto;
  padding-right:297px;
    
    
  }
  
  .caja_platos{
    display: flex;/*inline-block*/
    flex-direction: column;
    position: relative;
    background-color: rgba(0, 0, 0, 0.50);
    width: 247px;/*242px*/
    height: 300px;/*203px*/
    padding-right: 10px;
  }
  
  .tit_info_plato{
    top:10px;
    left: 10px;
    position: relative;
    color: white;
    font-family: "Nexa Light";
    font-size: 0.9em;
  
  }
  
  .div_plato{
    border: 1px solid #D70A17;
    position: relative;
    width: 60%;
    top:10px;
  }
  
  .info_plato{
    font-family: "Nexa Light";
    font-size:1rem ;/*0.7em*/
    color: #ffffff;
    padding: 10px;
    top:10px;
    position: relative;
    z-index: 1600;
  }
  
  
  .img_plato{
    display: inline-block;
    /* position: absolute; */
    width: 50%;
    height: auto;
    left: 170px;
    bottom: 92px;/*30*/
    z-index: 1200;
  }
  
  .precio_plato{
  background-color: #D70A17;
  color:white;
  padding-top: 5px;
  font-family: "Nexa Light";
  font-size: 1.3rem;
  width: 45%;
  text-align: center;
  position: absolute;
  bottom: -17px;
  }
}
     
    