:root {
    --site-font-sans: "Rawline", Verdana, Geneva, Tahoma, sans-serif;
}

body {
    font-family: var(--site-font-sans);
}

.pnab-logo {
    max-height: 140px;
    width: auto;
}

@media (min-width: 768px) {
    .pnab-logo {
        max-height: 150px;
    }
}

.btn-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-logo {
    max-width: 100%;
    height: auto;
}

.footer-logo--1 {
    max-width: 200px;
}

.footer-logo--3 {
    max-height: 60px;
}

.footer-logo--4 {
    max-height: 70px;
}

.footer-logo--5 {
    max-height: 55px;
}

.footer-logo--6 {
    max-height: 60px;
}

@media (min-width: 768px) {
    .footer-logo--4 {
        max-height: 85px;
    }

    .footer-logo--5 {
        max-height: 60px;
    }

    .footer-logo--6 {
        max-height: 70px;
    }
}

.header-banner {
    max-height: 140px;
    width: auto;
}

@media (min-width: 768px) {
    .header-banner {
        max-height: 210px;
    }
}

.pnab-body {
    text-align: justify;
    line-height: 1.4;
}

.pnab-body p {
    text-align: justify !important;
    text-justify: inter-word;
    hyphens: auto;
}

.edital-title-btn {
    color: var(--bs-gray-900);
}

.edital-title-btn:hover,
.edital-title-btn:focus {
    color: #fff !important;
}