/*
 * Tema Manfrinópolis
 * Baseado no tema Plone Default
 */

/* Reset básico e fontes */
body {
    background: #fff;
    color: #333333;
    font-family: Raleway, sans-serif;
    margin: 0;
    padding: 0 20px; /* Adiciona padding lateral para o conteúdo não colar nas bordas da tela */
    box-sizing: border-box; /* Garante que padding não aumente a largura total do body */
}

a:link,
a:visited {
    color: #333;
}

#content #content-core a:link,
#content #content-core a:hover,
#content #content-core a:visited {
    color: #205c90;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif, Montserrat;
    line-height: 1.2em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

.state-published {
    color: #10233b !important;
}

a:hover {
    color: #1a3a64;
}

#content a:hover,
dl.portlet a:hover {
    color: #1a3a64 !important;
}

.clear {
    clear: both;
}

.hiddenStructure {
    display: none;
}

iframe,
img {
    max-width: 100%;
}

img {
    height: auto;
}

#wrapper {
    padding: 0;
}

/* --- Ajustes para o Layout Principal --- */

/* Elementos que devem ocupar 100% da largura da tela */
/* Removendo max-width e width fixos para que se expandam */
#main,
#header-banner,
nav,
#menu-principal .icontop,
#menu-principal .menu-principal,
#portal-breadcrumbs,
#aviso-legal {
    width: 100%; /* Ocupa 100% da largura disponível */
    max-width: 100%; /* Garante que não há limite máximo */
    margin-left: auto; /* Centraliza, mas com 100% de width não terá efeito de margem */
    margin-right: auto; /* Centraliza, mas com 100% de width não terá efeito de margem */
    box-sizing: border-box; /* Inclui padding na largura total */
}

/* Ajustes para o container principal das colunas */
#main {
    display: flex; /* Essencial para o layout de colunas */
    flex-wrap: wrap; /* Permite que as colunas quebrem em telas menores */
    margin-top: 1rem; /* Mantém o margin-top existente */
    gap: 20px; /* Espaçamento entre as colunas e o conteúdo */
    align-items: flex-start; /* Alinha as colunas no topo */
    padding: 0; /* O padding lateral já está no body */
}

/* #column-one: A coluna da esquerda (portlets). */
#column-one {
    flex: 0 0 20%; /* Largura base de 20%, não cresce nem encolhe */
    padding: 0; /* Garante que não há padding externo que afete o cálculo da largura */
    box-sizing: border-box; /* Inclui padding na largura total */
}

/* #main-content: O conteúdo central (Portal da Transparência). */
#main-content {
    flex: 1; /* Faz com que o conteúdo central ocupe todo o espaço restante */
    min-width: 500px; /* Garante uma largura mínima para o conteúdo central antes de empilhar */
    padding: 0; /* Remove qualquer padding que possa estar causando sobreposição */
    box-sizing: border-box; /* Inclui padding na largura total */
}

/* #column-two: A coluna da direita. */
#column-two {
    flex: 0 0 15%; /* Largura base de 20%, não cresce nem encolhe */
    padding: 0; /* Garante que não há padding externo que afete o cálculo da largura */
    box-sizing: border-box; /* Inclui padding na largura total */
    margin-left: 20px; /* Desloca a coluna 100px para a direita */
}

/* #portal-column-content - ESTA REGRA É CRÍTICA E DEVE SER REMOVIDA OU COMENTADA */
/* Ela causa conflitos com o Flexbox e é a provável causa da sobreposição. */
/* Removendo a regra completamente */
/* #portal-column-content {
    width: 100%;
    margin-left: -100%;
} */


/* Header */
header {
    background-color: #25528c; /* Azul secundário */
    background-image: none; /* Remove o gradiente para usar a cor sólida */
    color: #fff; /* Define a cor do texto padrão do header como branco */
    border-bottom: 1px solid #d4d4d4;
    -webkit-box-shadow: 0px 6px 5px -4px rgba(136, 136, 136, 0.15686);
    box-shadow: 0px 6px 5px -4px rgba(136, 136, 136, 0.15686);
    padding-top: 16px;
}

