@import url("grid.css");
@import url("../../../contraste.css");
/********** Basic styles **********/
body {
  background: #cfd0d3;
  color: #333333;
  font-family: 'Open Sans', "Helvetica Neue", Arial, FreeSans, sans-serif;
}
a:link,
a:visited,
#content a:link,
dl.portlet a:link, 
#content a:visited,
dl.portlet a:visited {
  color: #1d2d6b;
  transition: color 0.2s ease;
}
.state-published {
  color: #000000 !important;
}
a:hover {
  color: #1d2d6b;
}
#content a:hover,
dl.portlet a:hover {
  color: #283e93 !important;
  /* Unfortunatelly is necessary with sunburst */

}
.clear {
  clear: both;
}

input[type="submit"] {
    color: #fff !important;
    background: #1d2d6b;
    padding: 0.6em 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
}
input[type="submit"]:hover {
    color: #fff;
    background-color: #131d45;
}

/********** Main container **********/
#wrapper {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.45);
}
#main {
  margin: 0 auto;
  max-width: 96%;
}
/********** Header **********/
header {
  background-color: #ffffff;
  color: #000000;
  margin: 0px auto;
  max-width: 96%;
}
header a:link,
header a:visited {
  color: #000000;
}
header a:hover {
  color: #283e93;
}
/* Logo */
#portal-logo {
  display: block;
  float: left;
  margin: 1.5em;
  margin-left: 0; 
}

#portal-personaltools {
  background: #1d2d6b;
}

#portal-personaltools a {
  color: #ffffff;
}

#portal-personaltools dd a:hover {
    background: #ffffff;
    color: #000000;
}

#portal-siteactions {
  text-align: right;
  margin-right: -0.5em;
  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: #283e93;
}
/* search */

.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: #1d2d6b;
  color: #ffffff;
  cursor: pointer;
}

#portal-searchbox {
  margin: 1.5em 0;
  position: relative;
}

#portal-searchbox input {
  border-radius: 0;
}

#portal-searchbox input.searchField {
  min-width: 20em;
  width: 100%;
  height: 30px;
  text-indent: 1em;
  line-height: 30px;
  padding-right: 40px;
  box-sizing: border-box;
}

#portal-searchbox .searchButton {
  font-family: FontAwesome;
  font-weight: initial;
  position: absolute;
  right: 0;
  border-radius: 0;
  padding: 0;
  color: #ffffff;
  height: 30px;
  width: 30px;
}

/* Navigation */
nav {
  margin: 0;
  clear: both;
  background: #1d2d6b;
  color: #ffffff;
}
nav ul {
  padding: 0;
  text-align: left;
  float: left;
}
nav li {
  display: inline-block;
}

nav li::after {
  content: '';
  position: absolute;
  visibility: hidden;
  margin: auto;
  right: -2px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

nav li:last-child::after {
  display: none;
}

nav li a:link {
  font-size: 80%;
  text-decoration: none;
  display: block;
  padding: 1.2em 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  transition: all ease-out 0.1s;
}

nav li a:link,
nav li a:visited {
  color: #ffffff;
}

nav li a:hover {
  background: #131d45;
}

/* Mobile Menu button colors */

.menu-button {
  background: #ffffff;
}

.menu-button button {
  border-color: #1d2d6b;
  background: none;
  color: #1d2d6b;
  margin-right: 0.85em;
}

.menu-button > button:hover {
  background: #1d2d6b !important;
  color: #ffffff;
  border-color: #ffffff;
}

.menu-button > button.menuAtivo {
  background: #1d2d6b;
  color: #ffffff;
  border-color: #ffffff;
}

/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
  margin: 1em 2%;
  font-size: 65%;
  background: #f9f9f9;
  padding: 0.6em 1.2em;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  float: left;
  text-transform: uppercase;
  clear: both;
}

#portal-breadcrumbs .breadcrumbSeparator {
  font-weight: bold;
  margin: 0 0.25em;
}

#breadcrumbs-current {
  font-weight: bold;
}

