@charset "UTF-8";
/*
Theme Name: MZiQ - BRF Global RI
Author: MZiQ
Author URI: http://mziq.com/
Description: MZiQ CMS Theme for BRF Global RI Site
Version: 1.0
License: GNU General Public License v2 or later
General description...
*/
/*Jose Luiz | MZiQ*/
.admin-bar {
  padding-top: 32px;
}

.admin-bar .sticky-header {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    padding-top: 46px;
  }

  .admin-bar .sticky-header {
    padding-top: 46px;
  }
}

* {
  /*font-size:15px;
    line-height: 20px;
    color:#888888;*/
}
input {
  outline: none;
}
a {
  /*
    text-decoration: none!important;
    text-decoration-color: transparent!important;
    */
}
.big-container {
  width: 1280px;
  max-width: 100%;
  margin: auto;
}
.litle-container {
  width: 974px;
  max-width: 96%;
  margin: auto;
}
.pos-relative {
  position: relative;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9b9b9b;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9b9b9b;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9b9b9b;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9b9b9b;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9b9b9b;
}
html,
body {
  font-family: 'FS Truman', Calibri, Arial;
  position: relative;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 200px;
}
.swiper-slide {
  overflow: hidden;
}
/** Header **/
/** Header : Logo **/
header .container-fluid {
  /*border-bottom:1px solid #E6E6E6;*/
}

header .logo {
  padding-top: 19px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
header .logo a {
  margin-left: 2px;
}
header .top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 8px;
}
/** Header : Slogan **/
header .slogan {
  padding: 4px 30px 0 26px;
  font-size: 17px;
  font-weight: 400;
  color: #888888;
}
/** Header : Language **/
header .languague {
  color: #c1c1c1;
}

/** Header : Language : link **/
header .languague a {
  color: #919191;
  font-size: 12px;
  display: inline-block;
  padding: 0 5px;
  line-height: 15px;
  float: right;
}

@media (min-width: 769px) {
  header .languague a:first-child {
    border-left: 2px solid #4364b3;
  }
}

@media (max-width: 768px) {
  header .languague {
    padding-right: 5px !important;
    margin-left: -20px;
  }

  header .languague a {
    font-size: 14px !important;
  }

  header .languague a.active {
    display: none;
  }
}

header .languague a.active,
header .languague a:hover {
  color: #d0672d;
}
header .languague a.active {
  font-weight: bold;
  font-size: 14px;
}
/** Header : Home RI **/
header .home-ri {
  margin-left: 48px;
}
header .home-ri a {
  font-size: 13px;
  color: #4b4b4b;
  font-weight: 600;
}
/** Header : Institucional **/
header .institucional {
  margin-left: 48px;
}
header .institucional a {
  font-size: 13px;
  color: #4b4b4b;
  font-weight: 600;
}
/** Header : Busca **/
header .busca {
  margin-left: 25px;
  margin-right: 2px;
}
.busca input[type='text'] {
  border: 1px solid #cdcdcd;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  padding: 5.5px;
  padding-left: 16px;
  font-size: 14px;
  width: 188px;
  color: #4b4b4b;
}
.busca input[type='text']::-webkit-input-placeholder,
.busca input[type='text']::-moz-placeholder,
.busca input[type='text']:-ms-input-placeholder,
.busca input[type='text']::-moz-placeholder {
  color: red !important;
}
#ConteudoInterna2 .busca input[type='text'] {
  width: 100%;
}
.busca form {
  position: relative;
  margin: 0;
  display: block !important;
}
.busca button {
  position: absolute;
  border: 0px;
  background-color: transparent;
  font-weight: 500;
  font-size: 19px;
  padding: 4px 12px;
  right: 2px;
  top: 2px;
  width: 30px;
  height: 30px;
  background-image: url('assets/img/seta-busca.png');
  background-position: center;
  background-repeat: no-repeat;
}
#paginacao {
  float: left;
  position: relative;
  width: 100%;
  padding: 10px 0px;
}
.previous {
  float: left;
}
.next {
  float: right;
}
/** Header : Separador **/
#menuSeparator {
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
  margin: 9px auto 1px;
}
/** Header Navbar **/

header .top-nav > button {
  width: 38px;
  height: 38px;
  padding: 0;
  top: 0;
  left: 0;
  position: relative;
  z-index: 1;
}

header .navbar-toggler {
  cursor: pointer;
}

header .navbar-toggler-bar {
  background: #1c3286;
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 25px;
  transition: transform 0.5s, opacity 0.3s;
  transition-delay: 0s;
  border-radius: 4px;
}

header .navbar-toggler-bar {
  background: #1c3286;
  width: 26px;
  height: 3px;
  display: block;
  position: absolute;
  top: 33px;
  left: 50%;
  transition: transform 0.5s, opacity 0.3s;
  transition-delay: 0s;
  border-radius: 4px;
  margin-left: -13px;
}
header .navbar-toggler-bar:nth-child(1) {
  transform: translateY(-7px) rotateZ(0deg);
}
header .navbar-toggler-bar:nth-child(2) {
  transform: translateY(0px) rotateZ(0deg);
}
header .navbar-toggler-bar:nth-child(3) {
  transform: translateY(7px) rotateZ(0deg);
}

.open header .navbar-toggler-bar {
}
.open header .navbar-toggler-bar:nth-child(1) {
  transform: translateY(0px) rotateZ(585deg);
}
.open header .navbar-toggler-bar:nth-child(2) {
  opacity: 0;
  transform: translateY(0px) rotate(540deg);
}
.open header .navbar-toggler-bar:nth-child(3) {
  transform: translateY(0px) rotateZ(495deg);
}

header {
  position: relative;
  z-index: 99999;
}
header nav.navbar {
  padding: 0;
}
header nav > ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
header nav > ul > li {
  list-style: none;
  padding: 4px 6px;
  position: relative;
}
header nav > ul > li:last-child {
  margin-right: 0px;
}
header nav > ul > li > a {
  font-size: 15.5px;
  font-weight: 600;
  display: block;
  padding: 15px 0 13px;
  letter-spacing: -0.2px;
  position: relative;
}

header nav > ul > li > a:hover {
  text-decoration: none;
}
body header nav > ul > li:nth-child(1) > a {
  color: #81348e;
}
header nav > ul > li:nth-child(2) > a {
  color: #75358d;
}
header nav > ul > li:nth-child(3) > a {
  color: #64348c;
}
header nav > ul > li:nth-child(4) > a {
  color: #4c348a;
}
header nav > ul > li:nth-child(5) > a {
  color: #4c348a;
}
header nav > ul > li:nth-child(6) > a {
  color: #363388;
}

header nav > ul > li:nth-child(1) > a,
header nav > ul > li:nth-child(1):hover > a,
header nav > ul > li.page_item:nth-child(1) > a {
  color: #81348e !important;
}
header nav > ul > li:nth-child(2):hover > a,
header nav > ul > li.page_item:nth-child(2) > a {
  color: #75358d !important;
}
header nav > ul > li:nth-child(3):hover > a,
header nav > ul > li.page_item:nth-child(3) > a {
  color: #64348c !important;
}
header nav > ul > li:nth-child(4):hover > a,
header nav > ul > li.page_item:nth-child(4) > a {
  color: #4c348a !important;
}
header nav > ul > li:nth-child(5):hover > a,
header nav > ul > li.page_item:nth-child(5) > a {
  color: #4c348a !important;
}
header nav > ul > li:nth-child(6):hover > a,
header nav > ul > li.page_item:nth-child(6) > a {
  color: #363388 !important;
}

header nav ul li.icon-search {
  color: #1c3286;
  font-size: 20px;
  padding: 18px 0;
  cursor: pointer;
  width: 25px;
  text-align: center;
}
header nav ul li.icon-search.ativo:before {
  content: '\f00d';
  color: #979797;
}
header nav ul li.icon-search a {
  display: none;
}
header #FundoMenuPrincipal {
  margin-top: -6px;
  height: 6px;
  width: 100%;
  background: #dbdbdb; /* Old browsers */
}
.home header #FundoMenuPrincipal {
  background: #8f358f; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #8f358f 0%,
    #8f358f 35%,
    #0a3285 70%,
    #0a3285 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #8f358f 0%,
    #8f358f 35%,
    #0a3285 70%,
    #0a3285 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #8f358f 0%,
    #8f358f 35%,
    #0a3285 70%,
    #0a3285 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f358f', endColorstr='#0a3285',GradientType=1 ); /* IE6-9 */
}

header .sub-menu {
  position: absolute;
  left: -20px;
  top: 100%;
  min-width: 215px;
  padding: 0;
  list-style: none;
  padding: 20px 30px;
  opacity: 0;
  pointer-events: none;
  transition: 0.15s opacity;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 14px 15px rgba(0, 0, 0, 0.3);
}
header .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
header .sub-menu li {
  white-space: nowrap;
  font-weight: 300;
  font-size: 0.8em;
}
header .sub-menu li a {
  padding: 10px 0;
  display: block;
  color: #222;
}

/*header nav li:nth-child(1) .sub-menu{ background:#32318E; }
header nav li:nth-child(2) .sub-menu{ background:#32318E; }
header nav li:nth-child(3) .sub-menu{ background:#792E6E; }
header nav li:nth-child(4) .sub-menu{ background:#D0273C; }
header nav li:nth-child(6) .sub-menu{ background:#D0273C; left:auto;right:-20px; }*/

header nav .current-page-ancestor.current-menu-ancestor:nth-child(1) > a:before,
header nav .menu-item-has-children:hover:nth-child(1) > a:before,
header nav .menu-item-has-children.current-menu-item:nth-child(1) > a:before {
  content: '';
  height: 6px;
  width: 100%;
  background: #81348e;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -2px;
}
header nav .current-page-ancestor.current-menu-ancestor:nth-child(2) > a:before,
header nav .menu-item-has-children:hover:nth-child(2) > a:before,
header nav .menu-item-has-children.current-menu-item:nth-child(2) > a:before {
  content: '';
  height: 6px;
  width: 100%;
  background: #75358d;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -2px;
}
header nav .current-page-ancestor.current-menu-ancestor:nth-child(3) > a:before,
header nav .menu-item-has-children:hover:nth-child(3) > a:before,
header nav .menu-item-has-children.current-menu-item:nth-child(3) > a:before {
  content: '';
  height: 6px;
  width: 100%;
  background: #64348c;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -2px;
}
header nav .current-page-ancestor.current-menu-ancestor:nth-child(4) > a:before,
header nav .menu-item-has-children:hover:nth-child(4) > a:before,
header nav .menu-item-has-children.current-menu-item:nth-child(4) > a:before {
  content: '';
  height: 6px;
  width: 100%;
  background: #4c348a;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -2px;
}
header nav .current-page-ancestor.current-menu-ancestor:nth-child(5) > a:before,
header nav .menu-item-has-children:hover:nth-child(5) > a:before,
header nav .menu-item-has-children.current-menu-item:nth-child(5) > a:before {
  content: '';
  height: 6px;
  width: 100%;
  background: #4c348a;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -2px;
}
header nav .current-menu-parent.current-menu-ancestor:nth-child(6) > a:before,
header nav .menu-item-has-children:hover:nth-child(6) > a:before,
header nav .menu-item-has-children.current-menu-item:nth-child(6) > a:before,
header nav .current-page-ancestor.current-menu-ancestor:nth-child(6) > a:before,
header nav .menu-item-has-children:hover:nth-child(6) > a:before,
header nav .menu-item-has-children.current-menu-item:nth-child(6) > a:before {
  content: '';
  height: 6px;
  width: 100%;
  background: #363388;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -2px;
}

