﻿.ajuste {
    padding-left: 20px;
}

h1 {
    text-align: center;
}

p {
    padding-left: 25px;
    padding-right: 45px;
}

.dividir-item {
    display: flex;
    justify-content: space-between;
}

.padding-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.apresentacao-inicial {
    padding-left: 20px;
}

.apresentacao-cartilha {
    display: flex;
    justify-content: center;
    align-items: center;

    padding-left: 30px;
    padding-bottom: 25px;
    max-width: 100%;
    max-height: 100%;
    border-block-color: black;
}

.cartilha {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: whitesmoke;
    background-color: #3f8dbf;
    border: 1px solid #000000;
    border-radius: 10px;
    width: 330px;
    height: 150px;
}

.alinhar-centro {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-tiulo-cartilha {
    font-size: 25px;
}

.titulo-documento {
    font-size: 15px;
    align-items: center;
}

.link {
    cursor: pointer;
    transition: color 0.3s; /* Animação suave da mudança de cor */
}

    .link:hover {
        color: #3bebeb;
    }

