
button[name='search_locations'], 
.btn_lista, 
.btn_mapa {
    width: 10.972vw;
    max-width: 158px;
    min-width: 140px;
    height: 45px;
    background: #000000;
    color: #fff;
    border-radius: 5px;
}

button[name='search_locations'] > span {
    font-size: 16px;
    font-weight: 600;
}

button[name='search_locations']:hover, 
.btn_lista:hover, 
.btn_mapa:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
    text-decoration: none;
}

.btn_mapa, .btn_lista {
    display: none;
}


@media screen and (max-width: 995px) {
    .btn_lista, 
    .btn_mapa {
        margin: 0 0 0 1.181vw;
    }

    button[name='search_locations'] {
        margin: 0;
    }
    
    .btn_custom {
        width: 140px;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;

        z-index: 1001;
    }

    .btn_mapa {
        margin: 0 1.181vw 1px 0;
        bottom: .5rem;
        right: .5rem;
    }

    .btn_lista {
        bottom: .5rem;
        left: .5rem;
        margin-bottom: 1px;
    }
}
