#bloque8{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;

    padding: 30px 0px;
}

.tituloBloque8{
    font-family: "Bebas Neue", Sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.1em;
    color: #000000;
}

.map-container{
    position: relative;
    width: 100%;
    height: 350px;
}

.iframeMaps{
    width: 100%;
    height: 100%;
    border: 0;
    /* Filtro blanco/gris */
    filter: grayscale(100%) brightness(100%) contrast(90%);
}

