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



/*========= MEDIA QUERIES 375 =========*/
/* @media only screen and (max-width: 375px) { */
  @media only screen and (min-width: 320px ) and (max-width: 480px){
    .logo_desktop {
      display: none;
      }
  
    h1, .h1 {
    font-size: 1.8rem;
  }
  
  

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

  
  h5, .h5 {
    font-size: 1.25rem;
  }


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



  .logo_ibiza_gourmet {
  display: none;
  }
  .menu_platos {
    position: relative;
    bottom: 15px;
    cursor: pointer;
    z-index: 900;
    display: inline-grid;
    width: 100%;
    row-gap: 5px;
 
  }

  .main_plato {
    display: inline-flex;
    position: relative;
    left: -10%;/*90px*/
    padding: 20px;

  }


  .img_plato {
    display: inline-block;
    position: absolute;
    width: 56%;
    height: auto;
    left: 72%;
    bottom: 50px;
    z-index: 1200;
  }

  .info_plato {
    font-family: "Nexa Light";
    font-size: 0.9rem;/*1rem*/
    color: #ffffff;
    padding: 10px;
    top: 10px;
    width: 71%;
    position: relative;
    line-height: 17px;
    /* z-index: 1600; */
  }


  .caja_platos {
    display: inline-block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 250px;
    padding: 10px;
  }

  .logo_gourmet_movil {
    width: 41%;
    height: auto;
    position: relative;
    z-index: 1552;
    margin-bottom: 19px;
    left: 23%;
  }

  .cont_gourmet{
    display: inline-block; 
    position: relative;
    top: 110px;
    margin: auto;
    width: 100%;
    min-width: auto;

  }

  .tit_gourmet_platos {
    display: inline-block;/*inline-block*/
    position: relative;
    font-family: "Nexa Light";
    font-size: 0.8rem;
    color: white;
    text-align: center;
    margin: auto;
    padding: 10px;
    left: -6%;/*0*/
    width: 100%;
  }

  .brand_box-3 {
    display: none;
    position: absolute;
    top: 3px;
    bottom: 50px;
    z-index: 1550;
    width: 120px;
    height: 250px;
    width: 40px;
    left: -20px;
  }



  .cont_platos{
    position: relative;
    left: -11%;
    display:inline-block;
    padding: right 20px; 
    bottom: 20px;
    }


    .barra_vert_gourmet {
      display: none;
    }



    .logo_gourmet {
     display: none;
    }

    .caja-base {
        height: auto;
      
        display: inline-block;
        bottom: 45px;
        right: 0%;
      }

      .chef{
        display: none;
       
        }

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



    .cont_tarifas{
        top: 120px;
     
        position: relative; 
      }


    .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;
        }
        
        .main-menu{
          position: fixed;
          z-index:2000;
          color:white;
           font-family: 'Bebas Neue';
          font-size: 1.2rem;
          top:60px;
          right:0%;
          width: 100%;
         }
       
       /*   .tit_sec {
          display: none;
        }
        .tit_sec_movil {
          display: block;
          
          left: 0%;
          position: relative;
          
        } */




         .tit_suite{
            font-family: "Nexa Light";
            font-size: 10px;
            color:white;
            position: relative;
            margin-right:auto;
            margin-left: auto;
            text-align: center;
            bottom: 20px;
            width: 78%;
            right: 14%;
            margin-bottom:50px;
            }



    .precios{  
        font-size:5vw;
        font-family: "Nexa Light";
        color: white;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
       
      }

      .caja-suite{
        height: auto;
        width:80%;
        background-color: #262626;
        display: inline-block;
        margin-bottom: 30px;
       }


       .img_suite {
     display: none;
      }


}

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


  h1, .h1 {
    font-size: 1.8rem;
  }
  
  h1 {
    overflow: hidden;
    text-align: center;
  }
  h1:before,
  h1:after {
    background-color:var(--rojo);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 3%;
  }
  h1:before {
    right: 0.5em;
    margin-left: -50%;
  }
  h1:after {
    left: 0.5em;
    margin-right: -50%;
  }






  h5, .h5 {
    font-size: 1.25rem;
  }
  
  
  
  
  .top-bar{
        display: none;
         }

         

         .brand_box-3 {
            display: none;
            position: absolute;
            top: 3px;
            bottom: 50px;
            z-index: 1550;
            width: 120px;
            height: 250px;
            width: 40px;
            left: -20px;
          }
 
          .logo_gourmet_movil{
            
            width: 41%;
            height: auto;
            position: relative;
            z-index: 1552;
            margin-bottom: 19px;
            left:29%;
          }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
 
         .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-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;
  }
  
  .main-menu{
    position:fixed;
    z-index:2000;
    color:white;
     font-family: 'Bebas Neue';
    font-size: 1.2rem;
    top:60px;
    right:0%;
    width: 100%;
   }
 
    
    
  .logo{
    width: 50px;
    height: auto;
    position: relative;
    right: 50px;
    }
    
    .tit_suite{
    font-family: "Nexa Light";
    font-size: 10px;
    color:white;
    position: relative;
    margin-right:auto;
    margin-left: auto;
    text-align: center;
    
    }

    .padding_tarifas{
      padding-top: 120px;/*90px*/
      }

    .linea_suite_l{
      position:relative;
      border: 1px solid #D70A17;
      width:15%; 
      left: 23%;
      top:20px;
      z-index: 1200;
    }
    
    .linea_suite_r{
      position:relative;
      border: 1px solid #D70A17;
      width:15%; 
      left:62%;
      bottom:25px;
      z-index: 1205;
    }
    /* CAJA INFO SUITES */
    .caja-base{
      height: auto;
      width: 170px;
      display:inline-block;
      bottom: 20px;
      text-align: center;
      
      }
    
   .img_base{
       text-align: center;
       width: 80px;
       height: auto;
       margin: auto;
    }

    .text_tiempo_base{
    
      font-family: "Nexa Light";
      color: white;
      font-size: 13px;
      text-align: center;
      line-height: 15px;
    }

    .caja-suite{
    height: auto;
    width: 180px;
    background-color: #262626;
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
 }
    hr.solid {
      border-top: 1px solid #fff;
      
    }
    
    .img_suite{
    position: relative;
    margin: auto;
    width: auto;
    height:120px;
    bottom:20px;
    display:none;
    }
    .tit_suites{
      font-family: "Nexa Bold";
      font-size: 1rem;
      color: white;
      position: relative;
     
        }
    
    .tit_tarifa{
      font-family: "Nexa light";
      font-size: 0.9rem;
      color: white;
      position: relative;
      top: 8px;
      padding-right: 10px;
         }
    .precio-barra{
      display: flex;
      background-color: #D70A17;
      padding:1px 5px 1px 5px;
      position: relative;
      left: 5%;
      width: 60%;
     
    }
      .precios{  
        font-size: 1rem;
        font-family: "Nexa Light";
        color: white;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
       
      }
      .cont_tarifa{
        display: flex;
        padding: 5px;
        position: relative;  
       
      }
    
      .cont_adicional{
        display: inline-flex;
        padding: 5px;
        position: relative; 
      }
    .hora_adicional{
        border:2px solid ;
        border-color: #D70A17;
        color:white;
        font-family: "Nexa Light";
        font-size: 13px;
        padding: 5px;
        position: relative;
        left:12px;
        display: inline;
          }
    
    .text_hora_adicional{
        font-family: "Nexa light";
        font-size:11px;
        color:white;
        line-height: 10px;
        text-align:center;
        position: relative;
        display: inline-flex;
        left: 15px;
       
     }
    
     .persona_adicional{
      border:2px solid ;
      border-color: #D70A17;
      color:white;
      font-family: "Nexa Light";
      font-size: 13px;
      padding: 5px;
      position: relative;
      display: inline;
      
     }
    
    
    
      .text_pers_adicional{
        font-family: "Nexa light";
        font-size:11px;
        line-height: 11px;
        color:white;
        text-align:center;
        position: relative;
        display: inline-flex;
        left: 0px;
           }
    
    
      .desc_suite{  
        font-family: "Nexa Light";
        font-size: 12px;
        color: white;
        line-height: 12px;
        text-align: center;
      }  
      
      .cont_gourmet{
        display: inline-block; 
        position: relative;
        top: 150px;
        margin: auto;
        min-width: auto;
       left: 1%;
      
      }
      
      .tit_gourmet_platos {
        display:block;/*inline-block*/
        position: relative;
        font-family: "Nexa Light";
        font-size: 0.9rem;
        color: white;
        text-align: center;
        margin: auto;
        padding: 10px;
        left: 0%;/*-37*/
      width: 100%;
      }
      
      
      
      .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: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;
        width: 100%;
        
        }
      
        .menu_licores{
          position: relative;
          bottom:15px;
          cursor: pointer;
          margin: auto;
          width: 100%;
          }
      
      
      
      .links_licores{
        display: block;
        border: 1px solid;
        color: white;
        font-family: "Nexa Light";
        font-size: 12px;
        padding: 5px;
        transition: all .5s ease-in-out;
       width:100%;
       margin: auto;
        }
      
        .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: 12px;
        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: 6%;/*15%*/
      display:inline-block;
      padding: right 20px; ;
      bottom: 20px;
      }
      
      .main_plato{
      display: inline-flex;
      position: relative;
      left:-15%;
      padding:20px;
        
        
      }
      
      .caja_platos{
        display: inline-block;
        position: relative;
        background-color: rgba(0, 0, 0, 0.50);
        width: 280px;/*280px*/
        height: 300px;/*250px*/
        padding: 10px;
      }
      
      .tit_info_plato{
        top:10px;
        left: 10px;
        position: relative;
        color: white;
        font-family: "Nexa Light";
        font-size: 1.0rem;
      
      }
      
      .div_plato{
        border: 1px solid #D70A17;
        position: relative;
        width: 60%;
        top:10px;
      }
      
      .info_plato{
        font-family: "Nexa Light";
        font-size: 1rem;/*12px*/
        color: #ffffff;
        padding: 10px;
        top:10px;
        width: 70%;
        position: relative;
        z-index: 1600;
      }
      
      
      .img_plato{
        display: inline-block;
        position: absolute;
        width: 180px;
        height: auto;
        left: 190px;
        bottom: 61px;/*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;
      }
    }
    
    