.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: 70px;
    left: 15px;
    right: 15px;
    position: absolute;
    display: none;
    z-index: 1;
    cursor:pointer
}
button#swap {
    display: none;
    all: unset;
    cursor: pointer;
    position: absolute;
    left: 48.5%;
    top: 136px;
    background-color: #4db848;
    border-radius: 5px;
    padding: 5px 3px;
    border: 1px solid #5db85b;
    z-index: 1;
}
button#swap:hover {
    background-color: #5db85b;
}

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

@media (max-width: 768px) {
    button#swap {
        left: 46%;
        top: 165px;
    }
}
@media (max-width: 449px) {
    button#swap {
        left: 46%;
        top: 225px;
    }
}