html,
body {
    overflow-x: hidden;
}

#accessibility {
    background-color: #2d6139 !important;
}

#menu-acessibilidade a:nth-child(4) {
    margin-left: 1rem !important;
}

#menu-acessibilidade a::before {
    content: none !important;
}

#menu-acessibilidade a:first-child::before {
    content: "\f017" !important;
    font-family: "FontAwesome";
    font-weight: 400;
    color: #5cbb80;
    display: inline-block;
    margin-right: 8px;
}

#menu.bg-color-1 {
    background-color: #fff !important;
    color: #2d6139 !important;
    padding: 10px 0 !important;
}

.navbar-nav li.nav-item {
    margin: 0 .5rem !important;
}

.navbar-nav li.nav-item a {
    color: #2d6139 !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}

.navbar-nav li.nav-item a.active,
.navbar-nav li.nav-item a.nav-link:hover,
.navbar-nav li.nav-item.dropdown:hover > a.nav-link {
    /* background-color: #5cbb80 !important; */
    background-color: rgba(92, 187, 128, 0.35) !important;
    border-radius: 5px !important;
}

.dropdown-menu {
    top: 37px !important;
}

#menu #logo img {
    max-height: 55px !important;
}

#menu #search .text-light {
    color: #5cbb80 !important;
    font-size: 10px !important;
    margin-right: 0 !important;
}

#covid.mt-5 {
    margin-top: 0 !important;
    margin-bottom: -130px !important;
}

#covid.mt-5 .container-xl,
#main-news .container-xl {
    max-width: 100% !important;
    padding: 0 !important;
}

#vacinometro .box-graficos {
    width: 25%;
}

.grafico-1,
.grafico-2,
.grafico-3 {
    margin-right: 10px;
}

/* AJUSTE RESPONSIVO PARA O CONTAINER DO BOOTSTRAP */
#carouselWidgetDestaques .carousel-inner .carousel-item a > div.text-center {
    text-align: left !important;
    max-width: 1140px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* XL (≥1200px) - Container padrão 1140px */
@media (min-width: 1200px) {
    #carouselWidgetDestaques .carousel-inner .carousel-item a > div.text-center {
        max-width: 1140px !important;
    }
}

/* LG (992px a 1199px) - Container 960px */
@media (max-width: 1199px) and (min-width: 992px) {
    #carouselWidgetDestaques .carousel-inner .carousel-item a > div.text-center {
        max-width: 960px !important;
    }
}

/* MD (768px a 991px) - Container 720px */
@media (max-width: 991px) and (min-width: 768px) {
    #carouselWidgetDestaques .carousel-inner .carousel-item a > div.text-center {
        max-width: 720px !important;
    }
}

/* SM (576px a 767px) - Container 540px */
@media (max-width: 767px) and (min-width: 576px) {
    #carouselWidgetDestaques .carousel-inner .carousel-item a > div.text-center {
        max-width: 540px !important;
    }
}

/* XS (<576px) - Container 100% com padding */
@media (max-width: 575px) {
    #carouselWidgetDestaques .carousel-inner .carousel-item a > div.text-center {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    
    #carouselWidgetDestaques .carousel-inner .carousel-item a > div.text-center > h2 {
        font-size: 1.8rem !important;
        max-width: 100% !important;
    }
}

#carouselWidgetDestaques .carousel-inner .carousel-item {
    padding-bottom: 130px !important;
}

#carouselWidgetDestaques .carousel-inner .carousel-item a {
    padding: 130px 0 !important;
    min-height: auto !important;
}

#carouselWidgetDestaques .carousel-inner .carousel-item a > div.text-center > h2 {
    font-size: 3rem !important;
    font-weight: 500;
    max-width: 75%;
    padding-bottom: 0 !important;
    margin-bottom: 30px !important;
    border-bottom: none !important;
}

#carouselWidgetDestaques .carousel-inner .carousel-item a > div.text-center > button.mt-3 {
    margin-top: 35px !important;
}

#super-banner-1 {
    padding-top: 0 !important;
    text-align: center !important;
    display: table !important;
}

#super-banner-1.col-md-6 { 
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto !important;
}

#super-banner-1.mb-3 {
    margin-bottom: 0 !important;
}

