﻿/* ------------------------ */
/* [ Esta folha contém a formatação da estrutura das páginas, controlando o layout do Portal ] */
/* ------------------------ */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #eee;
  color: #333;
  font-family: 'Segoe Ui', 'Open Sans', Arial, Helvetica, Sans-Serif, Tahoma;
  font-size: 62.5%;
}

.conteudo-principal {
  margin: .6rem auto 1rem auto;
  width: 980px;
}

.pagina-slide {
  margin: 10px auto;
  width: 980px;
}

/* Portal com alto contraste */
body.contraste {
  background: #000;
  color: #fff;
}

  body.contraste .topo {
    background: transparent;
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    animation: none;
  }

/* [ PÁGINAS INTERNAS (Todas exceto as de acesso externo e as que contém as webparts) ] */
.conteudo-total {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  float: left;
  padding-bottom: 20px;
}

.pagina-interna {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .3rem;
  position: relative;
}

.pagina-topo {
  background: #F0F0F0;
  border-bottom: 1px #ccc solid;
  border-radius: .3rem .3rem 0 0;
  height: 35px;
  padding: 0 .5rem;
  position: relative;
  width: 100%;
}

.pagina-titulo {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.pagina-conteudo {
  float: left;
  padding: .3rem .5rem;
  width: 78%;
}

.pagina-conteudo-total {
  padding: .5rem;
}

.pagina-menu {
  float: right;
  width: 22%;
}

.menu-flutuante-fix {
  padding-top: 1rem;
}

.acesso-externo-pagina {
  float: none;
  width: 100%;
}

.acesso-externo-pagina-login {
  float: right;
  margin-top: 13px;
}

.cabecalho-slide {
  padding: .5rem .5rem 0 .5rem;
  float: left;
  font-size: .75rem;
  width: 75%;
}

/* [ TOPO - PARTE DE CIMA DAS PÁGINAS COM MENUS, INFORMAÇÕES DO USUÁRIO E CONTROLES DO SOCIAL] */
.topo {
  background: #666 url(Images/Bgs/textura.png) repeat 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin: auto;
  width: 100%;
}

.topo-conteudo {
  min-height: 50px;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

.topo-acessibilidade {
  display: none;
  padding: .3rem 0 .2rem;
  width: 100%;
}

  .topo-acessibilidade li {
    display: inline-block;
  }

  .topo-acessibilidade a {
    color: white;
    font-size: .75rem;
    margin-right: 2rem;
  }

    .topo-acessibilidade a[accesskey]:before {
      background: white;
      color: black;
      content: attr(accesskey);
      margin-right: .4rem;
      width: 1rem;
      height: 1rem;
      display: inline-block;
      text-align: center;
      font-size: 0.8rem;
      border-radius: 2px;
      line-height: 1;
    }

.topo-info-login {
  float: left;
  height: 50px;
  margin-right: 10px;
  max-width: 335px;
  position: relative;
}

.logo {
  float: left;
  margin-top: 7px;
  width: 140px;
}

.topo-bt {
  color: #FFF;
  cursor: pointer;
  float: left;
  font-size: .9rem;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  width: 50px;
}

  .topo-bt .icone {
    font-size: 1.3rem;
    line-height: inherit;
  }

  .topo-bt:hover,
  .menu-rolagem .anterior:hover,
  .menu-rolagem .proximo:hover,
  .filho a:hover, .filho a:focus {
    background-color: rgba(0,0,0,0.2);
  }

.topo-controles {
  float: right;
  height: 45px;
  position: relative;
}

.usuario-nome {
  cursor: default;
  color: #FFF;
  float: right;
  font-size: .9rem;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: right;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: capitalize;
  width: 280px;
  white-space: nowrap;
}

.usuario-impersonate {
  color: #D98200;
  cursor: default;
  height: 1rem;
  line-height: 1;
  overflow: hidden;
  font-size: .9rem;
  white-space: nowrap;
  width: 197px;
  text-align: right;
  text-transform: capitalize;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: .4rem;
}

  .usuario-impersonate a:link, .usuario-impersonate a:visited, .usuario-impersonate a:hover {
    color: #D98200;
    text-transform: capitalize;
  }



.sessionTimeout,
.sessionExpired {
  cursor: default;
  color: #ccc;
  float: right;
  font-size: 12px;
  height: 20px;
  line-height: 15px;
  text-align: right;
  position: relative;
  width: 65px;
}

  .sessionTimeout::before {
    font-size: .9rem;
    left: 0;
    position: absolute;
  }

.session_text {
  font-family: 'Segoe Ui', Arial, Helvetica, Sans-Serif, Tahoma;
}

.sessionExpired {
  color: #EC7A2E;
  text-shadow: 0 0 10px black, 0 0 10px black, 0 0 50px black;
}

/* [ MENU PRINCIPAL HORIZONTAL ] */
.menu-rolagem {
  width: 980px;
}

.menu-topo {
  background: rgba(0,0,0,0.2);
  display: block;
  font-size: 13px;
  height: 35px;
  line-height: 14px;
  width: 100%;
}

.menu-rolagem .anterior {
  float: left;
}

.menu-rolagem .proximo {
  float: right;
}

.menu-rolagem .anterior,
.menu-rolagem .proximo {
  cursor: pointer;
  text-align: center;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  width: 35px;
}

  .menu-rolagem .anterior .icone,
  .menu-rolagem .proximo .icone {
    color: white;
    font-size: 1.4rem;
    line-height: 35px;
  }

  .menu-rolagem .anterior:active .icone,
  .menu-rolagem .proximo:active .icone {
    color: #D98200;
  }

.menu-centralizar {
  width: 980px;
  margin: 0 auto;
}

.filho {
  float: left;
  height: 35px;
  min-width: 300%;
  width: auto;
}

  .filho li {
    display: inline-block;
  }

    .filho li:not(:first-child) {
      border-left: 1px solid rgba(255,255,255,0.2);
    }

  .filho a {
    color: #efefef;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
  }

    .filho a:focus {
      color: #D98200;
      outline: none;
    }

.pai {
  float: left;
  overflow: hidden;
  width: 810px;
}

/* [ MENU DE CONFIGURAÇÕES ] */
.menu-modulos-container,
.menu-config-container,
.menu-servicos-container {
  float: left;
  position: relative;
}

.menu-users-bt,
.menu-config-bt,
.menu-modulos-bt,
.menu-servicos-bt {
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

  .menu-users-bt:focus,
  .menu-config-bt:focus,
  .menu-modulos-bt:focus,
  .menu-servicos-bt:focus {
    outline: none;
    color: #D98200;
  }

  .menu-users-bt.ativo .icone,
  .menu-config-bt.ativo .icone,
  .menu-modulos-bt.ativo .icone,
  .menu-servicos-bt.ativo .icone {
    color: #D98200;
  }

  .menu-config-container:hover,
  .menu-modulos-container:hover,
  .menu-servicos-container:hover,
  .menu-users-bt.ativo,
  .menu-config-bt.ativo,
  .menu-modulos-bt.ativo,
  .menu-servicos-bt.ativo {
    background-color: rgba(0,0,0,0.2);
  }

.menu-users,
.menu-config,
.menu-modulos,
.menu-servicos {
  min-width: 120px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 99;
  background-color: #f0f0f0;
  border: 1px solid #D6D6D6;
  box-shadow: 0 4px 3px -3px #D6D6D6;
}

  .menu-users li:not(.menu-config-txt)
  .menu-config li:not(.menu-config-txt),
  .menu-modulos li,
  .menu-servicos li {
    text-align: right;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
  }

.menu-config-txt {
  cursor: default;
  font-size: .9rem;
  padding-top: 1rem;
  text-align: right;
}

.menu-users li:hover a,
.menu-servicos li:hover a,
.menu-config li:hover a,
.menu-modulos li:hover a {
  background-color: #FFF;
}

.menu-users li a,
.menu-config li a,
.menu-modulos li a,
.menu-servicos li a {
  color: #333;
  display: block;
  font-size: .8rem;
  line-height: 1.5;
  padding: 5px;
  white-space: nowrap;
}

.menu-users {
  min-width: 200px;
}

.menu-config {
  min-width: 200px;
}

/*[ MENU MÓDULOS ]*/
.menu-modulos {
  border-left: none;
  border-top: none;
  left: 0;
  top: 35px;
}

.link_menu1 {
  border-left-color: #315DA7;
}

.link_menu1,
.link_menu2,
.link_menu3,
.link_menu4,
.link_menu5,
.link_menu6,
.link_menu7,
.link_menu8 {
  border-left-style: solid;
  border-left-width: 5px;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.link_menu2 {
  border-left-color: #E46400;
}

.link_menu3 {
  border-left-color: #3B5A00;
}

.link_menu4 {
  border-left-color: #4d8c9c;
}

.link_menu5 {
  border-left-color: #724869;
}

.link_menu6 {
  border-left-color: #BB2610;
}

.link_menu7 {
  border-left-color: #632B0C;
}

.link_menu8 {
  border-left-color: #3D3D3D;
}

.menu-modulos-bt {
  color: #FFF;
  height: 35px;
  float: left;
  font-size: 14px;
  line-height: 35px;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100px;
}

/*[ RODAPÉ ]*/
/* Instruções para object rodapé ficar sempre embaixo nas páginas */
html, body > form, body:not(.externo), #wrap {
  height: 100%;
}

.rodape {
  background-color: #222;
  clear: both;
  display: block;
  height: 20px;
  position: relative;
  margin-top: -20px;
  overflow: hidden;
  width: 100%;
}

.rodape-conteudo {
  margin: 0 auto;
  text-align: right;
  width: 98%;
}

  .rodape-conteudo a {
    color: #ccc;
  }

.rodape-rolagem {
  bottom: 0;
  font-size: 1.4rem;
  left: 50%;
  opacity: .5;
  position: absolute;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 1;
}

  .rodape-rolagem:hover {
    opacity: 1;
  }

.credito-trends {
  color: #efefef;
  font-size: .7rem;
  line-height: 20px;
}

/*[ INTEGRAÇÃO COM O SOCIAL ]*/
#ctl00_ConteudoTopo_NotificationView, .SocialNotificationView {
  float: right;
}

#ctl00_ConteudoTopo_PesquisaPanel, .SocialPesquisaPanel {
  float: left;
}

.avatar-social {
  border-radius: 50%;
  float: right;
  margin: 7px 10px 0 10px;
}

.info-login-social {
  float: left;
  width: 270px;
}

  .info-login-social .usuario-nome {
    width: 200px;
  }

.bt_social {
  float: left;
  font-size: .9rem;
  height: 50px;
  line-height: 50px;
  position: relative;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

  .bt_social > a {
    color: #efefef;
    display: inline-block;
    padding-left: 5px;
  }

  .bt_social:hover {
    background-color: rgba(0,0,0,0.2);
  }

.conteudo-topo-portal,
.conteudo-topo-social {
  float: left;
}

.conteudo-topo-social {
  max-width: 400px;
}

.filtro_busca {
  height: 40px;
  line-height: 40px;
  position: relative;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 5px;
}

.bt_filtro {
  color: #efefef;
  font-size: 1rem;
  left: 0;
  position: absolute;
  top: 0;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  width: 30px;
  text-align: center;
}

.filtro_busca > a {
  bottom: 0;
  color: #efefef;
  font-size: 1rem;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  width: 30px;
}

.filtro_busca .busca {
  background-color: transparent;
  border: none;
  color: #efefef;
  float: left;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 30px;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  width: 150px;
}

.busca:hover,
.busca:focus,
.bt_filtro > .pesquisa-filtro-bt {
  line-height: 40px;
}

.filtro_busca ul {
  background-color: #f0f0f0;
  border: 1px solid #D6D6D6;
  box-shadow: 0 4px 3px -3px #D6D6D6;
  display: none;
  left: 0;
  position: absolute;
  top: 40px;
  width: 150px;
  z-index: 9;
}

.filtro_busca li a {
  color: #555;
  display: block;
  font-size: .8rem;
  line-height: 2.3;
  padding: 0 .3rem;
}

.filtro_busca li .icone {
  margin-right: .3rem;
}

.filtro_busca li a:hover {
  background-color: #FFF;
  cursor: pointer;
}

  .filtro_busca li a:hover .icone {
    color: #EC7A2E;
  }
/* [ NOTIFICAÇÕES: CONTADOR, MENU E POPUPS ] */
.notif_usuario {
  float: right;
  margin-left: 10px;
}

  .notif_usuario .contador {
    height: 50px;
    line-height: 50px;
    width: 40px;
  }

    .notif_usuario .contador.bt-cinza {
      background: transparent !important;
    }

      .notif_usuario .contador.bt-cinza .icone-notificacao:before {
        content: "\e661";
      }

    .notif_usuario .contador .icone {
      color: white;
      font-size: 1.2rem;
      line-height: 50px;
    }

    .notif_usuario .contador.bt-colorido {
      color: #FFF;
      cursor: pointer;
    }

.menu-notificacao-seta {
  display: none;
}

.notificacao-painel {
  top: 50px;
}

.notif_usuario .contador.bt-colorido:active {
  background-color: #FC902D !important;
  border-color: none;
}

.notif_usuario.opening {
  -moz-animation: 1s pulse infinite;
  -o-animation: 1s pulse infinite;
  -webkit-animation: 1s pulse infinite;
  animation: 1s pulse infinite;
}


/* [ MENU LATERAL DAS PÁGINAS INTERNAS ] */
.menu-bloco {
  font-size: .75rem;
  margin-bottom: 1rem;
}

  .menu-bloco:last-child {
    margin-bottom: 0;
  }

    .menu-bloco:last-child .menu-item:last-child a {
      border-bottom: none;
    }

.menu-titulo {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-size: 1rem;
  line-height: 2;
  padding-left: .5rem;
}

.menu-item a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  display: block;
  padding: 0.3rem;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

  .menu-item a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

.menu-contexto {
  margin: .5rem .5rem 1.5rem .5rem;
  text-align: right;
}

  .menu-contexto a {
    color: #333;
    font-size: .75rem;
    float: right;
    line-height: 2;
    clear: both;
  }

    .menu-contexto-item .icone,
    .menu-contexto a .icone,
    .menu-contexto-link .icone {
      color: #FAA200;
      vertical-align: text-bottom;
      margin-right: 5px;
    }

    .menu-contexto a:hover {
      opacity: .6;
    }

.menu-contexto-slide {
  float: right;
  width: 25%;
}

  .menu-contexto-slide .menu-contexto {
    margin-bottom: 0;
  }

.menu-contexto-item a {
  color: inherit;
}

.menu-contexto-titulo {
  display: inline-block;
  font-size: .8rem;
  font-weight: bold;
  padding-bottom: .3rem;
}

.menu-contexto .label-padrao {
  height: auto;
}

.menu-contexto-flutuante {
  width: 22%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 4px 35px;
  border-left: 1px solid #ccc;
  border-top-right-radius: 5px;
  z-index: 99;
  height: 35px;
}

.menu-contexto-flutuante-icone {
  position: absolute;
  top: 7px;
  left: 5px;
  font-size: 1.2rem;
  color: #999;
}

.menu-contexto-nome {
  display: inline-block;
  font-size: .9rem;
  line-height: 1.8;
  text-transform: capitalize;
  width: 9rem;
  height: 1.8rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-contexto-link {
  float: right;
  font-size: .75rem;
  margin-top: 5px;
}

/* [ MENU SLIDE ] */
.controle-menu-slide {
  background-color: #222;
  border-radius: 3px 0 0 3px;
  color: #efefef;
  font-size: 1rem;
  cursor: pointer;
  height: 45px;
  line-height: 2;
  padding: .4rem 0;
  position: absolute;
  left: -82px;
  text-align: center;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 99;
  width: 80px;
}

  .controle-menu-slide:hover,
  .controle-menu-slide:focus {
    opacity: .9;
    outline: none;
  }

  .controle-menu-slide .icone {
    color: orange;
  }

.menu-slide {
  background-color: #222;
  border-left: 2px solid #222;
  box-shadow: 9px 0 15px -5px rgba(0,0,0,0.4) inset;
  color: #333;
  display: block !important;
  height: 100%;
  position: fixed;
  right: -228px;
  top: 0;
  width: 226px;
  z-index: 999;
}

#MenuSlide .menu-bloco .menu-titulo.cor-destaque {
  border-bottom-color: rgba(255,255,255,0.5);
  color: #FFF;
}

#MenuSlide .menu-item a,
#MenuSlide .menu-item a:visited {
  color: #fff;
}

#MenuSlide #menu {
  padding-bottom: 25px;
}

