/* Main Body */

@page {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

body {
    color: #333333;
    margin: 0;
    font-family: 'Nunito';
    font-weight: normal;
    font-size: 9pt;
    line-height: 100%;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li,
ul {
    margin-bottom: 0.75em;
}

p {
    margin: 0;
    padding: 0;
}

p+p {
    margin-top: 1.25em;
}

a {
    border-bottom: 1px solid;
    text-decoration: none;
}

#watermark {
    position: fixed;
    top: 0;
    left: 0;
    width: 29.7cm;
    height: 21cm;
    z-index: -1000;
}


/**
Certificate Content
 */

.certificate-topheading {
    position: fixed;
    top: 25%;
    left: 42%;
}

.material2 {
    position: relative;
    text-align: left;
    font-size: 90%;
    padding: 77px;
    margin-top: 230px;
    height: 40%;
}

.certificate-content {
    margin-top: 280px;
    margin-left: 2.5cm;
    margin-right: 2.5cm;
    font-size: 14px;
}

.certificate-content h1 {
    font-weight: normal;
}

.certificate-content h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content {
    position: fixed;
    top: 30%;
    left: 10%;
    text-align: left;
    font-size: 20px;
}

.content2 {
    position: fixed;
    left: 50%;
    top: 60%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    transform: translate(-50%, -50%);
}

.content-title {
    font-size: 30px;
    line-height: 0.7;
}

.certificate-content p {
    line-height: 14px;
}

.certificate-footer {
    position: fixed;
    padding: 2em;
    left: 35%;
    top: 85%;
    transform: translate(-50%, -50%);
}

.certificate-footer p {
    font-size: 14px;
}

.espaco {
    margin-left: 180px;
    margin-top: -20px;
}

.certificate-footer2 {
    margin-left: 25cm;
}

table td.first-col {
    width: 700px;
}

.certificate-author-name {
    border-top: 1px solid #333333;
    padding-top: 10px;
    width: 250px;
    text-align: center;
}

.sig {
    position: fixed;
    left: 39%;
    bottom: 23%;
    text-align: center;
}

.signature-wrap img {
    position: fixed;
    max-width: 65mm;
    max-height: 15mm;
    height: auto;
    z-index: 10;
    bottom: 23%;
    left: 40%;
    
}


/* page numbers */

.pagenum:before {
    content: counter(page);
}

.pagenum,
.pagecount {
    font-family: sans-serif;
}