.section-front-page #portal-breadcrumbs {
  visibility: hidden;
}
/* text styles */
p {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', "Helvetica Neue", Arial, FreeSans, sans-serif;}

h1 {
  color: #1d2d6b;
  border: none;
  margin-bottom: 0;
  font-size: 2.5em;
}
h2 {
  color: #1d2d6b;
}
#content {
  margin: 0;
}
#content .documentDescription,
#content #description {
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 1em;
}
/********** Tiles **********/
.tile-header h2, .tile-content h2, .documentFirstHeading {
    font-size: 2.5em;
    border-bottom: 2px solid;
    font-weight: 400;
    color: #1d2d6b;
    margin-bottom: 0.5em;
}

.tile-noticias .collection-item {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1.5em;
    padding-bottom: 0.4em;
    border-bottom: 1px dotted #ccc;
}

.tile-noticias .collection-item:nth-child(odd) {
    margin-right: 0;
}

.tile-noticias .collection-item a img {
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
}

.tile-noticias .collection-item > a {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
}

#content .tile-noticias .collection-item p {
    margin-bottom: 0.25em;
}

.tile-noticias .collection-item p.description {
    font-size: 1.1em;
}

#content .tile-noticias .tile-footer a {
  float: right;
  padding: 1.075em 1.2em;
  background-color: #1D2D6B;
  color: #ffffff !important;
  font-weight: bold;
  text-transform: uppercase;
  transition: all ease-out 0.1s;
}

#content .tile-noticias .tile-footer a:hover {
  background: #131d45;
  color: #fff !important;
}


/*********** Portlets ***********/
/* general styles */
.portletHeader,
dl.portlet dt.portletHeader {
  border-bottom: #d8d8d8 1px solid;
  font-weight: bold;
  background-color: #1d2d6b;
  color: #fff;
}
.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #fff;
  transition: all ease-out 0.1s;
}
.portlet {
  margin-bottom: 2em !important;
  background: #f9f9f9;
}
/* 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;
}
.portlet.portletNavigationTree .navTree .navTreeItem {
  margin: 0;
}
.portlet.portletNavigationTree .navTreeLevel0 > .navTreeItem {
  padding: 0;
}
.portlet.portletNavigationTree .navTree > .navTreeItem {
  border-bottom: rgba(26, 58, 100, 0.05) 1px solid;
  list-style: none;
}
.portlet.portletNavigationTree .navTreeLevel1 .navTreeItem {
  padding-left: 1em;
}
.portlet.portletNavigationTree .navTreeLevel1 .navTreeItem:last-of-type {
  border-bottom: none;
}
.portlet.portletNavigationTree .navTree .navTreeItem a {
  display: block;
  padding: 0.8em 1em;
  transition: all ease-out 0.15s;
  line-height: initial;
  position: relative;
}

.portlet.portletNavigationTree .navTree .navTreeItem a span::after {
  content: '';
  height: 2px;
  width: 0%;
  position: absolute;
  background-color: #283e93;
  bottom: 0;
  left: 0;
  transition: all cubic-bezier(.55,0,.1,1) 0.2s;
}

.portlet.portletNavigationTree .navTree .navTreeItem a:hover, .portlet.portletNavigationTree .navTree .navTreeItem a.navTreeCurrentItem  {
  background-color: transparent;
  color: #283e93 !important;
  font-weight: bold;
}

.portlet.portletNavigationTree .navTree .navTreeItem a:hover span::after, .portlet.portletNavigationTree .navTree .navTreeItem a.navTreeCurrentItem span::after {
  width: 100%;
}

dl.portlet ul.navTree .navTreeCurrentItem {
  border-left: none;
  margin: 0;
}
.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;
}
.portlet .portletHeader > a, .portlet .portletHeader > span:nth-child(2) {
  display: block;
  color: #FFF;
  padding: 1.075em 1.5em;
  font-size: 1em;
  line-height: 1;
}
.portlet .portletHeader > a:hover {
  background: #131d45;
  color: #fff !important;
}
.portlet .portletHeader {
  padding: 0;
  text-transform: uppercase;
}
/********** Footer **********/
footer {
  border-top: #ccc 2px solid;
  margin-top: 2em;
  padding: 2%;
  font-size: 80%;
  background: #f9f9f9;
  color: #000000;
}
footer a {
  color: #000000 !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) {

  header {
    margin-bottom: 1em;
    max-width: 100%;
  }

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

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

  dl.portlet ul.navTree li a:hover {
    border-color: #25528C;
  }
  
}
/* Landscape phones and down */
@media (max-width: 767px) {
  #portal-logo {
    display: inline-block;
    font-size: 90%;
    margin: 1.5em;
  }

  #portal-logo.has-title img {
    display: none;
  }

  nav ul {
    box-sizing: border-box;
    padding: 0;
    padding-right: 0.5em;
    text-align: center;
    float: none;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden; 
    -webkit-overflow-scrolling: touch;
  }

  nav ul::after {
    content: '';
    background-image: linear-gradient(to right, transparent, rgba(29, 45, 107, 0.9) 80%);
    height: 43px;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 2.2em;
    z-index: 10;
  }

  nav li {
    float: none;
  }

  nav li::after {
    visibility: visible;
  }

  nav li a:link {
    padding: 1.2em 1.5em;
    line-height: 1;
  }

  #portal-searchbox {
    margin-top: 0;
    float: none;
    text-align: center;
    clear: both;
    font-size: 80%;
    margin: 1.5em;
  }

}