header a:link,
header a:visited {
    color: #fff; /* Links do header brancos */
}

header a:hover {
    color: #f1f1f1; /* Cor do link ao passar o mouse, um branco levemente mais claro */
}

#header-banner {
    padding: 0; /* O padding lateral já está no body */
}

#header-banner::after {
    clear: both;
    display: block;
    content: "final do header-banner";
    text-indent: -5000px;
    font-size: 1px;
}

#logo {
    display: flex; /* Já está definido, mas reforça */
    float: left; /* Pode ser removido se o #header-banner for flex */
    width: 40%;
    margin-left: 20px;
}

#logo img {
    max-width: 128px;
    margin-right: 13px;
    height: auto;
}

#logo h1 {
    font-size: 1.28rem;
    font-family: "Montserrat";
    line-height: 1.1rem; /* Ajustado para aproximar as linhas */
    margin-top: 17px;
    font-weight: 300;
    color: #fff; /* Título do logo branco */
    text-shadow: 2px 2px 1px #1a3a64; /* Sombra com azul principal para contraste */
}

#logo h1 a:link,
#logo h1 a:visited {
    color: #fff; /* Links do título do logo brancos */
}

#logo span {
    display: block;
    font-size: 1.3rem; /* Reduzido para 1.3rem */
    font-weight: bold;
    color: #fff; /* Texto do span branco */
}

#logo span#linha2 {
    display: block;
    font-size: 0.7rem; /* Reduzido para 0.7rem */
    font-weight: 400;
    margin-top: 0.1rem; /* Ajustado para aproximar as linhas */
    color: #fff; /* Texto do span#linha2 branco */
}

#siteactions {
    text-align: right;
    margin-right: 20px;
}

#siteactions li {
    display: inline-block;
    font-size: 80%;
    margin-left: 10px;
}

#siteactions li a:hover {
    color: #f1f1f1; /* Cor do link ao passar o mouse, um branco levemente mais claro */
    background: transparent; /* Mantém o fundo transparente no hover */
}

#siteactions li a {
    color: #fff; /* Links de siteactions brancos */
    padding: 2px 5px;
    border-radius: 5px;
    text-decoration: none;
}

#siteactions li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    color: #fff; /* Ícones de siteactions brancos */
}

#siteaction-sitemap a:before {
    content: "\f0e8";
}

#siteaction-accessibility a:before {
    content: "\f368";
    font-family: 'Font Awesome 5 Brands' !important;
    font-weight: 400 !important;
}

#siteaction-contact a:before,
#siteaction-contato a:before {
    content: "\f0e0";
}

#siteaction-contraste a:before {
    content: "\f042";
}

#siteaction-login a:before {
    content: "\f2f6";
}

#siteaction-vlibras a:before {
    content: "\f25b";
}

#portal-searchbox {
    margin-right: 0;
    text-align: right;
}

#portal-searchbox form {
    border: 1px solid #1a3a64; /* Borda da busca com azul principal */
    background: #fff;
    border-radius: 25px;
    width: 300px;
    padding: 0;
    float: right;
    margin-right: 20px;
}

#portal-searchbox input.searchField {
    width: 90%;
    height: 38px;
    border: none;
    background: transparent;
    padding: 0 10px;
    color: #333; /* Cor do texto digitado na busca */
}

#portal-searchbox .fa-search {
    font-size: 1.3rem;
    margin-right: 10px;
    color: #1a3a64; /* Ícone de busca com azul principal */
}

.searchButton {
    border: none;
    background: transparent;
    padding: 0.4em 0.7em;
    margin-left: -35px;
    cursor: pointer;
    margin-right: 10px;
}

.LSBox {
    position: relative;
}

.LSBox:after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: "\f002";
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 1.4rem;
    color: #1a3a64; /* Ícone de busca com azul principal */
}

.LSBox input.searchButton {
    z-index: 1;
    position: absolute;
    text-indent: -5000px;
    height: 40px;
    width: 34px;
}

