/* Always set the map height explicitly to define the size of the div element that contains the map. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.row {
    height: 100%;
}

.btnTablas {
    width: 90px;
}

.gm-style-iw > button {
    display: none !important;
}

#map {
    height: 80vh;
}

.pac-input {
    margin-top: 20px;
    width: 80%;
}

@media(max-width: 575px) {
    .table td, .table th {
        padding: 0.3rem;
    }

    table, .btn {
        font-size: 0.8rem;
    }
}

@media(max-width: 991px) {
    .reducirPadding{
        padding: 2.5rem;
    }

    #map {
        height: 60vh;
    }
}
