#mapa-container {
    margin-bottom: 40px;
    margin-top: -40px;
}

#frm-filter-search_text {
    background-color: #e5e5e5;
    border-radius: 11px!important;
    height: 42px;
}

#mapa-list {
    height: 450px;
    overflow: auto
}

#list-cards > ul {
    padding-left: 0;
}

#snippet--mapa .btn-send{
    background-color: #4bc0da;
    border-color: #4bc0da;
    min-height: 42px;
    border-radius: 10px;
}

#snippet--mapa .btn-send:hover{
    color: white;
}

#snippet--mapa .btn-second{
    color: #000;
    background-color: #de9353;
    border-color: #de9353;
     min-height: 42px;
     border-radius: 10px;
 }

#snippet--mapa .btn-second:hover{
    color: white !important;
}