@media (max-width: 360px) {
    .lente-banner {
        width: 100%;
        height: 130px;
    }
}

@media (max-width: 575.98px) {
    .text-responsive{
        font-size: 0.8rem;
    }
}

@media (max-width: 767.98px) {
    #aa-brand {
        width: 50% !important;
    }
    .carousel-image {
        height: 80vh;
    }
    .carousel-caption {
        top: 22vh;
    }
    .carousel-caption .logo-li {
        width: 30px;
    }
    .carousel-caption h1 {
        font-size: 1.4rem;
    }
    .lente-banner {
        width: 100%;
        top: 22vh;
        height: 100px;
    }
    #navcollapse {
        max-width: 100% !important;
    }
    .organograma li a {
        width: 4rem;
        height: 4rem;
    }
    .conselho a {
        margin-left: -12rem;
        margin-top: 2.5rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (max-width: 991px) {
    body {
        padding-top: 4rem;
    }
    address {
        font-size: .55rem;
    }
    #aa-brand {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 35%;
    }
    #aa-menu {
        background-color: #fff !important;
        top: 0 !important;
    }
    #aa-container {
        display: -ms-flexbox;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .navbar-toggler {
        border-radius: 0;
    }
    #navcollapse {
        max-width: 100%;
    }
    .btn-alagoas,
    .btn-concessoes,
    .btn-fap,
    .btn-gestao,
    .btn-transparencia,
    .btn-licitacoes,
    .btn-governanca,
    .btn-noticias {
        width: 100% !important;
    }
    .btn-search {
        padding-left: 1.1rem !important;
        padding-right: 1rem !important;
    }
    .organograma li a {
        width: 8rem;
        height: 8rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn-alagoas,
    .btn-concessoes,
    .btn-fap,
    .btn-gestao,
    .btn-transparencia,
    .btn-licitacoes,
    .btn-governanca,
    .btn-noticias {
        width: 8.6rem;
        font-size: .875rem;
    }
    #formBusca .form-control {
        width: 9rem;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 768px) {
    #aa-brand img {
        width: 80%;
    }
    .btn-alagoas,
    .btn-concessoes,
    .btn-fap,
    .btn-gestao,
    .btn-transparencia,
    .btn-licitacoes,
    .btn-governanca,
    .btn-noticias {
        height: 4.5rem;
    }
}