#searchingHotelesDet{
	color:white;
	background-color: rgba(0, 60, 113, 0.7);
}

    
.alerta{
    position: fixed;
    width: 100%;
    height: auto;
    display: none;
    z-index: 99;
    bottom: 0;
    padding: 15px 25px;
    background-color: #f7f7f7;
    text-align: right;
    flex-flow: wrap;
    border: 2px solid #c1c0fd;
}
    
.positionFromTop .alerta{
  position: relative!important;
}
.alerta.completed{
  background-color: #7DB6E3;
}

.alerta .resume-mobile {
    display: none;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}

.alerta .toggle-alert {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.alerta .hotel-name {
    display: flex;
    flex-flow: column;
    width: 100%;
    text-align: left;
    color: #007bff;
    font-size: 1.4em;
    font-weight: 700;    
}

.alerta.completed span{
  color: #fff;
}
.alerta.completed .hotel-name{
  color: #fff;
}

.alerta span span {
    font-weight: 300;
    display: block;
}
    
.alerta span {
    color: #818181;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}

.alerta .habitacion-info a {
    margin-top: 15px;
    text-decoration: none;
}

.alerta i{
  color: #fff;
  margin-left: 20px;
  font-size: 30px;
  position: relative;
  top: 6px;
  display:none;
}
.alerta.completed i{
  top: -8px;
}

.alerta .habitacion-info {
    float: right;
    width: 30%;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.alerta .habitacion-resume {
    width: 70%;
    float: left;
    text-align: left;
    display: flex;
    padding: 0 20px 0 0;
}


.alerta .resumen-title{
  width: 60%;
  display: flex;
}

.alerta .resumen-count{
  display: flex;
  width: 40%;
  justify-content: flex-end;
}

.alerta .habitacion-resume .habitacion-item {
    flex: 1;
    padding: 0 10px;
}

.alerta .habitacion-resume .habitacion-item .habitacion-item-content {
    width: 100%;
    border: 1px dashed #b9b9b9;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 5px;
    position: relative;
    background: transparent;
}

.alerta .habitacion-resume .habitacion-item .habitacion-item-content .habitacion-item-seleccionado{
  position: absolute;
  width: 101%;
  height: 103%;
  top: -1px;
  left: -1px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5px;
  -webkit-animation: slide-bck-bottom 0.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
  animation: slide-bck-bottom 0.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

.alerta .habitacion-resume .habitacion-item .habitacion-item-content .habitacion-item-seleccionado.removed-item{
  -webkit-animation: slide-bck-bottom-remove 0.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
  animation: slide-bck-bottom-remove 0.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

.alerta .habitacion-resume .habitacion-item .habitacion-item-content p {
    color: #0396ffb3;
    font-weight: 300;
    font-size: 0.8em;
    margin: 2px 0;
}

.alerta .habitacion-resume .habitacion-item .habitacion-item-content a{
  position: absolute;
  font-size: 1.2em;
  color: #818181;
  margin: 5px 5px 0 0;
  top: 0;
  right: 0;
  cursor: pointer;
}

a {
    text-decoration: none;
}

a.btn-form span {
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
}



a.btn-complete {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn-gray {
    background-color: #007bff;
}

a.reserva-completa svg {
    fill: #fff;
    width: 9px;
    margin-left: 10px;
    animation: animationArrow ease-in-out 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationArrow ease-in-out 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationArrow ease-in-out 1s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationArrow ease-in-out 1s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationArrow ease-in-out 1s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

a.btn-reveal-white span, a.btn-reveal-black span, a.reserva-completa svg, a.btn-reveal-green span {
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

svg:not(:root) {
    overflow: hidden;
}

.empty-input{
	border: 1px solid red !important;
}
.questions {
  display: none !important;
}