#super-banner-1.p-1 {
    padding-bottom: 0 !important;
}

#super-banner-1 img.img-fluid { 
    width: 1140px !important;
    max-width: 1140px !important;
    max-height: 100px !important;
    border-radius: .25rem !important;
    /* margin: 0 auto !important;
    display: table; */
}

.swiper-container {
    padding-right: 44px;
    height: 343px;
}

.swiper-wrapper {
    height: 279px !important;
}

#home-news {
    padding-top: 30px !important;
}

#container-home-news {
    max-width: 1140px !important;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Ajuste para telas médias (tablets) */
@media (max-width: 1199.98px) {
    #container-home-news {
        max-width: 960px !important;
    }
}

/* Ajuste para telas menores (tablets pequenos) */
@media (max-width: 991.98px) {
    #container-home-news {
        max-width: 720px !important;
    }
}

/* Ajuste para telas de celular */
@media (max-width: 767.98px) {
    #container-home-news {
        max-width: 540px !important;
    }
}

/* Ajuste para celulares pequenos */
@media (max-width: 575.98px) {
    #container-home-news {
        max-width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    
    #home-news #img-tranparencia > .position-relative {
        height: 250px !important;
        background-size: contain !important;
    }
}

/* Ajuste para telas muito grandes (acima de 1200px) */
@media (min-width: 1200px) {
    #container-home-news {
        max-width: 1140px !important;
    }
}

#home-news #img-tranparencia {
    width: 100% !important;
}

#home-news #img-tranparencia > .position-relative {
    width: 100% !important;
    height: 450px !important;
    background-image: url(https://funsau-na.maximatecnologia.com.br/storage/content/midias/69ecc90d18909xicbp.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Ajuste da altura da imagem para tablets */
@media (max-width: 991.98px) {
    #home-news #img-tranparencia > .position-relative {
        height: 350px !important;
    }
}

/* Ajuste da altura da imagem para celulares */
@media (max-width: 767.98px) {
    #home-news #img-tranparencia > .position-relative {
        height: 250px !important;
    }
}

#home-news #img-tranparencia > .position-relative .position-absolute.bg-color-1,
#home-news #img-tranparencia > .position-relative #original,
#home-news #img-tranparencia > .position-relative #contraste,
#home-news #img-tranparencia p {
    display: none !important;
}

#transparencia.mt-5 {
    margin-top: 2rem !important;
}

#transparencia {
    background-color: #F8F5EE !important;
}

#transparencia a {
    background-color: #fff !important;
    border-radius: 5px;
    box-shadow: none !important;
    border: 1px solid rgba(92, 187, 128, 0.35) !important;
}

#transparencia a:hover {
    border: 1px solid rgba(92, 187, 128, 1) !important;
}

#transparencia .text-uppercase.col-12.mb-4 {
    font-size: 0 !important;
    position: relative;
    margin-bottom: 2rem !important;
}

#transparencia .text-uppercase.col-12.mb-4::before {
    content: "Nossos serviços";
    font-family: 'OR', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #5cbb80;
    display: block;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

#transparencia .text-uppercase.col-12.mb-4::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #2d6139 !important;
    position: absolute;
    bottom: 0;
    left: 15px;
    border-radius: 2px;
}

#menu-abas-section > .container-xl > .row.w-100.py-3 > .col-xl-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 25% !important; /* 25% corresponde ao col-xl-3 */
}

#transparencia>.container-xl > .row.w-100.py-3>.col-xl-2.col-md-3.col-sm-4.col-xs-2.py-3>.text-dark svg,
#transparencia>.container-xl > .row.w-100.py-3>.col-xl-2.col-md-3.col-sm-4.col-xs-2.py-3>.text-dark path,
#transparencia>.container-xl > .row.w-100.py-3>.col-xl-2.col-md-3.col-sm-4.col-xs-2.py-3>.text-dark .svg-inline--fa {
    width: 32px;
    height: 32px;
}

#transparencia>.container-xl > .row.w-100.py-3>.col-xl-2.col-md-3.col-sm-4.col-xs-2.py-3>p {
    font-size: 14px !important;
}

