
.form-absolute{
  position: absolute; 
  bottom: 25px; 
  left: 0px;
  z-index: 50;
  width: 100%;
}

.form-absolute form{
  margin-bottom: 0px;
}

.form-absolute-container{
  background-color: #283747; 
  border-radius: 0 3px 3px;
}

.section-padding-last{
  margin-bottom: 50px;
}

.detalles-button{
  margin-top: 10px;
}

.content-top{
  padding-top: 130px;
}

.mar-top{
  margin-top: 10px;
}

.bg-red{
  background-color: red;
}

.text-md{
  font-size: 13px;
}

.incluyeUL{
  padding: revert;
}

.top-bar2{
  padding: 0px;
  background-color: #FFF146;
  line-height: 1.2;
  max-height: 100px;
}

.top-bar{
  padding: 8px 15px 8px 15px;
  background-color: #FFF146;
  line-height: 1.2;
  max-height: 100px;
}

.top-bar .top-title{
  font-weight: bold;
}

.top-bar .top-close{
  position: absolute;
  top: 5;
  right: 5;
}

.register-form{
  height: 1500px;
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media screen and (max-width: 775px) {
  .hotelesTable{
    overflow-x: auto;
  }

  .col-xs-12{
    margin: 5px 0;
  }

  .form-absolute{
    position: absolute;
    bottom: 15px;
  }



  .detalles-button{
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px){
  .detalles-button{
    margin-top: 0px;
  }

}


@media screen and (max-width: 320px), (max-width: 480px) {
  .register-form{
    height: 1800px;
  }

  .hotelesTable{
    overflow-x: auto;
  }

  .col-xs-12{
    margin: 5px 0;
  }

  .form-absolute{
    position: static;

  }

  .form-absolute-container{
    padding-bottom: 10px;
  }

  .detalles-button{
    margin-top: 0px;
  }

  .slider-section{
    margin-top: 100px;
  }

  .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 0px;
      margin-left: 0px;
  }

  .center-xs{
    text-align: center;
  }

  .aerolinea-xs{
    height: 22px;
  }
}



@media (min-width: 481px) and (max-width: 767px){
  
  .hotelesTable{
    overflow-x: auto;
  }
 

  .col-xs-12{
    margin: 5px 0;
  }

  .form-absolute{
    position: static;
  }

  
}

.form-control{
  background-color: white;
}
.text-center{
  text-align: center;
}

@media (max-width: 1024px)
{
    .hide-mobile
    {
        display: none !important;
    }
    .nav-holder-s
    {
        display: none;
    }
    .show-mobile
    {
        display: block !important;
    }
    .hdr_container_mobile.show-mobile
    {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 991px)
{
    .hidden-mobile
    {
        display: none;
    }
}