.ex-secao-container {
    font-family: Arial, sans-serif;
    color: #333;
    width: 100%;
    margin-bottom: 20px;
	
	
}

.ex-titulo-principal {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.ex-subtitulo {
    font-size: 0.95rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.ex-tabela {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.ex-header-dark {
    background-color: #555555;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
}

.ex-header-light {
    background-color: #d3d3d3;
    color: #333;
    padding: 6px;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #ccc;
}

.ex-col-link {
    width: 140px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    color: #3e51a4;
    font-weight: bold;
    font-size: 0.85rem;
    line-height: 1.3;
}

.ex-col-texto {
    padding: 12px;
    border: 1px solid #e0e0e0;
    font-size: 0.9rem;
    color: #333;
    text-align: left;
}