.menu-slide-scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* [ COLUNAS E WEBPARTS ] */
.webparts-coluna {
  float: left;
  min-height: 1px;
  position: relative;
}

.webparts-container {
  width: 100%;
}

.webparts-coluna > table > tbody > tr:nth-child(2) > td > table {
  border-style: dashed !important;
  border-color: #ccc !important;
}

  .webparts-coluna > table > tbody > tr:nth-child(2) > td > table:hover {
    border-color: #D98200 !important;
  }

.coluna-esq, .coluna-dir {
  width: 29%;
}

.coluna-meio {
  padding: 0 10px;
  width: 42%;
}

.coluna-metade {
  float: left;
  width: 49.5%;
  min-height: 1px;
  position: relative;
}

.coluna-metade.coluna-1 {
  margin-right: 1%;
}

.webpart {
  background: white;
  border: none !important;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
  margin-bottom: 10px;
  table-layout: fixed;
}

.webpart-titulo {
  color: #333;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  padding: 0 5px;
}

  .webpart-titulo span {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -ms-word-wrap: normal;
    word-wrap: normal;
    float: left;
  }

.webpart-conteudo {
  display: block;
  border-radius: 0 0 3px 3px;
}

  .webpart-conteudo img, .webpart-conteudo input[type=image] {
    max-width: 100%;
  }

  .webpart-conteudo:not(.webpart-interna) > div:first-child {
    margin-top: 10px;
  }

