.div_form__ {
  position: relative;
  width:100%;
  left: 0;
  padding: 15px 10px;
  border-radius: 4px;
  top: 0px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 7px 18px 4px #9d9d9d6b;
  margin-top: 15px;
}

.title-hero {
  position: absolute;
  top: 125px;
}
 
.div_form__ h3{
  font-size: 20px;
}

.title-motor{
  font-size: 18px !important;
  color: #0a2675 !important;
}

.consultar_btn__ {
    background: #00348C;
    border: none;
    padding: 12px 0px;
    color: #ffffff;
    position: relative;
    top: 2px;
    width: 90%;
    border-radius: 5px;
    font-size: 20px;
    font-size: 1rem;
    font-weight: 600;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-family: 'Poppins', sans-serif;
}
.consultar_btn__modificar {  
  border: none;
  color: #ffffff;
  width: 100%;  
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-family: "Montserrat", sans-serif;
  margin-left: 10%;
  background: #1a5f9d;
  border-radius: 25px;
  padding: 12px;
  margin-top: 0px;
}
.consultar_btn__modificar:hover {
  background: #1a5f9d;
  box-shadow: 0px 3px 5px #00000069;
}
.consultar_btn__:hover {
  background: #f9ce09;
}

.border-dest {
  border-left: 2px solid #ccc;
}

.form-control {
  font-size: .9rem;
}

.input_motor_home__ {
    width: 100%;
    border: none;
    border-radius: 0px;
    background: #fff;
    font-size: 13px !important;
    color: #4d4d4d !important;
    cursor: pointer;
    transition: all 0.5s;
    margin: 0;
    outline: none;
    font-family: 'Poppins', sans-serif;
    
}


.hidden-input-two {
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container-motor-input {
  overflow: hidden !important;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-habitaciones {

}

.content-input {
  color: #fff;
}

.input_motor_home__:hover {
  background: #fff;
}

.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: #a3a3a3;
    position: absolute;
    z-index: 1;
    top: 39px;
    font-size: 12px;
    left: 41px;
  }
  
  .blue_base___ {
    color: #00348C;
    /* width: 20px;
    text-align: left; */
  }

.habitaciones {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 2px 5px #292929;
  font-family: 'Poppins', sans-serif;
  /* border: 1px solid #000; */
}
.blue_base___ {
  color: rgba(32, 31, 31, 0.829);
  }
  
.div_habitaciones {
  height: auto;
  max-height: 400px;
  padding: 10px 3px;
  border-radius: 20px;
  overflow-y: scroll;
}

.container__div-habitaciones {
  height: auto;
  
}

.cerrar-habitaciones {
  background: none;
  border: 1px solid #00348C;
  border-radius: 50px;
  color: #00348C;
  padding: 5px 3px;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cerrar-habitaciones:hover {
  color: #fff;
  background: #00348C;
}

.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 #00348C;
  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: #00348c;
}

.button-habitacion.delete {
  color: #e62d2d;
}



.habitacion h5 {
  font-size: 17px;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 5px;
  background: #fff;
  padding: 0px 7px;
  
}

.adult {
  height: 20px;
}
.text-adult {
  position: relative;
  top: 2px;
}

.text-menores {
  position: relative;
  top: 13px;
}


.menor {
  height: 20px;
}

.habitacion h6 {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 5px;
}

.button-persona {
  background: none;
  border: 1px solid #00348c;
  border-radius: 50%;
  padding: 0px 0px;
  color: #717171;
  margin-top: 0px;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 30px;
  height: 30px;
}

.spannumero {
  font-size: 15px;
  margin: 0px 5px;
  text-align: center;
  width: 25px;
  display: inline-block;
  color: #000;
  font-weight: initial;
}

.borde-hab {

}

.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;
}

.motor__input {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.1);
}

.motor__input .fa-location-dot {
  font-size: 1.3rem;
  position: relative;
  top: 14px;
}