/* Landscape phones and down */
@media (max-width: 480px) {
  .tile-noticias .collection-item {
      width: 100%;
      margin-right: 0;
  }
}

/* ===============================
   HOVER PARLAMENTARES (zoom foto)
   =============================== */

#content img{
  transition: transform .25s ease, box-shadow .25s ease;
}

#content img:hover{
  transform: scale(1.18);
  z-index: 10;
  position: relative;
  box-shadow: 0 14px 32px rgba(0,0,0,.35);
}


/* =========================
   ACESSO RÁPIDO - VS
========================= */

.acesso-rapido-vs{
    width:100%;
    margin:30px auto;
}

.titulo-acesso{
    text-align:center;
    font-size:34px;
    font-weight:700;
    color:#173d7a;
    margin-bottom:30px;
    letter-spacing:1px;
    border-bottom:2px solid #173d7a;
    padding-bottom:10px;
}

/* GRID */

.acesso-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
}

/* CARD */

.acesso-card{
    width:110px;
    background:#ffffff;
    border-radius:14px;
    padding:10px;
    text-align:center;
    text-decoration:none !important;
    box-shadow:0 2px 12px rgba(0,0,0,0.08);
    transition:all .25s ease;
    border:1px solid #ececec;
    display:block;
}

/* HOVER */

.acesso-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(0,0,0,0.12);
}

/* IMAGEM */

.acesso-card img{
    width:100%;
    height:auto;
    display:block;
    border-radius:8px;
}

/* MOBILE */

@media (max-width:768px){

.acesso-grid{
    gap:12px;
}

.acesso-card{
    width:42%;
}

}

@media (max-width:480px){

.acesso-card{
    width:100%;
}

}

/* =========================
   CARDS INFORMATIVOS
========================= */

.cards-info-vs{
    width:100%;
    margin:25px auto 35px auto;
}

.cards-info-grid{
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}

/* CARD */

.info-card{
    display:block;
    width:31%;
    border-radius:12px;
    overflow:hidden;
    background:#ffffff;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
    transition:all .20s ease;
}

/* HOVER SUAVE */

.info-card:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 16px rgba(0,0,0,0.12);
}

/* IMAGEM */

.info-card img{
    width:100%;
    display:block;
    border-radius:12px;
}

/* RESPONSIVO */

@media (max-width:900px){

.info-card{
    width:48%;
}

}

@media (max-width:768px){

.info-card{
    width:100%;
}

}

/* =========================
RECOMENDAÇÕES
========================= */

.rec-vs{
    max-width:1100px;
    margin:30px auto;
}

.rec-vs h2{
    font-size:34px;
    color:#173d7a;
    margin-bottom:10px;
}

