.motor-reserva {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  text-align: center;
  z-index: 13;
  height: 50px;
}

.motor-reserva form {
  margin: 0;
}

.motor-reserva form div {
  margin-bottom: 0;
}

.motor-reserva input:focus { outline: 0; }

.motor-reserva select,
.motor-reserva input[type="text"],
.motor-reserva input[type="password"],
.motor-reserva input[type="email"] {
  box-shadow: none;
}

.motor-reserva .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.motor-reserva .call-to-action, .motor-reserva .flatpicker-omnibees-be {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 15px;
  height: 50px;
  border-left: 1px solid #d8d8d8;
}

.motor-reserva .call-to-action { padding-top: 15px; height: 35px; color: #484848; border-left: 0; }
.motor-reserva .call-to-action a { color: #af8f5f; text-decoration: none; }
.motor-reserva .call-to-action a:hover { color: #836551; }

.motor-reserva .flatpicker-omnibees-be .input-button {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  width: 35px;
  padding: 8px 0 0;
}

.motor-reserva .motor-reserva svg path {
  fill: #484848;
}

.motor-reserva .flatpicker-omnibees-be input {
  height: 50px;
  padding: 0 0 0 25px;
  margin: 0;
  border: none;
  background: transparent;
  color: #484848;
  vertical-align: top;
  text-align: center;
  width: 175px;
  background-image: url("../../../../../uploads/2025/12/icon_calendar.svg");
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
  background-position: 10px center;
  background-size: 25px;
  background-repeat: no-repeat;
}

/*SELECT HOTEL*/
.motor-reserva .hotel {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
}

.motor-reserva .select-sim {
  width: 250PX;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  position: relative;
  background: white;
  overflow: hidden;
}

.motor-reserva .select-sim::after {
  content: "￬";
  color: #484848;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}

.motor-reserva .select-sim:hover::after {
  content: "";
}

.motor-reserva .select-sim:hover {
  overflow: visible;
}

.motor-reserva .select-sim:hover .options .option label {
  display: inline-block;
}

.motor-reserva .select-sim:hover .options {
  background: white;
  border: 1px solid #ccc;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100px;
  overflow-y: scroll;
}

.motor-reserva .select-sim .options .option {
  overflow: hidden;
}

.motor-reserva .select-sim:hover .options .option {
  height: 50px;
  overflow: hidden;
}

.motor-reserva .select-sim .options .option img {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 2px;
}

.motor-reserva .select-sim .options .option label {
  display: none;
}

.motor-reserva .select-sim .options .option input {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block;
  position: absolute;
  left: -10000px;
}

.motor-reserva .select-sim .options .option input:checked + label {
  display: block;
  width: 100%;
}

.motor-reserva .select-sim:hover .options .option input + label {
  display: block;
}

.motor-reserva .select-sim:hover .options .option input:checked + label {
  background: #fffff0;
}

/*HOSPEDES*/
.motor-reserva .hospedes {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 15px;
  height: 50px;
  border-left: 1px solid #d8d8d8;
  cursor: pointer;
}

.motor-reserva .hospedes #lista-hospede {
  padding: 0 10px;
  color: #484848;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.motor-reserva #box-hospede {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 15px 15px 5px;
  color: #484848;
  transition: all 0.2s ease-in;
  visibility: visible;
  opacity: 1;
  position: absolute;
  bottom: 40px;
}

.motor-reserva #box-hospede.esconde {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, margin-top 0.1s opacity 0.1s ease-in;
  margin-top: 10px;
}

.motor-reserva #box-hospede h3 {
  margin: 0 0 20px;
  color: #484848;
}

.motor-reserva #box-hospede span {
  float: left;
  vertical-align: middle;
  padding: 8px 0
}

.motor-reserva #box-hospede #ad,
.motor-reserva #box-hospede #ch {
  vertical-align: middle;
  width: auto;
  float: right;
  margin-left: 20px;
  border: 1px solid rgba(169, 169, 169, 1);
  border-radius: 3px;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  color: black;
  background-color: white;
  cursor: default;
  margin: auto;
  margin-left: 10px;
  padding: 5px 8px;
}

.motor-reserva #box-hospede .opcoes-hospede {
  margin-bottom: 10px;
  display: block;
}

.motor-reserva #lista-hospede .esconde {
  display: none;
}

.motor-reserva #box-hospede #salvar-idade {
  display: block;
  border-radius: 3px;
  border: 1px solid #af8f5f;
  background-color: #af8f5f;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  margin: 20px auto 5px;
  color: #fff;
}

