@import url("grid.css");
@import url("../../../contraste.css");
/********** Basic styles **********/
body {
  background: #f1f1f1;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
a:link,
a:visited,
#content a:link,
dl.portlet a:link {
  color: #10233b;
}
.state-published {
  color: #10233b !important;
}
a:hover {
  color: #1a3a64;
}
#content a:hover,
dl.portlet a:hover {
  color: #1a3a64 !important;
  /* Unfortunatelly is necessary with sunburst */

}
.clear {
  clear: both;
}
/********** Main container **********/
#wrapper {
  padding: 0;
}
#main {
  margin: 0 auto;
  max-width: 96%;
}
/********** Header **********/
header {
  background-color: #25528c;
  color: #ffffff;
}
header a:link,
header a:visited {
  color: #ffffff;
}
header a:hover {
  color: #e6e6e6;
}
/* Logo */
#portal-logo {
  margin-left: 2%;
}
#portal-siteactions {
  text-align: right;
  margin-right: 2%;
  font-size: 80%;
}
#portal-siteactions a:before {
  font-family: FontAwesome;
  font-size: 1em;
  margin-right: 0.3em;
}
#siteaction-contact a:before {
  content: "\f0e0";
}
#siteaction-sitemap a:before {
  content: "\f0e8";
}
#siteaction-accessibility a:before {
  content: "\f118";
}
#siteaction-search a:before {
  content: "\f002";
}
#siteaction-contraste a:before {
  content: "\f042";
}
#siteaction-vlibras a:before {
  content: "\f087";
}
#portal-siteactions li#siteaction-accessibility {
  width: 17px;
}
#portal-siteactions li a:hover {
  color: #e6e6e6;
}
/* search */
#portal-searchbox {
  margin-right: 2%;
}
.searchButton {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 0.4em 0.7em;
  background: #1a3a64;
  color: #ffffff;
  cursor: pointer;
}
/* Navigation */
nav {
  margin: 0;
  clear: both;
  background: #1a3a64;
  color: #ffffff;
}
nav ul {
  padding: 0.3em 2%;
  text-align: right;
}
nav li {
  display: inline-block;
}
nav li a:link {
  font-size: 80%;
  text-decoration: none;
  display: block;
  padding: 0 1em;
  border-right: 1px solid #ffffff;
}
nav li:last-child a {
  border: none;
  padding-right: 0;
}
nav li a:link,
nav li a:visited {
  color: #ffffff;
}

/* Mobile Menu button colors */

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

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

.menu-button > button:hover {
  background: #1A3A64 !important;
}

.menu-button > button.menuAtivo {
  background: #1A3A64; 
}

/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
  margin: 2em 2%;
  font-size: 80%;
  clear: both;
}
.section-front-page #portal-breadcrumbs {
  visibility: hidden;
}
/* text styles */
p {
  line-height: 1.4em;
}
h1 {
  color: #1a3a64;
  border: none;
  margin-bottom: 0;
  font-size: 2.5em;
}
h2 {
  color: #1a3a64;
}
#content .documentDescription,
#content #description {
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 1em;
}
/********** Tiles **********/
/*********** Portlets ***********/
/* general styles */
.portletHeader,
dl.portlet dt.portletHeader {
  border-bottom: #d8d8d8 1px solid;
  font-weight: bold;
  background: transparent;
  color: #1a3a64;
}
.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #1a3a64;
}
.portlet {
  margin-bottom: 2em;
  padding: 4px 0;
}
/* lists inside columns */
aside dl,
aside dd,
aside ul {
  padding: 0;
  margin: 0;
}
aside a {
  text-decoration: none;
}
/* portlet navigation */
.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 **********/
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;
}
/********* RESPONSIVE **********/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

  /* Mobile Menu theme color adjustments */
  #column-one {
    border-color: #25528C;
  }

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

  dl.portlet ul.navTree li a:hover {
    border-color: #25528C;
  }
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #logo {
    width: 100%;
    float: left;
    text-align: center;
    clear: both;
    margin-bottom: 1em;
  }
  #portal-searchbox {
    float: none;
    text-align: center;
    clear: both;
    font-size: 80%;
  }
}


#header-banner {
    background:
        linear-gradient(
            135deg,
            #fff 10%,
            #405573 60%,
            #F2C038 90%
        ) !important;

    box-shadow:
        0 2px 12px rgba(0,0,0,0.18);
}


