#map-container {
    height: 400px;
    margin-bottom: 30px;
}

.btFiltroBuscar {
    width: 150px;
}

.subtitle_encontrar {
    padding-top:15px; 
    padding-bottom:15px; 
    text-align:center
}


@media all and (max-width: 991px) {
    #map-outer {
        height: 650px
    }
}

@media (max-width: 768px) {

    .btn_filter_encontrar {
        margin-top: 15px !important;
    }

    .subtitle_encontrar {
        text-align: left !important;
    }

    .btFiltroBuscar {
        width: 100%;
    }

    .botonAzul {
        width: 100%;
        margin: 5px;
    }

    .espaciado {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

}