/* SUITES */
/*========= MEDIA QUERIES */

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


  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%;
  }



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




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

  
  
    .menu-bar-fix{
        display: none;
         }
         .brand_box-2{
          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;
        }

        .cont_boutique{
            display:block;
             position:relative;
             margin: auto;
             width: 100%;
             height: 56.25vw; 
             max-height: 100vh;
             top:80px;
             left: 0;
           }

           .menu_platos {
            position: relative;
            bottom: 15px;
            cursor: pointer;
            margin: auto;
            z-index:900;
            display: grid;
            width: 60%;
            right: 0;
            row-gap: 5px;
          }
    
          .cont_prod {
            display: flex;
            justify-content: center;
            margin:auto;
            align-items: center;
            cursor: pointer;
          }

          .tit_boutique {
            font-family: "Nexa Light";
            font-size: 0.9rem;
            color: white;
            text-align: center;
            /* bottom: 80px; */
            position: relative;
            right: 0;
            left: 0; 
          }

    .chica_boutique {
        display: none;
      }
    
      .icono_boutique{
        display: none;
      
        }


        .tit_sec {
          display:block;
          position: relative;
          right:0;
          bottom: 0px;
          color: #212121;
        }


        .tit_erotica {
          display: inline-block;
          position: relative;
          font-family: "Nexa Light";
          font-size: 0.9rem;
          color: white;
          text-align: center;
          margin: auto;
          padding: 10px;
          left: 0;
          top: 5px;
        }

        .cont_prod {
          display:flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          position: relative;
          width: 100%;
          margin: auto;
          text-align: center;
        }


}

@media only screen and (min-width: 310px) and (max-width: 320px) {

  .logo_desktop {
    display: none;
    }

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


  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%;
  }



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




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

  
  
    .menu-bar-fix{
        display: none;
         }
         .brand_box-2{
          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;
        }

        .cont_boutique{
            display:inline-block;
             position: relative;
             margin: auto;
             left: auto;
             width: 100%;
             height: 56.25vw; 
             max-height: 100%;
             top:80px;/*50*/
           }

           .menu_platos {
            position: relative;
            bottom: 15px;
            cursor: pointer;
            margin: auto;
            z-index:900;
            display: grid;
            width: 100%;/*60%*/
            right: auto;
            row-gap: 5px;
          }

    .chica_boutique {
        display: none;
      }
    
      .icono_boutique{
        display: none;
      
        }

        .tit_boutique {
          font-family: "Nexa Light";
          font-size: 0.9rem;
          color: white;
          text-align: center;
          display: contents;
          position: relative;
         
          
        }

        .tit_erotica {
          display: inline-block;
          position: relative;
          font-family: "Nexa Light";
          font-size: 0.9rem;
          color: white;
          text-align: center;
          margin: auto;
          padding: 10px;
          left:auto;
          top: 5px;
        }
 .tit_sec {
    display:block;
    position: relative;
    right:0;
    bottom: 0px;
    color: #212121;
  }


}