/* ====== NAMESPACE: .nwx-artigo ====== */
.nwx-artigo,
.nwx-artigo *,
.nwx-artigo *::before,
.nwx-artigo *::after {
box-sizing: border-box !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
outline: none !important;
}
.nwx-artigo {
max-width: 780px !important;
margin: 30px auto !important;
font-family: ‘Segoe UI’, ‘Roboto’, ‘Helvetica Neue’, Arial, sans-serif !important;
color: #292929 !important;
line-height: 1.8 !important;
font-size: 16.5px !important;
background: #fafafa !important;
border-radius: 0 !important;
overflow: hidden !important;
position: relative !important;
}
/* — TOPO COM IMAGEM — */
.nwx-artigo .nwx-topo {
position: relative !important;
width: 100% !important;
aspect-ratio: 3/2 !important;
overflow: hidden !important;
}
.nwx-artigo .nwx-topo img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
filter: brightness(0.55) !important;
transition: filter 0.4s ease !important;
}
.nwx-artigo .nwx-topo:hover img {
filter: brightness(0.7) !important;
}
.nwx-artigo .nwx-topo-overlay {
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
padding: 50px 36px 30px !important;
background: linear-gradient(to top, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.5) 60%, transparent 100%) !important;
z-index: 2 !important;
}
.nwx-artigo .nwx-tag {
display: inline-block !important;
background: #d4a017 !important;
color: #1a1a1a !important;
font-size: 10px !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
padding: 4px 12px !important;
border-radius: 2px !important;
margin-bottom: 12px !important;
}
.nwx-artigo .nwx-titulo {
font-size: 28px !important;
font-weight: 900 !important;
color: #ffffff !important;
line-height: 1.25 !important;
letter-spacing: -0.3px !important;
font-family: ‘Segoe UI’, ‘Roboto’, Arial, sans-serif !important;
text-shadow: 0 2px 12px rgba(0,0,0,0.4) !important;
}
/* — BARRA META — */
.nwx-artigo .nwx-meta {
display: flex !important;
align-items: center !important;
gap: 16px !important;
padding: 16px 36px !important;
background: #111111 !important;
font-size: 12px !important;
color: #aaaaaa !important;
font-weight: 500 !important;
letter-spacing: 0.3px !important;
}
.nwx-artigo .nwx-meta-dot {
width: 4px !important;
height: 4px !important;
border-radius: 50% !important;
background: #d4a017 !important;
flex-shrink: 0 !important;
}
.nwx-artigo .nwx-meta-nome {
color: #d4a017 !important;
font-weight: 700 !important;
text-transform: uppercase !important;
}
/* — CORPO — */
.nwx-artigo .nwx-corpo {
padding: 36px 36px 44px !important;
background: #ffffff !important;
border-left: 1px solid #e8e8e8 !important;
border-right: 1px solid #e8e8e8 !important;
}
/* — LEAD — */
.nwx-artigo .nwx-lead {
font-size: 18.5px !important;
line-height: 1.7 !important;
color: #1a1a1a !important;
font-weight: 400 !important;
margin-bottom: 28px !important;
position: relative !important;
padding-left: 0 !important;
}
.nwx-artigo .nwx-lead::first-letter {
float: left !important;
font-size: 62px !important;
line-height: 50px !important;
font-weight: 900 !important;
color: #d4a017 !important;
margin-right: 8px !important;
margin-top: 6px !important;
font-family: ‘Georgia’, serif !important;
}
/* — PARÁGRAFOS — */
.nwx-artigo .nwx-p {
font-size: 16.5px !important;
line-height: 1.85 !important;
color: #333333 !important;
margin-bottom: 22px !important;
text-align: left !important;
}
/* — INTERTÍTULOS — */
.nwx-artigo .nwx-inter {
font-size: 13px !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: 2.5px !important;
color: #1a1a1a !important;
margin-top: 40px !important;
margin-bottom: 18px !important;
padding: 10px 0 !important;
display: flex !important;
align-items: center !important;
gap: 12px !important;
}
.nwx-artigo .nwx-inter::before {
content: ” !important;
width: 28px !important;
height: 3px !important;
background: #d4a017 !important;
display: inline-block !important;
flex-shrink: 0 !important;
border-radius: 2px !important;
}
/* — CARD DE INFO — */
.nwx-artigo .nwx-card {
background: #faf6ee !important;
border: 1px solid #e8dfc9 !important;
border-radius: 6px !important;
padding: 26px 28px !important;
margin: 30px 0 !important;
position: relative !important;
overflow: hidden !important;
}
.nwx-artigo .nwx-card::before {
content: ” !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
bottom: 0 !important;
width: 4px !important;
background: #d4a017 !important;
border-radius: 6px 0 0 6px !important;
}
.nwx-artigo .nwx-card-header {
font-size: 11px !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
color: #b08a0e !important;
margin-bottom: 14px !important;
}
.nwx-artigo .nwx-card-row {
display: flex !important;
gap: 14px !important;
align-items: flex-start !important;
margin-bottom: 14px !important;
}
.nwx-artigo .nwx-card-row:last-child {
margin-bottom: 0 !important;
}
.nwx-artigo .nwx-card-hora {
background: #1a1a1a !important;
color: #d4a017 !important;
font-size: 13px !important;
font-weight: 800 !important;
padding: 4px 10px !important;
border-radius: 3px !important;
white-space: nowrap !important;
flex-shrink: 0 !important;
font-family: ‘Courier New’, monospace !important;
}
.nwx-artigo .nwx-card-desc {
font-size: 14.5px !important;
line-height: 1.6 !important;
color: #444444 !important;
}
.nwx-artigo .nwx-card-desc strong {
color: #1a1a1a !important;
}
/* — CITAÇÃO — */
.nwx-artigo .nwx-cit {
margin: 34px 0 !important;
padding: 0 !important;
text-align: center !important;
position: relative !important;
}
.nwx-artigo .nwx-cit::before {
content: ‘201C’ !important;
display: block !important;
font-size: 72px !important;
line-height: 36px !important;
color: #d4a017 !important;
font-family: ‘Georgia’, serif !important;
margin-bottom: 10px !important;
opacity: 0.6 !important;
}
.nwx-artigo .nwx-cit-texto {
font-size: 19px !important;
font-style: italic !important;
line-height: 1.6 !important;
color: #222222 !important;
font-family: ‘Georgia’, ‘Times New Roman’, serif !important;
max-width: 90% !important;
margin: 0 auto 12px !important;
}
.nwx-artigo .nwx-cit-autor {
font-size: 13px !important;
font-weight: 700 !important;
color: #888888 !important;
text-transform: uppercase !important;
letter-spacing: 1.5px !important;
font-family: ‘Segoe UI’, Arial, sans-serif !important;
font-style: normal !important;
}
/* — LINHA FINAL — */
.nwx-artigo .nwx-fim {
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 10px !important;
margin-top: 38px !important;
padding-top: 22px !important;
border-top: 1px solid #e0e0e0 !important;
}
.nwx-artigo .nwx-fim-barra {
width: 20px !important;
height: 2px !important;
background: #d4a017 !important;
border-radius: 1px !important;
}
.nwx-artigo .nwx-fim-texto {
font-size: 11px !important;
color: #b0b0b0 !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-weight: 600 !important;
}
/* — RESPONSIVO — */
@media (max-width: 640px) {
.nwx-artigo .nwx-topo-overlay {
padding: 40px 20px 22px !important;
}
.nwx-artigo .nwx-titulo {
font-size: 22px !important;
}
.nwx-artigo .nwx-meta {
padding: 14px 20px !important;
flex-wrap: wrap !important;
gap: 8px !important;
}
.nwx-artigo .nwx-corpo {
padding: 26px 20px 34px !important;
border-left: none !important;
border-right: none !important;
}
.nwx-artigo .nwx-lead {
font-size: 17px !important;
}
.nwx-artigo .nwx-lead::first-letter {
font-size: 48px !important;
line-height: 40px !important;
}
.nwx-artigo .nwx-p {
font-size: 15.5px !important;
}
.nwx-artigo .nwx-cit-texto {
font-size: 17px !important;
max-width: 100% !important;
}
.nwx-artigo .nwx-card-row {
flex-direction: column !important;
gap: 6px !important;
}
}
/* ====== NAMESPACE: .nwx-artigo ====== */
.nwx-artigo,
.nwx-artigo *,
.nwx-artigo *::before,
.nwx-artigo *::after {
box-sizing: border-box !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
outline: none !important;
}
.nwx-artigo {
max-width: 780px !important;
margin: 30px auto !important;
font-family: ‘Segoe UI’, ‘Roboto’, ‘Helvetica Neue’, Arial, sans-serif !important;
color: #292929 !important;
line-height: 1.8 !important;
font-size: 16.5px !important;
background: #fafafa !important;
border-radius: 0 !important;
overflow: hidden !important;
position: relative !important;
}
/* — TOPO COM IMAGEM — */
.nwx-artigo .nwx-topo {
position: relative !important;
width: 100% !important;
aspect-ratio: 3/2 !important;
overflow: hidden !important;
}
.nwx-artigo .nwx-topo img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
filter: brightness(0.55) !important;
transition: filter 0.4s ease !important;
}
.nwx-artigo .nwx-topo:hover img {
filter: brightness(0.7) !important;
}
.nwx-artigo .nwx-topo-overlay {
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
padding: 50px 36px 30px !important;
background: linear-gradient(to top, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.5) 60%, transparent 100%) !important;
z-index: 2 !important;
}
.nwx-artigo .nwx-tag {
display: inline-block !important;
background: #d4a017 !important;
color: #1a1a1a !important;
font-size: 10px !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
padding: 4px 12px !important;
border-radius: 2px !important;
margin-bottom: 12px !important;
}
.nwx-artigo .nwx-titulo {
font-size: 28px !important;
font-weight: 900 !important;
color: #ffffff !important;
line-height: 1.25 !important;
letter-spacing: -0.3px !important;
font-family: ‘Segoe UI’, ‘Roboto’, Arial, sans-serif !important;
text-shadow: 0 2px 12px rgba(0,0,0,0.4) !important;
}
/* — BARRA META — */
.nwx-artigo .nwx-meta {
display: flex !important;
align-items: center !important;
gap: 16px !important;
padding: 16px 36px !important;
background: #111111 !important;
font-size: 12px !important;
color: #aaaaaa !important;
font-weight: 500 !important;
letter-spacing: 0.3px !important;
}
.nwx-artigo .nwx-meta-dot {
width: 4px !important;
height: 4px !important;
border-radius: 50% !important;
background: #d4a017 !important;
flex-shrink: 0 !important;
}
.nwx-artigo .nwx-meta-nome {
color: #d4a017 !important;
font-weight: 700 !important;
text-transform: uppercase !important;
}
/* — CORPO — */
.nwx-artigo .nwx-corpo {
padding: 36px 36px 44px !important;
background: #ffffff !important;
border-left: 1px solid #e8e8e8 !important;
border-right: 1px solid #e8e8e8 !important;
}
/* — LEAD — */
.nwx-artigo .nwx-lead {
font-size: 18.5px !important;
line-height: 1.7 !important;
color: #1a1a1a !important;
font-weight: 400 !important;
margin-bottom: 28px !important;
position: relative !important;
padding-left: 0 !important;
}
.nwx-artigo .nwx-lead::first-letter {
float: left !important;
font-size: 62px !important;
line-height: 50px !important;
font-weight: 900 !important;
color: #d4a017 !important;
margin-right: 8px !important;
margin-top: 6px !important;
font-family: ‘Georgia’, serif !important;
}
/* — PARÁGRAFOS — */
.nwx-artigo .nwx-p {
font-size: 16.5px !important;
line-height: 1.85 !important;
color: #333333 !important;
margin-bottom: 22px !important;
text-align: left !important;
}
/* — INTERTÍTULOS — */
.nwx-artigo .nwx-inter {
font-size: 13px !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: 2.5px !important;
color: #1a1a1a !important;
margin-top: 40px !important;
margin-bottom: 18px !important;
padding: 10px 0 !important;
display: flex !important;
align-items: center !important;
gap: 12px !important;
}
.nwx-artigo .nwx-inter::before {
content: ” !important;
width: 28px !important;
height: 3px !important;
background: #d4a017 !important;
display: inline-block !important;
flex-shrink: 0 !important;
border-radius: 2px !important;
}
/* — CARD DE INFO — */
.nwx-artigo .nwx-card {
background: #faf6ee !important;
border: 1px solid #e8dfc9 !important;
border-radius: 6px !important;
padding: 26px 28px !important;
margin: 30px 0 !important;
position: relative !important;
overflow: hidden !important;
}
.nwx-artigo .nwx-card::before {
content: ” !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
bottom: 0 !important;
width: 4px !important;
background: #d4a017 !important;
border-radius: 6px 0 0 6px !important;
}
.nwx-artigo .nwx-card-header {
font-size: 11px !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
color: #b08a0e !important;
margin-bottom: 14px !important;
}
.nwx-artigo .nwx-card-row {
display: flex !important;
gap: 14px !important;
align-items: flex-start !important;
margin-bottom: 14px !important;
}
.nwx-artigo .nwx-card-row:last-child {
margin-bottom: 0 !important;
}
.nwx-artigo .nwx-card-hora {
background: #1a1a1a !important;
color: #d4a017 !important;
font-size: 13px !important;
font-weight: 800 !important;
padding: 4px 10px !important;
border-radius: 3px !important;
white-space: nowrap !important;
flex-shrink: 0 !important;
font-family: ‘Courier New’, monospace !important;
}
.nwx-artigo .nwx-card-desc {
font-size: 14.5px !important;
line-height: 1.6 !important;
color: #444444 !important;
}
.nwx-artigo .nwx-card-desc strong {
color: #1a1a1a !important;
}
/* — CITAÇÃO — */
.nwx-artigo .nwx-cit {
margin: 34px 0 !important;
padding: 0 !important;
text-align: center !important;
position: relative !important;
}
.nwx-artigo .nwx-cit::before {
content: ‘201C’ !important;
display: block !important;
font-size: 72px !important;
line-height: 36px !important;
color: #d4a017 !important;
font-family: ‘Georgia’, serif !important;
margin-bottom: 10px !important;
opacity: 0.6 !important;
}
.nwx-artigo .nwx-cit-texto {
font-size: 19px !important;
font-style: italic !important;
line-height: 1.6 !important;
color: #222222 !important;
font-family: ‘Georgia’, ‘Times New Roman’, serif !important;
max-width: 90% !important;
margin: 0 auto 12px !important;
}
.nwx-artigo .nwx-cit-autor {
font-size: 13px !important;
font-weight: 700 !important;
color: #888888 !important;
text-transform: uppercase !important;
letter-spacing: 1.5px !important;
font-family: ‘Segoe UI’, Arial, sans-serif !important;
font-style: normal !important;
}
/* — LINHA FINAL — */
.nwx-artigo .nwx-fim {
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 10px !important;
margin-top: 38px !important;
padding-top: 22px !important;
border-top: 1px solid #e0e0e0 !important;
}
.nwx-artigo .nwx-fim-barra {
width: 20px !important;
height: 2px !important;
background: #d4a017 !important;
border-radius: 1px !important;
}
.nwx-artigo .nwx-fim-texto {
font-size: 11px !important;
color: #b0b0b0 !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-weight: 600 !important;
}
/* — RESPONSIVO — */
@media (max-width: 640px) {
.nwx-artigo .nwx-topo-overlay {
padding: 40px 20px 22px !important;
}
.nwx-artigo .nwx-titulo {
font-size: 22px !important;
}
.nwx-artigo .nwx-meta {
padding: 14px 20px !important;
flex-wrap: wrap !important;
gap: 8px !important;
}
.nwx-artigo .nwx-corpo {
padding: 26px 20px 34px !important;
border-left: none !important;
border-right: none !important;
}
.nwx-artigo .nwx-lead {
font-size: 17px !important;
}
.nwx-artigo .nwx-lead::first-letter {
font-size: 48px !important;
line-height: 40px !important;
}
.nwx-artigo .nwx-p {
font-size: 15.5px !important;
}
.nwx-artigo .nwx-cit-texto {
font-size: 17px !important;
max-width: 100% !important;
}
.nwx-artigo .nwx-card-row {
flex-direction: column !important;
gap: 6px !important;
}
}
Advocacia
OAB Cacoal promove noite especial com posse de novos advogados e tributo às mulheres da advocacia
Redação
Cacoal, Rondônia
Março de 2026
Duas cerimônias distintas, uma mesma proposta: valorizar quem faz a advocacia acontecer no interior de Rondônia. A Subseção de Cacoal da Ordem dos Advogados do Brasil preparou para esta terça-feira o que chamou de “Super Terça da Advocacia” — uma programação que combina solenidade, reconhecimento profissional e uma homenagem dedicada às advogadas da cidade.
O primeiro compromisso do dia está previsto para as 17h, na sede da entidade. No encontro, advogados recém-aprovados no exame da Ordem receberão formalmente suas credenciais, marcando de maneira simbólica o início de suas trajetórias profissionais. Trata-se de um rito tradicional, esperado por todos que passam pelo longo caminho até a habilitação para o exercício do Direito.
A mesma cerimônia será palco de homenagens a figuras relevantes para a história da advocacia na região. Dois ex-presidentes da subseção — Dr. José Henrique Sobrinho e Dr. Diógenes Nunes — receberão reconhecimento pelo legado construído à frente da instituição. Também será homenageada a Dra. Ana Maria Rosa dos Santos, que conquistou uma cadeira como desembargadora no Tribunal Regional do Trabalho da 14ª Região.
Segundo a subseção, o horário da solenidade foi definido em articulação com a seccional estadual, por orientação do secretário-geral Dr. Nelson Maciel. A mesa diretora contará com o presidente Miguel Barros e o diretor-tesoureiro Dr. Rogério Ramalho.
Agenda da Super Terça
17h
Sede da OAB Cacoal — Solenidade de entrega de credenciais aos novos inscritos e homenagens a personalidades da advocacia regional.
19h
Stelatto Pizzaria — Confraternização em celebração ao Dia das Mulheres, voltada exclusivamente às advogadas da subseção.
Celebração feminina fecha a programação
A partir das 19h, o tom institucional dá lugar a um clima mais descontraído. Na Stelatto Pizzaria, será realizada uma confraternização em alusão ao Dia da Mulher, voltada às advogadas vinculadas à OAB Cacoal. O jantar será inteiramente custeado pela subseção, com respaldo financeiro da seccional estadual.
A ideia, conforme a organização, é abrir espaço para que as profissionais possam se encontrar fora do ambiente de trabalho, fortalecendo vínculos e dando visibilidade ao papel cada vez mais expressivo das mulheres na prática jurídica. As interessadas podem retirar seus convites diretamente com as advogadas Amanda Matos, Mirian Sales e Sirlene Miranda, ou com Déborah May, que preside a Comissão da Mulher Advogada.
Diretoria marca presença nos dois momentos
A expectativa é de que, após o encerramento das atividades na sede, a diretoria se desloque até a pizzaria para acompanhar o evento noturno ao lado das advogadas. A seccional da OAB em Rondônia também foi convidada a participar, o que reforça o peso simbólico da ocasião para a classe na região.
A proposta da “Super Terça” traduz um esforço de reunir, em poucas horas, aquilo que define a missão da Ordem: acolher os que chegam, celebrar os que constroem e aproximar todos os que compartilham o exercício da advocacia.
Convidamos toda a classe a prestigiar as homenagens, receber os novos colegas e, especialmente, a celebrar nossas advogadas nesta noite tão significativa.
Miguel Barros — Presidente da OAB Cacoal
Fim da reportagem
Fonte: Tribuna Popular