.rec-vs p{
    color:#555;
    margin-bottom:25px;
}

/* CARD */

.rec-card{
    background:#ffffff;
    border-radius:14px;
    padding:22px;
    margin-bottom:18px;
    box-shadow:0 2px 12px rgba(0,0,0,0.08);
    overflow:hidden;
}

/* LADO ESQUERDO */

.rec-left{
    overflow:hidden;
    margin-bottom:18px;
}

.rec-icon{
    float:left;
    font-size:38px;
    margin-right:18px;
}

.rec-texto h3{
    margin:0 0 6px 0;
    color:#173d7a;
    font-size:24px;
}

.rec-texto span{
    color:#666;
}

/* BOTÃO */

.rec-link{
    display:inline-block;
    background:#173d7a;
    color:#ffffff !important;
    padding:12px 22px;
    border-radius:10px;
    text-decoration:none !important;
    font-weight:bold;
}

.rec-link:hover{
    background:#0f2f63;
}

/* =========================================================
   SUBMENU DESKTOP - VISUAL FINAL
   ========================================================= */

@media (min-width: 768px) {

  nav li {
    position: relative;
  }

  /* caixa do submenu */
  nav li ul {
    background: #f2f2f2 !important;
    border: none !important;
    border-top: 4px solid #2f3f86 !important;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12) !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    width: max-content !important;
    min-width: 220px !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  nav li ul li {
    display: block !important;
    width: 100% !important;
  }

  nav li ul li::after {
    display: none !important;
  }

  /* link normal */
  nav li ul li > a,
  nav li ul li > a:link,
  nav li ul li > a:visited {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', "Helvetica Neue", Arial, FreeSans, sans-serif !important;
    line-height: 1.25 !important;
    text-transform: none !important;
    color: #2f3f86 !important;
    background: transparent !important;
    white-space: nowrap !important;
  }

  /* HOVER / FOCO / ATIVO */
  nav li ul li:hover > a,
  nav li ul li:hover > a:link,
  nav li ul li:hover > a:visited,
  nav li ul li > a:hover,
  nav li ul li > a:hover:link,
  nav li ul li > a:hover:visited,
  nav li ul li > a:focus,
  nav li ul li.active > a,
  nav li ul li.selected > a {
    background: #2f3f86 !important;
    color: #ffffff !important;
  }

  /* força qualquer texto interno do link a ficar branco também */
  nav li ul li:hover > a *,
  nav li ul li > a:hover *,
  nav li ul li.active > a *,
  nav li ul li.selected > a * {
    color: #ffffff !important;
  }

  /* submenu de segundo nível */
  nav li ul li ul {
    top: 0 !important;
    left: 100% !important;
    margin-left: 2px !important;
    width: max-content !important;
    min-width: 220px !important;
    max-width: none !important;
  }
}
/* =========================================================
   SUBMENU - HOVER AZUL COM TEXTO BRANCO
   ========================================================= */

@media (min-width: 768px) {

  ul.submenu li:hover > a,
  ul.submenu li:hover > a.state-published,
  ul.submenu a:hover,
  ul.submenu a.state-published:hover,
  .selected ul.submenu li:hover > a,
  .selected ul.submenu li:hover > a.state-published,
  .selected ul.submenu .state-published:hover,
  .selected ul.submenu .state-published {
    background: #2f3f86 !important;
    color: #ffffff !important;
  }

}

/* =========================================================
   CORREÇÃO GERAL MOBILE - PÁGINAS INTERNAS / TABELAS / IMAGENS
   (evita página estourar para o lado no celular)
   ========================================================= */

@media (max-width: 767px) {

  html,
  body,
  #wrapper,
  #main,
  #content {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* imagens e iframes sempre cabendo */
  #content img,
  #content iframe {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* tabelas do conteúdo viram bloco e não estouram */
  #content table,
  #content tbody,
  #content tr,
  #content td,
  #content th {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* tabelas invisíveis usadas como layout */
  #content table.invisible {
    width: 100% !important;
    display: block !important;
    overflow-x: auto !important;
    border-collapse: collapse !important;
  }

  #content table.invisible tbody {
    display: block !important;
    width: 100% !important;
  }

  #content table.invisible tr {
    display: block !important;
    width: 100% !important;
  }

  #content table.invisible td,
  #content table.invisible th {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* divs com largura fixa no richtext */
  #content [style*="width:"] {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* evita inline-block empurrando a tela */
  #content [style*="display:inline-block"] {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* links e textos grandes quebram corretamente */
  #content a,
  #content p,
  #content div,
  #content td,
  #content th {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
}
/* =========================================================
   RODAPÉ MOBILE - FORÇAR EXIBIÇÃO E EMPILHAR COLUNAS
   ========================================================= */