.motor__input .fa-calendar {
  font-size: 1.3rem;
  position: relative;
  width: 50px;
  top: 15px;
}

.motor__input .fa-bed-main {
  font-size: 1.25rem;
  position: relative;
  top: 13px;
}

.container-motor-input {
  padding-top: 2px;
  padding-bottom: 2px;
}


.destinos {
  position: absolute;
  display: none;
  top: 0;
  width: 188%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #575757;
  z-index: 10000000;
  padding: 15px 0px;
  left: 0px;
}

.input-destino {
  position: relative;
  border-bottom: 1px solid #f0f3f5;
  padding-bottom: 10px;
}

.input-destino input {
  border: none;
  padding: 0px 15px;
  height: 45px;
  font-size: 21px !important;
}

.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: 500;
  padding: 10px 15px 10px;
  color: #232323 !important;
  display: block;
}

.lista-destinos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lista-destinos ul li {
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  color: #232f42;
  line-height: 0;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;  
}

.lista-destinos ul li i{
  color: #404040;
}

.lista-destinos ul li span {
  display: block;
  font-size: 12px;
  margin-left: 16px;
  margin-top: 12px;
  color: #8b8b8b;
}

.lista-destinos ul li em{
  color: #000000;
  font-style: initial;
}

.lista-destinos ul li:hover {
  background: #f0f3f5;
}

.lista-destinos ul li.focus {
  background: #f0f3f5;
}

#keyup_motor::placeholder {
  color: #737374; /* Color del texto del marcador de posición */
  font-size: 1.5rem;
  font-weight: bold;
}

.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: -100px;
  left: -270px;
  width: 500px;
  z-index: 10000;
}
.div_absolute_habitaciones_modificar {
  top: 50px;
  
}



.alerta_habitaciones {
  display: flex;
  padding: 4px 10px;
  border-bottom: solid 1px var(--color-blue);
}

.alerta_habitaciones i {
  font-size: 25px;
  line-height: 1.7;
  color: var(--color-blue);
  margin-right: 5px;
  padding-right: 8px;
}

.alerta_habitaciones p {
  text-align: left;
  color: var(--color-blue);
  font-weight: 500;
  margin: 0;
  line-height: 2.7;
  font-size: 14px;
}

.scroll_destinos {
  overflow: auto;
  max-height: 230px;
}


.scroll_row::-webkit-scrollbar-thumb {
  background-color: #e3e3e3;
  border-radius: 10px;
}

.scroll_destinos::-webkit-scrollbar {
  width: 7px;
}

.scroll_destinos::-webkit-scrollbar-thumb {
  background-color: #e3e3e3;
  border-radius: 10px;
}

.load-lista {
  position: absolute;
  top: 15px;
  display: none;  
  width: 100%;
  text-align: center;
}

.load-lista i{
  color: #0066f4;
  font-size: 18px;
}

/*MOTOR EDITADO PARA LA MARCA*/
.event {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 150px;
  bottom: 3px;
  left: calc(50% - 1.5px);
  content: " ";
  display: block;
  background: #3d8eb9;
}

.event.busy {
  background: #f64747;
}

.price-day-low{
  width: 10px;
  height: 10px;
  background: #3d8eb9;
  display: block;
  margin-top: 22px;
  border-radius: 10px;
}

.price-day-up{
  width: 10px;
  height: 10px;
  background: #f64747;
  display: block;
  margin-top: 22px;
  border-radius: 10px;
}

.price-day-low-text{
  left: 30px;
  position: absolute;
  top: 14px;
}

.price-day-up-text{
  left: 30px;
  position: absolute;
  top: 47px;
}



.flatpickr-confirm{
  border-top: 1px solid #ccc;
  margin-top: 19px;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 34px !important;
  height: 34px !important;
  background: #dddddd !important;
  border-radius: 10px !important;
  padding: 11px !important;
  margin-top: 24px !important;
}

