body{
    background-color: #f8f8f8;
}

/*Itens que se repetem muitas vezes e podem ser reaproveitados*/

.cptec-card{
    background-color: rgb(255, 255, 255);
    border: 1px solid #88888885;
    box-shadow: 5px 5px 9px 5px #0000000e;
    border-radius: 5px;
    font-size: medium;
}
.sombra{
    box-shadow: 5px 5px 9px 5px #0000000e;
}
.borda{
    border: 1px solid #88888885;
}
.destaque {
    color: black;
    font-weight: 600;
}

.centro-tabela td {
    text-align: center;
    justify-content: center;
}

.centro {
    text-align: center;
    justify-content: center;
}

.justificado{
    text-align: justify;
}
.sem-hover {
    pointer-events: none;
}

.invisivel {
    visibility: hidden;
}

.botoes-centro {
    justify-content: center;
    text-align: center;
}

.botoes-centro a {
    margin-top: 10px;
}

/*Modificações no Bootstrap e GovBr*/
.bg-branco {
    background-color: white;
}
.pd-10{
    padding: 20px;
    padding-left: 0;
    padding-right: 30px;
}

.br-card {
    --card-padding: ;
    border-radius: 5px;
    padding: 1em 0 1em 2em;
}

.teste {
    background-color: red;
}