.brand-color::before {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 30px;
}
.marcas {
    background-color: var(--ast-global-color-4);
}
.numeros img {
    max-height: 75px;
    width: auto;
}
.mapa {
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
}
.mapa img {
    max-height: 100vh;
}
.mapa:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--ast-global-color-4);
    z-index: -1;
}