.flatpickr-innerContainer{
  margin-top: 10px;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus{
  cursor: pointer;
  outline: 0;
  background: #0042aa17 !important;
  border-color: aliceblue !important;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6 !important;
  box-shadow: -5px 0 0 #e8eef7, 1px 0 0 #e6e6e6 !important;
}

.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: #00348c !important;
  border-color: #00348c !important;
}

.flatpickr-calendar.animate.open{
  padding: 30px;
  width: 700px !important;
}

/************ CSS PERSONALIZADO PARA EL CALENDARIO **************/

.flatpickr-day {
  border-radius: 6px;
}

.flatpickr-day.today {
  border-color: #00348c;
}

.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: #00348c;
  border-color: #00348c;
  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 #00348c;
}

.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 **************/
.input_motor_home__hotel{
  padding: 12px 13px;
  width: 100%;
  line-height: 25px;
  border: 1px solid #ccc !important;
  border-radius: 54px;
  background: #fff;
  font-size: 13px !important;
  color: #4d4d4d !important;
  cursor: pointer;
  transition: all 0.5s;
  margin: 0;

}
.margintop_pax{
  margin-top: 25px;
}

.menores-h {
  height: 60px !important;
}

.div_form__hotel{
  box-shadow: initial !important;
  background: #ffffff00;
}

.motor__input-three {
  padding: 10px auto !important;
}



._style_destinos   li i {
  color: #404040;
  background: #f0f3f5;
  padding: 18px;
  border-radius: 5px;
}




._style_destinos   li  span{
  display: block;
  font-size: 12px;
  margin-left: 54px !important;
  margin-top: 12px;
  color: #8b8b8b;
  margin-left: 53px;
  margin-top: -8px !important;
  font-weight: 400;
  margin-bottom: 8px;
}

/*zonas*/

._style_zonas  li i{
  color: #404040;
  background: #f0f3f5;
  padding: 18px;
  border-radius: 5px;
}
._style_zonas   li  span{
  display: block;
  font-size: 12px;
  margin-left: 16px;
  margin-top: 12px;
  color: #8b8b8b;
  margin-left: 52px !important;
  margin-top: -9px !important;
  font-weight: 400;
  margin-bottom: 8px;
}


/*ZONAS*/

._style_hoteles  li i{
  color: #404040;
  background: #f0f3f5;
  padding: 18px;
  border-radius: 5px;
}
._style_hoteles   li  span{
  display: block;
  font-size: 12px;
  margin-left: 16px;
  margin-top: 12px;
  color: #8b8b8b;
  margin-left: 53px;
  margin-top: -9px !important;
  font-weight: 400;
  margin-bottom: 8px;
}

._style_hoteles  li  span i{
  padding: 0px;
  margin-left: 32px;
  margin-top: -6px;
  background: none;
  color: #7f7f7f;
  font-size: 10px;
}


@media screen and (max-width: 992px) {
  .div_absolute_habitaciones {
    display: none;
    position: absolute;
    top: -100px;
    left: 0px;
    width: 100%;
    z-index: 10000;
  }

  
  .title-hero {
      position: absolute;
      top: 80px;
  }

  .div_form__ {
    position: absolute;
    width: 1200px;
    left: 0;
    padding: 15px 10px;
    border-radius: 4px;
    top: 165px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}



@media screen and (max-width: 768px) {
  .div_absolute_habitaciones {
    display: none;
    position: absolute;
    top: -100px;
    left: 0px;
    width: 100%;
    z-index: 10000;
  }
  .scroll_destinos{
    max-height: 290px;
  }

  .flatpickr-calendar.animate.open{
    padding: 30px;
    width: 400px !important;
  }
  .flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    margin-top: 25px !important;
}

  
  .title-hero {
    position: absolute;
    top: 60px;
    font-size: 2rem;
  }

  
}