.page header nav .current-menu-item.page_item:nth-child(1):hover > a:before,
.page header nav .current-menu-item.page_item:nth-child(1) > a:before {
  background-color: #81348e !important;
}
.page header nav .current-menu-item.page_item:nth-child(2):hover > a:before,
.page header nav .current-menu-item.page_item:nth-child(2) > a:before {
  background-color: #75358d !important;
}
.page header nav .current-menu-item.page_item:nth-child(3):hover > a:before,
.page header nav .current-menu-item.page_item:nth-child(3) > a:before {
  background-color: #64348c !important;
}
.page header nav .current-menu-item.page_item:nth-child(4):hover > a:before,
.page header nav .current-menu-item.page_item:nth-child(4) > a:before {
  background-color: #4c348a !important;
}
.page header nav .current-menu-item.page_item:nth-child(5):hover > a:before,
.page header nav .current-menu-item.page_item:nth-child(5) > a:before {
  background-color: #4c348a !important;
}
.page header nav .current-menu-item.page_item:nth-child(6):hover > a:before,
.page header nav .current-menu-item.page_item:nth-child(6) > a:before {
  background-color: #363388 !important;
}

/** Capa **/
/** Capa : bannerhome **/
section#BannersHome {
  min-height: 100px;
  background-color: #f5f5f5;
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  section#BannersHome {
    padding-bottom: 25px;
  }
}
section#BannersHome .degrade {
  background-color: #ddd;
}

section#BannersHome .banner-1,
section#BannersHome .banner-2 {
  margin-top: 52px;
}

section#BannersHome .banner-home {
  text-transform: uppercase;
}
section#BannersHome .banner-home a:hover,
section#BannersHome .banner-home a:focus {
  text-decoration: none;
}
section#BannersHome .banner-home .degrade p {
  font-size: 32px;
  line-height: 45px;
}

section#BannersHome .banner-1 .degrade {
  padding-left: 27px;
}
section#BannersHome .banner-1 .degrade img {
  margin: 0 3px 2px 0;
}
section#BannersHome .banner-2 .degrade {
  padding-left: 22px;
}
section#BannersHome .banner-2 .degrade p {
  margin-bottom: 7px;
}
section#BannersHome .banner-2 .degrade img {
  margin-bottom: -44px;
}
section#BannersHome .banner-3.banner-home,
section#BannersHome .banner-4.banner-home {
  margin-top: 29px;
}
section#BannersHome .banner-1,
section#BannersHome .banner-3.banner-home,
section#BannersHome .banner-4.banner-home {
  margin-bottom: 50px;
}
section#BannersHome .banner-4 .degrade p {
  font-size: 24px;
  line-height: 31px;
  margin-top: 6px;
}
/** Capa : Bloco calendarios **/
.posts-container {
  padding-top: 52px;
  padding-bottom: 38px;
}
#PostsHome .bloco-comunicado-calendario .data-mes {
  /* border:3px solid #EEE; */
  text-align: center;
  width: 71px;
  height: 71px;
  border-radius: 100%;
}
#PostsHome .calendario-lista a,
#PostsHome .comunicados-lista a {
  text-decoration: none;
}
#PostsHome .calendario-lista a .bloco-comunicado-calendario,
#PostsHome .comunicados-lista a.bloco-comunicado-calendario {
  transition: 0.3s;
}
#PostsHome .calendario-lista a .bloco-comunicado-calendario:hover,
#PostsHome .comunicados-lista a.bloco-comunicado-calendario:hover {
  opacity: 0.75;
}
#PostsHome .bloco-comunicado-calendario {
  margin-bottom: 20px;
}
/** Capa : Bloco calendarios : Data Mes **/
#PostsHome h2 {
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
}
.posts-container h2 {
  margin: 0;
  text-transform: uppercase;
}
.comunicados-lista h2 {
  color: #4469b4;
}
.calendario-lista h2 {
  color: #f47d2e;
}
.posts-container .header-box {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 18px 20px 0;
}
#PostsHome .header-box .ver-todos {
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
#PostsHome .comunicados-lista {
  margin-bottom: 30px;
}
#PostsHome .comunicados-lista .bloco-comunicado-calendario {
  align-items: center;
  text-decoration: none;
}
#PostsHome .comunicados-lista .bloco-comunicado-calendario .data-mes {
  /* border:2px solid #476AB4; */
}

#PostsHome .comunicados-lista .bloco-comunicado-calendario .data-mes span {
  /* color:#476AB4; */
  color: #fff;
  text-transform: lowercase;
  padding: 2px 0;
}

.comunicado {
  display: flex;
  align-items: center;
}
.comunicado .post-content {
  max-width: calc(100% - 80px);
  padding-left: 23px;
  color: #898989;
  line-height: 1.4em;
}
.comunicado .post-content .titulo {
  font-weight: 600;
  font-size: 1.2em;
}
.comunicado .post-content .divisor {
  margin: 0 10px;
}
.posts-container .bloco-comunicado-calendario .data-mes span.dia {
  font-size: 22px;
  line-height: 13px;
  margin-top: 20px;
}
#PostsHome .bloco-comunicado-calendario .data-mes span {
  display: block;
}
/** Capa : Bloco calendarios : Titulo subtitulo **/
#PostsHome .bloco-comunicado-calendario .titulo-subtitulo {
}
#PostsHome .bloco-comunicado-calendario .titulo-subtitulo span {
}

#PostsHome .bloco-comunicado-calendario .titulo-subtitulo span.titulo {
  font-weight: bold;
}

#PostsHome .calendario-lista .bloco-comunicado-calendario .data-mes span {
  /* color:#F58339; */
  text-transform: lowercase;
  padding: 2px 0;
}
#PostsHome .calendario-lista .bloco-comunicado-calendario .data-mes {
  /* border:2px solid #F58339; */
}
/** Capa : Swiper Azul **/
#SwiperAzulHome {
  background: url(img/background-galeria.jpg) no-repeat center center / cover;
  background-color: #f9f9f9;
  height: 307px;
  padding-top: 68px;
}
/** Capa : Swiper Azul :  Swiper  ***/
#SwiperAzulHome .owl-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#SwiperAzulHome .owl-carousel .owl-stage {
  margin-left: -1px;
}
#SwiperAzulHome .owl-carousel .owl-item {
  overflow: hidden;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
#SwiperAzulHome .owl-carousel .owl-item.active {
  border-left: 1px solid #77a3dd;
}
#SwiperAzulHome .owl-carousel .owl-item .item {
  height: 180px;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}
#SwiperAzulHome .owl-carousel .owl-item .icone {
  width: 76px;
  height: 76px;
  margin: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
}
#SwiperAzulHome .owl-carousel .owl-item .icone2 {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -38px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#SwiperAzulHome .owl-carousel .owl-item:hover .icone1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
#SwiperAzulHome .owl-carousel .owl-item:hover .icone2 {
  opacity: 1;
  filter: alpha(opacity=100);
}

#SwiperAzulHome a:hover {
  text-decoration: none;
}

#SwiperAzulHome .owl-carousel .owl-item .titulo {
  color: #007fcd;
  font-weight: 300;
  font-size: 17px;
}

/** Capa : Indices & Cotacoes **/
.data-container {
  padding-top: 60px;
  padding-bottom: 69px;
}
.data-container a {
  color: inherit;
}
.data-holder {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.data-block {
  display: block;
  width: 29.7%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
.data-block h2 {
  color: #535353;
  font-size: 21px;
  font-weight: 600;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase;
  margin: 0 22px;
  padding: 18px 0 13px;
}

.data-block .data-values {
  display: flex;
  width: 100%;
  padding: 40px 0;
}
.data-block p {
  text-align: right;
  margin: 0;
  padding: 6px 8px;
  font-size: 0.74em;
  color: #ababab;
  letter-spacing: 0.2px;
}
.data-values .value {
  width: 100%;
  border-right: 1px dashed #afafaf;
  text-align: center;
}
.data-values .value:last-child {
  border: 0;
}
.data-values .value .cifra {
  font-size: 15px;
}
.data-values .value .valor {
  font-size: 28px;
}
.data-values .value .variacao_direcao {
  height: 21px;
  display: inline-block;
  width: 21px;
  text-align: center;
  border-radius: 21px;
  color: #fff;
  line-height: 20px;
  margin-right: 3px;
}
.data-values .value .updated {
  padding-bottom: 6px;
}

#IndicesCotacoesHome iframe {
  width: 31%;
}
#IndicesCotacoesHome h3 {
  font-size: 14px;
  color: #727272;
  text-align: center;
  font-weight: lighter;
}
#IndicesCotacoesHome .valor-positivo .variacao_direcao {
  background: #547ec1; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #547ec1 0%,
    #3050a4 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #547ec1 0%,
    #3050a4 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #547ec1 0%,
    #3050a4 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#547EC1', endColorstr='#3050A4',GradientType=1 ); /* IE6-9 */
}
#IndicesCotacoesHome .valor-estavel .variacao_direcao {
  background: #ccc; /* Old browsers */
  background: -moz-linear-gradient(left, #ccc 0%, #9e9e9e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ccc 0%,
    #9e9e9e 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ccc 0%,
    #9e9e9e 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#9e9e9e',GradientType=1 ); /* IE6-9 */
  color: #bdb8b8;
}
#IndicesCotacoesHome .valor-negativo .variacao_direcao {
  background: #e5a810; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #e5a810 0%,
    #db7c29 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #e5a810 0%,
    #db7c29 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #e5a810 0%,
    #db7c29 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5A810', endColorstr='#DB7C29',GradientType=1 ); /* IE6-9 */
}
#IndicesCotacoesHome p .variacao_valor {
  height: 21px;
  display: inline-block;
  line-height: 21px;
  font-size: 13px;
}
#IndicesCotacoesHome .ratings {
  width: 30%;
  margin-left: 0.65%;
  height: 265px;
  /*margin-top: 10px;*/
}
/*breadcrumb - go back*/
.goback-top {
  display: none;
}
@media (max-width: 767px) {
  #IndicesCotacoesHome iframe {
    width: 100%;
    float: left;
  }
  #IndicesCotacoesHome .ratings {
    width: calc(100% - 30px);
    height: auto;
    margin-left: 0;
  }
}
.ratings table {
  width: 90%;
  margin: 25px 5%;
  position: relative;
}
#IndicesCotacoesHome .box {
  border: 1px solid #eee;
}
#IndicesCotacoesHome .ratings table td {
  font-size: 14px;
  font-weight: lighter;
  color: #727272;
  padding: 5px 0;
}
#IndicesCotacoesHome .ratings table td.center {
  text-align: center;
}
#IndicesCotacoesHome .ratings table td.negrito {
  font-weight: bold;
}
#IndicesCotacoesHome .saiba-mais {
  position: absolute;
  left: 100%;
  margin-left: -100px;
  top: 20px;
  font-size: 12px;
  color: #4b4b4b;
}

/*charts home*/
.data-chart svg g path {
  stroke-width: 12 !important;
}
/** Capa : Desenpenho por regiao **/

