h3 {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 150%;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: #000000;
}

.header-novo h1 {
    width: calc(50vw - 40%);
    position: absolute;
    top: 32% !important;
    right: 0;
    background: #2069b7;
    height: fit-content;
    min-height: 25%;
    display: flex;
    align-items: center;
    color: #FFF;
    justify-content: center;
    text-align: center;
}

.content {
    padding: 1.25rem 0px;
}

table.table-certificado {
    border-collapse: collapse;
    width: 100%;

}

.table-header {
    text-align: center;
}


table.table-certificado tbody tr {
    border-bottom: 1px solid #DCDCDC;
}

table.table-certificado tbody tr:last-of-type {
    border: none;
}

table.table-certificado tbody td {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.015em;
    color: #494949;
    height: 102px;
    text-align: center;
    padding: 0px 30px;
}

table.table-certificado tbody td.destaque {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.table-head {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: #000000;
    text-align: start;
    height: 56px;
    width: 25%;
    border-bottom: 2px solid #000000;

}

p,
h3,
h2 {
    
    margin: 1.25rem 0px;
}