.div_form__ {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  width: 1150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  padding: 15px 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 8px #ccc;
}

.title-search{
  font-size: 20px !important;
  font-weight: 100 !important;
  margin: 0;
}

.div_form__ h3{
  font-size: 20px;
}

.consultar_btn__ {
    background: #012662;
    border: none;
    padding: 10px 10px;
    color: #ffffff;
    margin-top: 0px;
    width: 100%;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 900;
    -webkit-transition: all 1s;
    transition: all .3s;
    font-family: "Montserrat", sans-serif;
}

.consultar_btn__:hover {
  background: #306f24;
}

.border-dest {
  border-left: 2px solid #ccc;
}

.input_motor_home__ {
    padding: 10px 6px;
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #fff;
    font-size: 15px !important;
    font-weight: bold;
    color: #4d4d4d !important;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0;
    border: 1px solid #ccc;
}

.input_motor_home__:hover {
  background: #eff5ff;
}

.input_motor_home__:disabled {
  background: #ccc;
}

.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: #a3a3a3;
    position: absolute;
    z-index: 1;
    top: 39px;
    font-size: 12px;
    left: 41px;
  }
  
  .blue_base___ {
    color: #012662;
  }

.habitaciones {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 5px #292929;
  /* border: 1px solid #000; */
}

.div_habitaciones {
  padding: 10px 3px;
}

.cerrar-habitaciones {
  background: none;
  border: 1px solid #012662;
  border-radius: 5px;
  color: #012662;
  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: #012662;
}

.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 #012662;
  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: #012662;
}

.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 #012662;
  border-radius: 50%;
  padding: 0px 0px;
  color: #717171;
  margin-top: 0px;
  font-size: 15px;
  width: 25px;
  height: 25px;
  line-height: 1;
  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;
}

.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: #757575;
  display: inline-block;
}

.lista-destinos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lista-destinos ul li {
  padding: 10px 15px;
  font-size: 15px;
  cursor: pointer;
  color: #686363;
  line-height: 0;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lista-destinos ul li i{
  color: #012662;
}

.lista-destinos ul li span {
  display: block;
  font-size: 12px;
  margin-left: 16px;
}

.lista-destinos ul li em{
  color: #012662;
  font-style: initial;
}

.lista-destinos ul li:hover {
  background: #d9d4d457;
}

.lista-destinos ul li.focus {
  background: #d9d4d457;
}

.motor_inputs {
  cursor: pointer;
}

.nohay-destinos h4 {
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #595959;
  padding: 20px 0px;
  font-size: 14px;
}

.nohay-destinos i {
  font-size: 20px;
}

.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: #012662;
  transform: rotate(45deg);
  border-radius: 3px;
  z-index: 0;
}

.alerta_habitaciones {
  background: #012662;
  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;
  max-height: 230px;
}


.scroll_destinos::-webkit-scrollbar {
  width: 7px;
}

.scroll_destinos::-webkit-scrollbar-thumb {
  background-color: #012662;
  border-radius: 10px;
}

.load-lista {
  display: none;
}

.load-lista i{
  color: #012662;
  font-size: 18px;
}


/************ CSS PERSONALIZADO PARA EL CALENDARIO **************/

.flatpickr-day {
  border-radius: 6px;
}

.flatpickr-day.today {
  border-color: #3c892d;
}

.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: #3c892d;
  border-color: #3c892d;
  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 #3c892d;
}

.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;
}

/************ CSS PERSONALIZADO PARA EL CALENDARIO **************/

@media (max-width: 768px){
  .div_form__{
    position: initial;
    width: 100%;
  }
  
  .input_motor_home__{
    margin-bottom: 12px;
  }

  .destinos{
    width: 100%;
    left: 0;
    top: -15px;
  }
  
  .consultar_btn__{
    font-size: 15px;
  }
}