/* Estilos para o Documento Oficial */
body {
    font-family: 'Times New Roman', Times, serif;
    background-color: white;
    color: black;
    max-width: 21cm;
    margin: 2cm auto;
    padding: 0;
    line-height: 1.5;
    font-size: 12pt;
    text-align: justify;
    background: radial-gradient(
          circle farthest-corner,
          hsl(120deg, 100%, 15%),
          hsl(320deg, 100%, 2%) 100%
    );
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;

}

.document-header {
    text-align: center;
    margin-bottom: 2cm;
}

.logo {
    max-width: 15cm;
    height: auto;
    display: block;
    margin: 0 auto 1cm auto;
}

.document-header h1 {
    font-size: 24pt;
    font-weight: bold;
    margin: 0 0 0.5cm 0;
    text-transform: uppercase;
}

.document-header h2 {
    font-size: 18pt;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    color: wheat;
}
.document-header h3 {
    font-size: 16pt;
    margin: 0;
    font-weight: normal;
     color: wheat;
}

.office-date, .subject {
    text-align: center;
    margin-bottom: 1cm;
    font-size: 11pt;
}

.subject strong {
    font-size: 14pt;
}

.body-text p {
    margin-bottom: 0.5cm;
    text-indent: 1cm;
}

.closing {
    text-align: right;
    margin-top: 2cm;
    margin-bottom: 1cm;
    font-style: italic;
}

.signatures {
    text-align: right;
    margin-bottom: 2cm;
}

.signatures p {
    margin: 0.2cm 0;
    font-size: 12pt;
}

.signatures strong {
    font-size: 14pt;
}

.document-footer {
    text-align: center;
    margin-top: 2cm;
    font-size: 14pt;
    border-top: 1px solid #ccc;
    padding-top: 1cm;
    color: wheat;
}

/* Elemento | http://localhost/padrepaulo/ */

.document-footer > a:nth-child(1) {
    color: wheat;
  }
  

@media print {
    body {
        margin: 0;
        max-width: none;
    }
    .document-header h1 {
        font-size: 20pt;
    }
}

@media (max-width: 600px) {
    body {
        margin: 1cm;
        font-size: 11pt;
    }
    .logo {
        max-width: 100%;
    }
}
#tsparticles-full {
    position:absolute;
    top:0;
    left:0;
    width:40%;
    height:40%; 
    border:2px solid red;
    background:#333;
  }
  
  
  canvas {
    display: block;
    vertical-align: bottom;
   
  }