/* Links em linha */
p.hiddenStructure:first-of-type {
    display: flex !important;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 4px 10px;
    font-size: 12px;
}

/* Esconde "Ferramentas Pessoais" */
p.hiddenStructure + p.hiddenStructure {
    display: none !important;
}

#content-core .discreet  {
    display: none !important;
    }


#portal-siteactions {
    position: absolute !important;
    top: -10px !important;
    right: 22px !important;
    display: block !important;
    white-space: nowrap !important;
    width: auto !important;
}

#portal-siteactions li {
    display: inline !important;
    float: none !important;
    white-space: nowrap !important;
}

#portal-siteactions li a {
    display: inline !important;
    white-space: nowrap !important;
    color: #F3743E !important;
}

#portal-siteactions li::after {
    content: "  |  ";
    color: #F3743E;
}

#portal-siteactions li:last-child::after {
    content: "";
}

#portal-searchbox {
    position: absolute !important;
    top: 36px !important;
    right: 40px !important;

    width: 260px !important;
    z-index: 10 !important;
}

#portal-searchbox .LSBox {
    display: flex !important;
    align-items: center !important;
    background: #fff !important;
    border-radius: 25px !important;
    overflow: hidden !important;
}

#portal-searchbox .searchField {
    width: 215px !important;
    height: 40px !important;
    border: 0 !important;
    text-align: center !important;
}

#portal-searchbox .searchButton {
    display: none !important;
}

#portal-advanced-search {
    display: none !important;
}

/* =========================
   MENU PRINCIPAL
========================= */

#main-navigation {
    background: linear-gradient(135deg, #163b69, #1f4f86) !important;
    padding: 0 20px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    position: relative !important;
    z-index: 20 !important;
}

#main-navigation > ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#main-navigation li {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#main-navigation > ul > li > a {
    display: block !important;
    padding: 12px 16px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    border-radius: 6px !important;
}

#main-navigation > ul > li:hover > a,
#main-navigation li.selected > a {
    background: rgba(255,255,255,0.16) !important;
}


/* SUBMENU DESKTOP */
#main-navigation ul.submenu,
#main-navigation li ul {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;

    min-width: 230px !important;
    width: max-content !important;

    margin: 0 !important;
    padding: 6px 0 !important;

    background: #102f55 !important;
    border-left: 4px solid #F2C038 !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 8px 18px rgba(0,0,0,0.25) !important;

    z-index: 50 !important;
}

#main-navigation li:hover > ul {
    display: block !important;
}

#main-navigation ul.submenu li,
#main-navigation li ul li {
    display: block !important;
    width: 100% !important;
    background: transparent !important;
}

#main-navigation ul.submenu li a,
#main-navigation li ul li a {
    display: block !important;
    padding: 11px 16px !important;

    color: #fff !important;
    background: #102f55 !important;

    font-size: 13px !important;
    font-weight: 500 !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: nowrap !important;

    border-radius: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

#main-navigation ul.submenu li a:hover,
#main-navigation li ul li a:hover {
    background: #245b98 !important;
    color: #fff !important;
}

/* Submenus de segundo nível ao lado */
#main-navigation ul.submenu ul,
#main-navigation li ul li ul {
    top: 0 !important;
    left: calc(100% - 20px) !important;
    margin-left: 0 !important;

    background: #0b223d !important;
    border-left: 4px solid #F3743E !important;
}

/* Links com quebra de linha */
#main-navigation ul.submenu li a,
#main-navigation li ul li a {
    white-space: normal !important;
    line-height: 1.35 !important;
    max-width: 260px !important;
}

#main-navigation ul.submenu ul li a,
#main-navigation li ul li ul li a {
    background: #0b223d !important;
    padding-left: 18px !important;
}

#main-navigation ul.submenu ul li a:hover,
#main-navigation li ul li ul li a:hover {
    background: #1f4f86 !important;
}

/* Largura controlada dos submenus */
#main-navigation ul.submenu,
#main-navigation li ul {
    min-width: 140px !important;
    max-width: 200px !important;
    width: 180px !important;
}

/* Indicador de submenu */
#main-navigation li:has(ul) > a::after {
    content: " ▾";
    font-size: 11px;
    opacity: 0.8;
}


/* =========================
   MENU MOBILE
========================= */