/*section#DesempenhoHome{
    width:100%;
    margin-bottom: 80px;
    background-image: url("assets/img/bg-grafico.jpg");
    background-position: center;
    background-size: cover;
}
.charts-top-area{ display:flex;justify-content:space-between;align-items: center;padding:43px 0 0;flex-wrap:wrap; }
.charts-top-area h3{ text-transform:uppercase;color:#434343; }
.charts-top-area .year-tabs{ list-style:none;display:flex;width:50%;justify-content: flex-start; }
.charts-top-area .year-tabs li{ color:#b8b8b8;font-size:18px;font-weight:500;margin-right:30px;position:relative;cursor:pointer; }
.charts-top-area .year-tabs .active{color:#4469b4;}
.charts-top-area .year-tabs .active::after{content:'';height:6px;width:100%;position:absolute;bottom:-6px;left:0;background:#4469b4;}
.data-chart{width:100%;height:255px; position: relative; z-index: 998;}
.data-chart .google-visualization-tooltip {
    width: 114px!important;
    height: 50px!important;
    line-height: 25px!important;
    left: 269px!important;
    top: 114px!important;
    text-align: center;
}
.data-chart g{ cursor: pointer;}
.data-total {
    position: absolute;
    top: 173px;
    left: 0;
    color: #939393;
    font-size: 18px;
    cursor: pointer;
    padding-left: 40px;
    z-index: 999;
}
.data-chart .clicked { background-color: #ddd; }
.data-total.clicked { color: #434343; }
.data-total::before {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: "";
    left: 15px;
    top: 3px;
    background-color: #be2a35;
}
.data-total span {
    position: absolute;
    top: -65px;
    left: 283px;
    font-size: 40px;
    color: #858585;
    font-weight: bold;
    z-index: 999;
    background-color: #f6f6f6!important;
    border-radius: 27px!important;
    padding: 0px 9px;
}
.chart-values{ justify-content: space-around;align-items: center;padding:40px 0;display:none;flex-wrap:wrap; }
.chart-values.active{display:flex;}
.values { width: 100%; position: relative; float: left; }
.values .block, .values .block div { position: relative; float: left; }
.values .block{ color:#858585; text-align:center; font-weight: 100; width: 33.33333%; margin: 0; }
.values .block div { width: 100%; }
.values .block .value:not(:nth-of-type(1)) { display: none; }
.values .block .value{ color:#4469b4;font-size:40px;font-weight:500; letter-spacing: -1px; }
.values .block .value small{ font-size:0.6em; }
.chart-values .data-input{ position:absolute; }
@media (max-width: 991px) {
    section#DesempenhoHome{ width:100%;height: auto;margin-bottom:27px;background-position:right bottom; }
    section#DesempenhoHome .charts, section#DesempenhoHome .info-charts {width:100%;max-width: 100%;-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;}
    .charts-top-area h3{ font-size:1.4em; }
    .charts-top-area .year-tabs{ padding:0; }
    .chart-values.active{display:block;padding:0 0 30px;}
    .values .block{ border-bottom:1px solid #8d8d8d;position:relative;display:table;width:100%; }
    .values .block .title{ float:left;width:50%;text-align:left;padding-top:8px; }
    .values .block .value{ float:right; }
    .values .block .legend{ float:left;width:50%;text-align:left; }
}
.google-visualization-tooltip{ border:0!important;box-shadow:none !important;text-align: center; background-color: transparent!important;}
.google-visualization-tooltip-item{padding:0 !important;}
.google-visualization-tooltip li span{letter-spacing:-0.02px;}
.google-visualization-tooltip li:first-child{display:none;}*/

section#DesempenhoHome {
  width: 100%;
  height: 341px;
  margin-bottom: 30px;
  background-image: url('assets/img/bg-grafico.jpg');
  /*background:#eaeaea;*/
  background-position: center;
  background-size: cover;
}
.charts-top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 43px 0 0;
  flex-wrap: wrap;
}
.charts-top-area h3 {
  text-transform: uppercase;
  color: #434343;
}
.charts-top-area .year-tabs {
  list-style: none;
  display: flex;
  width: 60%;
  justify-content: flex-start;
}
.charts-top-area .year-tabs li {
  color: #b8b8b8;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.charts-top-area .year-tabs .active {
  color: #4469b4;
}
.charts-top-area .year-tabs .active::after {
  content: '';
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  background: #4469b4;
}
.data-chart {
  width: 100%;
  height: 255px;
}
.chart-values {
  justify-content: space-around;
  align-items: center;
  padding: 55px 0;
  display: none;
  flex-wrap: wrap;
}
.chart-values.active {
  display: flex;
}
.chart-values .block {
  color: #858585;
  text-align: center;
  font-weight: 100;
}
.chart-values .block .value {
  color: #4469b4;
  font-size: 40px;
  font-weight: 500;
}
.chart-values .block .value small {
  font-size: 0.6em;
}
.chart-values .data-input {
  position: absolute;
}

.google-visualization-tooltip {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center;
}
.google-visualization-tooltip-item {
  padding: 0 !important;
}
.google-visualization-tooltip li span {
  letter-spacing: -0.02px;
}
.google-visualization-tooltip li:first-child {
  display: none;
}

.google-visualization-tooltip-item {
  padding: 0 !important;
  left: 18px !important;
  position: relative !important;
  width: 120px !important;
}

.goog-tooltip div,
.hidden {
  display: none;
}

.dataTotalContainer {
  display: inline;
  position: relative;
}
.circleTotal {
  width: 18px;
  height: 18px;
}

/*.data-corporate{text-anchor: start;font-family: "FS Truman";font-size: 14px;stroke: none;stroke-width: 0;color: rgb(143, 143, 143);display: inline-flex;position: absolute;bottom: 60px;height: 18px;display: none;cursor: pointer;}
.data-corporate span.text{height: 14px;vertical-align: top;display: inline-table;line-height: 14px;color: rgb(143, 143, 143);padding-left: 0px;padding-top: 0px;}
*/

.data-corporate {
  color: #8f8f8f;
  position: absolute;
  bottom: 60px;
  left: 15px;
  cursor: pointer;
  z-index: 9999;
}
.data-corporate span.text {
  height: 14px;
  vertical-align: top;
  display: inline-table;
  line-height: 14px;
  color: rgb(143, 143, 143);
  padding-left: 0px;
  padding-top: 0px;
}

.data-total {
  text-anchor: start;
  font-family: 'FS Truman';
  font-size: 14px;
  stroke: none;
  stroke-width: 0;
  color: rgb(143, 143, 143);
  display: inline-flex;
  position: absolute;
  bottom: 30px;
  height: 18px;
  display: none;
  cursor: pointer;
}
.data-total span.text {
  height: 14px;
  vertical-align: top;
  display: inline-table;
  line-height: 14px;
  color: rgb(143, 143, 143);
  padding-left: 0px;
  padding-top: 0px;
}

/*antigo css charts*/
.data-chart .google-visualization-tooltip {
  width: 114px !important;
  height: 50px !important;
  line-height: 25px !important;
  left: 269px !important;
  top: 114px !important;
  text-align: center;
}
.data-chart .google-visualization-tooltip.all {
  left: 284px !important;
}
.data-chart div div div svg g g {
  cursor: pointer;
}
.data-corporate:hover,
.data-total:hover,
.data-chart div div div svg g g:hover {
  opacity: 0.5;
}
/** Rodapé **/
.page-template #logos-no-rodape-Box {
  margin-top: 0;
}
#logos-no-rodape-Box {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#37318b+15,912d63+40,912d63+64,cc273e+85 */
  margin-top: 0;
  margin-bottom: 30px;
}
/*** Swiper Logos Rodapé ***/
.swiper-logos-no-rodape {
  height: 130px;
  overflow: hidden;
  position: relative;
  margin: 0 30px;
}
.swiper-logos-no-rodape .swiper-slide {
  overflow: hidden;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-logos-no-rodape .swiper-slide .imagem {
  background-position: center center;
  background-size: contain;
  width: 90%;
  height: 90%;
  margin: auto;
  background-repeat: no-repeat;
}
.swiper-logos-no-rodape .swiper-slide a {
  display: inline-block;
  width: 70%;
}
#logos-no-rodape-Box .swiper-button-prev,
#logos-no-rodape-Box .swiper-button-next {
  position: absolute;
  width: 15px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  left: 8px;
  background-image: url('assets/img/nextprev.png');
  background-size: cover;
  background-position-x: left;
  cursor: pointer;
}
#logos-no-rodape-Box .swiper-button-prev {
  background-position-x: right;
}
#logos-no-rodape-Box .swiper-button-next {
  left: auto;
  right: 8px;
}
#logos-no-rodape-Box .swiper-button-disabled {
  opacity: 0.2;
}
footer {
  background: #f9f9f9;
  overflow: hidden;
}
footer h2 {
  font-size: 17px;
  color: #585858;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
footer p {
  color: #7d7d7d;
  font-size: 14px;
}
footer .menu-rodape ul {
  padding: 0 0 25px 0;
}
footer .menu-rodape ul li {
  list-style: none;
  display: block;
  padding: 0px 0px 10px 0px;
}
footer .menu-rodape li a {
  color: #7d7d7d;
  font-size: 13px;
}
footer .redes-sociais ul {
  padding: 0px;
  display: flex;
}
footer .redes-sociais ul li {
  list-style: none;
  text-align: center;
  margin-right: 13px;
}
footer .redes-sociais ul li a {
  padding-top: 3px;
  border-radius: 38px;
  width: 38px;
  height: 38px;
  border: 2px solid #7e4a93;
  display: inline-block;
  color: #7e4a93;
  font-size: 19px;
}
footer .redes-sociais ul li a:hover {
  background-color: #7e4a93;
}
footer .redes-sociais ul li a i {
  color: #7e4a93;
}
footer .redes-sociais ul li a:hover i {
  color: #fff;
}
footer .redes-sociais a {
  color: #888;
}
footer .redes-sociais p {
  font-size: 12px;
}
footer .link-relatorio a {
  background: url(img/icon-download-relatorio.png) no-repeat 25px center;
  border: 2px solid #6d3285;
  border-radius: 30px;
  padding: 10px 30px 10px 55px;
  display: inline-block;
  text-align: right;
  font-style: normal;
  font-size: 17px;
  position: relative;
  cursor: pointer;
  color: #6d3285;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer .link-relatorio a:hover {
  background-image: url(img/icon-download-relatorio-white.png);
  background-color: #6d3285;
  color: #fff;
  transition: all 0.3s;
}
footer .fixed-data {
  background: #fff;
  width: 100%;
  float: left;
  padding-top: 5px;
  border-top: 2px solid #e2e2e2;
}
footer .rights-data {
  /* display:flex; */
  justify-content: space-between;
  padding: 9px 0 15px 0;
  align-items: center;
  float: right;
}
footer .links {
  padding: 0;
  list-style: none;
  margin: 6px 0 0;
  float: left;
}
footer .links li {
  float: left;
}
footer .links a {
  color: #434343;
  display: block;
  padding-right: 30px;
  position: relative;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}
footer .links a::after {
  content: '';
  display: block;
  position: absolute;
  background: #434343;
  width: 5px;
  height: 5px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
footer .links li.last a {
  padding-right: 15px;
}
footer .links li:last-child a::after {
  content: none;
}

footer .lefts-data {
  float: left;
}
footer .lefts-data.fale-ri a {
  color: #434343;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 15px 15px 15px 45px;
  background: url(img/icone-fale-com-ri.png) no-repeat 0 center;
}
/*** Language ***/
body.lingua-en a.lang-en,
body.lingua-pt-BR a.lang-ptBR {
  color: #4367b3;
}
.breadcrumb {
  display: none;
}

#topoInterna2 {
  padding: 49px 0px;
  background-color: #3f60ac;
  background-image: url('assets/img/fundo-titulo-pagina.png');
  background-repeat: no-repeat;
  background-position: right top;
}
#topoInterna2 h1 {
  font-size: 40px;
  line-height: 53px;
  color: #fff;
  font-weight: 500;
}
#topoInterna2 h2 {
  color: #eee;
  font-size: 19px;
  line-height: 28px;
}
#topoInterna2 h2 span {
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
}
#ConteudoInterna2 {
  padding: 60px 0px;
}
#ConteudoInterna2 .resultado {
  color: #0275d8;
  padding: 10px;
  display: flex;
  width: 100%;
  margin: 0 15px;
}
.resultado div:nth-child(1) {
  text-align: center;
}
#ConteudoInterna2 .results-container .row:nth-child(2n + 1) .resultado {
  background-color: #f5f5f5;
}
section.page-tipo-calendario .topo {
  /*background-color: #3451a9;*/
  padding: 60px 0px;
}
section.page-tipo-calendario .topo h1 {
  color: #fff;
}
#listaDeEventos .titulo-evento {
  font-size: 20px;
  line-height: 27px;
  color: #393939;
  padding: 20px 0;
  border-bottom: 6px solid #ff6600;
}
.linha-evento {
  padding: 10px 0;
  display: flex;
  align-items: center;
  height: 55px;
}
div .linha-evento .titulo {
  padding: 5px 0;
  font-size: 14px;
  margin-left: 0;
  color: #393939;
  font-weight: 100;
}

