#map {
    height: 700px;
    width: 100%;
}

/* Estilos para los botones personalizados */
.zoom-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.zoom-button {
    background-color: white;
    border: 1px solid #ccc;
    padding: 8px;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
}