@media (max-width: 767px) {

  footer,
  footer#footer-info,
  #footer-info {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    margin-top: 24px !important;
    padding: 16px !important;
    position: relative !important;
    z-index: 1 !important;
  }

  footer#footer-info table.invisible,
  #footer-info table.invisible {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: auto !important;
  }

  footer#footer-info table.invisible tbody,
  footer#footer-info table.invisible tr,
  footer#footer-info table.invisible td,
  footer#footer-info table.invisible th,
  #footer-info table.invisible tbody,
  #footer-info table.invisible tr,
  #footer-info table.invisible td,
  #footer-info table.invisible th {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
    vertical-align: top !important;
  }

  footer#footer-info table.invisible td,
  footer#footer-info table.invisible th,
  #footer-info table.invisible td,
  #footer-info table.invisible th {
    padding: 8px 0 !important;
  }

  footer#footer-info ul,
  footer#footer-info li,
  #footer-info ul,
  #footer-info li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  footer#footer-info li,
  #footer-info li {
    margin-bottom: 6px !important;
  }

  footer#footer-info img,
  #footer-info img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* redes + selo centralizados no mobile */
  footer#footer-info td[style*="text-align:center"],
  #footer-info td[style*="text-align:center"] {
    text-align: center !important;
  }
}
/* =========================================================
   AJUSTE MOBILE - HOME TAMARANA
   BANNERS + ACESSO RÁPIDO + CARDS
   ========================================================= */

@media (max-width: 767px) {

  /* GERAL */
  html,
  body,
  #wrapper,
  #main,
  #content {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  #main {
    max-width: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
  }

  /* REMOVE HOVER/ZOOM NO MOBILE */
  #content img:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  /* BANNERS GRANDES */
  #content img {
    max-width: 100% !important;
    height: auto !important;
  }

  #content a img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* ACESSO RÁPIDO */
  .acesso-rapido-vs {
    margin: 22px auto !important;
    width: 100% !important;
  }

  .titulo-acesso {
    font-size: 26px !important;
    margin-bottom: 18px !important;
    padding-bottom: 8px !important;
  }

  .acesso-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    justify-items: center !important;
    width: 100% !important;
  }

  .acesso-card {
    width: 100% !important;
    max-width: 150px !important;
    padding: 8px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
  }

  .acesso-card img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 8px !important;
  }

  .acesso-card:hover {
    transform: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
  }

  /* CARDS INFORMATIVOS: pesquisa/cartilhas */
  .cards-info-vs {
    width: 100% !important;
    margin: 20px auto 28px auto !important;
  }

  .cards-info-grid {
    display: block !important;
    width: 100% !important;
  }

  .info-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 14px auto !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .info-card img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 12px !important;
  }

  .info-card:hover {
    transform: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
  }

  /* RODAPÉ */
  footer,
  footer#footer-info,
  #footer-info {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  footer#footer-info table.invisible,
  #footer-info table.invisible,
  footer#footer-info tbody,
  footer#footer-info tr,
  footer#footer-info td,
  footer#footer-info th,
  #footer-info tbody,
  #footer-info tr,
  #footer-info td,
  #footer-info th {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  footer#footer-info ul,
  footer#footer-info li,
  #footer-info ul,
  #footer-info li {
    list-style: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }

  footer#footer-info li,
  #footer-info li {
    margin-bottom: 7px !important;
  }
}

