* {
    outline: none;
}

a,
button {
    text-decoration: none !important;
    cursor: pointer !important;
    transition: 1s;
}

p {
    line-height: 1.5;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

body {
    margin: 0;
    font-family: 'Figtree', sans-serif;
}

.body-gradient {
    background-image: linear-gradient(to bottom, #E5E4E4 1%, white 15%, white 100%);
}

.container {
    max-width: 1240px !important;
    width: 100%;
}

.btn-topo {
    font-size: 14px;
    color: #fff;
    background: #AC2824;
    border-radius: 0 0 15px 15px;
    padding: 5px 20px;
    float: right;
    margin-bottom: 20px;
}

.btn-topo:hover {
    color: #fff;
    background: #4890C1;
}

.btn-geral {
    font-size: 16px;
    color: #3A4E62;
    border: 1px solid #3A4E62;
    border-radius: 50px;
    padding: 10px 40px;
    display: table;
    margin: 0 auto;
}

.btn-geral:hover {
    color: #fff;
    background: #3A4E62;
}

.titulo-geral {
    font-size: 30px;
    font-weight: bold;
    color: #3A4E62;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.titulo-geral:after {
    content: "";
    width: 43px;
    height: 3px;
    border-radius: 50px;
    background: #BA2622;
    display: table;
    margin: 0 auto;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -42px;
}

.owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BA2622 !important;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    position: relative;
    z-index: 99;
    transition: .5s;
}

.owl-nav button:hover {
    background: #4890C1 !important;
}

.owl-nav button span {
    font-size: 40px;
    color: #fff;
}

.owl-nav button.owl-prev {
    left: -52px;
}

.owl-nav button.owl-next {
    right: -52px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.owl-dots span {
    width: 10px;
    height: 10px;
    display: block;
    background: #D9D9D9;
    border-radius: 50px;
    margin: 0 2px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #3A4E62;
}

header {
    background: #E5E4E4;
    background: linear-gradient(to bottom, rgb(236, 236, 236) 1%, rgba(249, 249, 249, .1) 80%, rgba(249, 249, 249, .1) 100%);
}

nav.navbar {
    background: #FAFAFA;
    padding: 20px 40px;
    border-radius: 50px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

ul.nav,
.navbar-default,
.navbar-header .navbar-brand,
#bs-example-navbar-collapse-1 {
    transition: .5s;
}

.navbar-default {
    background: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    border: none;
    transition: .5s;
}

#bs-example-navbar-collapse-1 {
    float: right;
    padding: 0;
    transition: .5s;
}

.nav-link {
    font-size: 14px;
    color: #AC2824 !important;
}

.dropdown-menu {
    display: none;
    padding: 2rem 3rem;
    margin-left: 2.5em;

    background-color: #AC2824;
    color: white;

    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.dropdown-menu.show {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.dropdown-menu .dropdown-item {
    color: white;
    white-space: normal;
    width: 100%;
    display: block;
    font-weight: lighter;
}

.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    text-decoration: underline !important;
}

.navbar .nav-item {
    position: static;
    display: flex;
    align-items: center;
}

a.navbar-brand {
    margin-right: 40px;
}

.navbar ul>li>a {
    transition: 0.3s;
}

.navbar ul>li>a:hover {
    font-weight: bold;
}

.nav-link.dropdown-toggle {
    padding: 0 !important;
}

.img-popup img {
    border-radius: 15px;
}

a.btn-close {
    float: right;
    position: relative;
    bottom: 0;
    right: 10px;
    margin-top: -15px;
    background: none;
    opacity: 1;
    z-index: 1000;
}

.destaque .owl-stage-outer {
    width: 100%;
}

.destaque .owl-carousel .item {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.destaque .owl-carousel .item img {
    object-fit: cover;
    object-position: center;
    height: 400px;
    border-radius: 10px;
}

.busca-geral {
    margin: 30px 0;
}

.search-box {
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 60px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.search-box input {
    border: none;
    box-shadow: none;
    outline: none;
    flex: 1;
    padding-left: 40px;
    font-size: 16px;
}

.search-box .divider {
    height: 45px;
    width: 1px;
    background-color: #e0e0e0;
    margin: 0 15px;
}

.search-box select {
    border: none;
    background: transparent;
    font-size: 16px;
    color: #374151;
    padding-right: 10px;
    padding-left: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%23374151' height='12' viewBox='0 0 20 20' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.516 7.548L10 12.033l4.484-4.485a.75.75 0 111.06 1.06l-5.015 5.015a.75.75 0 01-1.06 0L4.456 8.608a.75.75 0 111.06-1.06z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    min-width: 80px;
}

.search-box option {
    background-color: red;
}

.search-box .search-btn {
    background: transparent;
    border: none;
    padding-right: 20px;
    padding-left: 10px;
}

.search-box .search-btn svg {
    width: 18px;
    height: 18px;
    fill: #374151;
}

.filtro-busca {
    width: 120px;
    position: absolute;
    right: 25px;
    bottom: -185px;
    padding: 10px 0;
    background-color: #AC2824;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.filtro-busca .dropdown-option {
    padding: 8px;
    background-color: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.menu-rapido {
    margin-top: 60px;
    border-top: 1px solid #F2F2F2;
    padding: 30px 0;
    border-bottom: 1px solid #F2F2F2;
}

.menu-rapido .item a {
    background: #4890C1;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    display: table;
    border-radius: 50px;
    width: max-content;
}

.menu-rapido .item a:hover {
    background: #BA2622;
}

.menu-rapido #owl-menu {
    padding: 0px 20px;
}

button.owl-prev {
    margin-left: -10px;
}

button.owl-next {
    margin-right: -10px;
}

.noticias {
    padding: 20px 0;
}

.container-noticias-destaque {
    display: flex;
    gap: 1rem; 
    align-items: stretch;
    width: 95%;
    margin: 0 auto;
}

.container-noticias-destaque .col-lg-8,
.container-noticias-destaque .col-lg-4 {
    display: flex;
    flex-direction: column;
}

.container-noticias-destaque .post.destaque {
    flex: 1 1 auto;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.container-noticias-destaque img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0px;
}

.container-noticias-destaque .post.destaque img {
    flex: 1 1 auto; 
    width: 100%;
    object-fit: cover;
    display: block;
}

.container-noticias-destaque .post.destaque .post-content {
    flex: 0 0 auto;
    padding: 15px;
}

.container-noticias-destaque .col-lg-4 {
    gap: 1rem; 
}

.container-noticias-destaque .col-lg-4 .post.menor {
    flex: 1 1 0;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    display: flex;
    flex-direction: column;
}

.container-noticias-destaque .col-lg-4 .post.menor img {
    flex: 1 1 auto; 
    width: 100%;
    object-fit: cover;
    display: block;
}
.container-noticias-destaque .col-lg-4 .post.menor .post-content {
    flex: 0 0 auto;
    padding: 15px;
}

.noticias .tag {
    color: #fff;
    background: #4890C1;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 12px;
    display: inline;
    margin-top: 5px;
}

.noticias .date {
    font-size: 12px;
    color: #3A4E62;
    display: table;
}

.noticias .title {
    font-size: 18px;
    color: #3A4E62;
    margin-top: 5px;
    font-weight: 600;
    transition: 1s;
}

.noticias .title:hover {
    color: #AC2824;
}

.noticias .noticias-listagem {
    padding-top: 55px;
}

.noticias .noticias-listagem img {
    object-fit: cover;
    object-position: top;
    height: 270px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.noticias .noticias-listagem .date {
    color: #3A4E62 !important;
}

.noticias .noticias-listagem .title {
    font-size: 18px;
    color: #3A4E62;
}

.noticias .noticias-listagem p {
    font-size: 18px;
    color: #3A4E62;
}

.noticias .noticias-listagem .resumo {
    font-size: 14px;
}

.mapa {
    background: #F9F9F9;
    padding: 90px 0;
}

.mapa>p {
    font-size: 20px;
    color: #3A4E62;
    text-align: center;
}

#map {
    background: transparent;
}

#map svg path {
    fill: #48637E;
    stroke: #3A4E62;
    stroke-width: 4;
}

#map svg path:hover {
    fill: #AC2824;
}

.tooltip-setor {
    background: white !important;
    color: #3A4E62 !important;
    opacity: 1 !important;
    width: 160px;
    box-sizing: border-box;
    font-size: 11px;
    padding: 8px 10px;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

.tooltip-setor strong {
    font-size: 12px;
    font-weight: bold;
}

.container-cidades-mapa {
    width: 90%;
    margin: 0 auto;
}

.city-button {
    display: block;
    text-align: left;
    padding: 10px;
    background-color: transparent;
    border: none;
    width: 100%;
    color: #3A4E62;
    cursor: pointer;
}

.city-button:hover {
    font-weight: bold;
}

.svg-map {
    width: 100%;
    height: auto;
}

.city-list {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.city-list strong {
    color: #3A4E62;
    font-size: 16px;
    padding: 20px 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    display: table;
    border-radius: 10px 10px 0 0;
}

.city-list ul {
    max-height: 450px;
    overflow-y: auto;
    padding: 10px 30px 20px;
}

.city-list ul li {
    border-bottom: 1px solid #E0E0E0;
}

.city-list ul li:last-child {
    border-bottom: none;
}

.agenda {
    padding: 40px 0;
}

.agenda .owl-stage-outer {
    padding: 15px 0;
}

.agenda .item {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    height: 570px;
}

.interna.agenda .item {
    height: auto;
}

.agenda .topo {
    background: url(../images/bg-agenda.png) no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 30px 30px 0 0;
}

.agenda .topo img {
    width: 22px;
}

.agenda .topo span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.agenda .tag {
    color: #fff;
    background: #4890C1;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 10px;
}

.interna.agenda .tag {
    margin-bottom: 0;
}

.agenda .conteudo {
    padding: 15px 0 35px;
}

.agenda .conteudo img {
    height: 180px;
}

.agenda .title {
    font-size: 24px;
    color: #3A4E62;
    font-weight: bold;
    padding: 0 15px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.interna.agenda .title {
    display: -webkit-box;
    -webkit-line-clamp: none;
    line-clamp: none;
}

.agenda p {
    font-size: 16px;
    color: #3A4E62;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.anuncios {
    background: #F9F9F9;
    padding: 50px 0;
}

.galeria {
    padding: 40px 0;
}

.galeria .itens {
    display: flex;
    flex-wrap: wrap;
}

.galeria .item {
    width: 33.3%;
    height: 430px;
    transition: .5s;
}

.galeria img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.galeria .item .conteudo {
    width: 100%;
    height: 430px;
    transition: .5s;
    margin-top: -430px;
    position: relative;
    background: rgba(72, 144, 193, .85);
    padding: 80px 50px;
    cursor: pointer;
    opacity: 0;
    transition: .5s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.galeria .item:hover .conteudo {
    opacity: 1;
}

.galeria .date {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.galeria .title {
    font-size: 40px;
    color: #fff;
    margin: 0;
}

.galeria .creditos {
    font-size: 14px;
    color: #fff;
}

.galeria .item .btn-geral {
    color: #fff;
    border: 1px solid #fff;
    margin: 10px 0 0;
}

.album-title {
    font-size: 24px;
    color: #3A4E62;
    font-weight: bold;
}

.conteudo.ex-presidentes .col-12 .card.horizontal {
    padding: 20px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.subsecao-page .conteudo {
    color: #3A4E62;
}

.subsecao-page .conteudo > * + * {
    margin-top: 8px;
}

.subsecao-page .conteudo h3 {
    font-size: 25px;
    font-weight: 600;
    padding-left: 7px;
    border-left: 3px solid #AC2824;
}

.subsecao-page .conteudo p {
    margin-bottom: 0;
}

.diretoria-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.diretoria-item {
    border: 1px solid #B0B0B0;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 30%;
    margin: 0 10px 30px;
    color: #3A4E62;
}

.diretoria-item img {
    border-radius: 10px;
}

footer {
    padding: 50px 0 30px;
    background: #232F49;
    background: linear-gradient(130deg, rgba(35, 47, 73, 1) 33%, rgba(83, 167, 206, 1) 100%);
}

.redes-sociais {
    display: flex;
    justify-content: space-between;
}

footer .btn-geral {
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
}

.btn-vermelho {
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #AC2824;
    border-radius: 50px;
    padding: 10px 20px;
    display: table;
    width: 100%;
}

.btn-vermelho:hover {
    color: #fff;
    background: #4890C1;
}

footer h4,
footer h4 a {
    font-size: 30px;
    color: #fff;
    margin: 0 0 10px;
}

footer h4 a:hover {
    color: #AC2824;
}

footer li {
    margin-bottom: 10px;
}

footer li a {
    font-size: 16px;
    color: #fff;
}

footer li a:hover {
    color: #AC2824;
}

.rodape {
    padding: 35px 0;
    background: #2A3A4A;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.rodape p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.fixed-whatsapp {
    position: fixed;
    right: 2%;
    bottom: 4%;
    z-index: 1000;
}
.fixed-whatsapp .whats-btn {
    background-color: #25A217;
    border-radius: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50%!important;
    -khtml-border-radius: 50%!important;
    padding: 15px;
    transition: .4s;
}
.fixed-whatsapp:hover .whats-btn {
    background-color: #25A217 !important;
    border: 1px solid #ffffff;
    transform: scale(1.1);
}
.fixed-whatsapp .whats-btn img {
    width: 26px;
    height: 26px !important;
}

.titulo-interno {
    padding: 55px 0 30px;
}

.titulo-interno .titulo-geral {
    border-bottom: 1px solid #D7D5D5;
    padding-bottom: 35px;
}

.titulo-interno .breadcrumb li,
.titulo-interno .breadcrumb li a {
    font-size: 14px;
    color: #3A4E62;
}

.titulo-interno .breadcrumb li a:hover {
    color: #AC2824;
}

.container-menor {
    max-width: 980px !important;
    width: 100%;
}

.btn-cinza {
    font-size: 16px;
    font-weight: bold;
    color: #3A4E62;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EAEAEA;
    width: 100%;
    height: 60px;
    border-radius: 50px;
}

.interna {
    padding-bottom: 60px;
}

aside a {
    display: block;
    text-align: left;
    padding: 10px;
    background-color: transparent;
    border: none;
    width: 100%;
    color: #3A4E62;
    cursor: pointer;
    border-left: 3px solid transparent;
}

aside a:hover,
aside a.active {
    font-weight: bold;
    border-left: 3px solid #BA2622;
}

aside ul {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

aside ul {
    padding: 10px 30px 20px;
}

aside ul li {
    border-bottom: 1px solid #E0E0E0;
}

aside ul li:last-child {
    border-bottom: none;
}

.titulo-interna-menor {
    font-size: 20px;
    font-weight: bold;
    color: #3A4E62;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.titulo-interna-menor:after {
    content: "";
    width: 43px;
    height: 3px;
    border-radius: 50px;
    background: #BA2622;
    display: table;
}

.interna.pagina h3 {
    font-size: 24px;
    color: #3A4E62;
}

.interna h4 {
    font-size: 20px;
    font-weight: bold;
    color: #3A4E62;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.interna h5,
.interna h5 a,
.interna p,
.interna p a,
.interna li,
.interna li a,
.interna.transparencia .accordion-body a,
li.list-group-item a,
li.card-header a {
    font-size: 16px;
    font-weight: 400;
    color: #3A4E62;
    margin: 0 0 15px;
}

.interna.transparencia .accordion-body a:hover {
    font-weight: bold;
}

li.list-group-item a:hover {
    font-weight: bold;
}

.interna p a {
    font-weight: 700;
}

.interna.pagina ul {
    margin-bottom: 30px;
    padding-left: 30px;
}

.interna.pagina ul>li,
li.list-group-item {
    background-color: transparent;
    list-style: disc;
    margin-bottom: 5px;
}

.interna.pagina .col.s12,
.interna.pagina .col-12,
.subsecao-page .col.s12 {
    display: flex;
    flex-wrap: wrap;
}

.interna.pagina .card.horizontal,
.subsecao-page .card.horizontal {
    border: 1px solid #B0B0B0;
    background: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    margin: 0 10px 30px;
    color: #3A4E62;
}

.mais {
    font-size: 16px;
    color: #3A4E62;
    border: 1px solid #3A4E62;
    border-radius: 50px;
    padding: 10px 40px;
    display: table;
    margin: 1px auto !important;
}

.mais:hover {
    color: #fff;
    background: #3A4E62;
}

.card .btn.btn-link {
    font-size: 20px;
    color: #3A4E62;
    text-transform: uppercase;
}

.interna.transparencia button.accordion-button {
    font-size: 20px;
    color: #3A4E62;
}

.interna.transparencia button.accordion-button img {
    margin-right: 10px;
}

.interna.transparencia .accordion-collapse {
    padding: 10px 15px;
}

.interna.pagina .accordion-button {
    font-size: 20px;
    color: #3A4E62;
    outline: none;
}

.servicos a.item {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4890C1;
    border-radius: 15px;
    height: 175px;
    padding: 10px 40px;
    transition: .5s;
}

.servicos a.item img {
    margin-right: 20px;
}

.servicos a.item:hover {
    background: #BA2622;
}

.interna.noticias .noticias-listagem .title {
    font-size: 20px;
    color: #3A4E62;
    text-transform: initial;
    margin: 0 0 10px;
}

.interna.noticias .noticias-listagem p {
    margin-bottom: 30px;
    font-size: 16px !important;
}

.ultimas-noticias .title {
    font-size: 18px;
    color: #3A4E62;
    text-transform: initial;
    margin: 0 0 10px;
    margin-top: 10px;
}

.interna.agenda .data-interna {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
}

.data-interna span {
    font-size: 20px;
    font-weight: bold;
    color: #3A4E62;
    line-height: 20px;
}

.interna .box {
    background: #4890C1;
    padding: 25px 35px;
    border-radius: 15px;
}

.interna .box img {
    width: 20px;
}

.interna .box p {
    color: #fff;
    margin: 0;
}

.contato input.form-control {
    height: 65px;
    margin-bottom: 30px;
    border-radius: 15px;
    padding-left: 20px;
}

.contato textarea.form-control {
    height: 276px;
    margin-bottom: 30px;
    border-radius: 15px;
    padding-left: 20px;
}

.listagem-contato {
    padding: 60px 0;
    background: #F9F9F9;
}

.listagem-contato h5 {
    font-size: 20px;
    font-weight: bold;
    color: #3A4E62;
    margin: 0;
}

.listagem-contato p {
    font-size: 16px;
    color: #3A4E62;
    margin: 0;
}

.box-branco {
    border: 1px solid #B0B0B0;
    background: #fff;
    border-radius: 15px;
    padding: 10px 50px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.interna.mapa {
    background: transparent;
}

.interna ul.box-ul {
    border: 1px solid #B0B0B0;
    border-radius: 15px;
    padding: 50px 100px;
}

.interna ul.box-ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.interna .accordion-collapse {
    padding: 15px 30px;
}

.pagination-container {
    padding: 0 10px;
    margin: 20px 0;
}

.pagination-container nav {
    width: 100%;
}

.pagination-container nav .d-sm-flex {
    justify-content: center !important;
}

.pagination-container nav .d-sm-flex * {
    margin: 0;
    border: none;
}

.pagination-container p.small.text-muted {
    display: none;
}

.pagination {
    display: flex;
    gap: 15px;
}

.pagination .page-item.disabled .page-link {
    background-color: transparent !important;
    color: #999 !important;
    cursor: not-allowed;
}

.pagination .page-item.active .page-link {
    background-color: #3A4E62 !important;
    color: #fff !important;
}

.pagination .page-link {
    border-radius: 6px;
    color: #333;
}


.comissoes .accordion-button::after {
    background-image: url("/assets/images/icon-seta-vermelha-para-baixo.svg");
}

.text-red {
    color: #AC2824 !important;
}

/* --- MOBILE --- */
@media (min-width: 1200px) {
    header {
        transition: all 1s ease;
        background: transparent;
    }

    header.fixed {
        position: fixed;
        top: -55px;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    header.fixed+.content-page {
        padding-top: 175px;
    }

    header.fixed .btn-topo {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }

    nav.navbar.fixo {
        padding: 10px 40px;
        border-radius: 0;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .logo.fixo-menor {
        width: 70px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: calc(100% - 60px);
    }

    .dropdown-menu.show {
        width: 95%;
    }

    .subsecao-page .conteudo {
        max-height: 400px;
        overflow-y: auto;
    }
}

@media (max-width: 1200px) {
    .navbar .nav-item {
        display: block;
    }

    .nav-link {
        font-size: 20px !important;
        color: #fff !important;
    }

    .dropdown-menu {
        background-color: transparent;
        padding: 0;
        margin-left: 0;
        box-shadow: none;
        border: none;
    }

    .dropdown-menu.show {
        display: flex;
        flex-direction: column;
        row-gap: .7rem;
        margin-top: 1em;
    }

    .dropdown-menu .dropdown-item {
        font-size: 15px !important;
        padding-bottom: 3px;
        width: 100%;
    }

    a.close-mobile.d-block.d-xl-none {
        position: absolute;
        top: 0;
        left: 0;
    }

    div#navbarSupportedContent {
        position: absolute;
        top: -55px;
        right: -15px;
        z-index: 9999;
        background: #BA2622;
        width: 70%;
        padding: 50px 60px 80px;
        text-align: center;
        border-radius: 0 0 0 70px;
    }

    ul.navbar-nav>li {
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    ul.navbar-nav>li:first-child,
    ul.navbar-nav>li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .dropdown a,
    li.nav-item a.dropdown-item {
        font-size: 24px;
        color: #fff !important;
        padding: 0;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 992px) {
    .container-noticias-destaque {
        flex-direction: column;
        width: 80%;
    }

    .container-noticias-destaque .col-lg-4 {
        flex-direction: row;
        gap: 1rem;
    }

    .container-noticias-destaque .col-lg-4 .post.menor {
        flex: 1;
    }
}


@media (max-width: 767px) {
    header {
        padding: 20px 0 5px;
    }

    a.navbar-brand {
        width: 100%;
        margin: 0;
    }

    a.navbar-brand img {
        width: 98px;
        margin: 0 auto;
        display: table;
    }

    a.menu-mobile {
        position: absolute;
        right: 15px;
    }

    nav.navbar {
        background: transparent;
        padding: 0;
        border-radius: 50px;
        box-shadow: none;
        margin-bottom: 10px;
    }

    div#navbarSupportedContent {
        width: calc(100% + 24px);
        top: -20px;
        left: -12px;
    }

    .btn-topo {
        font-size: 16px;
        color: #AC2824 !important;
        background: #fff !important;
        padding: 10px 30px;
        border-radius: 50px;
        margin: 0 auto;
        justify-content: center;
    }

    a.btn-close {
        right: 5px;
        top: 5px;
    }
    a.btn-close img {
        width: 36px;
    }

    .owl-nav {
        display: none;
    }

    .btn-geral {
        font-size: 14px;
        padding: 10px 20px;
    }

    .titulo-geral {
        font-size: 24px;
    }

    .interna.pagina .col.s12,
    .interna.pagina .col-12,
    .subsecao-page .col.s12 {
        justify-content: center;
    }

    .interna.pagina .card.horizontal,
    .subsecao-page .card.horizontal {
        width: 100%;
    }

    #owl-noticias-destaque .item img {
        height: 270px;
        object-fit: cover;
        border-radius: 5px;
    }

    .noticias #owl-noticias-destaque .date,
    .noticias #owl-noticias-destaque .title {
        color: #3A4E62;
    }

    .noticias #owl-noticias-destaque .post-content {
        padding: 10px 0;
        opacity: 1;
    }

    .noticias .noticias-listagem img {
        height: 175px;
        margin-bottom: 10px;
    }

    .svg-map svg {
        width: 340px;
        height: 203px;
    }

    .mapa div#accordionExample {
        justify-content: center;
        margin-top: 30px;
        color: #3A4E62;
    }

    #map svg path {
        stroke-width: 3;
    }

    .mapa .accordion-button::after {
        margin-left: 10px;
    }

    .galeria .item {
        width: 100%;
        height: auto;
    }

    .galeria .item .conteudo {
        height: 290px;
        margin-top: 0;
        background: #4890C1;
        padding: 10px 15px;
        opacity: 1;
    }

    .galeria .title {
        font-size: 35px;
    }

    .conteudo.ex-presidentes .col-12 .card.horizontal {
        flex-direction: column;
    }

    .diretoria-item {
        width: 100%;
        flex-direction: row;
    }

    .container-noticias-destaque {
        width: 100%;
    }

    footer {
        padding: 50px 60px 30px;
    }

    footer img.img-fluid.mb-4 {
        width: 135px;
        margin: 0 auto;
        display: table;
    }

    footer div#accordionExample {
        margin-top: 40px;
    }

    footer .accordion-item {
        background-color: transparent;
        border: none;
    }

    footer .accordion-button,
    footer .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }

    footer h4,
    footer h4 a {
        font-size: 24px;
        margin: 0;
    }

    footer .accordion-button::after,
    footer .accordion-button:not(.collapsed)::after {
        background-image: url(../images/seta-baixo.svg);
        background-repeat: no-repeat;
        background-size: var(--bs-accordion-btn-icon-width);
    }

    footer .accordion-header,
    footer h4.borda {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    ol.breadcrumb {
        justify-content: center;
    }

    .interna ul.box-ul {
        padding: 30px 15px;
    }

    .interna.pagina .card.horizontal {
        padding: 10px 15px;
        width: 100%;
        margin: 0 0 15px;
    }

    .mais {
        padding: 10px 30px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .search-box input {
        padding-left: 0px;
    }

    .diretoria-item {
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    #map svg path {
        stroke-width: 2;
    }
}