@media (max-width: 900px) {

    #main-navigation {
        padding: 0 !important;
        overflow: visible !important;
    }

    #main-navigation > ul {
        display: block !important;
        width: 100% !important;
    }

    #main-navigation > ul > li {
        display: block !important;
        width: 100% !important;
    }

    #main-navigation > ul > li > a {
        border-radius: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.12) !important;
        white-space: normal !important;
    }

    #main-navigation ul.submenu,
    #main-navigation li ul {
        position: static !important;
        display: none !important;

        width: 100% !important;
        min-width: 100% !important;

        padding: 0 !important;
        margin: 0 !important;

        box-shadow: none !important;
        border-radius: 0 !important;
        border-left: 4px solid #F2C038 !important;

        background: #102f55 !important;
    }

    #main-navigation li:hover > ul {
        display: block !important;
    }

    #main-navigation ul.submenu li a,
    #main-navigation li ul li a {
        white-space: normal !important;
        padding: 12px 16px 12px 34px !important;
        background: #102f55 !important;
        font-size: 13px !important;
    }

    #main-navigation ul.submenu ul,
    #main-navigation li ul li ul {
        position: static !important;
        margin-left: 0 !important;
        border-left: 4px solid #F3743E !important;
        background: #0b223d !important;
    }

    #main-navigation ul.submenu ul li a,
    #main-navigation li ul li ul li a {
        padding-left: 52px !important;
        background: #0b223d !important;
        font-size: 12px !important;
    }
}


#column-one,
#column-two {
    display: none !important;
}

#content {
    width: 100% !important;
    margin: 0 auto !important;
}

#content-core {
    width: 100% !important;
}

/* Espaço entre título e conteúdo */
#content {
    padding-top: 20px !important;
}

/* Título principal */
#parent-fieldname-title {
    position: relative;

    margin-bottom: 35px !important;
    padding-bottom: 14px !important;

    font-size: 34px !important;
    font-weight: 700 !important;

    color: #163b69 !important;

    border-bottom: 1px solid #dfe6ee;
}

/* Linha destacada */
#parent-fieldname-title::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -1px;

    width: 90px;
    height: 4px;

    border-radius: 10px;

    background: linear-gradient(
        90deg,
        #F3743E,
        #ff9a5c
    );
}

/* Oculta autor/data */
#plone-document-byline,
.documentByLine {
    display: none !important;
}

/* Cards da listagem */
.tileItem {
    padding: 18px 20px !important;
    margin-bottom: 18px !important;

    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

/* Título do item */
.tileHeadline {
    margin: 0 0 10px 0 !important;
    font-size: 18px !important;
}

/* Link do título */
.tileHeadline a {
    color: #163b69 !important;
    text-decoration: none !important;
}

/* Leia mais */
.tileFooter {
    margin-top: 10px !important;
}

.tileFooter a {
    display: inline-block !important;
    padding: 8px 14px !important;

    background: #1f4f86 !important;
    color: #fff !important;

    border-radius: 6px !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

/* =========================
   AJUSTES RESPONSIVOS
========================= */

@media (max-width: 900px) {

    body {
        overflow-x: hidden !important;
    }

    #wrapper,
    #main,
    #content,
    #content-core {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }

    #header-banner {
        min-height: auto !important;
        padding: 20px 10px 25px !important;
        text-align: center !important;
    }

    #portal-logo {
        display: block !important;
        margin: 0 auto 15px auto !important;
        text-align: center !important;
    }

    #portal-logo img {
        max-width: 90% !important;
        height: auto !important;
    }

    /* Esconde ações no mobile */
    #portal-siteactions {
        display: none !important;
    }

    /* Esconde hiddenStructure no mobile */
    p.hiddenStructure {
        display: none !important;
    }

    /* Busca responsiva */
    #portal-searchbox {
        position: static !important;
        width: 90% !important;
        max-width: 360px !important;
        margin: 10px auto 0 auto !important;
    }

    #portal-searchbox .LSBox {
        width: 100% !important;
    }

    #portal-searchbox .searchField {
        width: 100% !important;
        flex: 1 !important;
        height: 38px !important;
    }

    /* Menu responsivo */
    #main-navigation {
        padding: 0 !important;
        overflow-x: auto !important;
    }

    #main-navigation > ul {
        display: block !important;
        text-align: left !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #main-navigation li {
        display: block !important;
        width: 100% !important;
        position: relative !important;
    }

    #main-navigation li a {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 13px 16px !important;
        border-radius: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        white-space: normal !important;
    }

    /* Submenus no mobile */
    #main-navigation ul.submenu,
    #main-navigation li ul {
        position: static !important;
        display: none !important;
        width: 100% !important;
        min-width: 100% !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        background: #102f55 !important;
    }

    #main-navigation li:hover > ul.submenu,
    #main-navigation li:hover > ul {
        display: block !important;
    }

    #main-navigation ul.submenu li a,
    #main-navigation li ul li a {
        padding-left: 30px !important;
        background: #102f55 !important;
        white-space: normal !important;
    }

    /* Banners/imagens */
    img,
    .tile img,
    .cover-tile img,
    .banner img {
        max-width: 100% !important;
        height: auto !important;
    }

    iframe,
    embed,
    object {
        max-width: 100% !important;
    }

    /* Título */
    #parent-fieldname-title {
        font-size: 26px !important;
        line-height: 1.2 !important;
        margin-bottom: 25px !important;
    }

    /* Cards/listagens */
    .tileItem {
        padding: 15px !important;
        margin-bottom: 15px !important;
    }
}


