.div_form__ {
  position: absolute;
  z-index: 5;
  background: #11265d;
  width: 100%;
  left: 0;
  padding: 15px 10px;
  border-radius: 15px;
}

.div_form__ h3{
  font-size: 20px;
  color: #fff;
}

.consultar_btn__ {
    background: #2CB02F;
    border: none;
    padding: 20px 0px;
    color: #ffffff;
    margin-top: 0px;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 900;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-family: "Montserrat", sans-serif;
}

.consultar_btn__:hover {
  background: #8e1515;
  color: #ffffff;
}

.border-dest {
  border-left: 2px solid #ccc;
}

.input_motor_home__ {
    padding: 20px 15px;
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #fff;
    font-size: 15px !important;
    color: #4d4d4d !important;
    cursor: pointer;
    transition: all 0.5s;
    font-family: "Poppins", sans-serif;
}

.input_motor_home__:hover {
  background: #ececec;
}

.input_motor_home__:disabled {
  background: #ccc;
}

/* .destino_input__::before {
  content: "\f041";
  position: absolute;
  font-family: "fontawesome";
  width: 13px;
  height: 13px;
  top: 16px;
  z-index: 9;
  left: 23px;
  color: #00348c;
  font-size: 16px;
}

.fecha_input__::before {
  content: "\f073";
  position: absolute;
  font-family: "fontawesome";
  width: 13px;
  height: 13px;
  top: 16px;
  z-index: 9;
  left: 23px;
  color: #00348c;
  font-size: 16px;
} */

.label_fechas_check__ {
  color: #ffffff;
  margin-top: 10px;
  padding: 2px 0px;
}