nav {
    clear: both;
    color: #fff; /* Cor do texto padrão da navegação como branco */
    border-top: 1px solid #d4d4d4;
    position: relative;
}

nav .abrefecha {
    cursor: pointer;
}

nav .abrefecha i {
    font-size: 2rem;
    float: left;
    margin: 8px 20px 8px 20px;
    cursor: pointer;
    width: 28px;
    color: #fff; /* Ícones do menu de navegação brancos */
}

nav .abrefecha i.fa-times {
    display: none;
}

.menu-title {
    display: inline-block;
    font-weight: bold;
    float: left;
    padding: 16px 0;
    margin-right: 25px;
    color: #fff; /* Título do menu branco */
}

#menu-principal {
    position: relative;
    border-bottom: 1px solid #000;
    border-top: 4px solid #000;
    position: absolute;
    width: 100%;
    z-index: 12;
    background: #fff;
    display: none;
    border-bottom: 1px solid #d4d4d4;
    -webkit-box-shadow: 0px 6px 5px -4px rgba(136, 136, 136, 0.15686);
    box-shadow: 0px 6px 5px -4px rgba(136, 136, 136, 0.15686);
}

#menu-principal .icontop {
    display: block;
    font-size: 2rem;
}

#menu-principal .icontop i {
    position: absolute;
    top: -15px;
    margin-left: 7px;
}

#menu-principal .menu-principal {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    list-style: none;
}

#menu-principal .menu-principal li {
    font-weight: bold;
    width: 17%;
    border-right: 1px solid #dedede;
    margin-right: 2%;
    padding-right: 10px;
    margin-bottom: 20px;
}

#menu-principal .menu-principal li a {
    text-decoration: none;
    color: #333; /* Mantém a cor padrão para links do menu principal, se não for para ser branco */
}

#menu-principal .menu-principal li ul {
    list-style: none;
    padding: 0;
    font-weight: normal;
    margin-top: 4px;
}

#menu-principal .menu-principal li ul li {
    font-weight: normal;
    font-size: 90%;
    padding: 4px 0;
    width: 100%;
    border: none;
    display: block;
    margin-bottom: 0;
}

#menu-principal .menu-principal li ul li li {
    padding-left: 5px;
    border-left: 1px solid #ccc;
}

nav ul {
    padding: 0;
    margin: 16px 0;
    float: none;
}

nav li {
    display: inline-block;
}

nav #destaques li a:link {
    font-size: 80%;
    text-decoration: none;
    display: block;
    padding: 0 1em;
    border-right: 1px solid #bbb;
    color: #fff; /* Links de destaque da navegação brancos */
}

nav #destaques li:last-child a {
    border: none;
    padding-right: 0;
}

nav li a:link,
nav li a:visited {
    color: #fff; /* Links da navegação brancos */
}

ul.submenu {
    display: block !important;
    left: auto !important;
    position: relative !important;
    top: auto !important;
}

.menu-button {
    background: #25528c;
}

.menu-button button {
    border-color: white;
    background: none;
    color: white;
}

#redes-sociais {
    float: right;
    font-size: 1.8rem;
    margin: 5px 20px 5px 5px;
}

#redes-sociais li {
    margin-left: 10px;
}

#portal-breadcrumbs {
    margin: 2em auto;
    font-size: 80%;
    clear: both;
}

.section-front-page #portal-breadcrumbs {
    display: none;
}

.collection-item p {
    margin-bottom: 0 !important;
}

p {
    line-height: 1.6em;
}

h1 {
    color: #1a3a64;
    border: none;
    margin-bottom: 0;
    font-size: 2.5em;
}

h2 {
    color: #1a3a64;
}

#content h1.documentFirstHeading {
    display: none; }
    /* margin-top: 0;
    /* font-size: 48px;
    /* line-height: 1.2;
    /* margin-bottom: 20px;
}

#content .documentDescription,
#content #description {
    color: #4d4d4d;
    font-weight: normal;
    margin-bottom: 1em;
}

#content {
    line-height: 1.6em;
}

/* Removido #content-core duplicado */