@media (max-width: 480px) {

    #header-banner {
        padding-top: 15px !important;
    }

    #portal-searchbox {
        width: 95% !important;
    }

    #portal-searchbox .searchField {
        font-size: 13px !important;
        text-align: left !important;
        padding-left: 14px !important;
    }

    #main-navigation li a {
        font-size: 13px !important;
        padding: 12px 14px !important;
    }

    #parent-fieldname-title {
        font-size: 22px !important;
    }

    .tileHeadline {
        font-size: 16px !important;
    }

    .tileFooter a {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
}

.menu-button {
    display: none !important;
}

.footer-modern {
    display: flex;
    gap: 40px;

    align-items: flex-start;
    justify-content: space-between;

    flex-wrap: wrap;
}

.footer-info {
    flex: 1;
    min-width: 280px;
}

.footer-info h3 {
    margin-top: 0;
    margin-bottom: 18px;

    font-size: 24px;
    color: #ffffff;
}

.footer-info p {
    line-height: 1.7;
    margin-bottom: 18px;
}

.footer-info a {
    color: #F2C038 !important;
    text-decoration: none;
}

.footer-map {
    flex: 1;
    min-width: 320px;
}

.footer-map iframe {
    border-radius: 12px;
    overflow: hidden;
}

.footer-weather {
    margin-top: 25px;
}

.footer-weather .weatherwidget-io {
    border-radius: 12px;
    overflow: hidden;
}

#footer-colophon {
    display: none !important;
}

.footer-phone {
    margin-top: 20px;
}

.footer-phone span {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 22px;

    background: linear-gradient(
        135deg,
        #F2C038,
        #F3743E
    );

    color: #ffffff;

    font-size: 20px;
    font-weight: 700;

    border-radius: 50px;

    box-shadow:
        0 6px 18px rgba(0,0,0,0.18);

    letter-spacing: 1px;
}

/* Ícone */
.footer-phone span::before {
    content: "☎";
    font-size: 22px;
}

a[href*="rss"],
a[href*="RSS"] {
    display: none !important;
}

/* Estrutura geral */
.mesa-diretora {
    max-width: 1000px;
    margin: 30px auto;

    display: flex;
    flex-wrap: wrap;
    gap: 18px;

    justify-content: center;
}

/* Cards principais */
.mesa-card {
    min-width: 220px;

    padding: 22px 20px;

    background: linear-gradient(
        135deg,
        #163b69,
        #1f4f86
    );

    color: #fff;

    border-radius: 14px;

    box-shadow:
        0 6px 20px rgba(0,0,0,0.18);

    text-align: center;

    transition: 0.25s ease;
}

.mesa-card:hover {
    transform: translateY(-4px);
}

/* Destaque presidente */
.mesa-card.destaque {
    background: linear-gradient(
        135deg,
        #F2C038,
        #F3743E
    );
}

/* Cargo */
.mesa-card .cargo {
    display: block;

    font-size: 13px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 1px;

    opacity: 0.9;

    margin-bottom: 10px;
}

/* Nome */
.mesa-card .nome {
    display: block;

    font-size: 22px;
    font-weight: 700;
}

/* Vereadores */
.vereadores {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 12px;

    margin-top: 10px;
}