.motor-reserva #box-hospede #salvar-idade:hover {
  background-color: #fff;
  color: #af8f5f;
}

.motor-reserva #box-hospede .ativa {
  display: block;
  z-index: 14;
}

.motor-reserva #box-hospede .esconde {
  display: none;
}

.motor-reserva #box-hospede #output span {
  margin-left: 15px;
}

.motor-reserva #box-hospede #output input {
  float: right;
  margin-left: 20px;
  border: 1px solid rgba(169, 169, 169, 1);
  border-radius: 3px;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  color: black;
  background-color: white;
  cursor: default;
  margin: auto;
  padding: 5px 8px;
  width: 50px;
}

.motor-reserva #box-hospede #output div {
  margin-bottom: 10px;
  display: block;
}

/*CODIGO PROMOCINOAL*/
.motor-reserva #codigo-promocional {
  display: inline-flex;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  height: 50px; 
  margin: 0;
  border-left: 1px solid #d8d8d8;
}

.motor-reserva #codigo-promocional input {
  border: 0;
  background: transparent;
  margin: 0;
  text-align: center;
  width: 175px;
}

.motor-reserva #code::placeholder {
  color: #bbb;
  opacity: 1;
}

.motor-reserva .booknow {
  display: inline-flex;
  height: 50px;
  padding: 0;
}

.motor-reserva .booknow button {
  vertical-align: middle;
  border: 1px solid #af8f5f;
  background: #af8f5f;
  padding: 10px 30px 10px 30px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  margin: 0;
}

.motor-reserva .booknow button:hover {
  background-color: #fff;
  color: #af8f5f;
  transition: all ease-in .1s
}

.motor-reserva .powered-omnibees {
  position: relative;
  width: 100%;
  background: #292c31;
  text-align: center;
  color: #ccc;
}

.motor-reserva #aviso-reserva:before {
  content: '+';
  width: 25px;
  height: 25px;
  background: #333;
  color: #ccc;
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
}

.motor-reserva #aviso-reserva {
  width: 165px;
  background: #ffffff;
  border-radius: 3px;
  opacity: 0;
  transition: all ease-in 0.5s;
  position: absolute;
  bottom: 90px;
  cursor: pointer;
  padding: 10px;
}

.motor-reserva #aviso-reserva span {
  position: absolute;
  bottom: -21px;
  margin: 0 auto;
  color: #fff;
}

.motor-reserva .ativa {
  opacity: 1;
  background: blue;
  bottom: 80px;
  transition: all ease-in 3s;
}

.motor-reserva .hotel-selection {
  height: 60px;
  width: 220px;
  padding: 0 5px;
  margin: 0;
  display: inline-block;
  border: none;
  background: transparent;
  text-align: left;
  color: #484848;
  vertical-align: top;
}

.motor-reserva .hotel-selection option {
  color: #111;
}

.motor-reserva * { font-family: "Montserrat", Arial, Helvetica, sans-serif; font-weight: 400; text-transform: uppercase; }
.motor-reserva .call-to-action, .motor-reserva .hospedes #lista-hospede, .motor-reserva .hospedes #box-hospede, .motor-reserva #code::placeholder, .motor-reserva .booknow button { font-size: 14px; }
.motor-reserva .flatpicker-omnibees-be input { font-size: 16px; }

.motor-reserva-special { position: absolute; width: 100%; background-color: transparent; bottom: auto; top: 80vh; }
.motor-reserva-special .motor-reserva-special-helper { width: auto; display: inline-table; background-color: #fff; height: 50px; border: 20px solid #fff; box-shadow: 0px 0px 15px rgb(0 0 0 / 0.2); }
.motor-reserva-special #box-hospede {  }
 
/* Mobile */

@media (max-width: 1200px) {
	.motor-reserva #codigo-promocional { display: none; }
}

@media (max-width: 1050px) {
	.motor-reserva .call-to-action { display: none; }
	.motor-reserva .flatpicker-omnibees-be { border-left: 0; }
}

@media (max-width: 750px) {
	.motor-reserva .hospedes { display: none; }
}

@media (max-width: 500px) {
	.motor-reserva .hospedes { display: none; }
	.motor-reserva .booknow button { padding: 10px 15px 10px 15px; }
	.motor-reserva .flatpicker-omnibees-be { padding: 0 0 0 10px; }
	.motor-reserva-special .motor-reserva-special-helper { border-width: 0; }
	.motor-reserva .call-to-action, .motor-reserva .hospedes #lista-hospede, .motor-reserva .hospedes #box-hospede, .motor-reserva #code::placeholder, .motor-reserva .booknow button { font-size: 12px; }
}