.bloco-transparencia .box-content {
    margin: 10px 0;
}
.bloco-transparencia .imagem {
    width: auto;
    float: left;
    margin: 40px 50px 40px 0;
    cursor: pointer;
    transition: 0.2s;
}
.bloco-transparencia .imagem:hover {
    transition: 0.2s;
    opacity: 0.86;
}
.bloco-transparencia .box-content a .tile {
    height: 100%;
    padding:18px;
    background:#1288a0;
    transition: 0.2s;
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloco-transparencia .box-content a .tile:hover {
    transition: 0.2s;
    background:#076d82;
}
.bloco-transparencia .sub {
    margin: -30px 0 0;
    float: left;
    font-family: Roboto Regular;
    color: #555;
    font-size: 15px;
    text-align: justify;
}
.atualizacaoTitulo {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #373737;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 50px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
}
.atualizacaoVoltar a button {
    margin-top: 50px;
}