.liveSugerencia:hover{
    background-color: #2c40f4;
    color: #ffffff;
    list-style: none;
    cursor: pointer;
    border-radius: 5px;
}
.liveSugerencia {
    list-style: none;
    margin-left: -0px;
    cursor: pointer;
    padding: 5px;
}
.listadoHover{
    background-color: #D1F4AB;
    color: #000000;
    list-style: none;
    cursor:pointer
}
.listado{
    list-style: none;
    margin-left: -0px;
    cursor:pointer
}
.listado_buscador {
    background: #f5f4f4;
    padding: 8px;
    border-radius: 5px;
    /* box-shadow: 0 0 5px #ccc; */
    /*top: 33px;*/
    left: 0px;
    /* right: 15px; */
    position: absolute;
    display: none;
    z-index: 1;
    cursor:pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.input-search-origen {
    padding-right: 25px;
}

.input-search-destino {
    padding-left: 25px;
}

button#swap {
    all: unset;
    cursor: pointer;
    position: absolute;
    left: 24%;
    top: 32px;
    background-color: #d0f4e6;
    border-radius: 5px;
    padding: 5px 7px;
    border: 1px solid #5db85b;
    z-index: 1;
}

button#swap:hover {
    background-color: #5db85b;   
}

button#swap:hover i {
    color: #fff;
}


.icon-calendar {
    color: #aaaaaa;
    position: absolute;
    top: 27px;
    right: 27px;
}

    .buscadorHome ::placeholder {
        color: white !important;
        opacity: 1; /* Firefox */
    }
    .buscadorHome ::-ms-input-placeholder { /* Edge 12 -18 */
        color: red;
    }
.fondo-fecha {
    display: flex;
}
    .buscadorHome input{
        width: 100%;
        border-color: #2f5dff !important;
	text-align: left;
	margin: 10px 0px 0px 0px;
    }
.buscadorHome i {
    color: #fff;
    position: absolute;
    right: 0px;
    margin: 20px;
}
@media (max-width: 992px) {
    .input-search-origen {
        padding-right: 15px;
        margin-bottom: 5px;
    }
    .input-search-destino {
        padding-left: 15px;
        margin-top: 5px;
    }
    button#swap {
        left: 46%;
        top: 70px;
    }
    .input-search {
        margin: 2px 0px;
    }
}

#Content main.sections_group > div > div section:first-of-type {
    z-index: 2;
}

/* Estructura principal del encabezado */
#ui-datepicker-div .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.4em; /* ajustá si es necesario */
  box-sizing: border-box;
}

/* Flechas */
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Título centrado */
#ui-datepicker-div .ui-datepicker-title {
  flex: 1 1 auto;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}

#ui-datepicker-div .ui-datepicker-title select {

    background: none;
}
