body {
    font-family: Dosis,sans-serif;
    font-size: 0.9375rem !important;
}
.navbar {
    background-color: #012840 !important;
}
.navbar-brand {
    font-family: Dosis, sans-serif !important;
    color: #85b7d5 !important;
    font-size: 1.5em;
    font-weight: 700;
}
.nav-link-title {
    color: #ffffff !important;
}
.navbar-toggler {
    color: #ffffff !important;
}
.bg-title-search {
    background: rgba(0,41,66,0.97);
}
.btn-primary {
    background-color: rgba(0,41,66,0.97) !important;
    border-color: rgba(0,41,66,0.97) !important;
}
.page-title {
    color: #052030 !important;
}
.badge-info {
    background-color: #1d95b4;
}
.footer {
    background-color: #CEE8F2 !important;
    color: #000000 !important;
}
.icon-menu {
    stroke: #ffffff;
}
@media (max-width: 768px) {
    .navbar-brand {
        font-size: 1.1em;
        margin-right: auto;
    }
}

@media (max-width: 376px) {
    .navbar-brand {
        font-size: 0.8em;
    }
}
@media (max-width: 289px) {
    .navbar-brand {
        font-size: 0.7em;
    }
}
.footer .icon {
    stroke: #052030 !important;
}

.resultado .card-header {
    font-size: 1.2em;
}

.busca .busca-item:hover {
    background-color: #CEE8F2;
}
#accessibilityBar {
    top: 40% !important
}
.text-h1 {
    font-size: 1.2rem!important;
}

.leitura {
    display: none;
}