/* ===========SUITES MOVIL=========== */

@media only screen and (min-width: 375px) and (max-width:425px){
  .logo_desktop {
    display: none;
    }

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

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



    h6:before,
    h6:after {
      background-color:var(--rojo);
      content: "";
      display: inline-block;
      height: 2px;
      position: relative;
      vertical-align: middle;
      width: 20%;
    }
    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: 12%;
    }
    h3:before {
      right: 0.5em;
      margin-left: -50%;
    }
    h3:after {
      left: 0.5em;
      margin-right: -50%;
    } 
    
  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%;
  }  




    .cont_suite {
        resize: both;
        display:block;
        left: auto;
        right:auto;
        top: 20px;
        bottom: 0;
        margin: auto;
        position: relative;
        width: 100%;
        height: 100vh;
        max-width: 100%;
       
      }

    .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;
        }
        .caja-reservas {
         display: none!important;
        }
        .caja-reservas-movil {
          position: relative;
          background-color: rgba(0, 0, 0, 0.50);
          display: block;
          margin: auto;
          left:auto;
          top: 80px;
          width: 80%;
          height: 280px;
          box-shadow: 1px 4px 8px 4px rgb(0 0 0 / 60%);
        }

        .text_reservas {
          font-family: "Nexa Light";
          color: white;
          font-size: 1.2rem;
          text-align: center;
          line-height: 20px;
          position: relative;
          top: 10px;
          line-height: 1.3rem;
        }

        .formulario {
            display: block;
            position: relative;
            left:auto;
            right: auto;
            width: 100%;
            top: 80px;
          }

          .enviar {
            display: inline-block;
            position: relative;
            margin: auto;
            right:0%;
          }



        .caja-fotos {
          display: block;
            position: relative;
            left: auto;
            right: auto;
            bottom: 10px;
            width: 100%;
           
          }


        .tit_suite_decor {
            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: 68px;
            bottom: 35px;
          }
        

    .caja-mapa {
        position: relative;
        left: -7%;
        bottom: 10px;
        top: 80px;
      }




  .caja-llegar {
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    display:block;
    position: relative;
    bottom: 360px;
    box-shadow: 1px 4px 8px 4px rgba(0, 0, 0, 0.2);
    padding: 15px;
    position: relative;
    top: 100px;
    margin: auto;
    right:auto;
    left: auto;
  }

}

