.liveSugerenciaHover{
    background-color: #D1F4AB;
    color: #000000;
    list-style: none;
    cursor:pointer
}
.liveSugerencia{
    list-style: none;
    margin-left: -0px;
    cursor:pointer
}
.listadoHover{
    background-color: #D1F4AB;
    color: #000000;
    list-style: none;
    cursor:pointer
}
.listado{
    list-style: none;
    margin-left: -0px;
    cursor:pointer
}
.listado_buscador{
    background:#f9f9f9;
    padding:8px;
    border-radius:5px;
    box-shadow: 0 0 15px #ccc;
    top: 58px;
    left: 15px;
    right: 15px;
    position: absolute;
    display: none;
    z-index: 1;
    cursor:pointer
}

.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;
}


/* header menu: start  */
header menu {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

header menu li {
    cursor: pointer;
}

.menu-toggle {
    display: none;
    font-size: 1.5em;
    cursor: pointer;
}

header menu nav a.dm {
    display: none;
}
.btn-success.devolver{
    color: #0d6309;
    border-color: #0d6309;
    background-color: #d0f4e6;
    margin-right: 10px;
}
/* Responsive styles */
@media (max-width: 768px) {
    header menu {
        display: none;
        z-index: 99;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0px;
        background-color: #fff;
        padding: 10px;
    }
    header .btn.btn-success {
        display: none;
    }

    header menu.show {
        display: flex;
        width: 100%;
    }
    header menu nav {
        display: flex;
        flex-direction: column;
    }
    header menu nav a.dm {
        display: block;
    }

    .menu-toggle {
        width: 100%;
        display: block;
        text-align: right;
        padding-right: 15px;
    }
}
/* header menu: end  */
/* footer: start  */
@media (max-width: 768px) {

    footer  {
        min-height: auto!important;
    }
    footer .footerContent {
        overflow: hidden;
        flex-direction: column;
    }
}
/* footer: end  */


@media (max-width: 992px) {
    .input-search-origen {
        padding-right: 15px;
        margin-bottom: 10px;
    }
    .input-search-destino {
        padding-left: 15px;
        margin-top: 10px;
    }
    button#swap {
        left: 46%;
        top: 70px;
    }
}