.conteudoAreaCpa{
margin-bottom: 2rem;
}
.textoAreaCpa{
display: flex;
flex-direction: column;
}
.containerBotoes{
display: flex;
flex-direction: column;
border-left: solid 2px #212121;
margin-bottom: 1rem;
}
.tituloApresentacao{
text-align: center;
margin-bottom: 0.5rem;
font-size: 1.5rem;
border-bottom: solid 2px #212121;
}
.botaoCpa{
border: none;
background: transparent;
margin-top: 0.5rem;
border-bottom: solid 1.5px #212121;
}
.botaoCpa:hover, .botaoCpa:focus{
border-bottom: solid 1.5px #F58120;
outline: 0;
}
.textoInformacoes{
margin-top: 1rem;
}
.imgAutoavaliacao{
border-radius: 8px;
}