@import url("grid.css");
@import url("../../../contraste.css");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');

/* ===============================
   ESTILOS BÁSICOS
   =============================== */
body,
html {
  font-family: Raleway, Montserrat, 'Open Sans', "Helvetica Neue", Arial, FreeSans, sans-serif !important;
}

body {
  background: #ffffff;
  color: #333333;
}

.clear {
  clear: both;
}

p {
  line-height: 1.4em;
}

/* ===============================
   LINKS
   =============================== */
a:link,
a:visited,
#content a:link,
#content a:visited,
dl.portlet a:link,
dl.portlet a:visited {
  color: #1d2d6b;
  transition: color 0.2s ease;
}

a:hover {
  color: #1d2d6b;
}

#content a:hover,
dl.portlet a:hover {
  color: #283e93 !important;
}

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

/* ===============================
   BOTÕES E FORMULÁRIOS
   =============================== */
input[type="submit"] {
  color: #ffffff !important;
  background: #1d2d6b;
  padding: 0.6em 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
}

input[type="submit"]:hover {
  color: #ffffff;
  background-color: #131d45;
}

.searchButton {
  border-radius: 4px;
  border: none;
  padding: 0.4em 0.7em;
  background: #1d2d6b;
  color: #ffffff;
  cursor: pointer;
}

/* ===============================
   CONTÊINER PRINCIPAL
   =============================== */
 #wrapper {
  padding: 0;
  width: 90%;
  /*max-width: 1400px;*/
  margin: 0 auto;
  background-color: #ffffff;
  /*box-shadow: 0 0 35px rgba(0, 0, 0, 0.45);*/
}

#main {
  margin: 0 auto;
  max-width: 95%;
}

/* ===============================
   CABEÇALHO
   =============================== */
header {
  background-color: #ffffff;
  color: #000000;
  margin: 0 auto;
  max-width: 95%;
}

header a:link,
header a:visited {
  color: #000000;
}

header a:hover {
  color: #283e93;
}

/* ===============================
   LOGO
   =============================== */
#portal-logo {
  display: block;
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
}

/* ===============================
   FERRAMENTAS DO USUÁRIO
   =============================== */
#portal-personaltools {
  background: #1d2d6b;
}

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

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

/* ===============================
   AÇÕES DO SITE
   =============================== */
#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;
}

/* ===============================
   BUSCA
   =============================== */
#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: normal;
  position: absolute;
  right: 0;
  border-radius: 0;
  padding: 0;
  color: #ffffff;
  height: 30px;
  width: 30px;
}

/* ===============================
   NAVEGAÇÃO
   =============================== */
nav {
  margin: 0;
  clear: both;
  background: #f3f6f4;
  border-top: 1px solid #d4d4d4;
  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,
nav li a:visited {
  color: #000000;
}

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

nav li a:hover {
  background: #d4d9ec;
}

/* ===============================
   MENU MOBILE
   =============================== */
.menu-button {
  background: #ffffff;
}

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

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

/* =======================================
   LINHA DE NAVEGAÇÃO - CAMINHO DE RATO
   ===================================== */
#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;
}

/* ===============================
   CONTEÚDO
   =============================== */
#content {
  margin: 0;
}

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

/* ===============================
   TÍTULOS E TIPOGRAFIA
   ===============================
h1,
h2,
h3,
h4,
h5,
h6,
.tileHeadline,
.documentFirstHeading {
  font-family: Raleway, Montserrat, 'Open Sans', "Helvetica Neue", Arial, FreeSans, sans-serif !important;
}

h1,
h2 {
  color: #1d2d6b;
}

h1 {
  border: none;
  margin-bottom: 0;
  font-size: 2.5em;
}

h1,
h2,
h3,
h4,
.tileHeadline,
.documentFirstHeading {
  font-weight: 600;
}

.tile-header h2,
.tile-content h2,
.documentFirstHeading {
  font-size: 2.5em;
  border-bottom: 2px solid;
  font-weight: 400;
  color: #1d2d6b;
  margin-bottom: 0.5em;
}**/

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

h3 {
    font-size: 1.4em
}

h4 {
    font-size: 1.2em
}

/* ===============================
   TILES DE NOTÍCIAS
   =============================== */