.p_destinos__ {
    position: absolute;
    bottom: -16px;
    background: #00348c;
    width: 100%;
    color: #ffffff;
    padding: 11px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
  }

  .labels_input__ {
    color: #11265d;
    position: absolute;
    z-index: 1;
    top: 39px;
    font-size: 12px;
    left: 41px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  
  .blue_base___ {
    color: #11265d;
  }

.habitaciones {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 5px #292929;
  /* border: 1px solid #000; */
}

.div_habitaciones {
  display: inline-block;
  padding: 10px 3px;
}

.acciones_habitacion{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-top: 5px;
}

.cerrar-habitaciones {
  background: none;
  border: 1px solid #11265d;
  border-radius: 5px;
  color: #11265d;
  padding: 5px 3px;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cerrar-habitaciones:hover {
  color: #fff;
  background: #11265d;
}

.button-habitacion {
  background: none;
  border: none;
  padding: 5px 7px;
  color: #fff;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}

.button-habitacion.add:hover {
  border-bottom: 2px solid #11265d;
  padding-bottom: 0;
}

.button-habitacion.delete:hover {
  border-bottom: 2px solid #e62d2d;
  padding-bottom: 0;
}

.button-habitacion i {
  font-size: 13px;
}

.button-habitacion.add {
  color: #11265d;
}

.button-habitacion.delete {
  color: #e62d2d;
}

.habitacion {
  border: 2px solid #ccc;
  padding: 20px 10px;
  position: relative;
}

.habitacion h5 {
  font-size: 17px;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 5px;
  position: absolute;
  top: -10px;
  background: #fff;
  left: 15px;
  padding: 0px 7px;
}

.habitacion h6 {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 5px;
}

.button-persona {
  background: none;
  border: 1px solid #11265d;
  border-radius: 50%;
  padding: 0px 0px;
  color: #717171;
  margin-top: 0px;
  font-size: 15px;
  width: 25px;
  height: 25px;
  line-height: 1.6;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.spannumero {
  font-size: 17px;
  margin: 0px 13px;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 35px;
  display: inline-block;
  color: #000;
  font-weight: initial;
}

.borde-hab {
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

.menores {
}

.menor {
  margin-top: 10px;
}

.menor h6 {
  text-align: center;
  color: #717171;
  font-size: 10px;
}

.menor select {
  height: 35px;
  padding: 0px 10px;
}

.destino_input__ {
  position: relative;
}

.destinos {
  position: absolute;
  display: none;
  top: 0;
  width: 325%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #575757;
  z-index: 10000000;
  padding: 15px 0px;
}

.input-destino {
  position: relative;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

.input-destino input {
  border: none;
  padding: 0px 15px;
  height: 45px;
  font-size: 21px;
  box-shadow: none;
}

.input-destino span {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

.input-destino span i {
  font-size: 17px;
  color: #848484;
  padding: 12px 15px;
}

.input-destino input:focus {
  border: none;
  box-shadow: none;
}

.lista-destinos {
  padding: 0px 0px;
}

.lista-destinos p {
  margin: 0;
  font-weight: bold;
  padding: 10px 15px 10px;
  color: #11265d;
  display: inline-block;
}

.lista-destinos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lista-destinos ul li {
  padding: 13px 5px;
  font-size: 13px;
  border-bottom: 1px solid #7b7b7b21;
  cursor: pointer;
  font-weight: 400;
  color: #464646;
  line-height: 0;
  font-family: "Poppins", sans-serif;
}

.lista-destinos ul li:hover {
  background: #d9d4d457;
}

.lista-destinos ul li.focus {
  background: #d9d4d457;
}

.motor_inputs {
  cursor: pointer;
}

/* .nohay-destinos{
      display: none;
  } */

.nohay-destinos h4 {
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #595959;
  padding: 20px 0px;
  font-size: 13px;
}

.nohay-destinos i {
  font-size: 17px;
}

.flatpickr-day {
  border-radius: 6px;
}

.flatpickr-day.today {
  border-color: #11265d;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #11265d;
  border-color: #11265d;
  border-radius: 6px;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 6px 0px 0px 6px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0px 6px 6px 0px;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #11265d;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){
  box-shadow: -5px 0px 0px #e6e6e6, 2px 0px 0px #e6e6e6 !important;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 6px;
}

.flatpickr-day.prevMonthDay.hidden, .flatpickr-day.nextMonthDay.hidden{
  display: initial !important;
}

.div_absolute_habitaciones {
  display: none;
  position: absolute;
  top: 70px;
  width: 92%;
  z-index: 10000;
}

.habitaciones::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50px;
  width: 20px;
  height: 20px;
  background: #c11313;
  transform: rotate(45deg);
  border-radius: 3px;
  z-index: 0;
}

.alerta_habitaciones {
  background: #c11313;
  display: flex;
  padding: 4px 10px;
}

.alerta_habitaciones i {
  font-size: 25px;
  line-height: 1.7;
  color: #fff;
  margin-right: 5px;
  border-right: 1px solid;
  padding-right: 8px;
}

.alerta_habitaciones p {
  text-align: left;
  color: #fff;
  font-weight: 600;
  margin: 0;
  line-height: 2.7;
  font-size: 13px;
}

.scroll_destinos {
  overflow: auto;
  /* min-height: 160px; */
  max-height: 480px;
}

.scroll_destinos em {
  font-style: initial;
  font-weight: 900;
  color: #11265d;
}

.scroll_destinos::-webkit-scrollbar {
  width: 7px;
}

.scroll_destinos::-webkit-scrollbar-thumb {
  background-color: #11265d;
  border-radius: 10px;
}

.loadder_motor {
  position: absolute;
  right: 185px;
  top: 18px;
  width: 1rem;
  height: 1rem;
}
.div_sin_resultados__ p {
  text-align: center;
  margin-top: 47px;
}

.load-lista {
  display: none;
}

.load-lista i{
  color: #11265d !important;
  font-size: 18px;
}

.lista-destinos ul li span {
  display: block;
  font-size: 12px;
  margin-left: 16px;
  font-style: italic;
}

.alojamientos_titulo_busqueda{
  font-size: 23px !important;
  font-weight: 500;
  color: #fff !important;
}
