body{
        display: flex;
        -ms-flex-align: center;
        align-items: center;
     
        font-family: 'Montserrat';font-size: 22px;
    }
    .btn{
        font-weight: 600;
    }
    .btn:hover{
        font-weight: 600;
        background-color:gray;
    }
    .splash-container {
        width: 100%;
        max-width: 100%;
        padding: 15px;
        margin: auto;
    }
    .exp{
        font-size: 1.4rem;
        text-align: center;
    }
    .exp11{
        font-size: 1.1rem;
        text-align: center;
    }
    ul {
    list-style-type: disc; /* Estilo de lista */
    margin: 0; /* Margem padrão */
    padding-left: 20px; /* Espaçamento à esquerda */
}

li {
    font-size: 11pt; /* Tamanho da fonte */
    white-space: pre-wrap; /* Manter espaços em branco */
}

.title {
    font-family: 'Quattrocento Sans', sans-serif; /* Fonte específica */
    font-weight: 700; /* Negrito */
    color: #000000; /* Cor do texto */
}
.exp {
    font-size: 12pt;
    font-family: 'Quattrocento Sans', sans-serif;
    color: #000000;
    font-weight: 700;
    white-space: pre-wrap;
}

.text-justify {
    line-height: 1.38;
    text-align: justify;
    margin-bottom: 16px;
    font-size: 11pt;
    font-family: 'Quattrocento Sans', sans-serif;
    color: #000000;
    font-weight: 400;
    white-space: pre-wrap;
}
.section-title {
    font-size: 11pt;
    font-family: 'Quattrocento Sans', sans-serif;
    color: #000000;
    font-weight: 700;
    line-height: 1.38;
    margin-bottom: 16px;
    white-space: pre-wrap;
}

.text-justify {
    line-height: 1.38;
    text-align: justify;
    margin-bottom: 16px;
    font-size: 11pt;
    font-family: 'Quattrocento Sans', sans-serif;
    color: #000000;
    font-weight: 400;
    white-space: pre-wrap;
}
ul {
  list-style-type: disc;
  margin-bottom: 16px;
  font-size: 11pt;
  font-family: 'Quattrocento Sans', sans-serif;
  color: #000000;
}

p {
  line-height: 1.38;
  text-align: justify;
  margin-bottom: 16px;
  font-size: 11pt;
  font-family: 'Quattrocento Sans', sans-serif;
  color: #000000;
}

.bold-text {
  font-weight: 700;
}

.regular-text {
  font-weight: 400;
}

a {
  color: #0000ff;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

a:hover {
  color: #0000ff;
  text-decoration: underline;
}
body {
    font-family: 'Quattrocento Sans', sans-serif;
    color: #000000;
    font-size: 11pt;
    line-height: 1.38;
}

.section-title {
    font-weight: bold;
    margin-bottom: 16px;
}

.text {
    text-align: justify;
    margin-bottom: 16px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

.list-title {
    font-weight: bold;
}

.italic {
    font-style: italic;
}
