.logo {

}

.navbar-dark img {
    opacity: 0.3;
    height: 30px;
}
.navbar-dark h1 {
    font-family: 'Chakra Petch', sans-serif;
    font-weight: bold;
    margin-top: 20px;
    color: white;
    font-size: 2.2rem;
    letter-spacing: 2px;
}

/* Rodapé flutuante */
.footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #f8f9fa;
    padding: 20px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* Centraliza o conteúdo */
.content {
    margin-top: 40px;
    margin-bottom: 100px;
}

/* Estilo para o botão de voltar */
.btn-back {
    background-color: #007bff;
    color: white;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.btn-back:hover {
    background-color: #0056b3;
    color: white;
}

.doc p {
    text-indent: 50px;
}
.doc ul {
    margin-left: 50px;
}
.doc ul li{
    margin-bottom: 10px;
}
.doc h4 {
    font-size: 1.2em;
    margin-left: 50px;
}