.documentFirstHeading {
    margin-bottom: 0.5em;
}

.documentDescription {
    margin-bottom: 1.5em;
}

.documentByLine {
    font-size: 90%;
    color: #666;
    margin-bottom: 1.5em;
}

.documentByLine span {
    display: inline-block;
    margin-right: 1em;
}

.documentByLine .documentAuthor {
    font-weight: bold;
}

.documentByLine .documentModified {
    font-style: italic;
}

.documentActions {
    margin-bottom: 1.5em;
}

.documentActions li {
    display: inline-block;
    margin-right: 1em;
}

.documentActions li a {
    text-decoration: none;
    color: #205c90;
}

.documentActions li a:hover {
    text-decoration: underline;
}

.documentActions li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    color: #205c90;
}

.documentActions li.action-print a:before {
    content: "\f02f";
}

.documentActions li.action-sendto a:before {
    content: "\f0e0";
}

.documentActions li.action-share a:before {
    content: "\f1e0";
}

.documentActions li.action-history a:before {
    content: "\f1da";
}

.documentActions li.action-edit a:before {
    content: "\f044";
}

.documentActions li.action-workflow a:before {
    content: "\f0c0";
}

.documentActions li.action-delete a:before {
    content: "\f2ed";
}

.documentActions li.action-cut a:before {
    content: "\f0c4";
}

.documentActions li.action-copy a:before {
    content: "\f0c5";
}

.documentActions li.action-paste a:before {
    content: "\f0ea";
}

.documentActions li.action-rename a:before {
    content: "\f044";
}

.documentActions li.action-properties a:before {
    content: "\f05a";
}

.documentActions li.action-view a:before {
    content: "\f06e";
}

.documentActions li.action-folder-contents a:before {
    content: "\f07b";
}

.documentActions li.action-add a:before {
    content: "\f067";
}

.documentActions li.action-move a:before {
    content: "\f0b2";
}

.documentActions li.action-versioning a:before {
    content: "\f0e8";
}

.documentActions li.action-lock a:before {
    content: "\f023";
}

.documentActions li.action-unlock a:before {
    content: "\f09c";
}

.documentActions li.action-publish a:before {
    content: "\f0c0";
}

.documentActions li.action-retract a:before {
    content: "\f0c0";
}

.documentActions li.action-submit a:before {
    content: "\f0c0";
}

.documentActions li.action-reject a:before {
    content: "\f0c0";
}

.documentActions li.action-private a:before {
    content: "\f023";
}

.documentActions li.action-public a:before {
    content: "\f09c";
}

.documentActions li.action-visible a:before {
    content: "\f06e";
}

.documentActions li.action-invisible a:before {
    content: "\f070";
}

.documentActions li.action-delete-confirmation a:before {
    content: "\f2ed";
}

.documentActions li.action-delete-confirmation a {
    color: #d9534f;
}

.documentActions li.action-delete-confirmation a:hover {
    color: #c9302c;
}

.documentActions li.action-delete-confirmation a:before {
    color: #d9534f;
}

.documentActions li.action-delete-confirmation a:hover:before {
    color: #c9302c;
}

.documentActions li.action-delete-confirmation a:active:before {
    color: #ac2925;
}

.documentActions li.action-delete-confirmation a:focus:before {
    color: #ac2925;
}

.documentActions li.action-delete-confirmation a:visited:before {
    color: #d9534f;
}

.documentActions li.action-delete-confirmation a:visited:hover:before {
    color: #c9302c;
}

.documentActions li.action-delete-confirmation a:visited:active:before {
    color: #ac2925;
}

.documentActions li.action-delete-confirmation a:visited:focus:before {
    color: #ac2925;
}

.documentActions li.action-delete-confirmation a:visited:focus {
    color: #ac2925;
}

.documentActions li.action-delete-confirmation a:visited:active {
    color: #ac2925;
}

.documentActions li.action-delete-confirmation a:visited:hover {
    color: #c9302c;
}

.documentActions li.action-delete-confirmation a:visited {
    color: #d9534f;
}