.webpart-area-tit {
  background: #333;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  color: #FFFFFF;
}

.webpart-vazia {
  font-size: 12px;
  color: #999;
  background: white;
  text-align: center;
  line-height: 30px;
}

.webpart-controle {
  font-size: .7rem;
  color: #333;
}

  .webpart-controle img {
    padding: 5px 5px 0;
    opacity: 0.5;
  }

    .webpart-controle img:hover {
      opacity: 1;
    }

.webpart-erro {
  font-size: .8rem;
  padding: 1rem .5rem;
  -ms-word-break: break-all;
  word-break: break-all;
}

.webpart-link {
  color: #333;
  display: inline-block;
  font-size: 13px;
  line-height: 2;
  margin-left: 3px;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

  .webpart-link .icone {
    display: inline-block;
  }

  .webpart-link:hover {
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

    .webpart-link:hover .icone {
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }

@media only screen and (max-width: 479px) {
  .webparts-coluna {
    width: 100%;
  }
}

.hamb-menu {
  display: none;
}

.login-status2 {
  display: none !important;
}

.menu-overlay {
  position: absolute;
  top: 52px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  display: none;
  z-index: 1000;
}

.logo2 {
  display: none;
  padding: 0.5rem 1rem;
  border-bottom: 2px solid white;
}

@media only screen and (min-width: 980px) {
  .pai {
    display: block !important;
  }
  .menu-rolagem .pai.cor-destaque-bg {
    background-color: transparent;
  }
}

@media only screen and (max-width: 979px) {

    .menu-rolagem {
        width: auto;
        position: absolute;
        top: 52px;
        z-index: 10;
        height: 100%;
        z-index: 10001;
    }

  .menu-centralizar {
    width: 100%;
  }

  .menu-rolagem .anterior,
  .menu-rolagem .proximo {
    display: none;
  }

  .menu-rolagem .pai {
    float: none;
    width: 300px;
    display: none;
    height: 100%;
  }

  .menu-rolagem .filho {
    float: none;
    width: 100%;
    height: 100%;
    min-width: initial;
  }

  .menu-rolagem .filho li {
    display: block;
    font-size: 1rem;
    padding: 0.1rem 0;
  }

  /* Menu Icon */
  .hamb-menu {
    display: block;
    cursor: pointer;
    padding: 25px 0;
    width: 40px;
    float: left;
  }

  .hamb-line {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
  }

  .hamb-line::before,
  .hamb-line::after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }

  .hamb-line::before {
    top: 5px;
  }

  .hamb-line::after {
    top: -5px;
  }

  .webparts-coluna {
    min-width: 284px;
  }

  .coluna-metade {
    min-width: 280px;
  }

  .webparts-coluna.coluna-esq {
    width: 33%;
  }

  .webparts-coluna.coluna-meio {
    width: 34%;
  }

  .webparts-coluna.coluna-dir {
    width: 33%;
  }

  .conteudo-principal {
    width: 100%;
    padding: 0 10px;
  }

  .menu-slide {
    top: -60px;
  }

}

@media only screen and (max-width: 905px) {

  a.logo {
    display: none;
    position: absolute;
  }

  .pai .logo2 {
    display: block;
  }

}

@media only screen and (max-width: 860px) {

  .webparts-coluna.coluna-dir {
    padding: 10px 10px;
  }

}

@media only screen and (max-width: 765px) {

  .SocialPesquisaPanel {
    display: none;
  }
}

@media only screen and (max-width: 605px) {

    .bt_social {
        display: none !important;
    }
}

@media only screen and (max-width: 588px) {

  .webparts-coluna,
  .coluna-metade {
    width: 100% !important;
  }

  .webparts-coluna.coluna-meio,
  .webparts-coluna.coluna-dir {
    padding: 0;
  }

  .menu-item {
    font-size: 1rem;
  }

}

@media only screen and (max-width: 515px) {

  .conteudo-topo-social, .conteudo-topo-portal {
    display: none;
  }

  .login-status2 {
    display: block !important;
    font-size: 1rem;
    padding: 0.1rem 0;
    border-top: 2px solid white;
  }
}

@media only screen and (max-width: 359px) {

  .info-login-social {
    display: none;
  }

}
