/* SUITES */
/*========= MEDIA QUERIES */
/*========== 1024 ==========*/
@media only screen and (min-width: 992px) and (max-width:1024px){
  .bg-menu {
    background: rgba(0, 0, 0, 0.655);
    background-image: url(../images/blur.png);
    opacity: 0.8;
    position: fixed;
    z-index: 20000;
    width: 100%;
    height: 57px;
  } 
  
  
  .menu-bar-fix{
        position: fixed;
        display: inline-flex;
        margin-top: 30px;
        z-index: 10000;
        right: 22%;
      }

      .logo_desktop{
        display: inline-block;
        position: relative;
        z-index: 10001;
        width: 126px;
        left: 0 ;
       }



    .cont_gourmet{
        display:inline-block; 
        left:5%;/*9%*/
        position:relative;
        top: 80px;
        margin: auto;
        width: 100%;
        height: auto; 
        min-width:1200px;
        max-height:auto;
      }

      .tit_sec {
        color: white;
        position: relative;
        text-align: center;
        margin: auto;
        right: auto;    
      }




      .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: 50px;
      }
      
      
      
      .barra_vert_gourmet{
        top: -100px;
        height: 280px;/*350px*/
        width:70px;
        left: 15px;
        background-color:#D70A17 ;
        position: absolute;
        z-index: 1400;
      }
      
      
      
      .logo_gourmet{
        top: 40px;
        right:-98px;
        width: 180px;
        height: auto;
        position: absolute;
        z-index: 1552;
      }
      
      .chef{
      position:fixed;
      bottom:0%;
      height:auto;
      width: 205px;
      margin-left:-120px;
      z-index:  1554;
      background-image: url(../images/Chef_.png);
      background-repeat: no-repeat;
      background-size: 0;
      background-attachment:fixed;
      left: 12%;
      
      
      }
      
      .menu_platos{
        position: relative;
        bottom:15px;
        cursor: pointer;
        margin: auto;
        z-index: 2600;
        }
      
        .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: 11%;/*15%*/
      display:initial;/*inline-block*/
      padding: right 20px; ;
      bottom: 20px;
      }
      
      .main_plato{
      display: inline-flex;
      position: relative;
      left:17px;/*50px*/
      padding:20px;
        
        
      }
      
      .caja_platos{
        display: inline-block;
        position: relative;
        background-color: rgba(0, 0, 0, 0.50);
        width: 280px;
        height: 250px;
        padding: 10px;
      }
      
      .tit_info_plato{
        top:10px;
        left: 10px;
        position: relative;
        color: white;
        font-family: "Nexa Light";
        font-size: 15px;
      
      }
      
      .div_plato{
        border: 1px solid #D70A17;
        position: relative;
        width: 60%;
        top:10px;
      }
      
      .info_plato{
        font-family: "Nexa Light";
        font-size: 12px;
        color: #ffffff;
        padding: 10px;
        top:10px;
        width: 71%;
        position: relative;
        z-index: 1600;
      }
      
      
      .img_plato{
        display: inline-block;
        position: absolute;
        width: 140px;
        height: auto;
        left: 180px;
        bottom: 66px;/*40px*/
        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;
      }
      /*============TERMINA GOURMET============ */
    }
      
    