.documentActions li.action-delete-confirmation a:focus {
    color: #ac2925;
}

.documentActions li.action-delete-confirmation a:active {
    color: #ac2925;
}

.documentActions li.action-delete-confirmation a:hover {
    color: #c9302c;
}

.portlet {
    margin-bottom: 1.5em;
}

.portletHeader {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.portletItem {
    margin-bottom: 0.5em;
}

.portletItem a {
    text-decoration: none;
    color: #333;
}

.portletItem a:hover {
    text-decoration: underline;
}

.portletNavigationTree ul {
    margin: 0
}

.portletNavigationTree li {
    list-style-position: inside
}

.portletNavigationTree .navTreeLevel0>li {
    border-bottom: #d8d8d8 1px solid;
    list-style: none
}

.portletNavigationTree a {
    display: block;
    padding: 0.3em 0.3em 0.3em 0.5em
}

.portletNavigationTree a:hover {
    background: #e4e4e4
}

.navTreeLevel2 a {
    padding-left: 1em
}

.navTreeLevel3 a {
    padding-left: 2em
}

.navTreeLevel4 a {
    padding-left: 3em
}

.navTreeLevel5 a {
    padding-left: 4em
}

.navTreeLevel6 a {
    padding-left: 5em
}

footer {
    border-top: #d8d8d8 1px solid;
    margin-top: 2em;
    padding: 2%;
    font-size: 80%;
    background: #1a3a64;
    color: #ffffff
}

footer a {
    color: #ffffff !important
}

footer p {
    margin-bottom: 2em
}

footer div.cell {
    float: none
}

#portal-footer {
    background: transparent;
    font-size: 100%
}

#footer-total .row {
    float: none
}

#portal-footer li,
footer li {
    padding-bottom: inherit
}

.colophon-item {
    margin-bottom: 30px
}

.colophon-info {
    font-size: .8rem;
    margin-top: 10px
}

@media (min-width: 768px) {
    .eapps-social-share-buttons-container {
        max-width: 80%;
        margin: 0 auto
    }

    #portal-colophon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: left
    }

    .colophon-item {
        margin-bottom: 60px;
        width: 40%
    }

    #portal-colophon .colophon-item:first-child {
        text-align: right
    }

    dl.image-left.captioned,
    dl.image-inline.captioned,
    dl.image-right.captioned {
        max-width: 900px !important
    }
}

@media (max-width: 767px) {
    #column-one {
        border-color: #25528C
    }

    #siteactions {
        text-align: center
    }

    nav {
        max-width: 100%
    }

    ul.submenu {
        display: none !important
    }

    .menu-title {
        display: none
    }

    #main {
        flex-direction: column; /* Empilha as colunas em telas menores */
        gap: 0; /* Remove o gap em telas menores */
        padding: 0 15px; /* Adiciona um padding lateral para mobile */
        margin-right: 0 !important;
        table-layout: fixed; /* Mantido do seu código original, mas pode ser removido se não for necessário */
    }

    #main-content,
    #column-one,
    #column-two {
        width: 100%;
        padding: 0;
        margin: 0;
        flex: none; /* Remove o comportamento flex em telas menores */
    }

    #column-one {
        margin-bottom: 20px; /* Espaçamento entre as colunas empilhadas */
    }

    #column-two {
        margin-top: 20px; /* Espaçamento entre as colunas empilhadas */
        margin-left: 0; /* Remove o deslocamento em telas menores */
    }

    #menu-principal .menu-principal {
        padding: 3%;
        max-width: 94%
    }

    #menu-principal .menu-principal li {
        width: 90%;
        border: none
    }

    #redes-sociais {
        display: none
    }

    #portal-searchbox form {
        width: 100%;
        margin-bottom: 10px
    }

    dl.portlet ul.navTree .navTreeCurrentItem {
        border-color: #1A3A64
    }

    dl.portlet ul.navTree li a:hover {
        border-color: #25528C
    }

    .eapps-social-share-buttons-mobile-layout .eapps-social-share-buttons-container {
        left: 60px !important;
        right: 60px !important
    }

    dl.image-left.captioned,
    dl.image-inline.captioned,
    dl.image-right.captioned {
        float: none;
        margin: 0;
        padding: 0
    }
}

