/* GOURMET */
/*========= MEDIA QUERIES 320 */
/*========== Movil ==========*/



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

  
    h1, .h1 {
    font-size: 1.5rem;
  }


  h1:before,
  h1:after {
    background-color:var(--rojo);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h1:before {
    right: 0.5em;
    margin-left: -30%;
  }
  h1:after {
    left: 0.5em;
    margin-right: -30%;
  }



    h5:before,
    h5:after {
      background-color:var(--rojo);
      content: "";
      display: inline-block;
      height: 2px;
      position: relative;
      vertical-align: middle;
      width: 20%;
    }
    h5:before {
      right: 0.5em;
      margin-left: -50%;
    }
    h5:after {
      left: 0.5em;
      margin-right: -50%;
    }




    .logo_gourmet_movil {
      width: 10%;
      height: auto;
      position: relative;
      z-index: 1552;
      margin-bottom: 19px;
      left: 4%;
    }
  
    .menu_platos {
      position: relative;
      bottom: 15px;
      cursor: pointer;
      z-index: 900;
      display: inline-grid;
      width: 21% ;
     left:-8px;
    }
    .tit_sec {
      display:block;
      position: relative;
      color: white;
      text-align: center;
      margin: auto;
      width: 80%;
      right: 1%;
    }
     
      

  
    .tit_gourmet_platos {
      display: inline-block;
      position: relative;
      font-family: "Nexa Light";
      font-size: 11px;
      color: white;
      text-align: center;
      margin: auto;
      padding: 10px;
      left: -38%;
      width: 96%;
    }
  
    .main_plato {
      display: inline-flex;
      position: relative;
      left: 65px;
      width: 100%;
      padding: 20px;
    }
  
  
  
  }

    
    