.lista-eventos-caixa,
.page-tipo-calendario .listrado {
  border-bottom: 1px solid #ff6600;
}
.lista-eventos-caixa .linha-evento:nth-child(2n + 1),
.lista-eventos-caixa .linha-evento:nth-child(odd) {
  background-color: #f3f3f3;
}
.lista-eventos-caixa .linha-evento .vertical-center {
  padding-top: 8px;
}
#PageTitle {
  padding: 15px;
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #3a5aa8;
  background-image: url(assets/img/img_title.jpg);
  background-repeat: no-repeat;
  background-position: right;
  color: #fff;
}
/*bgs paginas internas*/
#PageTitle {
  background: #3451a9 no-repeat right center;
  background-size: cover !important;
}
#PageTitle .container {
  background-position: right center;
  background-repeat: no-repeat;
}
.page-id-268 #PageTitle,
.page-id-1191 #PageTitle {
  background-image: url(img/topo/Historico-e-Perfil.jpg);
}
.page-id-272 #PageTitle,
.page-id-1189 #PageTitle {
  background-image: url(img/topo/Estrategia-Vantagens.jpg);
}
.page-id-274 #PageTitle .container,
.page-id-1190 #PageTitle .container {
  background-image: url(img/topo/estrutura-societaria.png);
}
.page-id-279 #PageTitle .container,
.page-id-1192 #PageTitle .container {
  background-image: url(img/topo/sustentabilidade-brf.png);
}
.page-id-438 .topo,
.page-id-1226 .topo {
  background-image: url(img/topo/Calendario-de-eventos.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.page-id-295 #PageTitle,
.page-id-1227 #PageTitle {
  background-image: url(img/topo/Consulte-acoes.png);
}
.page-id-284 #PageTitle,
.page-id-1206 #PageTitle {
  background-image: url(img/topo/Visao-Geral.jpg);
}
.page-id-286 #PageTitle,
.page-id-1203 #PageTitle {
  background-image: url(img/topo/Diretoria-Conselhos.jpg);
}
.page-id-343 #PageTitle,
.page-id-1201 #PageTitle {
  background-image: url(img/topo/Atas-e-Assembleias.jpg);
}
.page-id-311 #PageTitle,
.page-id-1202 #PageTitle {
  background-image: url(img/topo/Composicao-Acionaria.jpg);
}
.page-id-393 #PageTitle .container,
.page-id-1205 #PageTitle .container {
  background-image: url(img/topo/estatuto-politicas.png);
}
.page-id-288 #PageTitle .container,
.page-id-1204 #PageTitle .container {
  background-image: url(img/topo/notas-legais.png);
}
.page-id-399 #PageTitle,
.page-id-1211 #PageTitle {
  background-image: url(img/topo/relatorios-anuais1.png);
}
.page-id-318 #PageTitle,
.page-id-1212 #PageTitle {
  background-image: url(img/topo/Resultados-Trimestrais.png);
}
/*.page-id-399 #PageTitle .container, .page-id-1211 #PageTitle .container { background-image: url(img/topo/relatorios-anuais.png) }*/
.page-id-402 #PageTitle .container,
.page-id-1209 #PageTitle .container {
  background-image: url(img/topo/apresentacao-e-teleconferencia.png);
}
.page-id-404 #PageTitle .container,
.page-id-1208 #PageTitle .container {
  background-image: url(img/topo/planilhas-resultados.png);
}

.page-id-411 #PageTitle,
.page-id-1218 #PageTitle {
  background-image: url(img/topo/Comunicados-e-Fatos-.jpg);
}
.page-id-413 #PageTitle,
.page-id-1214 #PageTitle {
  background-image: url(img/topo/Arquivos-CVM.jpg);
}
.page-id-415 #PageTitle,
.page-id-1215 #PageTitle {
  background-image: url(img/topo/Arquivos-SEC.jpg);
}
.page-id-417 #PageTitle,
.page-id-1221 #PageTitle {
  background-image: url(img/topo/Cobertura-de-Analistas.jpg);
}

.page-id-88 #PageTitle,
.page-id-1198 #PageTitle,
.page-id-274 #PageTitle,
.page-id-1190 #PageTitle,
.page-id-393 #PageTitle,
.page-id-1205 #PageTitle,
.page-id-402 #PageTitle,
.page-id-1209 #PageTitle,
.page-id-420 #PageTitle,
.page-id-1217 #PageTitle {
  background: #bc2e4a;
  background: -webkit-linear-gradient(-90deg, #bc2e4a, #f69b31);
  background: -o-linear-gradient(-90deg, #bc2e4a, #f69b31);
  background: -moz-linear-gradient(-90deg, #bc2e4a, #f69b31);
  background: linear-gradient(-90deg, #bc2e4a, #f69b31);
  padding: 15px;
  background-position: right center;
  background-size: cover;
}
.page-id-420 #PageTitle .container,
.page-id-1217 #PageTitle .container {
  background-image: url(img/topo/rating.png);
}

.page-id-422 #PageTitle,
.page-id-1221 #PageTitle {
  background: #184ea5;
  background: -webkit-linear-gradient(-90deg, #184ea5, #3b80c5);
  background: -o-linear-gradient(-90deg, #184ea5, #3b80c5);
  background: -moz-linear-gradient(-90deg, #184ea5, #3b80c5);
  background: linear-gradient(-90deg, #184ea5, #3b80c5);
  padding: 15px;
}
.page-id-422 #PageTitle .container,
.page-id-1221 #PageTitle .container {
  background-image: url(img/topo/bond-e-debentures.png);
}

.page-id-290 #PageTitle,
.page-id-1219 #PageTitle {
  background: #ab308e;
  background: -webkit-linear-gradient(-90deg, #ab308e, #f21c34);
  background: -o-linear-gradient(-90deg, #ab308e, #f21c34);
  background: -moz-linear-gradient(-90deg, #ab308e, #f21c34);
  background: linear-gradient(-90deg, #ab308e, #f21c34);
  padding: 15px;
}
.page-id-290 #PageTitle .container,
.page-id-1219 #PageTitle .container {
  background-image: url(img/topo/dividendos-jpc.png);
}

.page-id-428 #PageTitle,
.page-id-1220 #PageTitle {
  background: #33669e;
  background: -webkit-linear-gradient(-90deg, #33669e, #7e2d7b);
  background: -o-linear-gradient(-90deg, #33669e, #7e2d7b);
  background: -moz-linear-gradient(-90deg, #33669e, #7e2d7b);
  background: linear-gradient(-90deg, #33669e, #7e2d7b);
  padding: 15px;
}
.page-id-428 #PageTitle .container,
.page-id-1220 #PageTitle .container {
  background-image: url(img/topo/programa-adr.png);
}

.page-id-88 #PageTitle .container,
.page-id-1198 #PageTitle .container {
  background-image: url(img/topo/fale-comri.png);
}

.page-id-1073 #PageTitle .container,
.page-id-1225 #PageTitle .container {
  background-image: url(img/topo/mailing.png);
}

.page-id-88 #PageTitle,
.page-id-1198 #PageTitle,
.page-id-428 #PageTitle,
.page-id-1220 #PageTitle,
.page-id-279 #PageTitle,
.page-id-1192 #PageTitle,
.page-id-288 #PageTitle,
.page-id-1204 #PageTitle,
.page-id-399 #PageTitle,
.page-id-1211 #PageTitle,
.page-id-404 #PageTitle,
.page-id-1208 #PageTitle,
.page-id-420 #PageTitle,
.page-id-1217 #PageTitle,
.page-id-422 #PageTitle,
.page-id-1221 #PageTitle,
.page-id-290 #PageTitle,
.page-id-1219 #PageTitle,
.page-id-1073 #PageTitle,
.page-id-1225 #PageTitle {
  padding: 15px;
}

.page-id-88 #PageTitle .container h1,
.page-id-1198 #PageTitle .container h1,
.page-id-428 #PageTitle .container h1,
.page-id-1220 #PageTitle .container h1,
.page-id-274 #PageTitle .container h1,
.page-id-1190 #PageTitle .container h1,
.page-id-279 #PageTitle .container h1,
.page-id-1192 #PageTitle .container h1,
.page-id-288 #PageTitle .container h1,
.page-id-1204 #PageTitle .container h1,
.page-id-393 #PageTitle .container h1,
.page-id-1205 #PageTitle .container h1,
.page-id-399 #PageTitle .container h1,
.page-id-1211 #PageTitle .container h1,
.page-id-404 #PageTitle .container h1,
.page-id-1208 #PageTitle .container h1,
.page-id-402 #PageTitle .container h1,
.page-id-1209 #PageTitle .container h1,
.page-id-420 #PageTitle .container h1,
.page-id-1217 #PageTitle .container h1,
.page-id-422 #PageTitle .container h1,
.page-id-1221 #PageTitle .container h1,
.page-id-290 #PageTitle .container h1,
.page-id-1219 #PageTitle .container h1,
.page-id-1073 #PageTitle .container h1,
.page-id-1225 #PageTitle .container h1 {
  height: 129px;
  line-height: 129px;
}

/*novos BGS*/
#PageTitle .container {
  background-image: none !important;
}
.parent-pageid-8 #PageTitle,
.parent-pageid-1200 #PageTitle {
  background-image: url(img/topo/header_governanca_corporativa.png);
  background-color: #ff6d03;
}
.parent-pageid-10 #PageTitle,
.parent-pageid-1208 #PageTitle {
  background-image: url(img/topo/header_informacoes_financeiras.png);
  background-color: #ab279a;
}
.parent-pageid-376 #PageTitle,
.parent-pageid-1213 #PageTitle {
  background-image: url(img/topo/header_mercado_capitais.png);
  background-color: #e21426;
}
.page-id-1198 #PageTitle,
.page-id-88 #PageTitle,
.parent-pageid-14 #PageTitle,
.parent-pageid-1224 #PageTitle,
.parent-pageid-14 .page-tipo-calendario .topo,
.parent-pageid-1224 .page-tipo-calendario .topo {
  background-image: url(img/topo/header_servicos_investidores.png);
  background-color: #2566b8;
}
/*fim bgs paginas internas*/
#PageTitle h1 {
  color: #fff;
  font-weight: 300;
}
#PageTitle h2 {
  font-size: 24px;
  line-height: 27px;
  color: #fff;
}
#PageContent {
  padding-top: 38px;
  padding-bottom: 58px;
}
#PageContent h2 {
  display: inline-block;
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 26px;
  line-height: 35px;
  color: #545454;
}
#PageContent h3 {
  display: inline-block;
  font-size: 26px;
  line-height: 35px;
  color: #545454;
  font-weight: 700;
  text-transform: uppercase;
}
div#PageContent .table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 15px;
}
div#PageContent table {
  margin: auto;
  border-top: 6px solid #ff6600;
  border-bottom: 1px solid #ff6600;
  font-weight: 300;
}
div#PageContent table th {
  padding: 12px 10px;
}
div#PageContent table tr:nth-child(even) td {
  background: #f3f3f3;
}
div#PageContent table td {
  padding: 12px 10px;
}
div#PageContent table .highlight {
  color: #ff6600;
  font-weight: 400;
  font-size: 14px;
}
div#PageContent table .highlight-blue {
  color: #ff6600;
  font-weight: 400;
  font-size: 14px;
}
div#PageContent table thead {
  color: #707070;
  border-bottom: 1px solid #ff6600;
  font-weight: 500;
  font-size: 16px;
}
div#PageContent table thead td {
}
div#PageContent table tbody {
  font-size: 14px;
  color: #878786;
}
div#PageContent table tbody td {
  color: #393939;
}

/* Tabela live */
.table-lives .data {
  width: 104px;
  font-size: 14px;
}
.table-lives .export {
  width: 138px;
}
.table-lives .link {
  color: #393939;
  text-decoration: none;
}