.tile-noticias .collection-item {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.5em;
  padding-bottom: 0.4em;
  border-bottom: 1px dotted #cccccc;
}

.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: #ffffff !important;
}

/* ===============================
   CARROSSEL GALLERIA
   =============================== */
.tema-pm3 .galleria-info-title {
  font-family: Raleway, Montserrat, 'Open Sans', "Helvetica Neue", Arial, FreeSans, sans-serif !important;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.1;
}

/* ===============================
   PORTLETS
   =============================== */
.portlet {
  margin-bottom: 2em !important;
  background: #f9f9f9;
}

.portletHeader,
dl.portlet dt.portletHeader {
  border-bottom: #d8d8d8 1px solid;
  font-weight: bold;
  background-color: #1d2d6b;
  color: #ffffff;
}

.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #ffffff;
  transition: all ease-out 0.1s;
}

.portlet .portletHeader {
  padding: 0;
  text-transform: uppercase;
}

.portlet .portletHeader > a,
.portlet .portletHeader > span:nth-child(2) {
  display: block;
  color: #ffffff;
  padding: 1.075em 1.5em;
  font-size: 1em;
  line-height: 1;
}

.portlet .portletHeader > a:hover {
  background: #131d45;
  color: #ffffff !important;
}

/* ===============================
   COLUNAS LATERAIS
   =============================== */
aside dl,
aside dd,
aside ul {
  padding: 0;
  margin: 0;
}

aside a {
  text-decoration: none;
}

/* ===============================
   PORTLET DE NAVEGAÇÃO
   =============================== */
.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; }

/* ===============================
   RODAPÉ
   =============================== */
footer {
  border-top: #cccccc 2px solid;
  margin-top: 2em;
  padding: 2%;
  font-size: 80%;
  background: #f9f9f9;
  color: #000000;
}

footer a {
  color: #000000 !important;
}

footer p {
  margin-bottom: 2em;
}

.tema-pm3 #portal-footer,
.tema-pm3 .portal-footer,
.tema-pm3 footer,
#footer,
#portal-footer-wrapper,
.portal-footer-wrapper {
  font-family: Raleway, Montserrat, 'Open Sans', "Helvetica Neue", Arial, FreeSans, sans-serif !important;
}

.tema-pm3 #portal-footer h1,
.tema-pm3 #portal-footer h2,
.tema-pm3 #portal-footer h3,
.tema-pm3 #portal-footer h4,
.tema-pm3 .portal-footer h2,
.tema-pm3 .portal-footer .tileHeadline,
.portal-footer .heading {
  font-family: Raleway, Montserrat, 'Open Sans', "Helvetica Neue", Arial, FreeSans, sans-serif !important;
  font-weight: 600;
}

.tema-pm3 #portal-footer p,
.tema-pm3 #portal-footer li,
.tema-pm3 #portal-footer a,
.tema-pm3 .portal-footer p,
.tema-pm3 .portal-footer a,
.portal-footer .portletItem {
  font-family: Raleway, Montserrat, 'Open Sans', "Helvetica Neue", Arial, FreeSans, sans-serif !important;
  font-weight: 400;
}

/* ===============================
   HOVER EM IMAGENS DO CONTEÚDO
   =============================== */
#content img {
  transition: transform .25s ease, box-shadow .25s ease;
}

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

/* ===============================
   RESPONSIVIDADE: TABLETS
   =============================== */
@media (min-width: 768px) and (max-width: 979px) {
  /* Bloco reservado para ajustes específicos de tablet. */
}

/* ===============================
   RESPONSIVIDADE: CELULARES E TABLETS PEQUENOS
   =============================== */
@media (max-width: 767px) {
  header {
    margin-bottom: 1em;
    max-width: 100%;
  }

  #column-one {
    border-color: #25528c;
  }

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

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

  #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 0.5em 0 0;
    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: 1.5em;
    margin-top: 0;
    float: none;
    text-align: center;
    clear: both;
    font-size: 80%;
  }
}

/* ===============================
   RESPONSIVIDADE: CELULARES PEQUENOS
   =============================== */
@media (max-width: 480px) {
  .tile-noticias .collection-item {
    width: 100%;
    margin-right: 0;
  }
}
