body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

.terms-content {
    max-height: 500px;
    overflow-y: auto;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 20px;
}

.terms-content h3 {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}

.terms-content p {
    margin-bottom: 15px;
    text-align: justify;
}

.card {
    border: none;
    border-radius: 10px;
}

.card-header {
    border-radius: 10px 10px 0 0 !important;
}

header, footer {
    background-color: rgb(14 29 72) !important;
}

.shadow-bottom {
    box-shadow: 0px 4px 1px #78d64b;
}

.shadow-top{
    box-shadow: 0px -4px 1px #78d64b;
}

/* Privacidade 2 */

.privacy-content, .contract-content {
    max-height: 500px;
    overflow-y: auto;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 20px;
}

.privacy-content h3 {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}

.privacy-content p, .privacy-content table {
    margin-bottom: 15px;
    text-align: justify;
}

.privacy-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.privacy-content table, .privacy-content th, .privacy-content td {
    border: 1px solid #dee2e6;
}

.privacy-content th, .privacy-content td {
    padding: 10px;
    text-align: left;
}

.privacy-content th {
    background-color: #f8f9fa;
}

.card {
    border: none;
    border-radius: 10px;
}

.card-header {
    border-radius: 10px 10px 0 0 !important;
}

/* Parceiro */

.clause-title {
    font-weight: bold;
    margin-top: 20px;
    color: #343a40;
}

.paragraph-title {
    font-weight: bold;
    margin-top: 15px;
}