#form-fale-com-ri {
  float: left;
  width: 100%;
  margin-top: 15px;
}
#PageContent p {
  width: 100%;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.7px;
  font-size: 15px;
  line-height: 20px;
  color: #888888;
  text-align: justify;
}
#PageContent ol,
#PageContent ul {
  font-size: 15px;
  line-height: 20px;
  color: #888888;
  font-weight: 300;
}
#PageContent #formulario-id div {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#PageContent #formulario-id label {
  /*display: inline-block;*/
  float: left;
  padding: 10px 15px;
  width: 20%;
  text-align: right;
}
#PageContent #formulario-id input[type='text'],
#PageContent #formulario-id input[type='email'] {
  /*display: inline-block;*/
  float: left;
  width: 55%;
  padding: 9px;
  border: 1px solid #cccccc;
}
#PageContent #formulario-id input[type='text']:hover,
#PageContent #formulario-id input[type='email']:hover,
#PageContent #formulario-id input[type='text']:focus,
#PageContent #formulario-id input[type='email']:focus {
  border: 1px solid #9b9b9b;
}
#PageContent #formulario-id textarea {
  width: 55%;
  height: 160px;
  border: 1px solid #cccccc;
  padding: 9px;
  resize: none;
}
#PageContent #formulario-id textarea:hover {
  border: 1px solid #9b9b9b;
}
#PageContent #formulario-id input[type='submit'] {
  border: 0px;
  width: 215px;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: #003087; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #003087 0%,
    #587fc2 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #003087 0%,
    #587fc2 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #003087 0%,
    #587fc2 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003087', endColorstr='#587FC2',GradientType=1 ); /* IE6-9 */
}
#PageContent #formulario-id input[type='submit']:hover {
  background: #587fc2; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #587fc2 0%,
    #003087 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #587fc2 0%,
    #003087 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #587fc2 0%,
    #003087 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#587FC2', endColorstr='#003087',GradientType=1 ); /* IE6-9 */
}
.banner-servicos-investidores {
  margin-bottom: 25px;
}
.page-template #PaginaDeBanners {
  /*background: url(img/bg-pagina-de-banner.jpg) no-repeat right center / cover;*/
  background: url(img/background_internas.jpg) no-repeat right bottom;
}
#PaginaDeBanners {
  padding-top: 40px;
  background-color: #f6f6f6;
}
#PaginaDeBanners h1 {
  color: #303030;
  font-size: 29px;
  font-weight: 300;
}
#PaginaDeBanners h2 {
  margin-top: 17px;
  color: #303030;
  font-size: 18px;
  padding-bottom: 15px;
}
#PaginaDeBanners a h3 {
  color: #303030;
}
#PaginaDeBanners a {
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  display: block;
  padding: 30px 35px;
  text-decoration: none;
  margin-bottom: 40px;
}
#PaginaDeBanners a .btn {
  border: 1px solid #fc8228;
  border-radius: 30px;
  padding: 10px 35px;
  float: left;
  font-style: normal;
  font-size: 15px;
  color: #fc8228;
  text-decoration: none;
  font-family: 'FS Truman';
  font-weight: 300;
  text-transform: uppercase;
  height: auto;
  display: table;
  clear: both;
  position: absolute;
  left: 35px;
  bottom: 35px;
}
.page-template-page-mae-informacoes-financeiras #PaginaDeBanners .btn {
  color: #92328e;
  border-color: #92328e;
}
.page-template-page-mae-mercado-de-capitais #PaginaDeBanners .btn {
  color: #c11f30;
  border-color: #c11f30;
}
.page-template-page-mae-servicos-aos-investidores #PaginaDeBanners .btn {
  color: #567ec0;
  border-color: #567ec0;
}
#PaginaDeBanners a:hover h3,
.page-template #PaginaDeBanners a:hover .btn {
  color: #fff;
  border-color: #fff;
}
#PaginaDeBanners a:before {
  content: '';
  background: #febf38; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #febf38 20%,
    #fb6722 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #febf38 20%,
    #fb6722 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #febf38 20%,
    #fb6722 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf38', endColorstr='#fb6722',GradientType=1 ); /* IE6-9 */
  width: 100%;
  height: 7.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-template-page-mae-informacoes-financeiras #PaginaDeBanners a:before {
  background: #92328e; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #92328e 20%,
    #033988 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #92328e 20%,
    #033988 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #92328e 20%,
    #033988 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92328e', endColorstr='#033988',GradientType=1 ); /* IE6-9 */
}
.page-template-page-mae-mercado-de-capitais #PaginaDeBanners a:before {
  background: #c11f30; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #c11f30 20%,
    #2b2f75 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #c11f30 20%,
    #2b2f75 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #c11f30 20%,
    #2b2f75 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c11f30', endColorstr='#2b2f75',GradientType=1 ); /* IE6-9 */
}
.page-template-page-mae-servicos-aos-investidores #PaginaDeBanners a:before {
  background: #023188; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #023188 20%,
    #567ec0 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #023188 20%,
    #567ec0 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #023188 20%,
    #567ec0 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023188', endColorstr='#567ec0',GradientType=1 ); /* IE6-9 */
}
#PaginaDeBanners a:hover:before {
  height: 100%;
}

.banner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 180px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner {
    height: 170px;
  }
}
.banner-image {
  display: none;
}
.banner-content {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
}
.banner-content h3 {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #434343;
  letter-spacing: -0.2px;
}
.horizontal-banner h3 {
  color: #fff;
}
/***
Boxes de ações
***/
.boxes-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.boxes-container .box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 31.212%;
  justify-content: space-between;
  padding-top: 6px;
}
.box form {
  margin: 0;
}

/** Capa : ConsulteDesenpenhoAlerta  **/
.boxes-container .box {
  border: 1px solid #f1f1f1;
  transition: all 0.4s;
}
/** Capa : ConsulteDesenpenhoAlerta : barra colorida **/
.boxes-container .box .box-bar {
  height: 6px;
  width: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0px;
}
/** Capa : ConsulteDesenpenhoAlerta : titulo **/
.boxes-container .box h2 {
  color: #535353;
  font-size: 18px;
  margin: 20px;
  font-weight: 500;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.boxes-container .box.box-highlight {
  box-shadow: 0 0 10px rgba(50, 50, 250, 0.6);
}
.boxes-container .box p {
  margin: 10px 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #a5a5a5;
}
.boxes-container .box input {
  display: block;
  width: calc(100% - 40px);
  margin: 16px auto;
  margin: 16px 20px;
  border: 1px solid #cccccc;
  color: #808080;
  padding: 10px 12px;
}
.boxes-container .box input:focus,
.boxes-container .box input:hover {
  border: 1px solid #9b9b9b;
  outline: none;
}
.boxes-container .box button,
.boxes-container .box a {
  line-height: 44px;
  text-transform: uppercase;
  height: 44px;
  width: 100%;
  max-width: 210px;
  display: block;
  margin: 25px auto;
  background-color: #eee;
  text-align: center;
  border: 0px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 15px;
  font-family: 'FS Truman';
  transition: all 0.3s;
  cursor: pointer;
}
.boxes-container .box button {
  margin-top: -5px;
}
.boxes-container .box.degradeAzul .acao,
.boxes-container .box.degradeAzul .box-bar {
  background: #5780c3; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #5780c3 20%,
    #2e4ea3 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #5780c3 20%,
    #2e4ea3 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #5780c3 20%,
    #2e4ea3 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5780c3', endColorstr='#2e4ea3',GradientType=1 ); /* IE6-9 */
  transition: all 0.3s;
}

.boxes-container .box.degradeLaranja .acao,
.boxes-container .box.degradeLaranja .box-bar {
  background: #f79d2c; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #f79d2c 20%,
    #f15c32 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #f79d2c 20%,
    #f15c32 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f79d2c 20%,
    #f15c32 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F79D2C', endColorstr='#F15C32',GradientType=1 ); /* IE6-9 */
  transition: all 0.3s;
}
.boxes-container .box.degradeRosa .acao,
.boxes-container .box.degradeRosa .box-bar,
.boxes-container .box.degradeRosa button,
.boxes-container .box.form-contato .box-sucesso,
.form-contato .box-sucesso {
  background: #902d63; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #902d63 20%,
    #d0273c 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #902d63 20%,
    #d0273c 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #902d63 20%,
    #d0273c 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#902D63', endColorstr='#D0273C',GradientType=1 ); /* IE6-9 */
  transition: all 0.3s;
}
.boxes-container .box.form-contato .box-sucesso,
.form-contato .box-sucesso {
  display: none;
  color: #fff;
  text-align: center;
  width: 100%;
  float: left;
  font-size: 16px;
  padding: 10px 15px;
  margin-top: 11px;
}
.boxes-container .box.degradeAzul a,
.boxes-container .box.degradeLaranja a {
  text-decoration: none;
}

.boxes-container .box.degradeAzul .acao:hover {
  background: #2e4ea3; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #2e4ea3 20%,
    #5780c3 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #2e4ea3 20%,
    #5780c3 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #2e4ea3 20%,
    #5780c3 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4ea3', endColorstr='#5780c3',GradientType=1 ); /* IE6-9 */
}
.boxes-container .box.degradeLaranja .acao:hover {
  background: #f15c32; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #f15c32 20%,
    #f79d2c 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #f15c32 20%,
    #f79d2c 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f15c32 20%,
    #f79d2c 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F15C32', endColorstr='#F79D2C',GradientType=1 ); /* IE6-9 */
}
.boxes-container .box.degradeRosa button:hover {
  cursor: pointer;
  background: #902d63; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #d0273c 20%,
    #902d63 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #d0273c 20%,
    #902d63 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #d0273c 20%,
    #902d63 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0273C', endColorstr='#902D63',GradientType=1 ); /* IE6-9 */
}

/***
para lixo
**/
/** Capa : ConsulteDesenpenhoAlerta  **/
#ConsulteDesenpenhoAlertaHome .caixa {
  border: 1px solid #f1f1f1;
}
/** Capa : ConsulteDesenpenhoAlerta : barra colorida **/
#ConsulteDesenpenhoAlertaHome .caixa .barra-color {
  height: 6px;
  width: 100%;
  background-color: #ddd;
}
/** Capa : ConsulteDesenpenhoAlerta : titulo **/
#ConsulteDesenpenhoAlertaHome .caixa h2 {
  color: #535353;
  font-size: 18px;
  margin: 20px;
  font-weight: 500;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
#ConsulteDesenpenhoAlertaHome .caixa p {
  margin: 10px 20px;
  font-weight: 300;
  font-size: 14px;
}
#ConsulteDesenpenhoAlertaHome .caixa .text-box {
  min-height: 200px;
}
#ConsulteDesenpenhoAlertaHome .caixa input {
  display: block;
  width: calc(100% - 40px);
  margin: 16px auto;
  margin: 16px 20px;
  border: 1px solid #cccccc;
  color: #808080;
  padding: 10px 12px;
}
#ConsulteDesenpenhoAlertaHome .caixa input:focus {
  border: 1px solid #9b9b9b;
}
#ConsulteDesenpenhoAlertaHome .caixa button,
#ConsulteDesenpenhoAlertaHome .caixa a div.acao {
  line-height: 44px;
  height: 44px;
  width: 100%;
  max-width: 210px;
  display: block;
  margin: 10px auto;
  background-color: #eee;
  text-align: center;
  border: 0px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
#ConsulteDesenpenhoAlertaHome .caixa button {
  margin-top: -5px;
}
#ConsulteDesenpenhoAlertaHome .caixa .degradeAzul {
  background: #5780c3; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #5780c3 0%,
    #2e4ea3 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #5780c3 0%,
    #2e4ea3 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #5780c3 0%,
    #2e4ea3 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5780c3', endColorstr='#2e4ea3',GradientType=1 ); /* IE6-9 */
}
#ConsulteDesenpenhoAlertaHome .caixa .degradeLaranja,
table tfoot tr.linha-rodape {
  background: #f79d2c; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #f79d2c 0%,
    #f15c32 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #f79d2c 0%,
    #f15c32 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f79d2c 0%,
    #f15c32 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F79D2C', endColorstr='#F15C32',GradientType=1 ); /* IE6-9 */
}
table tfoot tr.linha-rodape {
  color: #fff;
  font-weight: bold;
}
#ConsulteDesenpenhoAlertaHome .caixa .degradeRosa {
  background: #902d63; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #902d63 0%,
    #d0273c 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #902d63 0%,
    #d0273c 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #902d63 0%,
    #d0273c 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#902D63', endColorstr='#D0273C',GradientType=1 ); /* IE6-9 */
}