.vereador {
    padding: 12px 18px;

    background: #ffffff;

    border-left: 5px solid #163b69;

    border-radius: 10px;

    color: #163b69;

    font-weight: 600;

    box-shadow:
        0 3px 10px rgba(0,0,0,0.08);
}

/* Responsivo */
@media (max-width: 768px) {
    .mesa-card {
        width: 100%;
    }

    .vereador {
        width: 100%;
        text-align: center;
    }
}

.lgpd-page {
    max-width: 1150px;
    margin: 30px auto;
    padding: 20px;
}

.lgpd-hero {
    padding: 45px 35px;
    border-radius: 18px;
    background: linear-gradient(135deg, #163b69, #1f4f86);
    color: #fff;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.lgpd-hero h1 {
    margin: 0 0 12px;
    font-size: 34px;
    color: #fff;
}

.lgpd-hero p {
    font-size: 18px;
    margin-bottom: 25px;
}

.lgpd-button {
    display: inline-block;
    padding: 12px 22px;
    background: #F2C038;
    color: #163b69 !important;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none !important;
}

.lgpd-text {
    margin: 30px 0;
    padding: 25px;
    background: #fff;
    border-left: 5px solid #F3743E;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.lgpd-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.lgpd-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    border-top: 5px solid #163b69;
}

.lgpd-card h2 {
    margin-top: 0;
    color: #163b69;
    font-size: 22px;
}

.lgpd-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.lgpd-card li {
    margin-bottom: 8px;
}

.lgpd-card.destaque {
    border-top-color: #F2C038;
    background: #f9fbff;
}

@media (max-width: 768px) {
    .lgpd-grid {
        grid-template-columns: 1fr;
    }

    .lgpd-hero h1 {
        font-size: 26px;
    }
}

/* LISTA DE ARQUIVOS */
#content-core dl {
    margin: 0;
    padding: 0;
}

/* CADA ITEM */
#content-core dl dt {
    display: block;
    background: #ffffff;
    border: 1px solid #dbe3ec;
    border-left: 5px solid #1f4e79;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 14px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* HOVER */
#content-core dl dt:hover {
    background: #f4f8fc;
    transform: translateX(3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* LINK DO ARQUIVO */
#content-core dl dt a {
    font-size: 18px;
    font-weight: 600;
    color: #163d63 !important;
    text-decoration: none !important;
    display: block;
    line-height: 1.5;
}

/* ÍCONE */
#content-core dl dt a:before {
    content: "📄";
    margin-right: 10px;
    font-size: 20px;
}

/* LINHA DE AUTOR/DATA */
#content-core dl dt .documentByLine {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #6b7280;
}

/* REMOVE TEXTO DISCREET */
#content-core .discreet {
    display: none !important;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.faq-container h2 {
    color: #163d63;
    font-size: 36px;
    margin-bottom: 10px;
    border-left: 6px solid #f28c28;
    padding-left: 15px;
}

.faq-intro {
    font-size: 17px;
    color: #555;
    margin-bottom: 30px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #dce3ea;
    border-left: 5px solid #1f4e79;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: 0.2s ease;
}

.faq-item:hover {
    background: #f7fafc;
    transform: translateY(-2px);
}

.faq-item h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #163d63;
    font-size: 20px;
}

.faq-item p {
    margin: 0;
    color: #444;
    line-height: 1.7;
    font-size: 16px;
}

.history-section{
    padding: 80px 20px;
    background: #f5f7fb;
    font-family: 'Segoe UI', sans-serif;
}

.history-container{
    max-width: 1200px;
    margin: auto;
}

.history-header{
    text-align: center;
    margin-bottom: 60px;
}

.history-badge{
    display: inline-block;
    background: #c59d5f;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.history-header h1{
    font-size: 42px;
    color: #1f2937;
    margin-bottom: 15px;
}

.history-header p{
    font-size: 18px;
    color: #6b7280;
    max-width: 700px;
    margin: auto;
    line-height: 1.7;
}

.history-content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.history-card{
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: all .3s ease;
}

.history-card:hover{
    transform: translateY(-5px);
}

.history-card h2{
    color: #111827;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.history-card h2::after{
    content: '';
    width: 60px;
    height: 4px;
    background: #c59d5f;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 20px;
}

.history-card p{
    color: #4b5563;
    line-height: 1.9;
    margin-bottom: 18px;
    font-size: 16px;
}

.history-card strong{
    color: #111827;
}

