.acessibilidade{
    background-color: #f1f1f1;
}
.como-usar{
    padding: 5rem 0;
}
.como-usar__titulo{
    padding: 3rem 0;
    font-size: 4rem;
}
.acessibilidade p{
    letter-spacing: .5px;
    line-height: 30px;
}
.acessibilidade__atalho{
    background-image: url('../../img/cimento-listrado.png');
    background-size: contain;
}
.atalho__titulo{
    background-color: #f1f1f1;
}
.acessibilidade__titulo{
    font-size: 3rem;
    text-transform: uppercase; 
    padding: 3rem 0;
}
.navegadores{
    display: flex;
    justify-content: space-between;
}
.navegadores__tecla{
    display: flex;
    flex-direction: column;
    background-color: #eaeaea;
    align-items: center;
    padding: 3rem 0;
    flex: 1;
}
.navegadores__tecla:not(:last-child) {
    margin-right: 10px;
}
.icones {
    display: flex;
    margin: 3rem 0;
    align-items: center;
    justify-content: center;
}
.icones__img{
    width: 25%;
    margin: 0 0.5rem;
}
.tecla__atalho{
    text-align: center;
}
.navegadores__tecla>h3{
    width: 14rem;
    text-align: center;
    margin: 0 0 3rem;
}
.acessibilidade__tabulacao{
    padding-bottom: 3rem;
}
.acessibilidade__leitores{
    background-color: #eaeaea;
    padding-bottom: 5rem;
}
.leitores__links{
    display: block;
    text-decoration: none;
    line-height: 4rem;
}
@media only screen and (max-width: 800px) {
    .navegadores {
        flex-direction: column;
        width: 100%;
    }
    .icones__img {
        width: 70px;
    }
}

/* Alto contraste */
.high-contrast .acessibilidade,
.high-contrast .atalho__titulo {
    background-color: #343434;
}
.high-contrast .acessibilidade__atalho,
.high-contrast .acessibilidade__leitores,
.high-contrast .navegadores__tecla {
    background-color: #000;
}