#PageContent .filters-box .filter div {
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#pageContent h3 strong {
  font-size: 1.15em;
}
#PageContent .sem-registros {
  font-size: 20px;
  padding: 60px;
  text-align: center;
}
.filters-container h3 {
  font-size: 17px;
  margin-bottom: 40px;
}
.filters-container h4 {
  border-bottom: 6px solid #ff6600;
  font-size: 20px;
  line-height: 27px;
  padding: 40px 0 20px 0px;
  margin-bottom: 12px;
  color: #393939;
}
.periodo-lista-arquivos > div.row {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.page-template .estrut-fm .periodo-lista-arquivos:not(.exist) {
  display: none !important;
}

.filters-container .filters-box .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.filters-container a.filter,
.filters-container a.filter_year,
.filters-container a.filtro,
.filters-container a.filtro_year {
  /* width:18.5%; */
  display: flex;
  color: #333;
  font-size: 13px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 8px 25px;
  margin: 5px 10px 5px 0;
  color: #a7a7a7;
  border: 2px solid #a7a7a7;
  text-decoration: none;
  cursor: pointer;
}
.filters-container a.filter.filter-selected,
.filters-container a.filter_year.filter-selected,
.filters-container a.filtro.filtro-selected,
.filters-container a.filtro_year.filtro-selected,
.filters-container a.filter:hover,
.filters-container a.filter_year:hover,
.filters-container a.filtro:hover,
.filters-container a.filtro_year:hover {
  color: #013088;
  border: 2px solid #013088;
}
.list-header {
  display: flex;
  border-bottom: 1px solid #ff6600;
}
.list-header div {
  font-size: 14px;
  padding-bottom: 12px;
  color: #ff6619;
}
.listrado .linha-arquivo {
  height: 55px;
  display: none;
  align-items: center;
}
.listrado .linha-arquivo div {
  color: #393939;
  line-height: 1.25em;
}
.listrado .tipo-visivel {
  display: flex;
}
.listrado .linha-arquivo:nth-child(even) {
  background-color: #f5f5f5;
}
.filters-container .filtros-tipo h5 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.filters-container .filtros-tipo .filter-type {
  display: block;
  border-bottom: 1px solid #a7a7a7;
  padding: 12px 8px;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.filters-container .filtros-tipo .filter-type.filter-tipo-selected {
  color: #003087;
}
#logos-no-rodape .box-limit {
  width: 90%;
}

.banner-destaque .owl-nav .owl-next,
.banner-destaque .owl-nav .owl-prev {
  text-indent: -9000px;
}
.banner-destaque .owl-nav .owl-next {
  right: 0;
}
.banner-destaque .owl-nav .owl-prev {
  left: 0;
}
#SwiperAzulHome.banner-destaque .owl-nav .disabled {
  opacity: 0.1;
  cursor: no-drop;
}
.banner-destaque .owl-nav .owl-next,
.banner-destaque .owl-nav .owl-prev,
#logos-no-rodape .swiper-button-next,
#logos-no-rodape .swiper-button-prev {
  width: 14px;
  height: 26px;
  background-image: url(assets/img/nextprev.png);
  background-size: cover;
  background-position: right 0;
  margin-top: -13px;
  opacity: 0.4;
  transition: opacity 0.3s;
  position: absolute;
  top: 50%;
  z-index: 9;
}
#logos-no-rodape .swiper-button-next,
#logos-no-rodape .swiper-button-prev {
  background-image: url(assets/img/nextprev-white.png);
}
.banner-destaque .owl-nav .owl-next,
#logos-no-rodape .swiper-button-next {
  background-position: 0px 0px;
}
.banner-destaque .owl-nav .owl-next:hover,
.banner-destaque .owl-nav .owl-prev:hover,
#logos-no-rodape .swiper-button-next:hover,
#logos-no-rodape .swiper-button-prev:hover {
  opacity: 1;
}
.form-buscar-page {
  align-items: center;
  flex-direction: row;
  margin-top: -30px;
  margin-bottom: 30px;
}
.form-buscar-page form {
  margin-bottom: 0px;
}
#SwiperAzulHome {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-home a {
  text-decoration: none;
}
header .slogan {
  margin-left: 2px;
  margin-top: -1px;
}

section#BannersHome a .degrade,
section#BannersHome a:hover .degrade {
  text-decoration: none !important;
}
section#BannersHome .degrade {
  display: flex;
  height: 121px;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
}
section#BannersHome .degrade p {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  margin: 0px;
  line-height: 45px;
  font-size: 32px;
  width: 220px;
}
section#BannersHome .banner-2.banner-home {
  position: relative;
}
section#BannersHome .degrade.degrade-2 {
  width: 100%;
}
#BannersHome .degrade,
.calendario-lista .data-mes {
  color: #fff;
  background: #f2782d;
  background: -moz-linear-gradient(left, #f2782d 0, #fcbd33 100%);
  background: -webkit-linear-gradient(left, #f2782d 0, #fcbd33 100%);
  background: linear-gradient(to right, #f2782d 0, #fcbd33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2782D',endColorstr='#FCBD33',GradientType=1);
}
#BannersHome .degrade-2 {
  background: #33569a;
  background: -moz-linear-gradient(left, #33569a 0, #de632c 100%);
  background: -webkit-linear-gradient(left, #33569a 0, #de632c 100%);
  background: linear-gradient(to right, #33569a 0, #de632c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33569A',endColorstr='#DE632C',GradientType=1);
}
#BannersHome .degrade-3,
.comunicados-lista .data-mes {
  background: #2a3f93;
  background: -moz-linear-gradient(left, #2a3f93 0, #236eb3 100%);
  background: -webkit-linear-gradient(left, #2a3f93 0, #236eb3 100%);
  background: linear-gradient(to right, #2a3f93 0, #236eb3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A3F93',endColorstr='#236EB3',GradientType=1);
}
#BannersHome .degrade-4 {
  background: #bfbfbf;
  background: -moz-linear-gradient(left, #bfbfbf 0, #929393 100%);
  background: -webkit-linear-gradient(left, #bfbfbf 0, #929393 100%);
  background: linear-gradient(to right, #bfbfbf 0, #929393 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFBFBF',endColorstr='#929393',GradientType=1);
}

table + p small,
.table-wrapper small {
  font-weight: 100;
}
@media (min-width: 1200px) {
  .container {
    width: 1060px;
  }
}
@media (max-width: 990px) {
  section#BannersHome .banner-4 .degrade p {
    font-size: 19px;
    line-height: 25px;
    margin-top: 0;
  }
  section#BannersHome .banner-3.banner-home,
  section#BannersHome .banner-4.banner-home {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  header nav > ul > li {
    padding: 0;
  }
  header nav ul li.icon-search {
    display: none;
  }
  header nav .collapsing > ul,
  header nav .collapse > ul {
    display: block;
  }

  header nav .current-page-ancestor.current-menu-ancestor > a:before,
  header nav .menu-item-has-children:hover > a:before,
  header nav .menu-item-has-children.current-menu-item > a:before {
    display: none;
  }

  header .home-ri {
    margin-left: 20px;
  }
  header .institucional {
    margin-left: 20px;
  }
  header .busca {
    margin-left: 15px;
  }
  .busca input[type='text'] {
    width: 98px;
  }

  .open {
    overflow: hidden;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #fff;
    width: 100%;
  }
  header .navbar-toggler {
    outline: none;
  }
  header .logo {
    padding-top: 13px;
    padding-bottom: 17px;
  }
  header #MenuPrincipal {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  header .slogan {
    font-size: 16px;
    line-height: 1.1em;
    padding: 1px 14px 0;
    letter-spacing: 0.4px;
    width: 200px;
  }
  header .top-nav {
    padding-top: 1px;
    position: relative;
    z-index: 1;
    padding: 0;
  }
  header .busca {
    margin: 0;
    display: none;
  }
  header .busca .fa {
    font-size: 1.5em;
  }
  header #menuSeparator {
    display: none;
  }
  /*header {width:100vw;position: absolute;background: #fff;top: 70px;}*/
  header #FundoMenuPrincipal {
    display: none;
  }

  section#BannersHome .banner-home .degrade {
    min-height: 90px;
    height: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 22px 0 -4px;
  }
  section#BannersHome .banner-home .degrade img {
    width: 40px;
  }
  section#BannersHome .banner-home .degrade p {
    /*font-size:6.2vw;*/
    line-height: 25px;
    margin: 0;
    width: 100%;
  }
  section#BannersHome .banner-2 .degrade p {
    line-height: normal;
  }
  section#BannersHome .banner-home .degrade p br {
    display: none;
  }
  section#BannersHome .banner-2 .degrade img {
    margin: 0;
  }
  section#BannersHome .banner-4 .degrade p {
    font-size: 14px;
  }
  section#BannersHome .banner-4 .degrade p br {
    display: block;
  }

  section#BannersHome .banner-1 {
    margin: 10px 0 5px;
  }
  section#BannersHome .banner-2,
  section#BannersHome .banner-home.banner-3,
  section#BannersHome .banner-home.banner-4 {
    margin: 5px 0;
  }

  header .sub-menu {
    position: relative;
    height: 0;
    padding: 0 20px;
    overflow: hidden;
    opacity: 1;
    transition: height 0.15s, padding 0.15s;
    left: 0;
    pointer-events: auto;
    box-shadow: none;
    border: 0;
  }
  header .shown .sub-menu {
    padding: 10px 20px;
    box-sizing: content-box;
    height: 100%;
    border-bottom: 1px solid #ddd;
  }
  header nav li:nth-child(6) .sub-menu {
    left: auto;
    right: 0;
  }

  .menu-item-has-children > a::after {
    content: '\f138';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 0 16px 0;
    transform-origin: 50%;
    width: 59px;
    transition: all 0.3s;
    text-align: center;
    z-index: 1;
  }
  .menu-item-has-children.shown > a::after {
    transform: rotate(90deg);
  }

  header nav.navbar {
    padding: 0px;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  header nav > ul {
    display: block;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  .open header nav > ul {
    height: calc(100vh - 77px);
    overflow-y: auto;
  }
  header nav ul li {
    display: block;
  }
  header nav ul li a {
    display: block;
    padding: 18px 6px;
    border-bottom: 1px solid #ddd;
  }
  header nav ul li li.last a {
    border-bottom: 0;
  }
  header + * {
    /* margin-top: 70px; */
    margin-top: 30px;
  }

  section#BannersHome .banner-3.banner-home,
  section#BannersHome .banner-4.banner-home {
    margin-top: 20px;
  }
  section#BannersHome .banner-4 .degrade p {
    margin: 0;
    font-size: 15px;
  }

  .data-holder {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .data-block {
    width: 47%;
    margin: 30px 0;
  }

  /*.filters-box{ display:none; }*/
  .filters-container .filtros-tipo .filter-type {
    padding: 5px 0;
    font-size: 10px;
  }

  .banner-image img {
  }
  .banner-content {
    padding: 22px 10px 0 16px; /* width:60%; */
  }

  .horizontal-banner .banner-image {
    width: 100%;
  }
  .horizontal-banner .banner-image img {
    width: 100%;
    max-width: unset;
    margin: 0;
    height: 130px;
  }

  section#DesempenhoHome {
    width: 100%;
    height: auto;
    margin-bottom: 27px;
    background-position: right bottom;
  }
  .charts-top-area h3 {
    font-size: 1.4em;
  }
  .charts-top-area .year-tabs {
    padding: 0;
  }
  .chart-values.active {
    display: block;
    padding: 0 0 30px;
  }
  .values .block {
    border-bottom: 1px solid #8d8d8d;
    position: relative;
    display: table;
    width: 100%;
  }
  .values .block .title {
    float: left;
    width: 50%;
    text-align: left;
    padding-top: 8px;
  }
  .values .block .value {
    float: right;
  }
  .values .block .legend {
    float: left;
    width: 50%;
    text-align: left;
  }

  .listrado .linha-arquivo {
    height: auto;
    padding: 10px 0;
  }

  #PostsHome h2 {
    font-size: 16px;
  }
  #PostsHome .header-box .ver-todos {
    font-size: 10px;
  }

  .redes-sociais p {
    font-size: 12px;
  }

  .posts-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .posts-container .header-box {
    align-items: flex-end;
    margin-bottom: 20px;
    padding: 4px 18px 15px 0;
  }
  .posts-container .bloco-comunicado-calendario .data-mes span.dia {
    font-size: 19px;
    margin-top: 17px;
  }
  #PostsHome .bloco-comunicado-calendario .data-mes {
    height: 63px;
    width: 63px;
  }
  .comunicado .post-content {
    font-size: 13px;
  }
  #PostsHome .bloco-comunicado-calendario {
    margin-bottom: 14px;
  }

  #SwiperAzulHome .owl-carousel .owl-item.active {
    border: 1px solid transparent;
  }
  #SwiperAzulHome .owl-carousel .owl-item .titulo {
    font-weight: 300;
    font-size: 19px;
  }

  .data-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .data-block h2 {
    padding: 19px 0 15px;
  }
  .data-values .value .updated {
    padding-bottom: 15px;
  }
  .data-values .value .variation {
    padding-bottom: 7px;
  }

  .boxes-container {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
  }
  .boxes-container .box {
    width: calc(100% - 12px);
    margin: 0 0 30px;
    margin: 4px 0 25px;
  }
  .boxes-container .box h2 {
    margin-bottom: 0;
  }
  .boxes-container .box.degradeAzul .acao,
  .boxes-container .box.degradeAzul .box-bar {
    margin-top: 0;
  }

  .boxes-container .box button,
  .boxes-container .box a div.acao {
    width: 100%;
  }

  #logos-no-rodape-Box {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  section#BannersHome .degrade.degrade-2 {
    background: none transparent;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .charts-top-area .year-tabs {
    padding: 0;
    justify-content: center;
    width: 100%;
  }

  .periodo-lista-arquivos {
    font-size: 0.7em;
  }

  .banner-content {
    padding: 19px 20px 0 20px;
  }
  .banner-content h3 {
    font-size: 1.2rem;
  }
  .banner-image img {
    max-width: 100%;
    margin: 0;
  }

  .filters-container a.filter,
  .filters-container a.filtro {
    width: 100%;
  }

  .data-holder {
    flex-wrap: wrap;
    justify-content: center;
  }
  .data-block {
    width: calc(100% - 30px);
    margin: 20px 0;
  }
}

