<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2.text-center{
 font-weight: lighter !important;
}

.pessoa-fisica a img{
    width: 211px;
    height: 326px;
    border: none;
    opacity: .5;
}
.pessoa-juridica a img{
    width: 292px;
    height: 326px;
    border: none;
    opacity: .5;
}

.pessoa-fisica a img.pull-right:hover,
.pessoa-juridica a img:hover{
    opacity: 1;
}
    
</pre></body></html>