@media(max-width:768px){

    .history-header h1{
        font-size: 32px;
    }

    .history-card{
        padding: 25px;
    }

}

.pm-banner{
    width:100%;
    max-width:1400px;
    margin:30px auto;
    border-radius:24px;
    overflow:hidden;
    box-shadow:
        0 15px 40px rgba(116, 67, 150, 0.18),
        0 4px 12px rgba(0,0,0,0.06);
    transition:all .4s ease;
}

.pm-banner:hover{
    transform:translateY(-3px);
    box-shadow:
        0 22px 55px rgba(116, 67, 150, 0.22),
        0 8px 18px rgba(0,0,0,0.08);
}

.pm-banner img{
    width:100%;
    display:block;
    transition:transform .5s ease;
}

.pm-banner:hover img{
    transform:scale(1.01);
}

@media(max-width:768px){

    .pm-banner{
        border-radius:16px;
        margin:20px auto;
    }

}

.ouvidoria-box{
    max-width:900px !important;
    margin:30px auto !important;
    padding:35px !important;
    background:#ffffff !important;
    border-radius:14px !important;
    box-shadow:0 4px 18px rgba(0,0,0,0.08) !important;
    font-family:Arial, sans-serif !important;
    color:#333 !important;
    line-height:1.7 !important;
}

.ouvidoria-box h2{
    font-size:32px !important;
    color:#0b4f8a !important;
    margin-bottom:10px !important;
}

.destaque{
    font-size:18px !important;
    font-weight:bold !important;
    color:#444 !important;
    margin-bottom:20px !important;
}

.info-alerta{
    background:#f4f8fc !important;
    border-left:5px solid #0b4f8a !important;
    padding:18px !important;
    border-radius:8px !important;
    margin:25px 0 !important;
}

.info-alerta p{
    margin:8px 0 !important;
}

.ouvidoria-botoes{
    margin:30px 0 !important;
    display:flex !important;
    flex-wrap:wrap !important;
    gap:15px !important;
}

.btn-ouvidoria{
    display:inline-block !important;
    background:#0b4f8a !important;
    color:#fff !important;
    padding:14px 22px !important;
    border-radius:8px !important;
    font-size:15px !important;
    font-weight:bold !important;
    text-decoration:none !important;
    transition:0.3s !important;
    box-shadow:0 3px 10px rgba(11,79,138,0.25) !important;
}

.btn-ouvidoria:hover{
    background:#083963 !important;
    transform:translateY(-2px) !important;
}

.dados-ouvidoria{
    margin-top:35px !important;
}

.item-info{
    background:#fafafa !important;
    padding:18px !important;
    border-radius:10px !important;
    margin-bottom:18px !important;
    border:1px solid #eee !important;
}

.item-info h3{
    margin-top:0 !important;
    margin-bottom:10px !important;
    color:#0b4f8a !important;
    font-size:18px !important;
}

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

.item-info a{
    color:#0b4f8a !important;
    text-decoration:none !important;
}

.item-info a:hover{
    text-decoration:underline !important;
}

.footer-social{
    display:flex !important;
    gap:12px !important;
    margin-top:18px !important;
}

.footer-social a{
    width:42px !important;
    height:42px !important;
    border-radius:50% !important;
    background:#F2C03E !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-decoration:none !important;
    transition:0.3s !important;
}

.footer-social a:hover{
    transform:translateY(-3px) !important;
    background:#ffffff !important;
}

.footer-social img{
    width:20px !important;
    height:20px !important;
    filter:brightness(0) !important;
}

.mesa-titulo{
    text-align:center !important;
    margin-bottom:30px !important;
    font-size:2rem !important;
    font-weight:700 !important;
    color:#0f4c81 !important;
    line-height:1.3 !important;
}

.foto-vereador{
    width:100px !important;
    height:100px !important;
    border-radius:50% !important;
    object-fit:cover !important;
    border:4px solid #ffffff !important;
    box-shadow:0 3px 10px rgba(0,0,0,.15) !important;
    margin-bottom:12px !important;
    display:block !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

.mesa-diretora{
    display:flex !important;
    justify-content:center !important;
    align-items:flex-start !important;
    gap:20px !important;
    flex-wrap:nowrap !important;
}

.mesa-card{
    flex:1 !important;
    max-width:220px !important;
    text-align:center !important;
}

.mesa-card .cargo{
    display:block !important;
}

.mesa-card .nome{
    display:block !important;
}