.tit-acord {
  font-size: 16px;
  color: #003087;
  font-family: 'FS Truman', Calibri, Arial;
  text-transform: uppercase;
  padding: 15px 0 15px 0;
  float: left;
  width: 100%;
  background: url(assets/img/setas-acord.png) no-repeat right -88px;
  border-bottom: 1px solid #003087;
  padding-right: 60px;
  cursor: pointer;
}
.tit-acord.open {
  background-position: right 12px;
}
.texto-acord {
  float: left;
  width: 100%;
  padding: 20px 30px 10px 20px;
  display: none;
}
.border-grey {
  border: 1px solid #afafaf;
}
.mt20 {
  margin-top: 20px;
}
.periodo-lista-arquivos {
  margin-bottom: 0px;
}
.newsletter_page input,
.newsletter_page button {
  height: 60px;
  width: 33%;
  padding: 10px;
  color: rgb(238, 238, 238);
}
.newsletter_page button {
  background: #222222;
  border: none;
  font-weight: bold;
}
.side-submenu {
  padding: 0px;
}
.side-submenu * {
  list-style-type: none;
}
.side-submenu > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #333;
  padding: 8px 0;
  margin: 1px 0;
  display: block;
}
.side-submenu .sub-menu {
  padding: 0px;
}
.side-submenu .sub-menu li a {
  display: block;
  border-bottom: 1px solid #a7a7a7;
  padding: 8px;
  line-height: 150%;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.side-submenu .sub-menu li.current-menu-item a,
.side-submenu .sub-menu li a:hover {
  color: #3451a9;
  text-decoration: none;
}
.selectYear {
  text-align: right;
  padding-right: 30px;
}
.selectYear select {
  width: 50%;
  min-width: 80px;
  line-height: 25px;
  margin-top: 10px;
  border-radius: 15px;
  padding: 6px;
}
.scroll {
  float: left;
  width: 100%;
  overflow: auto;
}
iframe {
  border: 0;
}
@media (max-width: 767px) {
  .conteudo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 380px) {
  .list-header {
    display: none;
  }
  .linha-evento,
  .listrado .linha-arquivo {
    align-items: center;
    height: auto;
    display: block;
    float: left;
    width: 100%;
  }
  .linha-evento div,
  .listrado .linha-arquivo div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    font-size: 14px;
    padding: 5px;
  }
}

/*Ajustes*/
.table-arquivos tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.table-arquivos p {
  color: #000;
}
.list-group-item {
  background-color: transparent;
  border: none;
}
#planilha-de-resultados-icones {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
#planilha-de-resultados-icones a {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 90px;
  height: 100px;
}
#planilha-de-resultados-icones li {
  display: block;
  border: 1px solid #0275d8;
  width: 100%;
  height: 100px;
}
/*#planilha-de-resultados-icones li:first-child {
    border-bottom: 0;
}*/
#planilha-de-resultados-icones li i.download,
#planilha-de-resultados-icones li i.planilha {
  height: 65px;
  width: 65px;
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -32.5px;
}
#planilha-de-resultados-icones li i.download {
  background-image: url('img/ic-download-brf.png');
}
#planilha-de-resultados-icones li:hover i.download {
  background-image: url('img/ic-download-brf-hover.png');
}
#planilha-de-resultados-icones i.planilha {
  background-image: url('img/ic-planilha-brf.png');
}
#planilha-de-resultados-icones li:hover i.planilha {
  background-image: url('img/ic-planilha-brf-hover.png');
}
#planilha-de-resultados-icones li:hover {
  background-color: #e9f0f9;
}
#planilha-de-resultados-icones a {
  text-decoration: none;
}
#planilha-de-resultados-icones li strong {
  font-weight: normal;
  color: #588ecf;
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  padding-left: 90px;
}
#PostsHome .calendario-lista a:hover {
  color: #f47d2e;
}

#slideshow .owl-nav {
  display: none;
}
#slideshow .owl-nav {
  display: none;
}
#slideshow .owl-dots {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#slideshow .owl-dots .owl-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  margin: 10px 6px;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 50%;
}
#slideshow .owl-dots .owl-dot.active {
  cursor: default;
  opacity: 1;
}
#slideshow .owl-item figure {
  position: relative;
  /*max-width: 1280px;*/
  margin: 0 auto;
}
#slideshow .owl-item figure .img-mobile {
  display: none;
}
@media (max-width: 1280px) {
  #slideshow .owl-item figure .img-desktop {
    display: none;
  }
  #slideshow .owl-item figure .img-mobile {
    display: block;
  }
}

@media(max-width: 400px) {
  #slideshow .owl-item figure .img-mobile {
    display: block;

    height: 200px;
    width: 100%;
    object-position: center;
    object-fit: cover;
  }

  #slideshow .owl-item .cena-1 figure .img-mobile {
    object-position: left;
  }

  #slideshow .owl-item .cena-6 figure .img-mobile {
    object-position: -146px 0;
  }
}
#slideshow .owl-item figure figcaption {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
#slideshow .owl-item figure figcaption legend {
  position: absolute;
  top: 50%;
  width: 470px;
  transform: translateY(-50%);
}
#slideshow .owl-item figure figcaption legend h2 {
  color: #fff;
  font-family: 'FS Truman';
  font-size: 18px;
  font-weight: 100;
  padding: 15px;
}
#slideshow .owl-item figure figcaption legend p {
  color: #fff;
  font-family: 'FS Truman';
  font-size: 28px;
  font-weight: 800;
  padding: 5px 15px;
  line-height: 40px;
}
/* resultados home */
#BannersResultados .degrade {
  float: left;
  /* margin: 10px 0 0 10px; */
  height: 80px;
  display: table;
  width: 24%;
  margin-top: 14px;
}
#BannersResultados .degrade-1 {
  background: #f27731; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #f27731 20%,
    #fcbc36 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #f27731 20%,
    #fcbc36 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f27731 20%,
    #fcbc36 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27731', endColorstr='#fcbc36',GradientType=1 ); /* IE6-9 */
  /* width: calc(100% - (295px + 210px + (10px * 2))); */
  margin-left: 0;
}
#BannersResultados .degrade-2 {
  background: #5780c3 url(img/bg-banner-resultado-relatorio.jpg) no-repeat
    center / cover; /* Old browsers */
  /* width: 295px; */
}
#BannersResultados .degrade-3 {
  background: #587fc1; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #587fc1 20%,
    #233d88 80%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #587fc1 20%,
    #233d88 80%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #587fc1 20%,
    #233d88 80%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#587fc1', endColorstr='#233d88',GradientType=1 ); /* IE6-9 */
  /* width: 210px; */
}
#BannersResultados .degrade a {
  display: block;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 2px 0;
}

@media (min-width: 500px) and (max-width: 972px) {
  #BannersResultados .degrade a {
    padding: 15px 0 !important;
  }
}

#BannersResultados .degrade a span {
  display: inline-block;
  color: #fff;
  font-family: 'FS Truman';
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
#BannersResultados .degrade-1 a span {
  padding: 10px 15px 16px 0;
  font-size: 16px;
}
#BannersResultados .degrade-1 a span strong {
  font-size: 19px;
}
#BannersResultados .degrade-1 a img {
  position: relative;
  top: -2px;
}
#BannersResultados .degrade a span strong {
  font-family: 'FS Truman';
  font-weight: 800;
  font-size: 23px;
}

/* footer */
footer .logo {
  float: right;
}
footer .logo img {
  width: 60px;
}

header .redes-sociais ul {
  padding: 0px;
  float: left;
  margin: 0 0 0 60px;
}
header .redes-sociais ul li {
  list-style: none;
  text-align: center;
  margin-left: 9px;
  float: left;
}
header .redes-sociais ul li a {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 2px solid #7f4b94;
  display: inline-block;
  color: #7f4b94;
  font-size: 16px;
}
header .redes-sociais ul li a:hover {
  background-color: #7f4b94;
  color: #fff;
}
header .redes-sociais ul li a i {
  color: #7f4b94;
}
header .redes-sociais ul li a:hover i {
  color: #fff;
}
header .redes-sociais a {
  color: #888;
}

#form-search {
  display: none;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 138px;
  height: 70px;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  border: 1px solid #ddd;
  box-shadow: 0px 14px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  #form-search {
    top: 174px;
  }
}
#form-search.ativo {
  display: block;
}
#form-search input {
  border: 0;
  padding: 20px 80px 20px 20px;
  font-size: 20px;
  width: 100%;
  border-radius: 0;
}
#form-search button {
  background: transparent;
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  color: #1155a3;
  cursor: pointer;
  border-left: 1px solid #ddd;
}
.page header nav > ul > li:not(.current-menu-parent) > a {
  color: #8b8b8b !important;
}
.page header nav > ul > li:not(.current-menu-parent) > a:before {
  background-color: #8b8b8b;
}

#MenuPrincipal .disabled {
  display: none;
}

#popup {
  /*display: none;*/
  position: fixed;
  width: 100%; 
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  top: 0;
  left: 0;
}

#popup .modal-popup {
  background: url(img/img_popup.png) no-repeat 0 0;
  position: fixed;
  width: 500px;
  background-size: contain;
  height: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media(max-width:600px) {
  #popup .modal-popup {
        max-width: 100%;
        max-height: 100%;
        background-size: 100% 100%;
  }
}
#popup table {
  border-color: transparent;
  width: 550px !important;
  margin-left: 5px;
  margin-top: 50px;
}
#popup td {
  padding: 0 10px;
  vertical-align: top;
}
#popup .info {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 500px;
  top: 97px;
}