/* Grid principal - 2 colunas: esquerda maior, direita menor */
#news .list-unstyled.d-flex.flex-wrap {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr !important; /* Primeira coluna maior */
    gap: 2rem;
    margin-bottom: 2rem;
}

/* Primeiro card (grande) - ocupa a esquerda com largura maior */
#news .list-unstyled li:first-child {
    width: 100% !important;
    grid-column: 1 / 2;
    grid-row: span 4;
}

/* Demais cards (menores) - direita */
#news .list-unstyled li:not(:first-child) {
    width: 100% !important;
    grid-column: 2 / 3;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

/* Estilo base dos cards - sem hover */
#news .list-unstyled li {
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
}

/* Imagem do primeiro card (grande) */
#news .list-unstyled li:first-child > a > div:first-child {
    height: 300px !important;
    width: 100%;
    border-radius: 5px;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 1rem !important;
}

/* Imagem dos cards menores (direita) */
#news .list-unstyled li:not(:first-child) > a > div:first-child {
    width: 120px !important;
    height: 80px !important;
    min-width: 120px;
    border-radius: 5px;
    background-size: cover !important;
    background-position: center !important;
}

/* Link do card menor - layout horizontal */
#news .list-unstyled li:not(:first-child) > a {
    display: flex;
    gap: 1rem;
    text-decoration: none;
    width: 100%;
}

/* Container do texto dos cards menores */
#news .list-unstyled li:not(:first-child) .mt-3 {
    padding: 0;
    flex: 1;
}

/* Container do texto do primeiro card */
#news .list-unstyled li .mt-3 {
    margin-top: 0 !important;
}

/* Badge de data */
#news .badge.bg-color-4 {
    background: #5cbb80 !important;
    color: #333333 !important;
    font-weight: normal;
    font-size: .75rem;
    padding: .5rem !important;
    margin-bottom: .25rem !important;
    display: inline-block;
    border-radius: .25rem;
    margin-bottom: 7px !important;
}

/* Remove qualquer pseudo-elemento da data */
#news .badge.bg-color-4::before {
    content: none !important;
}

/* Título dos cards menores */
#news .list-unstyled li .h6.no-font-family {
    font-family: 'MB' !important;
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    color: #6c757d !important;
    -webkit-line-clamp: 2 !important;
}

/* Título do primeiro card (maior) */
#news .list-unstyled li:first-child .h6.no-font-family {
    font-size: 1.2rem;
    -webkit-line-clamp: 3 !important;
    margin-bottom: 1rem !important;
}

/* Remove o "Galeria de Fotos" automático */
#news .list-unstyled li .h6.no-font-family::after {
    content: none !important;
}

/* Botão "Ler mais" no primeiro card */
#news .list-unstyled li:first-child .mt-3 {
    position: relative;
}

#news .list-unstyled li:first-child .mt-3::after {
    content: "Ler mais →";
    display: inline-block;
    color: #5cbb80 !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.85rem;
    font-family: inherit;
}

/* Link "Ver todas as Notícias" - estilo igual ao menu Início */
#news .text-secondary.d-block.ms-auto {
    margin-bottom: 1rem;
    /* color: #5cbb80 !important; */
    color: #2d6139 !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: inherit;
    background: transparent;
    padding: 0;
    border: none;
    background-color: rgba(92, 187, 128, 0.35) !important;
    border-radius: 5px !important;
    padding: .5rem .75rem !important;
}

#news .text-secondary.d-block.ms-auto:hover {
    text-decoration: underline;
}

/* Divisor */
#news .dropdown-divider {
    display: none;
}

/* Responsivo - tablet */
@media (max-width: 992px) {
    #news .list-unstyled.d-flex.flex-wrap {
        gap: 1.5rem;
        grid-template-columns: 1fr 1fr !important;
    }
    
    #news .list-unstyled li:first-child > a > div:first-child {
        height: 280px !important;
    }
}

