#mapa-site .container-list {
    display: flex;
    justify-content: space-between;
}

#mapa-site .container {
    max-width: 1140px;
    margin: 50px auto 80px;
}

#mapa-site .column {
    width: 534px;
    list-style: none;
}

#mapa-site h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    font-family: 'proxima-nova-condensed';
    margin-bottom: 0;
}

#mapa-site h2 {
    margin-top: 42px;
}

#mapa-site h2,
#mapa-site h2 a {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    color: #141414;
}

#mapa-site .column.margin-t-10 {
    margin-top: 93px;
}

#mapa-site li.ident-1 {
    padding-left: 15px;
}

#mapa-site li.ident-2 {
    padding-left: 30px;
}

#mapa-site .label-be {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#mapa-site li {
    margin-top: 12px;
}

#mapa-site li a, #mapa-site h3 a {
    font-size: 17px;
    line-height: 21px;
    color: #141414;
    text-decoration: underline;
    text-decoration-color: #141414;
    text-underline-offset: 2px;
}

#mapa-site li a:hover,#mapa-site h3 a:hover {
    opacity: 0.7;
}

@media(max-width:600px) {
    #mapa-site .container-list {
        flex-wrap: wrap;
    }

    #mapa-site .column.margin-t-10 {
        margin-top: 0;
    }
}