/* CELULAR BEM PEQUENO */
@media (max-width: 420px) {

  .acesso-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .acesso-card {
    max-width: 138px !important;
    padding: 6px !important;
  }

  .titulo-acesso {
    font-size: 24px !important;
  }
}
/* =========================================================
   FORÇAR EXIBIÇÃO DOS TILES/BANNERS NO MOBILE
   ========================================================= */

@media (max-width: 767px) {

  /* COLUNAS DO MOSAIC */
  .mosaic-grid-row,
  .mosaic-grid-cell,
  .mosaic-width-half,
  .mosaic-width-quarter,
  .mosaic-width-third,
  .mosaic-width-two-thirds,
  .mosaic-width-full {
    width: 100% !important;
    display: block !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both !important;
  }

  /* TILES */
  .mosaic-tile {
    width: 100% !important;
    display: block !important;
    overflow: visible !important;
    margin-bottom: 14px !important;
  }

  /* TILE BANNER */
  .tile-banner,
  .mosaic-tile-content {
    width: 100% !important;
    display: block !important;
    overflow: visible !important;
  }

  /* IMAGENS DOS BANNERS */
  .tile-banner img,
  .mosaic-tile img,
  .mosaic-tile-content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 10px !important;
  }

  /* REMOVE ALTURA FIXA QUE ESCONDE */
  .mosaic-grid-row,
  .mosaic-grid-cell,
  .mosaic-tile,
  .mosaic-tile-content {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
  }

  /* REMOVE POSITION QUEBRANDO */
  .mosaic-grid-cell {
    position: relative !important;
  }

}

/* =========================================================
   FORÇAR EXIBIÇÃO DOS TILES/BANNERS NO MOBILE
   ========================================================= */

@media (max-width: 767px) {

  /* COLUNAS DO MOSAIC */
  .mosaic-grid-row,
  .mosaic-grid-cell,
  .mosaic-width-half,
  .mosaic-width-quarter,
  .mosaic-width-third,
  .mosaic-width-two-thirds,
  .mosaic-width-full {
    width: 100% !important;
    display: block !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both !important;
  }

  /* TILES */
  .mosaic-tile {
    width: 100% !important;
    display: block !important;
    overflow: visible !important;
    margin-bottom: 14px !important;
  }

  /* TILE BANNER */
  .tile-banner,
  .mosaic-tile-content {
    width: 100% !important;
    display: block !important;
    overflow: visible !important;
  }

  /* IMAGENS DOS BANNERS */
  .tile-banner img,
  .mosaic-tile img,
  .mosaic-tile-content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 10px !important;
  }

  /* REMOVE ALTURA FIXA QUE ESCONDE */
  .mosaic-grid-row,
  .mosaic-grid-cell,
  .mosaic-tile,
  .mosaic-tile-content {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
  }

  /* REMOVE POSITION QUEBRANDO */
  .mosaic-grid-cell {
    position: relative !important;
  }

}

/* =========================================================
   FORÇAR COLUNA DOS BANNERS NO MOBILE
   ========================================================= */

@media (max-width: 767px) {

  /* REMOVE FLOATS DO MOSAIC */
  .mosaic-grid-row,
  .mosaic-grid-cell {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* FORÇA TODOS OS TILES APARECEREM */
  .mosaic-tile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    margin-bottom: 14px !important;
  }

  /* TILE DE BANNER */
  .tile-banner,
  .mosaic-tile-content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  /* IMAGENS DOS BANNERS */
  .tile-banner img,
  .mosaic-tile img,
  .mosaic-tile-content img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 12px auto !important;
    border-radius: 10px !important;
  }

  /* REMOVE ALTURAS FIXAS */
  .mosaic-grid-row,
  .mosaic-grid-cell,
  .mosaic-tile,
  .mosaic-tile-content {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
  }

  /* REMOVE POSITION QUEBRANDO */
  .mosaic-grid-cell {
    position: relative !important;
    left: auto !important;
    right: auto !important;
  }

}