/* Responsivo - mobile (empilha tudo) */
@media (max-width: 768px) {
    #news .list-unstyled.d-flex.flex-wrap {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }
    
    #news .list-unstyled li:first-child {
        grid-column: 1;
        grid-row: auto;
    }
    
    #news .list-unstyled li:not(:first-child) {
        grid-column: 1;
    }
    
    #news .list-unstyled li:first-child > a > div:first-child {
        height: 220px !important;
    }
    
    #news .list-unstyled li:not(:first-child) > a > div:first-child {
        width: 100px !important;
        height: 70px !important;
        min-width: 100px;
    }
    
    /* Ajuste data no mobile */
    #news .badge.bg-color-4 {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem !important;
    }
}

/* Trocar "Geral" por "Últimas Notícias" */
#news .h4.txt-color-2.font-or {
    font-size: 0 !important; /* Esconde o texto original */
}

#news .h4.txt-color-2.font-or::before {
    content: "Últimas Notícias";
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.3px;
}

/* Trocar "Mais conteúdos de Geral..." por "Ver todas as Notícias" */
#news .text-secondary.d-block.ms-auto {
    font-size: 0 !important; /* Esconde o texto original */
}

#news .text-secondary.d-block.ms-auto::before {
    content: "Ver todas as Notícias";
    font-size: 0.9rem;
    font-weight: 500;
    color: #5cbb80 !important;
}

#category-news > .container-xl #acesso-rapido {
    width: calc(100% + 30px) !important; /* Compensa o padding-left e margin-left */
    background-color: #d7f4e0;
    display: flex !important;
    flex-wrap: wrap !important;
    column-gap: 15px;
    row-gap: normal !important;
    padding: 45px 45px 30px 30px !important;
    margin: 30px 0 30px -15px !important; /* Margin-left negativo remove gap da primeira div */
    border-radius: 8px;
}

#category-news > .container-xl #acesso-rapido h3 {
    font-size: 0 !important;
    position: relative;
    margin-bottom: 2rem !important;
    width: 100% !important;
    padding-left: 15px !important; /* Alinha o título com as divs */
}

#category-news > .container-xl #acesso-rapido h3::before {
    content: "Acesso Rápido";
    font-family: 'OR', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #5cbb80;
    display: block;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

#category-news > .container-xl #acesso-rapido h3::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #2d6139 !important;
    position: absolute;
    bottom: 0;
    left: 15px; /* Alinha com o padding-left do h3 */
    border-radius: 2px;
}

#category-news > .container-xl #acesso-rapido div.p-3.bg-color-4.rounded.mt-2 {
    flex: 0 0 calc(25% - 15px);
    background-color: #fff !important;
    border: 1px solid #E8E8E6 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important; /* Espaço vertical entre linhas */
    border-radius: 8px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Efeito hover opcional */
#category-news > .container-xl #acesso-rapido div.p-3.bg-color-4.rounded.mt-2:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#category-news > .container-xl #acesso-rapido div.p-3.bg-color-4.rounded.mt-2 a.txt-color-dinamic-4 {
    color: #212529 !important;
    padding: 15px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    text-decoration: none !important;
}

#category-news > .container-xl #acesso-rapido div.p-3.bg-color-4.rounded.mt-2 a.txt-color-dinamic-4 svg {
    font-size: 32px;
    margin-bottom: 10px;
}

#category-news > .container-xl #acesso-rapido div.p-3.bg-color-4.rounded.mt-2 a.txt-color-dinamic-4 path {
    fill: #10a657 !important;
}

#category-news > .container-xl #acesso-rapido div.p-3.bg-color-4.rounded.mt-2 a.txt-color-dinamic-4 .font-titulo-acesso-rapido {
    font-size: 14px;
    font-weight: 600;
}

/* Responsivo - Tablet (2 colunas) */
@media (max-width: 768px) {
    #category-news > .container-xl #acesso-rapido div.p-3.bg-color-4.rounded.mt-2 {
        flex: 0 0 calc(50% - 15px) !important;
    }
}

/* Responsivo - Mobile (1 coluna) */
@media (max-width: 480px) {
    #category-news > .container-xl #acesso-rapido {
        padding: 20px;
        width: calc(100% + 20px) !important;
        margin: 20px 0 20px -10px !important;
    }
    
    #category-news > .container-xl #acesso-rapido div.p-3.bg-color-4.rounded.mt-2 {
        flex: 0 0 100% !important;
    }
    
    #category-news > .container-xl #acesso-rapido h3 {
        padding-left: 10px !important;
    }
    
    #category-news > .container-xl #acesso-rapido h3::after {
        left: 10px;
    }
}