@media(max-width:600px) {
  #popup .info {
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#popup .info h2 {
  font-size: 32px;
  margin-bottom: 8px;
  color: #f47d2e;
}
#popup .info h2 strong {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  padding-bottom: 4px;
}
#popup .info h2 strong span {
  font-size: 28px !important;
}
#popup .info h3 {
  font-size: 18px;
  display: block;
  margin: 7px 0;
  color: #f47d2e;
}
#popup .info h3 strong {
  font-size: 13px;
  display: inline-block;
}
#popup .info h3 strong.senha {
  font-size: 17px;
  width: auto;
  font-weight: 100;
}
#popup .info p {
  color: #47439f;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin: 1% 0 5px;
  line-height: 1.6em;
}
#popup .info a {
  color: #47439f;
  text-decoration: underline;
}
#popup .close {
  /* circular
    position: absolute;
    width: 50px;
    height: 48px;
    right: 31px;
    top: 17px;
    text-indent: -90000px;
    cursor: pointer;
    z-index: 2;
    */
  position: absolute;
  width: 32px;
  height: 30px;
  right: 12px;
  top: 10px;
  text-indent: -90000px;
  cursor: pointer;
  z-index: 2;
}
/* @media (max-width: 580px) {
  #popup {
    display: none;
  }
} */

div#PageContent table tr.cinza td {
  background: #f3f3f3 !important;
}
div#PageContent table tr.branco td {
  background: #fff !important;
}

div#PageContent table tr td.border {
  border-right: 1px solid #ff6600;
}

p.nota-chart {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 11px;
  color: #888;
  margin: 0;
}

/* RESPONSIVO */

@media (min-width: 992px) {
  .charts-top-area h4 {
    display: none;
  }

  .no-nav-ms .legenda-aux {
    display: none;
  }
}

@media (max-width: 991px) {
  section#DesempenhoHome {
    width: 100%;
    height: auto;
    margin-bottom: 27px;
    background-position: right bottom;
  }

  section#DesempenhoHome .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #slideshow .owl-item figure figcaption legend p {
    font-size: 16px;
    line-height: 1.3em;
  }
  #slideshow .owl-item figure figcaption legend * {
    text-shadow: 3px 0 7px rgba(0, 0, 0, 0.5);
  }

  footer .menu-rodape,
  header .redes-sociais {
    display: none;
  }
  footer .link-relatorio {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
  }
  footer .link-relatorio:before,
  footer .lefts-data:before,
  footer .rights-data .links:before {
    content: '';
    background: #ddd;
    width: 768px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -389px;
  }
  footer .redes-sociais {
    padding-top: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  footer .redes-sociais h2 {
    display: none;
  }
  footer .redes-sociais ul {
    display: table;
    margin: 0 auto 15px;
  }
  footer .redes-sociais ul li {
    display: inline-block;
  }
  footer .redes-sociais ul li.last {
    margin-right: 0;
  }
  footer .lefts-data {
    width: 100%;
    position: relative;
    padding-bottom: 5px;
  }
  footer .lefts-data.fale-ri a {
    display: table;
    margin: 0 auto;
  }
  footer .rights-data {
    width: 100%;
    position: relative;
    padding-bottom: 5px;
  }
  footer .rights-data .links {
    position: relative;
    padding: 5px 0 15px;
    display: table;
    margin: 0 auto;
    float: none;
  }
  footer .rights-data .links .last a {
    padding-right: 0;
  }
  footer .rights-data .logo {
    text-align: center;
    width: 100%;
    padding: 15px;
  }
  .charts-top-area h4 {
    font-size: 20px;
    color: #888;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }

  #BannersResultados .degrade a span {
    width: 100%;
    line-height: 25px;
  }

  #BannersResultados .row {
    height: 175px;
  }

  #BannersResultados .degrade {
    width: 49.5%;
    /* position: absolute; */
  }
  #BannersResultados .degrade-1 {
    left: 0;
    /* height: 33px; */
    margin-bottom: 6px;
    top: 0;
    margin-top: 10px;
  }

  #BannersResultados .degrade-1 a {
    padding: 2px 0;
  }

  #BannersResultados .degrade-2,
  #BannersResultados .degrade-3 {
    right: 0;
    height: 84px;
  }

  #BannersResultados .degrade-2 {
    top: 0;
    margin-top: 10px;
  }
  #BannersResultados .degrade-3 {
    bottom: 10px;
    margin: 0;
    margin-top: 10px;
  }

  #DesempenhoHome rect,
  #DesempenhoHome path,
  #DesempenhoHome circle {
    display: none !important;
  }

  #PostsHome h2 {
    font-size: 25px !important;
    width: 55% !important;
  }

  #PostsHome .header-box .ver-todos {
    font-size: 12px;
    top: -5px;
    position: relative;
  }

  .charts-top-area h3 {
    font-size: 1.7em;
  }

  .google-visualization-tooltip-item span {
    display: none !important;
  }

  .charts-top-area .year-tabs {
    margin: 15px auto 30px;
  }
  .charts-top-area .year-tabs li {
    margin: 0 auto;
    font-size: 25px;
    color: #929292;
  }

  .chart-values.active {
    padding-top: 20px;
  }

  .chart-values .block {
    padding: 20px 0;
    border-top: 2px solid #ccc;
    width: 100%;
    position: relative;
    float: left;
  }

  .chart-values .volume {
    border-width: 0;
  }

  .chart-values .block .volume {
  display: none;  
}

  .chart-values .ebitda {
    margin-bottom: 30px;
  }

  .chart-values .block .value {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .chart-values .block .title {
    color: #545454;
    font-size: 18px;
    line-height: 1em;
    text-align: left;
  }

  .chart-values .block .legend {
    color: #878787;
    font-size: 15px;
    text-align: left;
  }

  .data-chart {
    position: absolute;
    top: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    border: 1px solid #ccc;
    left: 40px;
    margin: 0 !important;
    padding: 0 !important;
    width: 85%;
    overflow: hidden;
    height: 0;
    transition: 1.5s;
  }
  .data-chart.ativo {
    /*height: 190px;*/
    height: 225px;
  }

  .side-submenu,
  .data-total {
    display: none !important;
  }
}

.legenda-aux {
  position: relative;
  float: left;
  z-index: 99999;
  font-size: 17px;
  font-weight: 400;
  width: 100%;
  color: #888;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 32px;
  padding: 10px 25px;
  cursor: pointer;
}

.legenda-aux::before {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 15px;
  border-width: 0 0 3px 3px;
  border-style: solid;
  border-color: #888;
  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.legenda-aux.open::before {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  header {
    padding-bottom: 6px;
  }
  header::before {
    position: absolute;
    height: 6px;
    width: 100%;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to right, #6c348c, #2b3387);
  }
  header .top-nav > .fa-search {
    display: inline-block !important;
    border-left: 1px solid #ddd;
    width: 50%;
    padding: 24px 0;
    text-align: center;
    height: 70px;
  }
  header .top-nav > .fa-search.ativo:before {
    content: '\f00d';
    color: #979797;
  }
  header .top-nav > .fa-search:before {
    font-size: 22px;
    color: #2f318b;
  }
  body #form-search {
    top: 75px;
    transform: translateX(0);
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 99;
  }
  #form-search form {
    border: 1px solid #ddd;
  }
  #form-search input {
    padding: 10px 60px 10px 10px;
    font-size: 19px;
  }
  #form-search button {
    width: 50px;
    font-size: 22px;
  }
  header .top-nav > button {
    padding: 35px 0;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    width: 50%;
  }
  header .top-nav > button .fa {
    font-size: 1.5em;
  }
  #slideshow {
    padding-top: 77px;
  }
  #PaginaDeBanners {
    padding-top: 100px;
  }
  #PageTitle {
    margin-top: 77px;
  }
}
@media (max-width: 580px) {
  #slideshow .owl-item figure figcaption legend p {
    display: none;
  }
}
@media (max-width: 575px) {
  #slideshow .owl-item figure figcaption {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
  #slideshow .owl-item figure figcaption legend h2 {
    padding: 15px 0;
  }
}

/* AJUSTE NO GOOGLE CHARTS   n o v o  */

@media (max-width: 991px) {
  .desk-invis {
    display: block;
    min-height: 500px;
  }
  .mob-invis .mode {
    display: none;
  }
}

@media (min-width: 992px) {
  .nav-ms .mob-invis,
  .no-nav-ms .desk-invis {
    display: none;
  }

  .nav-ms .desk-invis,
  .no-nav-ms .mob-invis {
    display: block;
  }

  .nav-ms #DesempenhoHome {
    height: 450px !important;
  }

  .no-nav-ms .simul_drop {
    visibility: hidden;
    position: absolute;
  }
}

.charts-mobile {
  position: relative;
  z-index: 2;
}

.charts-mobile .simul_drop {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #ccc;
  padding: 25px 25px 0px;
  border-radius: 25px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.charts-mobile .simul_drop.open {
  height: 270px;
}

.charts-mobile .simul_drop li {
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  color: #888;
  padding: 5px 0;
  cursor: pointer;
  list-style-type: none;
}

.charts-data {
  margin: 10px 0 15px;
  z-index: 1;
}

.charts-data,
.charts-data dl {
  position: relative;
  float: left;
  width: 100%;
}

.charts-data dl:not(.active) {
  display: none;
}
.charts-data dl.active {
  display: block;
}

.charts-data dd,
.charts-data dt {
  position: relative;
  float: left;
  width: 50%;
  height: 85px;
  padding: 20px 0;
  border-top: 2px solid #ccc;
}

.charts-data dd:nth-of-type(1),
.charts-data dt:nth-of-type(1) {
  border-width: 0;
}

.charts-data dt {
  color: #545454;
  font-size: 18px;
  font-weight: 300;
  line-height: 1em;
  text-align: left;
}

.charts-data dt span {
  color: #878787;
  padding-top: 15px;
  font-size: 15px;
  text-align: left;
  float: left;
}

.charts-data dd {
  color: #4469b4;
  font-size: 40px;
  font-weight: 500;
  text-align: right;
}

.charts-data dd span {
  font-size: 14px;
  padding-right: 4px;
}

.charts-mobile .simul_drop li:first-child {
  padding-top: 25px;
}

/* Powered By MZ */

.powered-by {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  clear: both;
}

.powered-by p {
  color: #003349;
  font-size: 11px;
  display: inline-block;
  padding: 5px 5px 5px 0;
  vertical-align: middle;
  text-align: center;
}

.powered-by img {
  display: inline-block;
  vertical-align: middle;
}

.powered-by.right {
  text-align: right;
}

.powered-by.white {
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  clear: both;
}

.powered-by.white img {
  filter: brightness(0%) contrast(100%) invert(100%);
  -webkit-filter: brightness(0%) contrast(100%) invert(100%);
  -moz-filter: brightness(0%) contrast(100%) invert(100%);
}

.disclaimer-file,
.pt-only {
  float: left;
  padding-left: 15px;
  font-size: 12px;
  color: #ff6619;
}

.disclaimer-file {
  padding-top: 15px;
  display: none;
}

#tab-arquivos .filtro-selected {
  cursor: default;
}

/* CORREÇÃO DO GRAFICO - AH 21.8.19 */

.google-visualization-tooltip-item {
  display: none !important;
}

.chart-values .perc {
  position: absolute;
  top: 112px;
  font-family: 'FS Truman';
  font-size: 36px;
  color: rgb(133, 133, 133);
  opacity: 1;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  width: 130px;
  letter-spacing: -1.5px;
  text-align: center;
}

@media (max-width: 1199px) {
  .chart-values .perc {
    left: -184px;
  }
}
@media (min-width: 1200px) {
  .chart-values .perc {
    left: -234px;
  }
}

#form-fale-com-ri .g-recaptcha {
  margin-left: 150px;
}

@media (max-width: 768px) {
  #form-fale-com-ri .g-recaptcha {
    margin-left: unset;
  }
}

.volume {
  display: none;
}

.formRegister .field:nth-child(5) {
  display: none;
}

.formRegister .field.terms {
  bottom: 90px!important;
  position: relative!important;
  align-items: baseline!important;
}

.formRegister .buttons {
  align-items: start!important;
}

.formRegister .buttons .btn.send {
  margin-top: 15px;
  width: 130px;
  cursor: pointer;
  -webkit-appearance: button;
  color: #444;
  background-color: #efefef!important;
  border: 1px solid #444;
}

.formRegister .buttons .btn.clear {
  display: none!important;
}

.formRegister #g-recaptcha-0 {
  bottom: 50px!important;
  justify-content: start!important;
}