@media (max-width: 480px) {
    #logo {
        justify-content: center;
        width: 100%;
        float: left;
        text-align: center;
        clear: both;
        margin-bottom: 1em
    }

    #portal-searchbox {
        float: none;
        text-align: center;
        clear: both;
        font-size: 80%
    }
}
/* --- Estilos para o Rodapé Moderno --- */
.modern-footer {
    background-color: #25528c; /* Azul secundário */
    color: #ecf0f1; /* Texto branco */
    padding: 2.5rem 2rem; /* Altura reduzida, mas com bom espaçamento */
    margin-top: 3rem; /* Espaçamento do conteúdo principal */
    border-top: 3px solid #1a3a64; /* Borda superior com azul principal */
    font-family: Raleway, sans-serif; /* Mantendo a fonte padrão */
}

.modern-footer .footer-container {
    max-width: 1200px; /* Largura máxima do conteúdo */
    margin: 0 auto;
}

.modern-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); /* Colunas responsivas */
    gap: 1.5rem; /* Espaçamento entre as colunas */
    margin-bottom: 1.5rem;
}

.modern-footer .footer-column h3 {
    color: #ecf0f1; /* Títulos brancos */
    font-size: 1.1rem;
    font-weight: 700; /* Um pouco mais leve que o 800 anterior */
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Linha sutil abaixo do título */
    padding-bottom: 0.5rem;
}

.modern-footer .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-footer .footer-column ul li {
    margin-bottom: 0.5rem;
}

.modern-footer .footer-column ul li a {
    color: #ecf0f1; /* Links brancos */
    text-decoration: none;
    transition: color 0.3s ease; /* Transição suave para o hover */
}

.modern-footer .footer-column ul li a:hover {
    color: #1a3a64; /* Azul principal no hover */
}

.modern-footer address {
    font-style: normal; /* Remove itálico padrão do address */
    margin-bottom: 1rem;
}

.modern-footer address p {
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
}

.modern-footer address p i {
    margin-right: 0.5rem;
    color: #1a3a64; /* Ícones com azul principal */
}

.modern-footer address a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.modern-footer address a:hover {
    color: #1a3a64;
}

.modern-footer .expediente {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15); /* Borda mais suave */
}

.modern-footer .expediente-title {
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    color: #ecf0f1; /* Título do expediente branco */
}

.modern-footer .expediente p,
.modern-footer .expediente ul {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
}

.modern-footer .expediente ul li {
    list-style: none; /* Remove o bullet padrão */
    margin-bottom: 0.2rem;
}

.modern-footer .footer-social {
    text-align: center; /* Centraliza logo e ícones sociais */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribui o espaço entre logo e ícones */
    align-items: center;
}

.modern-footer .footer-logo {
    max-width: 150px; /* Tamanho ajustado para o logo */
    height: auto;
    margin-bottom: 1.5rem;
}

.modern-footer .social-icons {
    margin-top: 1rem;
}

.modern-footer .social-icons a {
    color: #ecf0f1; /* Ícones sociais brancos */
    font-size: 1.5rem;
    margin: 0 0.7rem;
    transition: color 0.3s ease;
}

.modern-footer .social-icons a:hover {
    color: #1a3a64; /* Azul principal no hover */
}

.modern-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1); /* Linha fina de separação */
    padding-top: 1rem;
    margin-top: 2rem;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7); /* Texto de copyright mais suave */
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .modern-footer .footer-grid {
        grid-template-columns: 1fr; /* Colunas empilhadas em telas menores */
        text-align: center;
    }

    .modern-footer .footer-column h3 {
        border-bottom: none; /* Remove a borda dos títulos em mobile */
        padding-bottom: 0;
        margin-bottom: 0.5rem;
    }

    .modern-footer .footer-column ul {
        margin-bottom: 1rem;
    }

    .modern-footer .footer-social {
        margin-top: 1.5rem;
    }
}