#super-banners {
    background-color: #2d6139;
    background-image: url(https://funsau-na.maximatecnologia.com.br/storage/content/midias/69dd02ad08f514g0sk.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding: 100px 0 !important;
    position: relative;
    margin-top: 2rem !important;
}

#super-banners::after {
    content: "";
    background-color: #5cbb80;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

#super-banners.mt-5 {
    margin-top: 0 !important;
}

#super-banners .container-xl {
    position: relative;
    z-index: 1;
}

#super-banner-2 {
    padding-top: 0 !important;
    text-align: center !important;
    display: table !important;
}

#super-banner-2.col-md-6 { 
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto !important;
}

#super-banner-2.mb-3 {
    margin-bottom: 0 !important;
}

#super-banner-2.p-1 {
    padding-bottom: 0 !important;
}

#super-banner-2 img.img-fluid { 
    width: 1140px !important;
    max-width: 1140px !important;
    max-height: auto !important;
    border-radius: .25rem !important;
    /* margin: 0 auto !important;
    display: table; */
}

#rodape.mt-3 {
    margin-top: 0 !important;
    border-top: 3px solid #5cbb80 !important;
}

.menus-footer {
    width: calc(20% - 10px);
    margin: 0 5px;
}

/* Adiciona o texto com coração emoji */
.copyright .container-lg .col-md-12:first-child .opcity-copy::after {
    content: "Feito com ❤️ para a saúde do Vale do Ivinhema";
    display: block;
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
    padding-top: 7px !important;
}

#endereco-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 0 0 20px 0 !important;
    background: transparent !important;
}

/* zerar margem bug do telefone */
#endereco-footer .mt-2 {
    margin-top: 0 !important;
}

/* cards padrão */
#endereco-footer>div {
    position: relative;
    background: #5cbb80;
    border-radius: 8px;
    padding: 20px 20px 20px 60px;
    color: #fff;
    min-height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* texto */
#endereco-footer p,
#endereco-footer span,
#endereco-footer a {
    color: #fff !important;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    margin: 0;
}

/* esconder ícones padrão */
#endereco-footer i,
#endereco-footer svg {
    display: none !important;
}

/* Quebrar linha entre email e telefone */
#endereco-footer > div:nth-child(2) p {
    white-space: pre-line !important;
}

#endereco-footer>div:last-child i {
    display: block !important;
    font-size: 48px !important;
    color: #fff !important;
    padding-bottom: 0 !important;
}

/* faixa vertical com título */
#endereco-footer>div::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    /* background: #2d6139; */
    background: rgba(24,28,3,0.2) !important;
    color: #fff !important;
    writing-mode: vertical-rl;
    transform: rotate(180deg);

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}

/* títulos */
#endereco-footer>div:nth-child(1)::before {
    content: "ENDEREÇO";
}

#endereco-footer>div:nth-child(2)::before {
    content: "CONTATOS";
}

#endereco-footer>div:nth-child(3)::before {
    content: "TELEFONE";
}

#endereco-footer>div:nth-child(4)::before {
    content: "HORÁRIO";
}

/* ===== CARD HORÁRIO COM ÍCONE ===== */
#endereco-footer>div:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* adicionar ícone do relógio antes do texto */
#endereco-footer>div:nth-child(4) p::before {
    content: "🕒";
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
}

/* remove a faixa vertical do card horário se quiser */
#endereco-footer>div:nth-child(4)::before {
    background: #2d6139;
}

/* ===== ÚLTIMO CARD (MAPA/BOTÃO) ===== */
#endereco-footer>div:last-child {
    padding: 20px;
    justify-content: center;
    align-items: center;
    display: table !important;
    text-align: center !important;
}

#endereco-footer>div:last-child::before {
    display: none;
}

#endereco-footer>div:last-child p {
    text-align: center !important;
}

#endereco-footer>div:last-child a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
}

#endereco-footer>div:last-child a i {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 8px;
    font-size: 28px;
    color: #5cbb80;
}

/* Responsivo */
@media (max-width: 992px) {
    #endereco-footer {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    #endereco-footer {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1399px) {
    #logo img {
        max-height: 110px !important;
    }
    /* #search{
        width: 190px;
    } */
    /* Removido o bloco vazio do carousel que estava aqui */
}

@media (max-width: 780px) {
    #ano {
        padding-left: 1.5% !important;
    }
    #filters {
        text-align: right;
    }
    /* Removido o max-width que estava aqui pois agora está no bloco responsivo principal */
}

@media (max-width: 1199px) {
    header .navbar-nav,
    header .navbar-nav .dropdown-menu {
        text-align: center;
    }
    #search,
    #custom-search-input {
        width: 100%;
    }
    /* Removido o max-width duplicado do carousel */
    #vacinometro {
        flex-wrap: wrap;
    }
    #vacinometro img,
    #vacinometro #box-data {
        width: 100%;
    }
    #home-news #banners {
        top: calc(100% + 40px);
        left: 0;
        padding: 0 0.75rem;
        width: 100% !important;
        flex-wrap: wrap;
    }
    #home-news #carousel-news,
    #home-news #more-popular {
        width: 50% !important;
    }
    #banners .multi-collapse {
        width: 100%;
    }
    #banners .multi-collapse .card {
        flex-direction: row !important;
        flex-wrap: wrap;
    }
    #banners .figure {
        min-width: 50%;
        text-align: center;
    }
    .menus-footer {
        width: calc(33.33% - 10px);
    }
}

@media (max-width: 991px) {
    #accessibility #ancoras,
    #accessibility #menu-acessibilidade {
        width: 100%;
        justify-content: center;
        margin: 5px 0;
    }
    #menu .navbar-collapse {
        margin-bottom: 15px;
    }
    /* Removido o max-width duplicado do carousel */
    #carouselExampleCaptions {
        width: 100% !important;
    }
    .noticias-destaques {
        width: 100% !important;
        margin-top: 8px;
    }
    #transparencia .container-xl.d-flex {
        justify-content: center;
    }
    #transparencia .container-xl .position-relative {
        width: 100% !important;
    }
    #super-banners .container-xl div {
        width: 100% !important;
    }
    #endereco-footer {
        flex-direction: column;
    }
    #endereco-footer div {
        margin: 5px 0;
    }
}

@media (max-width: 767px) {
    #vacinometro .titulos {
        flex-direction: column;
    }
    #vacinometro #graficos-covid {
        flex-wrap: wrap;
    }
    #vacinometro .box-graficos {
        width: calc(50% - 10px);
    }
    .grafico-1,
    .grafico-2 {
        margin-bottom: 10px;
    }
    .grafico-1,
    .grafico-3 {
        margin-right: 10px;
    }
    #home-news #carousel-news,
    #home-news #more-popular {
        width: 100% !important;
    }
    #banners .figure {
        min-width: 100%;
    }
    #transparencia .container-xl .position-relative {
        width: 100% !important;
        font-size: 10px;
    }
    #transparencia .container-xl .swiper-container {
        height: 270px !important;
        padding-right: 0;
    }
    #transparencia .swiper-wrapper {
        height: 210px !important;
    }
    #category-news #news li {
        width: 49% !important;
        margin-bottom: 25px;
    }
    #category-news #news li:last-child {
        margin-bottom: 0px;
    }
    .menus-footer {
        width: calc(50% - 10px);
    }
}

@media (max-width: 575px) {
    #accessibility #ancoras,
    #accessibility #menu-acessibilidade {
        font-size: 8px !important;
    }
    #logo img {
        max-height: 80px !important;
    }
    #carouselExampleCaptions,
    #carouselExampleCaptions .carousel-item,
    .noticias-destaques {
        height: 340px !important;
    }
    #vacinometro #graficos-covid {
        flex-wrap: wrap;
    }
    #vacinometro .box-graficos {
        width: 100%;
    }
    .box-graficos {
        margin: 0;
    }
    .grafico-1,
    .grafico-2,
    .grafico-3 {
        margin-bottom: 10px;
    }
    #home-news #more-popular {
        max-height: none !important;
    }
    #category-news #news li {
        width: 100% !important;
    }
    .menus-footer {
        width: 100%;
        margin-top: 10px;
    }
}