@charset "UTF-8";
/*!
Theme Name: MZiQ - Petrobras RI
Author: MZ Group
Author URI: http://mziq.com/
Description: MZiQ CMS Theme for Petrobras RI website.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for Petrobras RI
*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  clear: both;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.success-box {
  background-color: #005993;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  display: none;
  width: 100%;
  margin: auto;
  max-width: 600px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

#loading {
  width: 100%;
}
#loading div {
  margin: 25px auto;
  border: 5px solid rgba(114, 114, 114, 0.2);
  border-top: 5px solid #015A68;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: petrobras;
  src: url("fonts/petrobrassans-rg.eot");
  src: url("fonts/petrobrassans-rg.eot?#iefix") format("embedded-opentype"), url("fonts/petrobrassans-rg.woff2") format("woff2"), url("fonts/petrobrassans-rg.woff") format("woff"), url("fonts/petrobrassans-rg.ttf") format("truetype"), url("fonts/petrobrassans-rg.svg#Petrobras Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: petrobras;
  src: url("fonts/petrobrassans-bd.eot");
  src: url("fonts/petrobrassans-bd.eot?#iefix") format("embedded-opentype"), url("fonts/petrobrassans-bd.woff2") format("woff2"), url("fonts/petrobrassans-bd.woff") format("woff"), url("fonts/petrobrassans-bd.ttf") format("truetype"), url("fonts/petrobrassans-bd.svg#Petrobras Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: petrobras-light;
  src: url("fonts/petrobrassans-lt.eot");
  src: url("fonts/petrobrassans-lt.eot?#iefix") format("embedded-opentype"), url("fonts/petrobrassans-lt.woff2") format("woff2"), url("fonts/petrobrassans-lt.woff") format("woff"), url("fonts/petrobrassans-lt.ttf") format("truetype"), url("fonts/petrobrassans-lt.svg#Petrobras Light") format("svg");
  font-weight: 400;
  font-style: normal;
}
@-webkit-keyframes animated {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes animated {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-o-keyframes animated {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes animated {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
html {
  height: 100%;
}

body {
  margin: 0;
  background-color: #fff;
  min-height: 100%;
  position: relative;
  font: 16px petrobras, arial, helvetica, sans-serif;
  color: #000;
  line-height: inherit;
}

button {
  font: 16px petrobras, arial, helvetica, sans-serif;
  color: #000;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

input {
  font: 16px petrobras, arial, helvetica, sans-serif;
  color: #000;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
input:focus {
  outline: none;
}

select {
  font: 16px petrobras, arial, helvetica, sans-serif;
  color: #000;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

textarea {
  font: 16px petrobras, arial, helvetica, sans-serif;
  color: #000;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

fieldset {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  border: 0;
}

form {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

h1 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

h2 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

h3 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

h4 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

iframe {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

li {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

p {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

table {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
table tr.show {
  display: table-row !important;
}

td {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

ul {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

img {
  border: 0;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline: 1px dotted #000;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  margin: 0 auto;
  position: relative;
}

.container-v {
  height: 100%;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/icon-all.png) no-repeat;
}

.icon-expanded {
  width: 30px;
  height: 20px;
  background-position: -135px -74px;
}

.icon-tops {
  width: 30px;
  height: 37px;
  background-position: -58px -49px;
}

.icon-list {
  width: 36px;
  height: 34px;
  background-position: -148px -137px;
}

.icon-search {
  width: 30px;
  height: 30px;
  background-position: -190px -67px;
}

.icon-acesso {
  width: 150px;
  height: 78px;
  background-position: -10px -153px;
}

template {
  display: none;
}

.clear {
  clear: both;
}

.no-scroll {
  overflow: hidden;
}

.reference-only {
  display: none;
}

.sidenav-disabled-only {
  display: none;
}

.sm-only {
  display: none;
}

.xs-hide {
  display: none;
}

.fancybox-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 120;
  display: none;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -moz-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 4;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -moz-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

main {
  display: block;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.cke_editable .hide {
  display: block !important;
}
.cke_editable table tr.hide {
  display: table-row !important;
}

::-moz-selection {
  background: rgba(0, 133, 66, 0.25);
}

::selection {
  background: rgba(0, 133, 66, 0.25);
}

.checkbox-label {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border: 1px solid #ccc;
  padding: 2px;
}
.checkbox-label input {
  visibility: hidden;
}
.checkbox-label input:after {
  visibility: visible;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 0;
  -webkit-transition: opacity 0.05s linear;
  -o-transition: opacity linear 0.05s;
  -moz-transition: opacity linear 0.05s;
  transition: opacity 0.05s linear;
  content: "";
}
.checkbox-label input:checked:after {
  opacity: 1;
}

.quote-up {
  color: #008542 !important;
}

.quote-down {
  color: #c40606 !important;
}

.align-number {
  text-align: right !important;
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-justify {
  text-align: justify !important;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding20 {
  padding: 20px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: animated 2s linear infinite;
  -moz-animation: animated 2s linear infinite;
  -o-animation: animated 2s linear infinite;
  animation: animated 2s linear infinite;
}

.loading-comunicados {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60%;
}

.pointer {
  cursor: pointer;
}

.contrast {
  background: #000 !important;
  color: #fff !important;
}
.contrast article {
  background: #000 !important;
  color: #fff !important;
}
.contrast aside {
  background: #000 !important;
  color: #fff !important;
}
.contrast div:not(.back-to-home) {
  background: #000 !important;
  color: #fff !important;
}
.contrast footer {
  background: #000 !important;
  color: #fff !important;
}
.contrast header {
  background: #000 !important;
  color: #fff !important;
}
.contrast li {
  background: #000 !important;
  color: #fff !important;
}
.contrast main {
  background: #000 !important;
  color: #fff !important;
}
.contrast nav {
  background: #000 !important;
  color: #fff !important;
}
.contrast ol {
  background: #000 !important;
  color: #fff !important;
}
.contrast section {
  background: #000 !important;
  color: #fff !important;
}
.contrast b {
  color: #fff !important;
}
.contrast cite {
  color: #fff !important;
}
.contrast em {
  color: #fff !important;
}
.contrast h1 {
  color: #fff !important;
}
.contrast h2 {
  color: #fff !important;
}
.contrast h3 {
  color: #fff !important;
}
.contrast h4 {
  color: #fff !important;
}
.contrast h5 {
  color: #fff !important;
}
.contrast h6 {
  color: #fff !important;
}
.contrast i {
  color: #fff !important;
}
.contrast label {
  color: #fff !important;
}
.contrast p {
  color: #fff !important;
}
.contrast q {
  color: #fff !important;
}
.contrast span {
  color: #fff !important;
}
.contrast strong {
  color: #fff !important;
}
.contrast u {
  color: #fff !important;
}
.contrast a:not(.icon-acesso) {
  color: #ff0 !important;
  background: #000 !important;
}
.contrast a.area-link {
  background: none !important;
}
.contrast button {
  background: #000 !important;
  color: #ff0 !important;
  border: none !important;
}
.contrast input[type=button] {
  background: #000 !important;
  color: #ff0 !important;
  border: none !important;
}
.contrast input[type=reset] {
  background: #000 !important;
  color: #ff0 !important;
  border: none !important;
}
.contrast input[type=submit] {
  background: #000 !important;
  color: #ff0 !important;
  border: none !important;
}
.contrast img.on-contrast-force-gray {
  -webkit-filter: grayscale(100%) contrast(120%);
  filter: grayscale(100%) contrast(120%);
}
.contrast img.on-contrast-force-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.contrast input[type=date] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast input[type=datetime-local] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast input[type=datetime] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast input[type=email] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast input[type=month] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast input[type=number] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast input[type=password] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast input[type=search] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast input[type=tel] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast input[type=text] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast input[type=url] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast input[type=week] {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast textarea {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.contrast .ui-nav .menu-section .sub-menu {
  background: #000 !important;
  color: #fff !important;
  background: #000 !important;
  color: #fff !important;
  background: #000 !important;
  color: #fff !important;
  background: #000 !important;
  color: #fff !important;
}
.contrast .ui-nav .menu-section .section-title {
  background: #000 !important;
  color: #fff !important;
  background: #000 !important;
  color: #fff !important;
  background: #000 !important;
  color: #fff !important;
  background: #000 !important;
  color: #fff !important;
}
.contrast .ui-nav .menu-section:hover .sub-menu {
  background: #000 !important;
  color: #fff !important;
  background: #000 !important;
  color: #fff !important;
  background: #000 !important;
  color: #fff !important;
  background: #000 !important;
  color: #fff !important;
}
.contrast input::-webkit-input-placeholder {
  background: #000 !important;
  color: #fff !important;
}
.contrast input::-moz-placeholder {
  background: #000 !important;
  color: #fff !important;
}
.contrast input:-ms-input-placeholder {
  background: #000 !important;
  color: #fff !important;
}
.contrast input::placeholder {
  background: #000 !important;
  color: #fff !important;
}
.contrast a.nav-trigger {
  background: none !important;
}

.fixed-notification-on .ui-top .masthead {
  top: 37px;
}
.fixed-notification-on .notification-placeholder {
  display: block;
}

.title-bar {
  background: #fff;
  border-bottom: 1px solid #bbbbba;
  padding: 10px;
}
.title-bar h1 {
  font-size: 0.667em;
  color: #008542;
}

.home .ui-top > .container {
  height: 100%;
}

.ui-top .masthead {
  z-index: 3;
  width: 100%;
}
.ui-top .masthead .container {
  height: 100%;
}
.ui-top .links-header {
  text-align: right;
  width: 45%;
  position: absolute;
  right: 0;
  padding-top: 10px;
}
.ui-top .links-header a:hover {
  text-decoration: underline;
}
.ui-top .links-header .about .menu > li {
  display: inline-block;
  font-size: 0.611em;
  color: #5d5d5d;
  font-weight: 700;
  margin-left: 10px;
}
.ui-top .links-header .about .menu > li.expanded {
  margin-left: 0;
  position: relative;
  padding-right: 32px;
  right: -4px;
}
.ui-top .links-header .about .menu > li.expanded span {
  cursor: pointer;
}
.ui-top .links-header .about .menu > li.expanded i {
  position: absolute;
  right: 0;
  top: -1px;
  cursor: pointer;
}
.ui-top .links-header .about .menu > li.expanded .submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #008542;
  color: #fff;
  height: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  padding: 0 10px;
  width: 180px;
  z-index: 5;
}
.ui-top .links-header .about .menu > li.expanded .submenu li {
  display: block;
  margin: 10px;
  font-weight: 400;
}
.ui-top .links-header .about .menu > li.expanded:hover .submenu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.ui-top .links-header .social-media {
  margin-top: 30px;
  margin-bottom: 10px;
}
.ui-top .links-header .social-media li {
  width: 20px;
  display: inline-block;
}
.ui-top .links-header .social-media li a {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  font-size: 0;
  background: url(img/icon-all.png) no-repeat 0 0;
}
.ui-top .links-header .social-media li.facebook a {
  background-position: -20px -115px;
}
.ui-top .links-header .social-media li.twitter a {
  background-position: -49px -115px;
}
.ui-top .links-header .social-media li.linkedin a {
  background-position: -77px -115px;
}
.ui-top .links-header .social-media li.socialm a {
  background-position: -105px -116px;
}
.ui-top .links-header .social-media li.instagram a {
  background-position: -134px -116px;
}
.ui-top .links-header .social-media li.youtube a {
  background-position: -163px -116px;
}
.ui-top .links-header .links-site > ul {
  display: inline-block;
  vertical-align: middle;
}
.ui-top .links-header .links-site > ul > li {
  display: inline-block;
}
.ui-top .links-header .links-site > ul > li > a {
  display: inline-block;
  padding: 5px;
  background: #fff;
  border: 1px solid #d1d1d1;
  color: #5d5d5d;
  font-size: 0.722em;
  font-style: italic;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ui-top .links-header .links-site > ul > li > a:hover {
  text-decoration: none;
  background: #dce3eb;
}
.ui-top .links-header .links-site .tops {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 7;
  margin-left: 4px;
}
.ui-top .links-header .links-site .tops .action {
  display: block;
  height: 100%;
}
.ui-top .links-header .links-site .tops .action .icon {
  -webkit-background-size: 260px 260px;
  -moz-background-size: 260px;
  background-size: 260px;
}
.ui-top .links-header .links-site .tops .content-tops {
  position: absolute;
  width: 320px;
  right: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ui-top .links-header .links-site .tops .content-tops .tops-header {
  background: #008542;
  color: #fff;
}
.ui-top .links-header .links-site .tops .content-tops .tops-header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-top .links-header .links-site .tops .content-tops .tops-header li {
  text-align: center;
  width: 50%;
}
.ui-top .links-header .links-site .tops .content-tops .tops-header li a {
  display: block;
  text-transform: uppercase;
  font-size: 0.82em;
  padding: 15px 0;
  opacity: 0.5;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ui-top .links-header .links-site .tops .content-tops .tops-header li a:hover {
  text-decoration: none;
}
.ui-top .links-header .links-site .tops .content-tops .tops-header li a.active {
  -webkit-box-shadow: inset 0 -3px 0 #fdc82f;
  -moz-box-shadow: inset 0 -3px 0 #fdc82f;
  box-shadow: inset 0 -3px 0 #fdc82f;
  opacity: 1;
}
.ui-top .links-header .links-site .tops .content-tops .tops-body {
  background: #fff;
  padding: 10px 15px;
  height: 240px;
}
.ui-top .links-header .links-site .tops .content-tops .tops-body .slider-container {
  height: 100%;
  text-align: left;
}
.ui-top .links-header .links-site .tops .content-tops .tops-body .slider-container .bx-viewport {
  height: 100% !important;
}
.ui-top .links-header .links-site .tops .content-tops .tops-body .slider-container .js-load-content li {
  padding: 10px;
  border-top: 1px solid #d1d1d1;
}
.ui-top .links-header .links-site .tops .content-tops .tops-body .slider-container .js-load-content li:first-child {
  border: 0;
}
.ui-top .links-header .links-site .tops .content-tops .tops-body .slider-container .js-load-content li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui-top .links-header .links-site .tops .content-tops .tops-body .slider-container .js-load-content li a i.icon {
  -webkit-background-size: 261px 261px;
  -moz-background-size: 261px;
  background-size: 261px;
  min-width: 36px;
  display: inline-block;
}
.ui-top .links-header .links-site .tops .content-tops .tops-body .slider-container .js-load-content li a .title {
  font-size: 0.9em;
  line-height: 1em;
  padding: 0 15px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-top .links-header .links-site .tops .content-tops .tops-body .slider-container .js-load-content li a time {
  color: #999;
  display: inline-block;
  width: 42px;
}
.ui-top .links-header .links-site .tops.open .action {
  background: #008542;
}
.ui-top .links-header .links-site .tops.open .action i.icon {
  background-position: -84px -49px;
  opacity: 0.9;
}
.ui-top .links-header .links-site .tops.open .content-tops {
  height: auto;
}
.ui-top .back-to-home {
  width: 615px;
  height: 195px;
  background: url(img/bg-logo-full.png) no-repeat;
  position: absolute;
  top: 0;
  left: -11%;
  -webkit-background-size: 615px 615px;
  -moz-background-size: 615px;
  background-size: 615px;
}
.ui-top .back-to-home .area-link {
  position: absolute;
  width: 460px;
  height: 70px;
  z-index: 1;
  top: 35px;
  left: 205px;
  cursor: pointer;
}
.ui-top .back-to-home .company-name {
  display: none;
}
.ui-top .back-to-home .ri {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  color: #464646;
  max-width: 200px;
  position: absolute;
  right: 100px;
  bottom: 97px;
  border-left: 1px solid #a6a6a6;
  padding-left: 32px;
}
.ui-top .nav-trigger {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 40px;
}

.ui-nav {
  z-index: 5;
}
.ui-nav .sub-menu .sub-section {
  padding: 0;
  position: relative;
}
.ui-nav .sub-menu .sub-section:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  font-weight: 400;
  color: #b2b2b2;
  position: absolute;
  left: 23px;
  top: 4px;
  font-size: 16px;
}
.ui-nav .sub-menu .sub-section a {
  color: #b2b2b2;
  padding-left: 35px;
}

.ui-page-header .header-bar {
  background: #f9f9f9;
  padding: 25px 0;
  color: #000;
  margin-bottom: 40px;
}
.ui-page-header .ui-page-title {
  display: none;
}
.ui-page-header .ui-breadcrumb li {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
.ui-page-header .ui-breadcrumb li:first-child {
  width: 85px;
  height: 44px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.ui-page-header .ui-breadcrumb li:first-child:after {
  position: relative;
  top: 4px;
}
.ui-page-header .ui-breadcrumb li:first-child a {
  background: url(img/icon-all.png) -229px -158px no-repeat;
  display: inline-block;
  height: 44px;
  width: 44px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.ui-page-header .ui-breadcrumb li:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  margin: 0 13px 0 17px;
  font-size: 26px;
  content: "\f105";
}
.ui-page-header .ui-breadcrumb li.current {
  font-size: 1.4em;
  position: relative;
  top: 1px;
}
.ui-page-header .ui-breadcrumb li.current:after {
  display: none;
}

.ui-hero {
  height: 270px;
  background-color: #ccc;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(img/resultados.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.hero-a {
  background-image: url(img/visao-2.jpg);
}

.hero-b {
  background-image: url(img/governanca-3.jpg);
}

.hero-c {
  background-image: url(img/resultados.jpg);
}

.hero-d {
  background-image: url(img/acoes.jpg);
}

.hero-e {
  background-image: url(img/servicos.jpg);
}

.ui-bottom a:hover {
  text-decoration: underline;
}
.ui-bottom .indices {
  background: #f0f4f5;
  padding: 15px 0;
  margin: 30px 0;
}
.ui-bottom .indices img {
  max-width: 85%;
  margin: 0 auto;
}
.ui-bottom .social-media {
  text-align: center;
  margin: 20px 0;
}
.ui-bottom .social-media li {
  width: 20px;
  display: inline-block;
  margin-left: 5px;
}
.ui-bottom .social-media li a {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  font-size: 0;
  background: url(img/icon-all.png) no-repeat 0 0;
}
.ui-bottom .social-media li.facebook a {
  background-position: -20px -115px;
}
.ui-bottom .social-media li.twitter a {
  background-position: -49px -115px;
}
.ui-bottom .social-media li.linkedin a {
  background-position: -77px -115px;
}
.ui-bottom .social-media li.socialm a {
  background-position: -105px -116px;
}
.ui-bottom .social-media li.instagram a {
  background-position: -134px -116px;
}
.ui-bottom .social-media li.youtube a {
  background-position: -163px -116px;
}
.ui-bottom .policies {
  font-size: 0.875em;
  background: #fff;
  text-align: right;
  position: relative;
  min-height: 90px;
}
.ui-bottom .policies a.icon-acesso {
  position: absolute;
  left: 0;
  top: 0;
}
.ui-bottom .policies ul.links-policies {
  display: inline-block;
  max-width: 80%;
  margin: 0 0 0 auto;
  padding-top: 30px;
}
.ui-bottom .policies ul.links-policies li {
  font-size: 0.667em;
  color: #645c54;
  border-left: 1px solid #645c54;
  display: table-cell;
  padding: 0 7px;
}
.ui-bottom .policies ul.links-policies li:first-child {
  border-left: 0;
}

.ui-backdrop,
.bgMenuMobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 4;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -moz-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fancybox-overlay.in {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ui-backdrop.in,
.bgMenuMobile.in {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ui-notification {
  display: none;
}
.ui-notification .content-body h2:first-child {
  margin-top: 10px;
}
.ui-notification .ui-content {
  margin-top: 0;
  padding-top: 0;
}
.ui-notification .header {
  padding: 30px 0 20px;
  border-bottom: 2px solid #008542;
}
.ui-notification .header img {
  margin: 0 auto;
}
.ui-notification .header .logo {
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-image: url(https://cdn.infoinvest.com.br/resources/randon/1/img/rapt/logo.png);
}
.ui-notification .body {
  height: auto;
  overflow: hidden;
  -webkit-transition: height 0.2s linear;
  -o-transition: height linear 0.2s;
  -moz-transition: height linear 0.2s;
  transition: height 0.2s linear;
}
.ui-notification .body .ui-content {
  padding: 10px;
  display: block;
  margin: 0 auto;
}
.ui-notification .body .ui-content p + p {
  margin-bottom: 0;
}
.ui-notification .body .ui-content p:last-child {
  margin-bottom: 0;
}
.ui-notification .body .ui-content table + p {
  margin-bottom: 0;
  margin-top: 2em;
}
.ui-notification .body .ui-content table td {
  padding: 5px;
}
.ui-notification .title {
  height: 37px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #008542;
}
.ui-notification .title i {
  position: absolute;
  top: 1px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform linear 0.2s;
  -moz-transition: transform linear 0.2s, -moz-transform linear 0.2s;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear, -moz-transform 0.2s linear, -o-transform 0.2s linear;
}
.ui-notification .title .arrow-1 {
  left: 30px;
}
.ui-notification .title .arrow-2 {
  right: 30px;
}

.ui-notification.cortina {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  z-index: 150;
  overflow: auto;
}

.sidenav-on .ui-notification.cortina {
  z-index: 99;
}

.ui-notification.out .body {
  height: 0 !important;
}
.ui-notification.out .title i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-notification.popup .container {
  width: auto;
}
.ui-notification.popup .body {
  padding: 0 20px;
}
.ui-notification.popup .title {
  display: none;
}

.notification-placeholder {
  height: 37px;
  display: none;
}

.link-oculto {
  position: absolute;
}
.link-oculto a {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  font-size: 0;
}

.ui-main {
  margin-bottom: 50px;
  font-size: 17px;
}
.ui-main > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.ui-content {
  padding: 0;
  line-height: 1.7;
  width: 66%;
}
.ui-content .last-updated {
  margin-top: 44px;
  font-size: 12px;
  color: #aaa;
  text-align: right;
  display: none;
}
.ui-content .tabs-iframe iframe {
  background: #fff;
  margin: 15px 0;
}
.ui-content .tabs-iframe iframe body {
  background: #fff;
  margin: 15px 0;
}
.ui-content .tabs-iframe .tabs-header {
  border-bottom: 1px solid #fdc82f;
}
.ui-content .tabs-iframe .tabs-control ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .ui-content .tabs-iframe .tabs-control ul {
    overflow-x: scroll;
  }
}
.ui-content .tabs-iframe .tabs-control ul li {
  width: 33.3%;
  text-align: center;
}
.ui-content .tabs-iframe .tabs-control ul li:before {
  display: none;
}
.ui-content .tabs-iframe .tabs-control ul li a {
  display: block;
  padding: 10px 5px;
  height: 100%;
  opacity: 0.5;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #e6e6e6;
  text-decoration: none;
}
.ui-content .tabs-iframe .tabs-control ul li a.active {
  opacity: 1;
  -webkit-box-shadow: inset 0 -3px 0 #fdc82f;
  -moz-box-shadow: inset 0 -3px 0 #fdc82f;
  box-shadow: inset 0 -3px 0 #fdc82f;
}
.ui-content .tabs-iframe .tabs-control ul li:first-child a {
  border-left: 0;
}
.ui-content .tabs-iframe .tabs-body {
  padding-top: 20px;
}
.ui-content .page-slide {
  overflow: hidden;
}
.ui-content > header {
  margin-bottom: 44px;
  display: none;
}
.ui-content > header h1 {
  font: 400 24px accord, sans-serif;
}
.ui-content .breadcrumb {
  margin-top: 4px;
  font: 400 14px accord, sans-serif;
}
.ui-content .breadcrumb li {
  float: left;
}
.ui-content .breadcrumb li + li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  margin: 0 6px;
  font-size: 12px;
  color: #008542;
  content: "\f105";
}
.ui-content .breadcrumb:after:after {
  display: block;
  clear: both;
  content: "";
}

.pt-br .ui-content .last-updated time {
  text-transform: lowercase;
}
.pt-br .calendar .human-date {
  text-transform: lowercase;
}

.content-body.cke_editable {
  max-width: 768px;
  margin: 0 auto;
  padding: 16px;
}
.content-body.cke_editable .accordion-header {
  cursor: auto;
}
.content-body.cke_editable .accordion-body {
  display: block;
}

.page-template-page-file-manager-faq-with-faq .accordion-header {
  display: none;
  background: #008542;
  color: white;
  margin: 10px 0 0;
}

.page-template-page-single .ui-main .sidebar {
  display: none;
}

.sidebar {
  background: #fff;
  color: #000;
  padding: 0 30px 30px 0;
  width: 30%;
  border-right: 1px solid hsla(0deg, 0%, 82%, 0.1);
  margin-right: 4%;
  position: relative;
}
.sidebar:after {
  content: "";
  display: block;
  width: 1px;
  height: 95%;
  position: absolute;
  bottom: 3%;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0deg, 0%, 82%, 0)), color-stop(#d1d1d1), to(hsla(0deg, 0%, 82%, 0.3)));
  background-image: -webkit-linear-gradient(hsla(0deg, 0%, 82%, 0), #d1d1d1, hsla(0deg, 0%, 82%, 0.3));
  background-image: -moz- oldlinear-gradient(hsla(0deg, 0%, 82%, 0), #d1d1d1, hsla(0deg, 0%, 82%, 0.3));
  background-image: -o-linear-gradient(hsla(0deg, 0%, 82%, 0), #d1d1d1, hsla(0deg, 0%, 82%, 0.3));
  background-image: linear-gradient(hsla(0deg, 0%, 82%, 0), #d1d1d1, hsla(0deg, 0%, 82%, 0.3));
}
.sidebar .section-title {
  font-size: 1.3em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #008542;
  position: relative;
  padding-bottom: 15px;
}
.sidebar .section-title .icon-search {
  display: none;
}
.sidebar .section-title .icon-submit {
  cursor: pointer;
}
.sidebar .section-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 3px;
  bottom: 0;
  background: #fdc82f;
}
.sidebar .sub-menu .text-menu {
  display: none;
}
.sidebar .sub-menu li {
  margin-top: 10px;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
  padding-top: 5px;
}
.sidebar .sub-menu li a {
  color: #008542;
  font-weight: 700;
  border-bottom: 0;
}
.sidebar .sub-menu li:first-child {
  margin-top: 0;
}
.sidebar .sub-menu li .current {
  color: #000;
  font-weight: 600;
}
.sidebar .sub-menu li.section-interface {
  color: #008542;
  font-weight: 700;
  border-bottom: 0;
}
.sidebar .sub-menu li.sub-section {
  border-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 0;
}
.sidebar .sub-menu li.sub-section a {
  color: #999;
  font-weight: 400;
}
.sidebar .sub-menu li.sub-section a.current {
  color: #000;
}
.sidebar .sub-menu li.sub-section:last-child {
  border-bottom: 1px solid #d1d1d1;
}

.ui-mobile-viewer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 6;
  display: none;
}
.ui-mobile-viewer .viewer {
  position: fixed;
  top: 56px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.ui-mobile-viewer .window {
  padding: 0 1em 2em;
}
.ui-mobile-viewer .content-body {
  width: 768px;
}
.ui-mobile-viewer .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  padding-left: 12px;
  background-color: #f1f1f1;
  font-size: 16px;
  line-height: 56px;
  -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.2);
}
.ui-mobile-viewer .back:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  margin-right: 8px;
  font-size: 14px;
  content: "\f053";
}

.ui-mobile-viewer.in {
  display: block;
}

.ui-drawer {
  position: fixed;
  bottom: 0;
  right: 24px;
  min-width: 220px;
  font-size: 14px;
  z-index: 5;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.ui-drawer .drawer-header {
  height: 36px;
  background-color: #333;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.ui-drawer .drawer-title {
  padding: 9px 12px;
}
.ui-drawer .drawer-toggle {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
}
.ui-drawer .drawer-toggle span {
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  display: block;
  height: 2px;
  background-color: #fff;
  opacity: 0.4;
}
.ui-drawer .drawer-toggle:hover {
  background-color: hsla(0deg, 0%, 100%, 0.2);
}
.ui-drawer .drawer-toggle:hover span {
  opacity: 1;
}
.ui-drawer .drawer-content {
  max-height: 350px;
  padding: 12px;
  background-color: #fff;
  overflow: auto;
  overscroll-behavior-y: contain;
  position: relative;
  display: none;
}

.ui-drawer.state-open .drawer-toggle span {
  top: auto;
  bottom: 7px;
}

.ui-drawer.state-active {
  display: block;
}

.ui-downloads {
  width: 400px;
  font-size: 0.95em;
  display: none;
}
.ui-downloads .drawer-content {
  padding-bottom: 18px;
}
.ui-downloads .download-control {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
}
.ui-downloads .download-all {
  display: inline-block;
  height: 32px;
  margin-bottom: 12px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 0 18px 0 40px;
  background-color: #008542;
  font-size: 1.1em;
  color: #fff;
  line-height: 32px;
  position: relative;
}
.ui-downloads .download-all i {
  position: absolute;
  top: 1px;
  left: 12px;
  font-size: 20px;
  line-height: 32px;
}
.ui-downloads .downloads-list {
  padding-top: 12px;
}
.ui-downloads .downloads-file {
  display: table;
  width: 100%;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -moz-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-downloads .downloads-file .file-remove {
  display: table-cell;
  padding: 2px 0;
  vertical-align: middle;
  width: 20px;
  padding: 3px 0 0;
  color: rgba(0, 0, 0, 0.32);
  text-align: right;
}
.ui-downloads .downloads-file .file-remove i {
  font-size: 18px;
}
.ui-downloads .downloads-file .file-remove a:hover {
  color: #c00;
}
.ui-downloads .downloads-file .file-size {
  display: table-cell;
  padding: 2px 0;
  vertical-align: middle;
  width: 64px;
  padding-right: 9px;
  text-align: right;
  color: rgba(0, 0, 0, 0.75);
}
.ui-downloads .downloads-file .file-title {
  display: table-cell;
  padding: 2px 0;
  vertical-align: middle;
}
.ui-downloads .downloads-file .file-title a:hover {
  text-decoration: underline;
}
.ui-downloads .downloads-file.highlight {
  background-color: rgba(0, 133, 66, 0.2);
}
.ui-downloads .loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: hsla(0deg, 0%, 100%, 0.75);
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none;
}
.ui-downloads .loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  line-height: 32px;
}

#spotlight {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 90px;
  z-index: 130;
  overflow: auto;
  display: none;
}
#spotlight .container {
  max-width: 660px;
}
#spotlight .close {
  position: absolute;
  top: -18px;
  right: -3px;
  width: 36px;
  height: 36px;
  background: url(//cdn.infoinvest.com.br/jquery/fancybox/2.1.4/fancybox_sprite.png) no-repeat 0 0;
  cursor: pointer;
}
#spotlight .query {
  width: 100%;
  outline: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 9px 15px;
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  -webkit-appearance: none;
  background: #008542;
}
#spotlight .query:-moz-placeholder {
  color: #fff;
  color: hsla(0deg, 0%, 100%, 0.7);
}
#spotlight .query:-ms-input-placeholder {
  color: #fff;
  color: hsla(0deg, 0%, 100%, 0.7);
}
#spotlight .query::-moz-placeholder {
  color: #fff;
  color: hsla(0deg, 0%, 100%, 0.7);
}
#spotlight .query::-webkit-input-placeholder {
  color: #fff;
  color: hsla(0deg, 0%, 100%, 0.7);
}
#spotlight .query::-webkit-search-cancel-button {
  display: none;
}
#spotlight .results {
  padding: 15px;
  background: #fff;
}
#spotlight .results li {
  border-bottom: 1px solid #d6dadd;
}
#spotlight .results li:last-child {
  border-bottom: 0;
}
#spotlight .results li a {
  display: block;
  padding: 24px 12px;
  text-decoration: none;
}
#spotlight .results li a .page-title {
  margin-bottom: 6px;
  font-size: 22px;
}
#spotlight .results li a p {
  font-size: 16px;
  color: #777;
  line-height: 1.4;
}
#spotlight .results li a i {
  margin-right: 12px;
}
#spotlight .results li.active a {
  background: rgba(0, 0, 0, 0.1);
}
#spotlight .results li.google-search {
  line-height: 25px;
}
#spotlight .results li.google-search a {
  padding: 20px 12px 15px;
}
#spotlight .results li.google-search a:hover {
  color: #017eb6;
}
#spotlight .results li.google-search a span {
  margin-right: 9px;
}

#spotlight.in {
  display: block;
}

.gse-info {
  margin: 6px 0 18px;
}

.gse-results {
  padding-left: 0 !important;
}
.gse-results li {
  border-bottom: 1px solid #d6dadd;
}
.gse-results li:before {
  display: none !important;
}
.gse-results li:last-child {
  border-bottom: 0;
}
.gse-results li a {
  display: block;
  padding: 24px 12px;
  text-decoration: none;
  position: relative;
}
.gse-results li a .page-title {
  margin-bottom: 6px;
  font-size: 22px;
}
.gse-results li a:hover .page-title {
  text-decoration: underline;
}
.gse-results li a p {
  font-size: 16px;
  color: #777;
  line-height: 1.4;
}
.gse-results li a i {
  margin-right: 12px;
}
.gse-results li a.file {
  padding-left: 72px;
}
.gse-results li a.file .file-format {
  position: absolute;
  top: 25px;
  left: 12px;
  width: 44px;
  border: 1px solid #d6dadd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 0;
  text-align: center;
}
.gse-results li a.has-image {
  padding-right: 160px;
}
.gse-results li a.has-image img {
  position: absolute;
  top: 15px;
  right: 12px;
  max-width: 120px;
  max-height: 84px;
}

.gse-more a {
  display: block;
  padding: 32px;
  font-size: 18px;
  text-align: center;
}
.gse-more a:hover {
  color: #017eb6;
}
.gse-more span {
  display: block;
  padding: 32px;
  font-size: 18px;
  text-align: center;
}

.ui-banner {
  height: 270px;
  background-color: #fff;
  color: #fff;
  z-index: 2;
  position: relative;
}
.ui-banner .banner-slide {
  height: 270px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50%;
}
.ui-banner .banner-panel {
  padding-top: 40.5px;
}
.ui-banner .banner-panel .banner-text {
  max-width: 900px;
  margin: 0;
}
.ui-banner h1 {
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 700;
  text-shadow: 1px 1px #333;
  font-style: italic;
  position: relative;
  display: inline-block;
}
.ui-banner h1:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #fdc82f;
  margin-top: 15px;
  position: absolute;
}
.ui-banner h2 {
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 700;
  text-shadow: 1px 1px #333;
  font-style: italic;
}
.ui-banner p {
  font-size: 1em;
  text-shadow: 1px 1px #333;
  margin-top: 20px;
  font-weight: 400;
}
.ui-banner p:before {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #fff;
  margin-right: 10px;
}
.ui-banner a {
  font-size: 1em;
  margin-top: 25px;
  text-shadow: 1px 1px #333;
  font-style: italic;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ui-banner a:hover {
  text-decoration: underline;
  color: #fdc82f;
}
.ui-banner a:hover:before {
  color: #fdc82f;
}
.ui-banner .bx-pager {
  position: absolute;
  bottom: 15px;
  left: 50%;
  text-align: center;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.ui-banner .bx-controls-direction a {
  position: absolute;
  top: 80px;
  z-index: 100;
  font-size: 3em;
}
.ui-banner .bx-controls-direction a.disabled {
  opacity: 0;
}
.ui-banner .bx-controls-direction a.bx-prev {
  left: 7%;
  margin-left: -40px;
}
.ui-banner .bx-controls-direction a.bx-prev:before {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #fff;
  margin-right: 10px;
}
.ui-banner .bx-controls-direction a.bx-next:before {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #fff;
  margin-right: 10px;
}
.ui-banner .bx-pager-item {
  display: inline-block;
  margin-left: 4px;
}
.ui-banner .bx-pager-link {
  display: inline-block;
  width: 11px;
  height: 11px;
  font-size: 0;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  margin-left: 5px;
}
.ui-banner .bx-pager-link.active {
  background: #fff;
}

.ui-cover {
  height: 270px;
  position: relative;
}
.ui-cover .company-brands {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}
.ui-cover .company-brands ul {
  display: table;
  margin: 0 0 0 auto;
}
.ui-cover .company-brands li {
  display: table-cell;
  width: 33.3%;
  text-align: center;
  vertical-align: middle;
}
.ui-cover .company-brands img {
  display: inline-block;
}

.home-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 40px 0;
}
.home-container .panel.documents li {
  margin-top: 13px;
  position: relative;
  padding-left: 25px;
}
.home-container .panel.documents li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  font-weight: 700;
  color: #005993;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.home-container .panel.documents li a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.home-container .panel.documents li time {
  color: #005993;
  text-transform: capitalize;
  display: block;
}
.home-container .panel.documents li .title {
  color: #858484;
}
.home-container .panel {
  width: 100%;
  padding: 10px 10px 65px;
  position: relative;
  background: #f9f9f9;
  color: #000;
}
.home-container .panel .js-load-content {
  font-size: 0.95em;
}
.home-container .panel .text-home {
  font-size: 0.95em;
}
.home-container .panel h2 {
  font-size: 1.444em;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.home-container .panel a.more {
  background: #008542;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 700;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.home-container .panel a.more:hover {
  -webkit-box-shadow: inset 0 -3px 0 #fdc82f;
  -moz-box-shadow: inset 0 -3px 0 #fdc82f;
  box-shadow: inset 0 -3px 0 #fdc82f;
}
.home-container .panel.results .text-home {
  position: relative;
  top: 2px;
}
.home-container .panel.results li {
  margin-top: 25px;
}
.home-container .panel.results li:first-child {
  margin-top: 0;
}
.home-container .panel.results li i {
  color: #005993;
  font-size: 20px;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.home-container .panel.results li .title {
  padding-left: 5px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  width: 90%;
}
.home-container .panel.events .js-load-content {
  position: relative;
  top: -5px;
}
.home-container .panel.events li {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-container .panel.events li .box-date {
  text-align: center;
  padding-right: 17px;
  min-width: 44px;
  display: inline-block;
}
.home-container .panel.events li .box-date .day {
  display: block;
  font-weight: 700;
  color: #005993;
  font-size: 1.667em;
  position: relative;
  top: 3px;
}
.home-container .panel.events li .box-date .month {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 1em;
  position: relative;
  top: -3px;
  text-transform: capitalize;
}
.home-container .panel.events li .box-text {
  border-left: 1px solid #bebebe;
  padding-left: 17px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-container .panel.events li .box-text .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-container .panel.events li .box-text .time {
  font-size: 0.906em;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-container .panel.events li .box-text .time .date {
  display: none;
}
.home-container .box-title {
  font-size: 1em;
  font-weight: 700;
  color: #008542;
  margin-bottom: 10px;
  text-align: center;
}
.home-container .box {
  width: 30.3%;
  background: #f9f9f9;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.home-container .box:hover .image:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.home-container .box:hover .image:before {
  background: rgba(0, 27, 40, 0);
}
.home-container .box .image {
  height: 320px;
  position: relative;
  overflow: hidden;
}
.home-container .box .image:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 0;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  -moz-transition: all 5s;
  transition: all 5s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-container .box .image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 27, 40, 0.4);
  z-index: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.home-container .box .info {
  padding: 25px;
}
.home-container .box h2 {
  font-size: 1.444em;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.home-container .box p {
  font-size: 0.95em;
  padding-left: 20px;
  position: relative;
}
.home-container .box p:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  font-weight: 700;
  color: #005993;
  font-size: 22px;
  position: absolute;
  left: 0;
}
.home-container .box.reports .image:after {
  background-image: url(img/foto-relatorios.png);
}
.home-container .box.kit .image:after {
  background-image: url(img/foto-kit.png);
}
.home-container .box.inform .image:after {
  background-image: url(img/foto-informes.png);
}

.panel-quotes {
  background: #f9f9f9;
  height: 100px;
  color: #000;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.panel-quotes .more {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  font-size: 1.1em;
  padding: 10px 20px;
  font-weight: 700;
  font-style: italic;
  background: #008542;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.panel-quotes .more:hover {
  -webkit-box-shadow: inset 0 -3px 0 #fdc82f;
  -moz-box-shadow: inset 0 -3px 0 #fdc82f;
  box-shadow: inset 0 -3px 0 #fdc82f;
}
.panel-quotes .ticker {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-left: 0;
  margin-top: -18px;
  width: 76%;
  cursor: pointer;
}
.panel-quotes .ticker .change {
  display: inline-block;
  margin-left: 10px;
}
.panel-quotes .ticker .price {
  display: inline-block;
  margin-left: 10px;
}
.panel-quotes .ticker .title {
  display: inline-block;
  margin-left: 10px;
}
.panel-quotes .ticker .js-quote {
  border-left: 1px solid #bebebe;
  font-size: 1.1em;
  text-align: center;
  font-weight: 700;
}
.panel-quotes .ticker .js-quote:first-child {
  border: 0;
}
.panel-quotes .disclaimer {
  font-size: 0.611em;
  text-align: left;
  margin-top: 10px;
  position: absolute;
  top: 26px;
  color: #b8b7b7;
}
.panel-quotes .details {
  opacity: 0;
  height: auto;
  width: 100%;
  position: absolute;
  margin: 40px 0 20px;
}
.panel-quotes .details .content-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.panel-quotes .details .graph {
  height: 0;
  overflow: hidden;
  width: 50%;
  padding-right: 10px;
}
.panel-quotes .details .graph .js-close {
  cursor: pointer;
  font-size: 3em;
  position: absolute;
  right: 0;
  top: 0;
  font-family: petrobras-light;
}
.panel-quotes .details .graph .snapchart {
  max-width: 560px;
  margin: 0 auto;
  padding: 25px 0 10px;
}
.panel-quotes .details .info-quote {
  height: 0;
  overflow: hidden;
  width: 50%;
  color: #000;
}
.panel-quotes .details .info-quote .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  margin-top: 25px;
}
.panel-quotes .details .info-quote .line .col {
  width: 170px;
  font-weight: 700;
}
.panel-quotes .details .info-quote .line .col:first-child {
  margin-left: 0;
}
.panel-quotes .details .info-quote .line .col .txt-label {
  text-transform: uppercase;
  font-size: 0.75em;
  margin-bottom: 5px;
  font-weight: 400;
}
.panel-quotes .details .info-quote .line .price {
  font-size: 3em;
}
.panel-quotes .details .info-quote .line .change {
  font-size: 1.1em;
  font-weight: 700;
  margin-left: 30px;
}
.panel-quotes .details .info-quote .line .thermometer {
  position: relative;
  height: 25px;
  display: inline-block;
  width: 250px;
}
.panel-quotes .details .info-quote .line .thermometer .high {
  position: absolute;
  bottom: 3px;
  padding-top: 0;
  font-size: 1em;
  font-weight: 700;
  right: 0;
}
.panel-quotes .details .info-quote .line .thermometer .low {
  position: absolute;
  bottom: 3px;
  padding-top: 0;
  font-size: 1em;
  font-weight: 700;
  left: 0;
}
.panel-quotes .details .info-quote .line .thermometer .bar {
  position: absolute;
  bottom: 11px;
  left: 55px;
  right: 55px;
  height: 2px;
  background: #fdc82f;
}
.panel-quotes .details .info-quote .line .thermometer .bar .pin {
  position: absolute;
  top: -4px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #008542;
}
.panel-quotes .details .options {
  height: 0;
  overflow: hidden;
  width: 100%;
}
.panel-quotes .details .options li {
  font-size: 1.5em;
  padding: 0;
  cursor: pointer;
  margin: 10px 20px;
  display: inline-block;
  color: #d1d1d1;
  position: relative;
  font-weight: 700;
}
.panel-quotes .details .options li:first-child {
  margin-left: 0;
}
.panel-quotes .details .options li.active {
  color: #000;
}
.panel-quotes .details .options li.active:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #fdc82f;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.panel-quotes.open {
  height: auto;
}
.panel-quotes.open .line-quotes {
  padding-top: 29px;
}
.panel-quotes.open .details {
  opacity: 1;
  position: relative;
}
.panel-quotes.open .details .options {
  height: 70px;
}
.panel-quotes.open .details .graph {
  height: 333px;
}
.panel-quotes.open .details .info-quote {
  height: 333px;
}

.banner-secundario {
  text-align: center;
}
.banner-secundario .js-load-content {
  margin: 0 auto;
}
.banner-secundario h2 {
  font-size: 0.9em;
  font-weight: 700;
  color: #005993;
  margin-bottom: 10px;
}
.banner-secundario a {
  background: #005993;
  color: #fff;
  padding: 12px 17px;
  text-align: center;
  display: inline-block;
  font-size: 0.889em;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 10px 0 10px 10px;
  font-weight: 700;
  font-style: italic;
}
.banner-secundario a:first-child {
  margin-left: 0;
}
.banner-secundario a:hover {
  -webkit-box-shadow: inset 0 -3px 0 #fdc82f;
  -moz-box-shadow: inset 0 -3px 0 #fdc82f;
  box-shadow: inset 0 -3px 0 #fdc82f;
}

.content-body h2 {
  margin-top: 1em;
  font-weight: 700;
  font-size: 1.8em;
  color: #000;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.content-body h2:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #fdc82f;
}
.content-body h3 {
  margin-top: 1.1em;
  font-weight: 700;
  font-size: 1em;
  color: #005993;
}
.content-body h4 {
  font-size: 1.1em;
  margin-top: 0.8em;
  font-weight: 700;
  color: #005993;
}
.content-body a.fa {
  font-size: 0;
}
.content-body a.fa:before {
  font-size: 15px;
}
.content-body a {
  color: #005993;
  text-decoration: underline;
}
.content-body a:hover {
  text-decoration: underline;
}
.content-body ol {
  margin-top: 1em;
  line-height: 1.4em;
  padding-left: 36px;
}
.content-body ol li {
  margin-top: 0.25em;
  list-style-type: decimal;
}
.content-body p {
  margin-top: 1em;
  line-height: 1.4em;
}
.content-body table {
  margin-top: 1em;
  line-height: 1.4em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 3px solid #434343;
  border-bottom: 3px solid #434343;
  font-size: 1em;
}
.content-body table td {
  padding: 12px;
  border-top: 1px solid #e5e5e5;
}
.content-body table th {
  padding: 12px;
  border-top: 1px solid #e5e5e5;
  font-weight: 700;
  text-align: left;
  color: #005993;
}
.content-body table thead td {
  font-weight: 700;
  text-align: left;
  color: #005993;
}
.content-body table tr:hover td {
  background: #f9f9f9;
}
.content-body table tr:hover th {
  background: #f9f9f9;
}
.content-body table caption {
  padding: 10px;
  font-size: 11px;
  color: #333;
  text-align: left;
  caption-side: bottom;
}
.content-body ul {
  margin-top: 1em;
  line-height: 1.4em;
  padding-left: 36px;
}
.content-body ul li {
  margin-top: 0.25em;
  position: relative;
}
.content-body ul > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  position: absolute;
  top: 1px;
  left: -16px;
  color: #005993;
  content: "\f105";
  font-size: 19px;
  font-weight: 700;
}
.content-body .section-green {
  background: #005993;
  color: #fff;
  padding: 30px 390px 40px 40px;
  margin: 25px 0;
  position: relative;
  width: 100%;
  min-height: 290px;
  font-size: 1.2em;
}
.content-body .section-green h2 {
  margin-top: 0;
}
.content-body .section-green h3 {
  margin-top: 0;
}
.content-body .section-green * {
  color: #fff;
  position: relative;
  z-index: 1;
}
.content-body .section-green a {
  text-decoration: none;
  vertical-align: middle;
}
.content-body .section-green .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(img/bg-section.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 0;
}
.content-body ul.kit-files {
  margin-bottom: 40px;
  padding: 0;
}
.content-body ul.kit-files > li:before {
  display: none;
}
.content-body ul.kit-files li {
  margin-bottom: 5px;
}
.content-body ul.kit-files li time {
  margin-right: 10px;
}
.content-body ul.list-unstyled > li:before {
  display: none;
}
.content-body ol.decimal li {
  list-style-type: decimal;
}
.content-body ol.lower-roman li {
  list-style-type: lower-roman;
}
.content-body ol.upper-roman li {
  list-style-type: upper-roman;
}
.content-body ol.lower-alpha li {
  list-style-type: lower-alpha;
}
.content-body ol.upper-alpha li {
  list-style-type: upper-alpha;
}
.content-body table.table-center {
  width: auto;
  margin: 0 auto;
}
.content-body table.-density--compact {
  font-size: 0.8em;
}
.content-body table.-density--compact td {
  padding: 6px;
}
.content-body table.-density--compact th {
  padding: 6px;
}
.content-body table.formulario {
  border: 0;
}
.content-body table.formulario td {
  border: 0;
}
.content-body table.formulario td:hover {
  background: none;
}
.content-body .accordion {
  position: relative;
}
.content-body .accordion:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #005993;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.content-body .accordion .accordion-header {
  font-size: 1.1em;
  color: #005993;
  font-weight: 700;
}
.content-body .accordion .accordion-header p {
  margin: 0;
}
.content-body .accordion .accordion-header:after {
  position: absolute;
  display: block;
  content: "+";
  font-size: 34px;
  line-height: 25px;
  color: #005993;
  width: 30px;
  height: 30px;
  right: 1.9%;
  top: 25%;
  text-align: center;
  font-weight: 400;
  color: #434343;
  font-style: normal;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.content-body .accordion .accordion-body {
  padding: 6px 25px 20px;
  display: none;
}
.content-body .accordion > .accordion-header.active {
  background: none;
}
.content-body .accordion > .accordion-header.active:after {
  -webkit-transform: rotate(133deg);
  -moz-transform: rotate(133deg);
  -ms-transform: rotate(133deg);
  -o-transform: rotate(133deg);
  transform: rotate(133deg);
}
.content-body .targetAccordion {
  text-decoration: underline;
}
.content-body .targetAccordion:before {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #008542;
  color: #fff;
  line-height: 20px;
  text-align: center;
  content: "+";
}
.content-body .targetAccordion.active {
  color: #008542;
}
.content-body .targetAccordion.active:before {
  content: "–";
}
.content-body img {
  max-width: 100%;
}
.content-body .float-left {
  float: left;
  margin: 1em 2em 1em 0;
}
.content-body .float-center .cke_image_resizer_wrapper {
  display: block;
  margin: 1em auto 0;
}
.content-body .float-center img {
  display: block;
  margin: 1em auto 0;
}
.content-body .float-right {
  float: right;
  margin: 1em 0 1em 2em;
}
.content-body figcaption {
  font-size: 11px;
  color: #333;
}
.content-body .subscription-account.login .field .field-label {
  width: 29%;
}
.content-body .field {
  margin-bottom: 1em;
}
.content-body .field .field-input input[type=email] {
  width: 100%;
  border: 0;
  border: 1px solid #d2d2d2;
  padding: 10px 9px;
  background-color: #fff;
}
.content-body .field .field-input input[type=email]:focus {
  outline: 0;
}
.content-body .field .field-input input[type=email]::-webkit-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=email]::-moz-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=email]:-ms-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=email]::placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=password] {
  width: 100%;
  border: 0;
  border: 1px solid #d2d2d2;
  padding: 10px 9px;
  background-color: #fff;
}
.content-body .field .field-input input[type=password]:focus {
  outline: 0;
}
.content-body .field .field-input input[type=password]::-webkit-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=password]::-moz-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=password]:-ms-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=password]::placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=tel] {
  width: 100%;
  border: 0;
  border: 1px solid #d2d2d2;
  padding: 10px 9px;
  background-color: #fff;
}
.content-body .field .field-input input[type=tel]:focus {
  outline: 0;
}
.content-body .field .field-input input[type=tel]::-webkit-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=tel]::-moz-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=tel]:-ms-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=tel]::placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=text] {
  width: 100%;
  border: 0;
  border: 1px solid #d2d2d2;
  padding: 10px 9px;
  background-color: #fff;
}
.content-body .field .field-input input[type=text]:focus {
  outline: 0;
}
.content-body .field .field-input input[type=text]::-webkit-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=text]::-moz-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=text]:-ms-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=text]::placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input select {
  width: 100%;
  border: 0;
  border: 1px solid #d2d2d2;
  padding: 10px 9px;
  background-color: #fff;
  padding: 6px;
}
.content-body .field .field-input select:focus {
  outline: 0;
}
.content-body .field .field-input select::-webkit-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input select::-moz-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input select:-ms-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input select::placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input textarea {
  width: 100%;
  border: 0;
  border: 1px solid #d2d2d2;
  padding: 10px 9px;
  background-color: #fff;
  height: 200px;
  max-height: 500px;
  resize: vertical;
}
.content-body .field .field-input textarea:focus {
  outline: 0;
}
.content-body .field .field-input textarea::-webkit-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input textarea::-moz-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input textarea:-ms-input-placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input textarea::placeholder {
  color: #969faa;
  font-style: italic;
  font-weight: 300;
}
.content-body .field .field-input input[type=email].error {
  border-color: #e6242a !important;
}
.content-body .field .field-input input[type=password].error {
  border-color: #e6242a !important;
}
.content-body .field .field-input input[type=tel].error {
  border-color: #e6242a !important;
}
.content-body .field .field-input input[type=text].error {
  border-color: #e6242a !important;
}
.content-body .field .field-input select.error {
  border-color: #e6242a !important;
}
.content-body .field .field-input textarea.error {
  border-color: #e6242a !important;
}
.content-body .field .field-input div.error {
  margin-top: 2px;
  font-size: 11px;
  color: #e6242a;
}
.content-body ul.form {
  padding: 0;
}
.content-body ul.form li:before {
  display: none;
}
.content-body .field-captcha {
  margin-top: 3em;
}
.content-body .field-captcha:after {
  display: block;
  clear: both;
  content: "";
}
.content-body .field-captcha p {
  margin-bottom: 0.5em;
}
.content-body .field-captcha .error {
  float: left;
  display: inline-block;
  margin-left: 15px;
  padding-top: 18px;
}
.content-body .captcha-challenge {
  float: left;
  display: table;
  width: 150px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: -webkit-linear-gradient(60deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.01)) 50%;
  background: -moz- oldlinear-gradient(60deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.01)) 50%;
  background: -o-linear-gradient(60deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.01)) 50%;
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.01)) 50%;
  font-size: 24px;
  overflow: hidden;
  -webkit-user-select: none;
  color: #005993;
}
.content-body .captcha-challenge > span {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.content-body .captcha-challenge > span > span {
  display: inline-block;
  -webkit-transform: skew(35deg, -20deg) perspective(12px) rotateX(-12deg) rotate(6deg) translateX(10px);
  -moz-transform: skew(35deg, -20deg) perspective(12px) rotateX(-12deg) rotate(6deg) translateX(10px);
  transform: skew(35deg, -20deg) perspective(12px) rotateX(-12deg) rotate(6deg) translateX(10px);
}
.content-body .captcha-response {
  float: left;
  width: 120px !important;
  margin: 9px 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
.content-body .box-senha p {
  margin-top: 0;
  position: relative;
  top: -3px;
}
.content-body .form .info {
  margin-top: 2em;
}
.content-body .form .final-info {
  margin-top: 3em;
  padding-left: 0;
}
.content-body .form .action {
  margin-top: 4em;
}
.content-body .form .final-info + .action {
  margin-top: 1em;
}
.content-body .form .form-response {
  margin-top: 1em;
  font-weight: 700;
  color: #003a60;
}
.content-body .cadastro .personal-data {
  padding-bottom: 3em;
}
.content-body .subscription-mailing li {
  display: inline-block;
  margin-right: 10px;
}
.content-body .checkbox-mask {
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  padding: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}
.content-body .checkbox-mask .pin {
  width: 12px;
  height: 12px;
  opacity: 0;
  -webkit-transition: all 0.05s linear;
  -o-transition: all linear 0.05s;
  -moz-transition: all linear 0.05s;
  transition: all 0.05s linear;
  background-color: #005993;
}
.content-body .checkbox-mask input {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  outline: 0;
  opacity: 0;
  z-index: 1;
  -webkit-appearance: none;
}
.content-body .radio-mask {
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  padding: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.content-body .radio-mask .pin {
  width: 12px;
  height: 12px;
  opacity: 0;
  -webkit-transition: all 0.05s linear;
  -o-transition: all linear 0.05s;
  -moz-transition: all linear 0.05s;
  transition: all 0.05s linear;
  background-color: #005993;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.content-body .radio-mask input {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  outline: 0;
  opacity: 0;
  z-index: 1;
  -webkit-appearance: none;
}
.content-body .checkbox-mask.active .pin {
  opacity: 1;
}
.content-body .radio-mask.active .pin {
  opacity: 1;
}
.content-body table.new_checkbox td:nth-child(4) {
  display: none;
}
.content-body .btn {
  display: inline-block;
  border: 0;
  padding: 14px 30px;
  background-color: #008542;
  font-size: 1em;
  cursor: pointer;
  border-bottom: 0;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.content-body .btn:hover {
  -webkit-box-shadow: inset 0 -3px 0 #fdc82f;
  -moz-box-shadow: inset 0 -3px 0 #fdc82f;
  box-shadow: inset 0 -3px 0 #fdc82f;
}
.content-body .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ccc !important;
  border-color: #4a4a4a;
}
.content-body .btn-primary {
  background-color: #008542;
  color: #fff;
  border-bottom: 0;
}
.content-body .btn-sucess {
  background-color: #008542;
  color: #fff;
  border-bottom: 0;
}

.accordion {
  margin-top: 15px;
  background: none;
  background: #f9f9f9;
}
.accordion .accordion-header {
  padding: 15px 84px 15px 25px;
  position: relative;
  cursor: pointer;
}

.ui-panel {
  margin-top: 15px;
  background: none;
  background: #f9f9f9;
}
.ui-panel .panel-header {
  padding: 15px 84px 15px 25px;
  position: relative;
}

.accordion + .accordion {
  margin-top: 15px;
}

.ui-panel + .ui-panel {
  margin-top: 15px;
}

.ui-document.ui-document-kit .document-date {
  min-width: 125px;
}
.ui-document.ui-document-kit .document-date .date {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 1em;
  position: relative;
  text-transform: capitalize;
}
.ui-document .document-date {
  width: 55px;
  padding: 0 10px 0 0;
  text-align: center;
  border-right: 1px solid #bebebe;
}
.ui-document .document-date .day {
  display: block;
  font-weight: 700;
  color: #005993;
  font-size: 1.667em;
  line-height: 1em;
  position: relative;
  top: 3px;
}
.ui-document .document-date .month {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 1em;
  position: relative;
  top: -3px;
  text-transform: capitalize;
}
.ui-document .document-title a {
  font-weight: 700;
}
.ui-document .document-title i {
  margin-right: 15px;
  margin-left: 20px;
  font-size: 19px;
  color: #005993;
}
.ui-document .document-actions i {
  color: #414141;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.ui-document .document-actions i:hover {
  color: #005993;
}
.ui-document .document-header {
  position: relative;
}
.ui-document .share-sheet {
  overflow: hidden;
}
.ui-document .share-sheet .share-buttons {
  float: left;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  background: #f9f9f9;
  padding-left: 10px;
}
.ui-document .share-sheet .share-buttons ul {
  margin-top: 0;
  padding: 0;
}
.ui-document .share-sheet .share-buttons li {
  float: left;
}
.ui-document .share-sheet .share-buttons li:before {
  display: none;
}
.ui-document .share-sheet .share-placeholder {
  float: left;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  right: 10px;
  top: 29px;
  padding: 1px 4px 0;
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.ui-document .share-sheet .share-placeholder i {
  font-size: 21px;
}
.ui-document .share-sheet a {
  display: block;
  padding: 0 8px;
}

.no-touch .ui-document .share-sheet:hover .share-placeholder {
  opacity: 0;
}
.no-touch .ui-document .share-sheet:hover .share-buttons {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.touch .ui-document .share-sheet.active .share-placeholder {
  opacity: 0;
}
.touch .ui-document .share-sheet.active .share-buttons {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.disclosure h2 {
  margin-bottom: 0;
}
.disclosure .entry .info {
  border-top: 1px solid #fff;
  font-size: 12px;
}

.disclosure-description h3 {
  margin-top: 0.5em;
  display: none;
}

.disclosure-media {
  display: table;
  width: 100%;
}
.disclosure-media .action {
  display: table-cell;
}
.disclosure-media .action p {
  margin-top: 0;
}
.disclosure-media .action ul {
  margin-top: 2px;
  padding-left: 0;
}
.disclosure-media .action li {
  display: inline-block;
}
.disclosure-media .action li:before {
  display: none;
}
.disclosure-media .action li + li {
  margin-left: 12px;
}
.disclosure-media .download li + li {
  margin-left: 24px;
}
.disclosure-media .download i {
  margin-right: 4px;
}
.disclosure-media .download .file-type {
  text-decoration: underline;
}
.disclosure-media .download .file-size {
  margin-left: 3px;
}
.disclosure-media .download a {
  text-decoration: none;
}
.disclosure-media .share {
  width: 180px;
}

.year-nav {
  padding-left: 0 !important;
}
.year-nav ul {
  padding-left: 0;
  margin: 0;
}
.year-nav li {
  display: inline-block;
  margin-left: 5px;
  padding-bottom: 10px;
  text-align: center;
}
.year-nav li:first-child {
  margin-left: 0;
}
.year-nav li:before {
  display: none !important;
}
.year-nav a {
  display: block;
  padding: 3px 5px;
  font-size: 1.4em;
  font-weight: 700;
  color: #000;
  text-decoration: none !important;
  color: #ccc;
}
.year-nav a:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  margin: 15px 0 0;
  background: #d2d2d2;
}
.year-nav .active {
  color: #000;
}
.year-nav .active:after {
  background: #fdc82f;
}
.year-nav .bx-wrapper {
  position: relative;
  padding: 0 10px;
}
.year-nav .bx-controls a {
  position: absolute;
  top: 35%;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  color: #008542;
  text-align: center;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity linear 0.2s;
  -moz-transition: opacity linear 0.2s;
  transition: opacity 0.2s linear;
  border: 0;
}
.year-nav .bx-controls a:after {
  display: none;
}
.year-nav .bx-controls .bx-next {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  right: -24px;
}
.year-nav .bx-controls .bx-next:before {
  content: "\f054";
}
.year-nav .bx-controls .bx-prev {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  left: -24px;
}
.year-nav .bx-controls .bx-prev:before {
  content: "\f053";
}
.year-nav .bx-controls .disabled {
  opacity: 0.1;
}

.earnings table td:not(:first-child) {
  text-align: center;
}
.earnings i {
  opacity: 0.2;
}
.earnings .link-document i {
  opacity: 1;
}
.earnings .div-year-nav ul {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-width: 0 1px;
  padding: 0 9px;
  white-space: nowrap;
  overflow-x: auto;
  height: 65px;
}

.calendar h2 {
  margin-top: 32px;
  margin-bottom: 9px;
}
.calendar .text ul li:before {
  display: none;
}
.calendar .text .panel {
  background: hsla(0deg, 0%, 100%, 0.5);
  margin-bottom: 20px;
  position: relative;
}
.calendar .text .panel .panel-body {
  padding: 0 60px 15px 0;
}
.calendar .datepicker {
  display: none;
}
.calendar .labels {
  display: none;
  margin-top: 9px;
  margin-left: 25px;
}
.calendar .labels li {
  float: left;
  width: auto;
  margin: 5px 18px 5px 0;
  padding-left: 16px;
  font-size: 0.857em;
  color: #77787d;
  line-height: 15px;
  white-space: nowrap;
  position: relative;
}
.calendar .labels .calendar-label {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.calendar .content-body ul {
  padding: 0;
  margin: 0;
}
.calendar .content-body ul.year-nav {
  margin: 10px 0;
}
.calendar .content-body .year-nav li {
  display: inline-block;
  margin-left: 10px;
}
.calendar .content-body .year-nav li:first-child {
  margin-left: 0;
}
.calendar .content-body .year-nav li.active a {
  color: #000;
}
.calendar .content-body .year-nav li.active a:after {
  background: #fdc82f;
}
.calendar .fa-calendar-o {
  margin-right: 5px;
}
.calendar .fa-map-marker {
  margin-right: 5px;
}
.calendar .fa-clock-o {
  margin-left: 10px;
}
.calendar .past-events-trigger {
  text-align: center;
}
.calendar .past-events {
  margin-top: 32px;
  display: none;
}

.calendar-label.default-event {
  background: #2dacff !important;
  color: #fff !important;
}

.has-event.eventos span {
  background: #2dacff !important;
  color: #fff !important;
}

.calendar-label.earnings-release {
  background: #001b2d !important;
  color: #fff;
}

.has-event.divulgacao-de-resultados span {
  background: #001b2d !important;
  color: #fff;
}

.calendar-label.conference-call {
  background: #005993 !important;
  color: #fff;
}

.has-event.teleconferencia-de-resultados span {
  background: #005993 !important;
  color: #fff;
}

.calendar-label.multiple-events {
  border: 2px solid #2dacff !important;
}

.has-event.multiple-events span {
  position: relative;
}
.has-event.multiple-events span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #2dacff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
  content: "";
}

.calendar-pdf {
  margin: 15px 0;
  border: solid #f2f2f2;
  border-width: 1px 0;
  padding: 4px;
}
.calendar-pdf a {
  display: block;
  padding: 6px;
  text-align: center;
  text-decoration: none;
}
.calendar-pdf a:hover {
  text-decoration: underline;
}

.event-info.panel .panel-header {
  padding: 10px 60px 2px 18px;
}

.event-info .title {
  font-weight: 500;
  color: #005993;
}
.event-info .export {
  position: absolute;
  top: 12px;
  right: 20px;
}
.event-info .export ul {
  margin: 0;
  padding-left: 0;
  font-size: 1em;
}
.event-info .export ul li {
  float: left;
  margin-left: 9px;
  list-style: none;
}
.event-info .export ul li a {
  color: #666;
}
.event-info .info i {
  width: 16px;
  margin-right: 4px;
  text-align: center;
}
.event-info .info i.fa-clock-o {
  margin-left: 12px;
}
.event-info .info ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.event-info .info li {
  list-style: none;
}

.datepicker {
  position: relative;
}
.datepicker .popover {
  font-size: 0.857em;
}
.datepicker .popover .popover-title {
  padding: 6px 9px;
  font-size: 0.857em;
  text-align: center;
}
.datepicker .popover .popover-content {
  padding: 9px;
}
.datepicker .quarter-name {
  height: 40px;
  font-weight: 700;
  font-size: 1.429em;
  color: #005993;
  line-height: 40px;
  text-align: center;
}
.datepicker .datepicker-header {
  position: relative;
}
.datepicker .datepicker-header h2 {
  text-align: center;
}
.datepicker .datepicker-sheet .calendar {
  padding-bottom: 9px;
}
.datepicker .datepicker-sheet .datepicker-days {
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 6px 9px;
  background: #fff;
}
.datepicker .datepicker-days table {
  width: 100%;
  border-collapse: collapse;
}
.datepicker .datepicker-days table thead {
  border-bottom: 1px solid #ddd;
}
.datepicker .datepicker-days table thead th {
  font-weight: 400;
}
.datepicker .datepicker-days table thead .datepicker-switch {
  padding: 6px 0 12px;
  font-size: 1.286em;
}
.datepicker .datepicker-days table thead .dow {
  padding: 2px 0 9px;
  font-size: 0.857em;
  color: #bbb;
}
.datepicker .datepicker-days table tbody td {
  width: 14.3%;
  cursor: default;
}
.datepicker .datepicker-days table tbody td span {
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px auto;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-size: 0.857em;
  line-height: 26px;
  text-align: center;
}
.datepicker .datepicker-days table tbody tr:first-child td {
  padding-top: 9px;
}
.datepicker .datepicker-days table tbody td.weekend span {
  color: #bbb;
}

.calendar-popover {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.calendar-popover .single-event {
  text-align: center;
}
.calendar-popover li {
  display: table-row;
  margin-top: 9px;
}
.calendar-popover li .info {
  display: table-cell;
  padding-right: 6px;
  padding-bottom: 9px;
}
.calendar-popover li .info .title {
  font-weight: 700;
}
.calendar-popover li .info i {
  margin-right: 6px;
}
.calendar-popover li .time {
  display: table-cell;
  padding-right: 6px;
  padding-bottom: 9px;
  text-align: right;
  white-space: nowrap;
}
.calendar-popover li:last-child .info {
  padding-bottom: 0;
}
.calendar-popover li:last-child .time {
  padding-bottom: 0;
}
.calendar-popover li:first-child {
  margin-top: 0;
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

.fn-calendar-load-past-events {
  margin-top: 20px;
}

.datepicker-controls {
  position: static;
}
.datepicker-controls a {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 1.429em;
  color: #005993;
  line-height: 40px;
  text-align: center;
}
.datepicker-controls .next {
  left: auto;
  right: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
}

.popover.top {
  margin-top: -10px;
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right {
  margin-left: 10px;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom {
  margin-top: 10px;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left {
  margin-left: -10px;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1em;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.glossario .nav > li > a {
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  outline: 0;
}
.glossario .nav li a {
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  outline: 0;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  display: inline-block;
  color: #333;
  padding: 6px;
}
.glossario .nav li:before {
  display: none;
}
.glossario .nav li.disabled a {
  color: #ddd;
}
.glossario .nav:after {
  content: " ";
  display: table;
  clear: both;
}
.glossario .nav:before {
  content: " ";
  display: table;
}
.glossario .ui-state-active a {
  border-color: #eee #eee #ddd;
  background: #eee;
}
.glossario .nav-tabs {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding-left: 20px;
  border-top: 0;
  margin-bottom: 20px;
}
.glossario .nav-tabs li {
  float: left;
  margin-bottom: -1px;
}
.glossario .nav-tabs li a {
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  border-radius: 4px 4px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.glossario .nav-tabs li.disabled a:focus {
  color: #bbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.glossario .nav-tabs li.disabled a:hover {
  color: #bbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.glossario .nav-tabs li.active a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  color: #008542;
}
.glossario .nav-tabs li.active a:focus {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  color: #008542;
}
.glossario .nav-tabs li.active a:hover {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  color: #008542;
}
.glossario .tab-content h2 {
  margin-top: 0.9em;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}
.tab-pane.active h2:first-child {
  margin-top: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

@media (min-width: 768px) {
  .container {
    width: 737.28px;
  }

  .row {
    display: table;
    width: 100%;
  }
  .row .col {
    display: table-cell;
    vertical-align: top;
  }

  ul.inline:after {
    display: block;
    clear: both;
    content: "";
  }
  ul.inline li {
    float: left;
  }

  .xs-only {
    display: none !important;
  }

  .sm-only {
    display: block;
  }

  .xs-hide {
    display: block;
  }

  .sm-hidden {
    display: none;
  }

  .ui-top .masthead {
    z-index: 6;
    height: 100%;
  }

  .nav-trigger > span {
    display: none;
  }

  .ui-nav {
    position: absolute;
  }
  .ui-nav .sub-menu {
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    -o-transition-property: opacity, background-color, -o-transform;
    -moz-transition-property: opacity, transform, background-color, -moz-transform;
    transition-property: opacity, transform, background-color;
    transition-property: opacity, transform, background-color, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.24s;
    -moz-transition-duration: 0.24s;
    -o-transition-duration: 0.24s;
    transition-duration: 0.24s;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    height: 390px;
    color: #686159;
    background: #f9f9f9;
  }
  .ui-nav .sub-menu li {
    font-size: 0.9em;
  }
  .ui-nav .sub-menu li.section-interface {
    padding: 0;
  }
  .ui-nav .sub-menu li.section-interface a:hover {
    text-decoration: none;
  }
  .ui-nav .sub-menu li.section-interface a:hover:before {
    display: none;
  }
  .ui-nav .sub-menu li.text-menu {
    padding: 3px 35px 3px 22px;
    color: #005993;
    font-weight: 700;
    font-size: 1.05em;
  }
  .ui-nav .sub-menu a {
    display: block;
    position: relative;
  }
  .ui-nav .sub-menu a:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #005993;
    -webkit-transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -moz-transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    left: 0;
  }
  .ui-nav .sub-menu a:after {
    right: 0;
  }
  .ui-nav .sub-menu a:hover {
    text-decoration: underline;
    color: #000;
  }
  .ui-nav .sub-menu a:hover:after {
    width: 3px;
  }
  .ui-nav .sub-menu a:hover:before {
    width: 3px;
  }
  .ui-nav .sub-menu .highlight {
    margin: 0 -3px;
    padding: 2px 3px;
    background-color: rgba(0, 133, 66, 0.64);
    color: #fff;
  }
  .ui-nav .nav-drawer {
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    -o-transition-property: opacity, background-color, -o-transform;
    -moz-transition-property: opacity, transform, background-color, -moz-transform;
    transition-property: opacity, transform, background-color;
    transition-property: opacity, transform, background-color, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.24s;
    -moz-transition-duration: 0.24s;
    -o-transition-duration: 0.24s;
    transition-duration: 0.24s;
    visibility: hidden;
  }
  .ui-nav .level-1 {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    z-index: 2;
  }
  .ui-nav .menu-section {
    display: table-cell;
    vertical-align: top;
    position: relative;
    cursor: default;
  }
  .ui-nav .menu-section .section-title {
    text-align: center;
    padding: 4px 25px;
    color: #000;
    font-size: 1em;
    line-height: 1.4em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .ui-nav .menu-section .section-title:after {
    content: "";
    width: 3px;
    height: 17px;
    background: #008542;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
  }
  .ui-nav .menu-section .icon-search {
    font-size: 19px;
    position: absolute;
    right: auto;
    left: 4px;
    color: #008542;
  }
  .ui-nav .menu-section:hover .section-title {
    border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.5);
  }
  .ui-nav .menu-section:hover .sub-menu {
    background-color: #f6f6f6;
  }
  .ui-nav .menu-section.menu-a .section-title {
    max-width: 135px;
    margin: 0 auto;
  }
  .ui-nav .menu-section.menu-a .text-menu {
    max-width: 130px;
  }
  .ui-nav .menu-section.menu-b .text-menu {
    padding-right: 45px;
  }
  .ui-nav .menu-section.menu-e .section-title:after {
    display: none;
  }
  .ui-nav .menu-a .sub-menu {
    border-left: 0;
    border-bottom: 5px solid #fdc82f;
    border-left: 1px solid #f1f1f1;
  }
  .ui-nav .menu-e .sub-menu {
    border-right: 1px solid #f1f1f1;
  }
  .ui-nav .search {
    position: absolute;
    z-index: 5;
    padding: 8px 0;
    height: 0;
    width: 99.94%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .ui-nav .search .icon-search {
    position: absolute;
    top: 11px;
    left: 4px;
    cursor: default;
    color: #005993;
  }
  .ui-nav .search input {
    display: block;
    width: 60%;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #005993;
    padding: 10px 16px 10px 0;
    color: #005993;
    font-size: 0.8em;
    font-weight: 700;
    margin-left: 55px;
  }
  .ui-nav .search input::-webkit-input-placeholder {
    color: #005993;
    font-weight: 700;
  }
  .ui-nav .search input::-moz-placeholder {
    color: #005993;
    font-weight: 700;
  }
  .ui-nav .search input:-ms-input-placeholder {
    color: #005993;
    font-weight: 700;
  }
  .ui-nav .search input::placeholder {
    color: #005993;
    font-weight: 700;
  }
  .ui-nav .search a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 12px;
    background-color: rgba(0, 133, 66, 0.8);
    color: #fff;
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 0.9em;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .ui-nav .search .keyword {
    padding-right: 2px;
    font-weight: 500;
    font-style: italic;
  }

  .ui-nav.in .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    border-bottom: 5px solid #fdc82f;
    visibility: visible;
  }
  .ui-nav.in .nav-drawer {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    border-bottom: 5px solid #fdc82f;
    visibility: visible;
  }
  .ui-nav.in .search {
    height: auto;
    opacity: 1;
    visibility: visible;
    background: #fff;
    top: 0;
  }
  .ui-nav.in .search.in {
    height: 58px;
    opacity: 1;
    visibility: visible;
  }
  .ui-nav.in .search.in a {
    opacity: 1;
    visibility: visible;
  }

  .en .ui-nav .menu-section .section-title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .en .ui-nav .menu-section .section-title:after {
    top: 7px;
  }

  .ui-cover .company-brands {
    padding-top: 115px;
  }
  .ui-cover .company-brands ul {
    width: 25%;
  }
  .ui-cover .company-brands .logo-the-body-shop {
    width: 35px;
  }
  .ui-cover .company-brands .logo-natura {
    width: 46px;
    margin-top: -7px;
  }
  .ui-cover .company-brands .logo-aesop {
    width: 55px;
  }

  .home-container .box {
    width: 32.3%;
  }

  .ui-document .document-title {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
  }
  .ui-document .document-title i {
    position: absolute;
    margin-top: 8px;
  }
  .ui-document .document-title a {
    text-decoration: none;
    display: inline-block;
    padding-left: 50px;
    position: relative !important;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
    width: 100%;
  }
  .ui-document .document-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 60px 15px 16px;
  }
  .ui-document .document-date {
    display: inline-block;
    vertical-align: middle;
    min-width: 55px;
  }
  .ui-document .document-actions {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .ui-document .document-actions .actions-wrapper {
    display: table;
    height: 100%;
  }
  .ui-document .document-actions .material-icons {
    vertical-align: middle;
  }
  .ui-document .document-actions .add-to-downloads-button {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .ui-document .document-actions .download-button {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .ui-document .document-actions .share-sheet {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .ui-document .add-to-downloads-button {
    padding: 0 10px;
  }
  .ui-document .download-button {
    padding: 0 10px;
  }
  .ui-document .share-sheet {
    position: relative;
  }

  .content-body .field > label {
    display: table;
    width: 100%;
  }
  .content-body .field .field-label {
    display: table-cell;
    width: 20%;
    padding: 3px 5px;
    vertical-align: top;
  }
  .content-body .field .field-input {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
  }
  .content-body .form .action {
    padding-left: 20%;
  }
  .content-body .form .info {
    padding-left: 20%;
  }

  .calendar .datepicker {
    display: block;
  }
  .calendar .labels {
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .ui-nav .menu-section .section-title {
    font-size: 0.9em;
    padding: 4px 25px;
  }
  .ui-nav .menu-section.menu-a {
    width: 175px;
  }

  .en .ui-nav .sub-menu {
    height: 530px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .ui-nav .menu-section .section-title {
    font-size: 1em;
  }
  .ui-nav .menu-section.menu-a {
    width: auto;
  }

  .en .ui-nav .sub-menu {
    height: 425px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 983.04px;
  }

  .sidenav-disabled-only {
    display: block;
  }

  .sidenav-enabled-only {
    display: none !important;
  }

  .sm-only {
    display: none;
  }

  .sm-hidden {
    display: block;
  }

  .ui-top {
    height: 235px;
  }
  .ui-top .back-to-home .area-link {
    width: 380px;
    left: 159px;
    height: 45px;
  }
  .ui-top .back-to-home .ri {
    font-size: 1.4em;
    right: 56px;
    bottom: 119px;
  }
  .ui-top .nav-trigger {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 11px;
    z-index: 6;
    padding: 0;
    height: 65px;
  }
  .ui-top .nav-trigger.in {
    z-index: 4;
  }

  .ui-nav {
    top: -70px;
    left: auto;
  }
  .ui-nav .sub-menu {
    top: 42px;
    padding: 9px 0 4px;
    top: 55px;
    height: 540px;
  }
  .ui-nav .sub-menu li {
    padding: 3px 0;
  }
  .ui-nav .sub-menu a {
    padding: 3px 22px;
  }

  .ui-banner .banner-panel .banner-text {
    padding-left: 100px;
    padding-right: 0;
  }
  .ui-banner .bx-controls-direction a.bx-prev {
    left: 6%;
  }
  .ui-banner .bx-controls-direction a.bx-next {
    right: 6%;
  }

  .esp .panel-quotes .ticker {
    width: 73%;
  }

  .panel-quotes.open .line-quotes .disclaimer {
    top: 55px;
  }

  .home-container .panel {
    width: 32.3%;
    padding: 25px 25px 85px;
  }

  .banner-secundario .js-load-content {
    width: 80%;
  }

  .content-body .section-green {
    padding: 30px 300px 40px 40px;
  }
  .content-body .section-green .bg-image {
    background: url(img/bg-section.jpg) -190px -230px no-repeat;
  }

  .year-nav {
    padding-bottom: 0;
  }

  .datepicker-controls a {
    max-width: 90px;
  }

  .datepicker .datepicker-sheet {
    display: table;
    border-collapse: separate;
  }
  .datepicker .datepicker-sheet .calendar {
    display: table-cell;
    padding: 0 2px;
  }
  .datepicker .datepicker-sheet .calendar:first-child {
    padding-left: 0;
    padding-right: 4px;
  }
  .datepicker .datepicker-sheet .calendar:last-child {
    padding-left: 4px;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1228.8px;
  }

  .ui-top .masthead {
    z-index: 6;
  }
  .ui-top .back-to-home .area-link {
    width: 390px;
    left: 155px;
    height: 50px;
  }
  .ui-top .back-to-home .ri {
    font-size: 1.5em;
    right: 60px;
    bottom: 117px;
  }

  .ui-nav .sub-menu {
    height: 445px;
  }

  .ui-content {
    width: 71%;
    padding: 0 0 20px;
  }

  .ui-content.article {
    width: 100%;
    max-width: 900px;
  }

  .sidebar {
    width: 25%;
  }

  .ui-banner .banner-panel .banner-text {
    max-width: 1040px;
  }
  .ui-banner .bx-controls-direction a.bx-prev {
    left: 5%;
  }
  .ui-banner .bx-controls-direction a.bx-next {
    right: 5%;
  }

  .panel-quotes .ticker {
    width: 80%;
  }
  .panel-quotes .details .info-quote {
    width: 40%;
  }
  .panel-quotes .details .graph {
    width: 60%;
  }
  .panel-quotes .details .graph:before {
    content: "";
    display: inline-block;
    height: 150px;
    width: 1px;
    background: #bebebe;
    position: absolute;
    bottom: 100px;
  }

  .esp .panel-quotes .ticker {
    width: 78%;
  }

  .home-container .box {
    width: 30.3%;
  }
  .home-container .panel {
    width: 30.3%;
  }

  .banner-secundario .js-load-content {
    width: 60%;
  }

  .content-body .section-green {
    padding: 30px 390px 40px 40px;
  }
  .content-body .section-green .bg-image {
    background: url(img/bg-section.jpg) 0 -230px no-repeat;
  }
}
@media (max-width: 1023px) {
  .ui-content {
    width: 100%;
    padding: 10px 0 20px;
  }

  .sidebar {
    display: none;
  }

  .panel-quotes {
    height: 90px;
    display: block;
  }
  .panel-quotes .more {
    font-size: 1em;
    padding: 5px 10px;
    position: absolute;
    margin-left: 0;
    bottom: auto;
    right: 0;
    top: 48px;
  }
  .panel-quotes > .container {
    height: 85%;
  }
  .panel-quotes .disclaimer {
    position: absolute;
    margin-left: 0;
    bottom: auto;
    left: 0;
    margin-top: 40px;
  }
  .panel-quotes .ticker {
    position: absolute;
    margin-left: 0;
    max-width: none;
    left: 0;
    padding-left: 0;
    right: 0;
    top: 30px;
    padding-bottom: 0;
    width: 100%;
  }

  .home-container .panel.events li .box-date {
    padding-right: 9px;
  }
  .home-container .panel.events li .box-date .day {
    font-size: 1.2em;
  }
  .home-container .panel.events li .box-text {
    padding-left: 9px;
  }
  .home-container .box .info {
    padding: 10px;
  }
  .home-container .box h2 {
    font-size: 1.1em;
    margin-bottom: 14px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .panel-quotes .disclaimer {
    width: 50%;
    margin-top: 25px;
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-overflow {
    overflow-x: scroll;
  }

  .container {
    padding: 0 16px;
  }

  .fixed-notification-on .ui-top .masthead {
    top: 0;
  }
  .fixed-notification-on .ui-cover {
    height: 160px;
  }

  .title-bar {
    display: none;
  }

  .ui-top .links-header {
    width: auto;
    top: -18px;
  }
  .ui-top .links-header .about {
    display: none;
  }
  .ui-top .links-header .links-site > ul {
    display: none;
  }
  .ui-top .links-header .links-site .tops .content-tops .tops-body {
    border-bottom: 5px solid #fdc82f;
  }
  .ui-top .links-header .social-media {
    display: none;
  }
  .ui-top .masthead {
    position: fixed;
    background: #fff;
    padding: 10px 0;
    height: 90px;
    -webkit-box-shadow: 0 1px 3px #666;
    -moz-box-shadow: 0 1px 3px #666;
    box-shadow: 0 1px 3px #666;
  }
  .ui-top .back-to-home {
    width: 150px;
    height: 31px;
    min-width: auto;
    margin: 0 auto;
    display: block;
    background: url(img/logo-petrobras.png) no-repeat;
    -webkit-background-size: 147px 147px;
    -moz-background-size: 147px;
    background-size: 147px;
    position: relative;
    left: auto;
  }
  .ui-top .back-to-home .ri {
    position: absolute;
    bottom: -35px;
    font-size: 1em;
    right: auto;
    max-width: none;
    width: 230px;
    padding: 0;
    text-align: center;
    left: -40px;
    border-left: 0;
  }
  .ui-top .back-to-home .area-link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .ui-top .nav-trigger {
    padding: 0;
    position: absolute;
    top: 0;
    left: 15px;
  }
  .ui-top .nav-trigger > span {
    color: #008542;
    position: relative;
    top: 4px;
    font-size: 18px;
  }
  .ui-top .nav-trigger .search {
    display: none;
  }
  .ui-top .nav-trigger .menu-bars {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .ui-top .nav-trigger .menu-bars span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 23px;
    height: 3px;
    background-color: #008542;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ui-top .nav-trigger .menu-bars span:after {
    width: 23px;
    height: 3px;
    background-color: #008542;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: absolute;
    content: "";
    top: 8px;
  }
  .ui-top .nav-trigger .menu-bars span:before {
    width: 23px;
    height: 3px;
    background-color: #008542;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: absolute;
    content: "";
    top: -8px;
  }

  .header-fill .ui-top .nav-trigger .menu-bars span {
    background-color: #495961;
  }
  .header-fill .ui-top .nav-trigger .menu-bars span:after {
    background-color: #495961;
  }
  .header-fill .ui-top .nav-trigger .menu-bars span:before {
    background-color: #495961;
  }

  .ui-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 82%;
    background-color: #ededed;
    font-size: 1em;
    -webkit-box-shadow: 5px 0 2px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 0 2px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0 2px -3px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-102%);
    -moz-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    -o-transform: translateX(-102%);
    transform: translateX(-102%);
    -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform cubic-bezier(0.4, 0, 0.2, 1) 0.32s;
    -moz-transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.32s, -moz-transform cubic-bezier(0.4, 0, 0.2, 1) 0.32s;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ui-nav .level-1 {
    -webkit-box-shadow: inset 0 -8px 0 #fdc82f;
    -moz-box-shadow: inset 0 -8px 0 #fdc82f;
    box-shadow: inset 0 -8px 0 #fdc82f;
    padding: 18px 0 32px;
  }
  .ui-nav .container {
    padding: 0;
  }
  .ui-nav .text-menu {
    display: none !important;
  }
  .ui-nav .section-interface a {
    margin: 1px 0;
    padding: 6px 16px;
  }
  .ui-nav a {
    margin: 1px 0;
    padding: 6px 16px;
    display: block;
  }
  .ui-nav a:active {
    background-color: #111;
    color: #ddd;
  }
  .ui-nav .search-menu {
    background: none;
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid #bebebe;
  }
  .ui-nav .search-menu .fa.fa-search {
    position: absolute;
    top: 12px;
    left: 20px;
    color: #333;
  }
  .ui-nav .search-menu .input-search-mobile {
    margin: 6px 16px;
    padding: 4px 5px;
    width: 85%;
    background: none;
    color: #000;
    border: 0;
    font-style: italic;
  }
  .ui-nav .search-menu .input-search-mobile::-webkit-input-placeholder {
    color: #000;
    font-style: italic;
  }
  .ui-nav .search-menu .input-search-mobile::-moz-placeholder {
    color: #000;
    font-style: italic;
  }
  .ui-nav .search-menu .input-search-mobile:-ms-input-placeholder {
    color: #000;
    font-style: italic;
  }
  .ui-nav .search-menu .input-search-mobile::placeholder {
    color: #000;
    font-style: italic;
  }
  .ui-nav .js-search-more {
    display: none;
  }
  .ui-nav .menus-languages {
    padding: 30px 0;
    text-align: center;
  }
  .ui-nav .menus-languages li {
    display: inline-block;
    width: 41%;
  }
  .ui-nav .menus-languages li a {
    text-align: center;
    display: block;
    padding: 10px 0;
    border: 1px solid #bebebe;
  }
  .ui-nav .menu-section .icon-search {
    display: none;
  }
  .ui-nav .menu-section .section-title {
    padding: 13px 30px 13px 16px;
    font-size: 20px;
    font-weight: 500;
    color: #005993;
    border-bottom: 1px solid #bebebe;
  }
  .ui-nav .menu-section .section-title:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #005993;
    position: absolute;
    right: 10px;
    font-size: 28px;
  }
  .ui-nav .menu-section .sub-menu {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ui-nav .menu-section .sub-menu .sub-section {
    color: #9e9e9e;
  }
  .ui-nav .menu-section .sub-menu .sub-section a {
    color: #9e9e9e;
  }
  .ui-nav .menu-section .sub-menu .sub-section:before {
    top: 8px;
    color: #9e9e9e;
  }
  .ui-nav .menu-section.menu-g {
    display: none;
  }
  .ui-nav .menu-section.menu-h {
    display: none;
  }
  .ui-nav .menu-section.active .section-title:after {
    content: "\f107";
  }
  .ui-nav .menu-section.active .sub-menu {
    height: auto;
  }
  .ui-nav .js-search-input {
    display: none;
  }
  .ui-nav .nav-drawer {
    display: none;
  }

  .ui-nav.in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .ui-nav.search-active .menu-section {
    padding-top: 0;
  }
  .ui-nav.search-active .js-search-more {
    display: block;
    background: #f0f0f0;
    border-top: 1px solid #008542;
    border-bottom: 1px solid #008542;
  }

  .ui-nav.active-search-plus .sub-menu {
    height: auto;
  }

  .ui-page-header .header-bar {
    margin-bottom: 20px;
    font-size: 10px;
  }
  .ui-page-header .ui-breadcrumb li {
    display: block;
    text-transform: none;
  }
  .ui-page-header .ui-breadcrumb li:after {
    display: none;
  }
  .ui-page-header .ui-breadcrumb li:first-child {
    display: none;
  }
  .ui-page-header .ui-breadcrumb li.current {
    color: #005993;
    text-transform: uppercase;
  }

  .ui-hero {
    height: 220px;
  }
  .ui-hero .header-bar {
    padding-top: 90px;
    text-align: left;
  }
  .ui-hero .ui-page-title h1 {
    font-size: 1.563em;
  }

  .ui-bottom .indices img {
    max-width: 60%;
    margin: 0 auto;
  }
  .ui-bottom .policies a.icon-acesso {
    display: none;
  }
  .ui-bottom .policies ul.links-policies {
    padding: 0 0 30px;
    text-align: center;
    max-width: 100%;
    margin: 0;
    display: block;
  }
  .ui-bottom .policies ul.links-policies li {
    margin-top: 8px;
    font-size: 0.9em;
    display: block;
    border: 0;
  }
  .ui-bottom .policies ul.links-policies li:first-child {
    margin-top: 0;
  }

  body.fixed-notification-on.scroll {
    padding-top: 19px;
  }

  .ui-notification.popup .body {
    padding: 0;
  }

  .ui-notification .title {
    height: auto;
  }
  .ui-notification .title .arrow-1 {
    left: 10px;
  }
  .ui-notification .title .arrow-2 {
    right: 10px;
  }

  .mobile-viewer {
    display: block;
    max-width: 100%;
    height: 180px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .mobile-viewer:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 95px 0 0;
    background: hsla(0deg, 0%, 95%, 0.9);
    font-size: 18px;
    text-align: center;
    z-index: 1;
  }
  .mobile-viewer:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 64px 0 0;
    font-size: 18px;
    color: #666;
    text-align: center;
    content: "\f065";
    z-index: 2;
  }

  .pt-br .mobile-viewer:before {
    content: "Expandir conteúdo";
  }

  .en .mobile-viewer:before {
    content: "Expand content";
  }

  .ui-banner {
    font-size: 13px;
    height: 210px;
  }
  .ui-banner .bx-viewport {
    height: 270px !important;
  }
  .ui-banner .bx-viewport ul li {
    width: 100% !important;
  }
  .ui-banner .bx-viewport ul li h1 {
    font-size: 1.5em !important;
    margin: 40px 0 10px 10px;
  }
  .ui-banner .bx-viewport ul li p {
    font-size: 1em;
    margin-top: 0;
    line-height: 5px;
  }
  .ui-banner .banner-slide {
    height: 210px;
  }
  .ui-banner .banner-panel {
    padding-top: 56.7px;
  }
  .ui-banner h1 {
    font-size: 1.083em;
  }
  .ui-banner h2 {
    font-size: 1.083em;
  }
  .ui-banner .bx-controls-direction a.bx-prev {
    left: 0;
    margin-left: 0;
  }
  .ui-banner .bx-controls-direction a.bx-next {
    right: 0;
    margin-right: 0;
  }

  .ui-cover {
    height: 210px;
    height: 195px;
    background: url(img/bg-marca-mobile.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: bottom;
  }
  .ui-cover .company-brands {
    padding-top: 143px;
  }
  .ui-cover .company-brands ul {
    width: 95%;
  }
  .ui-cover .company-brands .logo-the-body-shop {
    width: 58px;
  }
  .ui-cover .company-brands .logo-natura {
    width: 69px;
    margin-top: -7px;
  }
  .ui-cover .company-brands .logo-aesop {
    width: 75px;
  }

  .panel-quotes {
    background: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: auto !important;
    margin-top: 10px;
  }
  .panel-quotes .ticker {
    position: static;
  }
  .panel-quotes .ticker .change {
    width: 33.3%;
    text-align: right;
  }
  .panel-quotes .ticker .price {
    width: 33.3%;
    padding-left: 5%;
  }
  .panel-quotes .ticker .title {
    width: 33.3%;
    margin-left: 0;
  }
  .panel-quotes .ticker .js-quote {
    border: 0;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
  .panel-quotes .more {
    font-size: 0.9em;
    position: static;
    margin-top: 20px;
    display: block;
    padding: 15px 10px;
    text-align: center;
    font-size: 1.1em;
  }
  .panel-quotes > .container {
    width: 95%;
    padding: 0 5px;
  }

  .order-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ui-home {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ui-home .home-container.panels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ui-home .home-container.panels .panel.results {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ui-home .home-container.panels .panel.documents {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
  .ui-home .home-container.panels .panel.events {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .toolbox {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    width: 100%;
  }

  .home-container {
    display: block;
    margin: 30px 0;
  }
  .home-container .panel {
    display: block;
    width: 100%;
    padding: 0;
    margin: 30px 0;
    background: none;
  }
  .home-container .panel .js-load-content {
    font-size: 1.05em;
  }
  .home-container .panel .text-home {
    font-size: 1.05em;
  }
  .home-container .panel h2 {
    font-size: 1.35em;
    margin-bottom: 20px;
  }
  .home-container .panel .accordion-header a.more {
    position: static;
    margin-top: 20px;
    display: block;
    padding: 15px 10px;
    text-align: center;
  }
  .home-container .panel .bx-viewport li {
    margin-top: 0;
  }
  .home-container .panel .bx-controls .bx-controls-direction {
    display: none;
  }
  .home-container .panel .bx-controls .bx-pager {
    text-align: center;
    margin: 20px 0;
  }
  .home-container .panel .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
    margin-left: 4px;
  }
  .home-container .panel .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
    background: #e4e4e4;
    text-align: center;
    margin-left: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .home-container .panel .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
    background: #005993;
  }
  .home-container .panel.events li {
    margin-top: 10px;
    min-height: 60px;
  }
  .home-container .panel.events li .box-date {
    height: 50px;
  }
  .home-container .box {
    width: 100%;
    display: block;
    margin: 30px 0;
    background: none;
  }
  .home-container .box .image {
    height: 75px;
  }
  .home-container .box .image:after {
    background-position: 50%;
  }
  .home-container .box .image:before {
    background: rgba(0, 27, 40, 0.1);
  }
  .home-container .box .info {
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 1;
    top: 13px;
    font-style: italic;
  }
  .home-container .box h2 {
    margin-bottom: 4px;
    font-size: 1.2em;
    text-transform: none;
  }
  .home-container .box p {
    display: none;
  }

  .banner-secundario h2 {
    font-size: 1em;
  }

  .content-body h2 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .content-body h3 {
    font-size: 1.2em;
  }
  .content-body .section-green {
    padding: 20px 20px 20px 30px;
    overflow-x: hidden;
  }
  .content-body table td {
    padding: 9px 4px;
    font-size: 0.94em;
  }
  .content-body table th {
    padding: 9px 4px;
    font-size: 0.94em;
  }
  .content-body table.new_checkbox td {
    padding: 4px 2px;
    font-size: 0.84em;
  }
  .content-body table.new_checkbox th {
    padding: 4px 2px;
    font-size: 0.84em;
  }
  .content-body .accordion .accordion-header {
    padding: 10px 55px 10px 10px;
  }
  .content-body .accordion .accordion-header:after {
    top: 17%;
    right: 4.5%;
  }
  .content-body .form .action {
    text-align: center;
  }
  .content-body .form .info {
    text-align: center;
  }

  .ui-document.ui-document-kit .document-date {
    width: auto;
  }
  .ui-document .document-header {
    padding: 18px 32px 18px 16px;
  }
  .ui-document .document-date {
    padding-bottom: 4px;
    width: auto;
    text-align: left;
    border: 0;
  }
  .ui-document .document-date .day {
    display: inline-block;
    top: auto;
    vertical-align: middle;
    margin-right: 5px;
  }
  .ui-document .document-date .month {
    display: inline-block;
    top: auto;
    vertical-align: middle;
    margin-left: 5px;
    line-height: 1em;
    font-size: 1.2em;
  }
  .ui-document .add-to-downloads-button {
    display: none;
  }
  .ui-document .download-button {
    display: none;
  }
  .ui-document .document-title i {
    margin-right: 5px;
    margin-left: 0;
  }
  .ui-document .share-sheet {
    position: absolute;
    top: 12px;
    right: 16px;
  }
  .ui-document .share-sheet .share-placeholder {
    top: 0;
  }

  .disclosure-media .action {
    display: block;
  }
  .disclosure-media .share {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-top: 10px;
  }

  .year-nav .bx-controls .bx-next {
    right: -13px;
  }

  .info .human-time {
    display: block;
  }

  .event-info .info i.fa-clock-o {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ui-top {
    height: 245px;
  }
  .ui-top .links-header {
    width: 40%;
  }
  .ui-top .links-header .links-site {
    position: absolute;
    width: 150%;
    right: 0;
    margin-top: 15px;
  }
  .ui-top .back-to-home {
    width: 525px;
    -webkit-background-size: 525px 525px;
    -moz-background-size: 525px;
    background-size: 525px;
  }
  .ui-top .back-to-home .area-link {
    width: 335px;
    left: 135px;
    top: 21px;
    height: 50px;
  }
  .ui-top .back-to-home .ri {
    font-size: 1.1em;
    right: 15px;
    bottom: 130px;
  }
  .ui-top .nav-trigger {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 5px;
    z-index: 6;
    padding: 0;
    height: 49px;
  }
  .ui-top .nav-trigger.in {
    z-index: 4;
  }

  .ui-nav {
    top: -54px;
    left: 0;
  }
  .ui-nav .sub-menu {
    padding: 6px 0 4px;
    font-size: 12px;
    top: 38px;
    top: 55px;
    height: 500px;
  }
  .ui-nav .sub-menu .sub-section:before {
    left: 13px;
  }
  .ui-nav .sub-menu .sub-section a {
    padding-left: 25px;
  }
  .ui-nav .sub-menu li {
    padding: 2px 0;
  }
  .ui-nav .sub-menu a {
    padding: 3px 9px;
  }
  .ui-nav .menu-section.menu-f {
    width: auto;
  }
  .ui-nav .section-title {
    font-size: 12px;
    line-height: 14px;
  }

  .ui-hero .header-bar {
    padding-top: 210px;
  }
  .ui-hero .ui-page-title {
    font-size: 14px;
  }

  .ui-banner .banner-panel {
    padding-top: 56.7px;
    padding-left: 60px;
  }
  .ui-banner .banner-panel .banner-text {
    max-width: 650px;
  }
  .ui-banner h1 {
    font-size: 1.8em;
  }
  .ui-banner h2 {
    font-size: 1.8em;
  }
  .ui-banner .bx-controls-direction a.bx-prev {
    left: 15px;
    margin-left: 0;
  }
  .ui-banner .bx-controls-direction a.bx-next {
    right: 15px;
    margin-right: 0;
  }

  .panel-quotes .details .graph {
    position: relative;
  }
  .panel-quotes .details .graph .snapchart {
    position: absolute;
    bottom: 60px;
  }

  .home-container .panel {
    width: 32.3%;
  }
  .home-container .panel h2 {
    font-size: 1.1em;
  }
  .home-container .panel a.more {
    font-size: 1em;
    padding: 5px 10px;
  }
  .home-container .panel.results li {
    margin-top: 10px;
  }
  .home-container .box .image {
    height: 180px;
  }

  .content-body .section-green .bg-image {
    background: url(img/bg-section.jpg) -100px -229px no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ui-nav .menu-section .section-title {
    font-size: 0.8em;
    padding: 4px 5px;
  }
  .ui-nav .menu-section .section-title:after {
    width: 1px;
  }
  .ui-nav .menu-section.menu-a {
    width: 130px;
  }
  .ui-nav .menu-section.menu-a .section-title {
    max-width: 95px;
    padding-left: 15px;
  }
  .ui-nav .sub-menu li {
    font-size: 1.1em;
  }
  .ui-nav .sub-menu li.section-interface {
    padding: 3px 25px 3px 9px;
  }
  .ui-nav .sub-menu li.text-menu {
    padding: 3px 25px 3px 9px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .panel-quotes .disclaimer {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.content-body table {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.ui-mobile-viewer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 6;
  display: none;
}
.ui-mobile-viewer .viewer {
  position: fixed;
  top: 56px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.ui-mobile-viewer .window {
  padding: 0 1em 2em;
}
.ui-mobile-viewer .content-body {
  width: 768px;
}
.ui-mobile-viewer .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  padding-left: 12px;
  background-color: #f1f1f1;
  font-size: 16px;
  line-height: 56px;
  box-shadow: 0px 5px 2px -3px rgba(0, 0, 0, 0.2);
}
.ui-mobile-viewer .back::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 8px;
  font-size: 14px;
  content: "\f053";
}

.ui-mobile-viewer.in {
  display: block;
}

.content-body .search .searchContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-body .search .searchContainer .tableSearch {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.content-body .search .searchContainer .tableSearch tr:nth-child(odd) {
  background-color: #fbfbfb;
}
.content-body .search .searchContainer .tableSearch tr td {
  color: #000000;
  padding: 10px 0;
  border-bottom: 0;
  font-size: 14px;
  font-size: 0.875em;
}
.content-body .search .searchContainer .tableSearch tr td.notFound {
  padding-left: 15px;
}
.content-body .search .searchContainer .tableSearch tr td.date {
  width: 110px;
  text-align: center;
}
.content-body .search .searchContainer .tableSearch tr td.icon {
  width: 50px;
  padding: 0;
  text-align: center;
  line-height: 0;
}
.content-body .search .searchContainer .tableSearch tr td.icon img {
  max-width: 20px;
}
.content-body .search .searchContainer .tableSearch tr td.text {
  padding-right: 15px;
  padding-left: 15px;
}
.content-body .search .searchContainer .tableSearch tr td a {
  text-decoration: none;
  color: #000000;
}
.content-body .search .searchContainer .scrollSearchFiles {
  overflow: auto;
}
.content-body .search .searchContainer .circle {
  width: 10px;
  height: 10px;
  background-color: #008542;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.content-body .search .searchContainer .resultList {
  position: relative;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.content-body .search .searchContainer .resultList.resultFiles {
  margin-bottom: 15px;
}
.content-body .search .searchContainer .resultList:first-child:after {
  content: "";
  background-color: #008542;
  display: block;
  width: 3px;
  height: calc(100% - 34px);
  position: absolute;
  top: 34px;
  right: -1.5px;
  display: none;
}
.content-body .search .searchContainer .resultList td.text {
  text-align: left !important;
}
@media (max-width: 768px) {
  .content-body .search .searchContainer .resultList {
    margin-top: 40px;
    max-width: 100%;
  }
  .content-body .search .searchContainer .resultList:first-child {
    padding-right: 0;
  }
  .content-body .search .searchContainer .resultList:first-child:after {
    display: none;
  }
  .content-body .search .searchContainer .resultList:last-child {
    padding-left: 0;
  }
}
.content-body .search .searchContainer .resultList h3 {
  position: static;
  top: -50px;
  left: 0;
  font-weight: 400;
  color: #008542;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25em;
}

.file-manager {
  display: inline-block;
  width: 100%;
}

.arquivos .data {
  width: 120px;
}
.arquivos .icone img {
  margin: 0 auto;
}
.arquivos .icone.off img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.arquivos .hidden {
  display: none;
}

.buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 15px;
}
.buttons .btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.page-template-page-events .last-updated,
.page-template-page-mailer .last-updated,
.page-template-page-fale-com-ri .last-updated {
  display: none;
}

.parent-pageid-6 .section-title,
.parent-pageid-8 .section-title {
  display: none;
}

main,
footer,
.banner-secundario {
  float: left;
  width: 100%;
}

.toolbox {
  float: left;
  width: 100%;
}
.toolbox .home-container {
  margin-top: 0;
}

#spotlight {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 90px;
  z-index: 130;
  overflow: auto;
  display: none;
}
#spotlight.in {
  display: block;
}
#spotlight .container {
  max-width: 660px;
  padding: 0 15px;
}
#spotlight .close {
  position: absolute;
  top: -18px;
  right: -2px;
  width: 36px;
  height: 36px;
  background: url(img/fancybox_sprite.png) no-repeat 0 0;
  cursor: pointer;
}
#spotlight .query {
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  -webkit-appearance: none;
  background: #333;
}
#spotlight .query:-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
#spotlight .query:-ms-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
#spotlight .query::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
#spotlight .query::-webkit-search-cancel-button {
  display: none;
}
#spotlight .results {
  padding: 0;
  background: #fff;
}
#spotlight .results li {
  border-bottom: 1px solid #d6dadd;
}
#spotlight .results li:last-child {
  border-bottom: 0;
}
#spotlight .results li.active a {
  background: rgba(0, 0, 0, 0.1);
}
#spotlight .results li.google-search {
  line-height: 25px;
}
#spotlight .results li.google-search a {
  padding: 15px;
}
#spotlight .results li.google-search a:hover {
  color: #017eb6;
}
#spotlight .results li.google-search a span {
  margin-right: 9px;
}
#spotlight .results li.google-search strong {
  font-size: 1.1em;
}
#spotlight .results li a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
#spotlight .results li a .page-title {
  font-size: 17px;
  margin: 0;
}
#spotlight .results li a p {
  font-size: 16px;
  color: #777;
  line-height: 1.4;
}
#spotlight .results li a i {
  margin-right: 12px;
}

@media (max-width: 782px) {
  html.no-js {
    margin: 0 !important;
  }

  #wpadminbar {
    display: none !important;
  }

  .header--new {
    top: 0 !important;
  }
}
#page-mailer.mailer .field-select.multiple {
  min-height: 50px;
}
#page-mailer.mailer .field-select.multiple select {
  height: 135px;
  padding: 0;
}
#page-mailer.mailer .field-select.multiple select::before {
  display: none !important;
}
#page-mailer.mailer .field-select.multiple select option {
  padding: 10px;
  padding-left: 30px;
  border-bottom: 1px solid #ffffff;
  background-color: transparent !important;
  position: relative;
}
#page-mailer.mailer .field-select.multiple select option::before {
  content: "";
  background: url(img/icon-checked-off.png) no-repeat center;
  position: absolute;
  top: 9px;
  margin: 5px 0 0 -20px;
  width: 17px;
  height: 17px;
  opacity: 0.5;
  cursor: pointer;
}
#page-mailer.mailer .field-select.multiple select option:checked::before {
  opacity: 1;
  background: url(img/icon-checked.png) no-repeat center;
}

/* calendar & datepicker */
.ui-helper-hidden-accessible {
  display: none;
}

.agenda .datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto 15px auto;
}
.agenda .datepicker .nav-event {
  position: absolute;
  top: 8px;
  text-indent: -9000px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.agenda .datepicker .nav-event.prev {
  background-image: url(img/icons/arrow-left.png);
  left: 0;
}
.agenda .datepicker .nav-event.next {
  background-image: url(img/icons/arrow-right.png);
  right: 0;
}
.agenda .datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #000000;
  line-height: 20px;
  padding: 6px 15px 12px 15px;
  text-align: center;
  font-family: "petrobras", arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125em;
}
.agenda .datepicker table.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  margin-bottom: 0;
  text-align: center;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.agenda .datepicker table.ui-datepicker-calendar thead {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}
.agenda .datepicker table.ui-datepicker-calendar thead tr {
  padding: 0;
  float: none;
  border: 0;
}
.agenda .datepicker table.ui-datepicker-calendar thead tr th {
  padding: 2px 0 3px;
  font-size: 0.857em;
  color: #bbb;
  font-weight: 400;
  border: none !important;
  text-align: center;
  font-family: Arial, helvetica, sans-serif;
  background: transparent;
  font-size: 13px;
  font-size: 0.8125em;
}
.agenda .datepicker table.ui-datepicker-calendar tbody {
  background: transparent;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr {
  background: transparent;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr:hover {
  background: transparent !important;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr:hover td {
  background: transparent !important;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr td {
  width: 14.3%;
  cursor: default;
  height: 25px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border: none !important;
  background-color: transparent;
  text-align: center;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr td span {
  color: #666;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 2px auto 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 0;
  font-size: 12px;
  font-size: 0.75em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-week-end span {
  color: #bbb;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr td.has-event span {
  background: #001b2d;
  color: #ffffff;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr td.webcast span {
  background: #005993;
  color: #ffffff;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr td.mais-de-um-evento span {
  background: #2dacff;
  color: #ffffff;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr td.presenciais span, .agenda .datepicker table.ui-datepicker-calendar tbody tr td.outros-eventos span, .agenda .datepicker table.ui-datepicker-calendar tbody tr td.reuniao-publica span, .agenda .datepicker table.ui-datepicker-calendar tbody tr td.conselho-administracao span, .agenda .datepicker table.ui-datepicker-calendar tbody tr td.acionistas span {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
}
.agenda #legenda_eventos {
  width: 100%;
  margin: 10px 0 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.agenda #legenda_eventos .legenda_texto {
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875em;
}
.agenda #legenda_eventos .legenda_item {
  margin: 0 20px 0 0;
  position: relative;
}
.agenda #legenda_eventos .legenda_item .label {
  padding: 5px 0 5px 18px;
  color: #7C7C7C;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875em;
}
.agenda #legenda_eventos .legenda_item .cor {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.agenda #legenda_eventos .legenda_item .cor-01 {
  background-color: #001b2d;
}
.agenda #legenda_eventos .legenda_item .cor-02 {
  background-color: #005993;
}
.agenda #legenda_eventos .legenda_item .cor-03 {
  background-color: #2dacff;
}
.agenda #legenda_eventos .legenda_item .cor-04, .agenda #legenda_eventos .legenda_item .cor-05 {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.agenda h2 {
  margin-top: 1rem;
}
.agenda .table-calendario {
  margin-top: 0;
}
.agenda .table-calendario thead th {
  text-align: left;
}
.agenda .table-calendario tbody td.center {
  text-align: center;
  padding: 9px 0 0 0;
}
.agenda .table-calendario tbody td img {
  max-width: 28px;
  max-height: 26px;
  margin: 0 5px;
  display: inline-block;
}
.agenda .evento-realizado {
  margin-top: 25px;
}
.agenda .evento-realizado .col-sm-6 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.agenda .evento-realizado .col-sm-6:nth-child(1) {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.agenda .evento-realizado .col-sm-6:nth-child(2) {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.agenda .evento-realizado__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.agenda .datepicker .ui-datepicker-header {
  width: 100%;
  top: 0;
}
.agenda .datepicker .ui-datepicker-header h2 {
  text-align: center;
  display: none;
}
.agenda #content h2.quarter-name {
  display: none;
}
.agenda .datepicker .ui-datepicker-header .ui-datepicker-prev,
.agenda .datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 21px;
  margin-top: -10px;
  display: none;
}
.agenda .datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: -30px;
}
.agenda .datepicker .ui-datepicker-header .ui-datepicker-next {
  right: -30px;
}
.agenda .datepicker .ui-datepicker-header .ui-datepicker-prev span,
.agenda .datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.agenda #data .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
}
.agenda .datepicker .ui-datepicker-unselectable {
  padding: 0 !important;
  text-align: center;
  height: 35px;
}
.agenda .datepicker .ui-datepicker-inline {
  border-collapse: separate;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 auto;
  width: 100% !important;
  padding: 0;
}
.agenda .datepicker .ui-datepicker-group {
  display: table-cell;
  vertical-align: top;
  padding: 6px 6px 9px;
  position: relative;
  width: 32.5%;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.agenda .datepicker .ui-datepicker-group.ui-datepicker-group-middle {
  margin: 0;
  width: 32.5%;
}
.agenda .ui-datepicker-row-break {
  display: none;
}
.agenda .datepicker table thead th:first-child {
  text-align: center !important;
}
.agenda .datepicker table thead .datepicker-switch {
  border: 1px solid #94795d;
  padding: 6px 0;
  font-size: 18px;
  background: #94795d;
  text-align: center;
  color: #fff;
  font: normal 15px/25px;
}
.agenda .datepicker .datepicker-days table tbody td.empty span {
  background: none;
}
.agenda .calendar-popover li {
  margin-top: 9px;
}
.agenda .calendar-popover li:first-child {
  margin-top: 0;
}
.agenda .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.agenda .arrow.top {
  top: -16px;
  bottom: auto;
}
.agenda .arrow.left {
  left: 20%;
}
.agenda .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 6px 5px 9px -9px black;
  -moz-box-shadow: 6px 5px 9px -9px black;
  -ms-box-shadow: 6px 5px 9px -9px black;
  -o-box-shadow: 6px 5px 9px -9px black;
  box-shadow: 6px 5px 9px -9px black;
}
.agenda .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.agenda .ui-helper-hidden-accessible {
  display: none;
}
.agenda .lista_eventos {
  color: #ff0000;
  width: 100%;
  border-top: 1px dashed #d0d0d0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.agenda .lista_eventos a,
.agenda .lista_eventos a:hover {
  text-decoration: none;
  color: #ff0000;
}
.agenda .CAL_Proximo_Evento {
  width: 100%;
}
.agenda .CAL_Proximo_Evento_Esquerda_Topo {
  background-image: url("img/bg_left.gif");
  background-repeat: repeat-y;
  background-position: left;
}
.agenda .CAL_Proximo_Evento_Direita_Topo {
  background-image: url("img/bg_right.gif");
  background-repeat: repeat-y;
  background-position: right;
}
.agenda .CAL_Proximo_Evento_Rodape {
  background-image: url("img/bg_bot.gif");
}
.agenda .CAL_Eventos,
.agenda .CAL_proximo_evento_div {
  display: table;
}
.agenda .CAL_Proximo_Evento a,
.agenda .CAL_Eventos a {
  font-family: Arial, Tahoma, Arial;
  color: #2a2222;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  background: #94795d;
  display: block;
  width: 32px;
  height: 32px;
}
.agenda .CAL_Eventos .line {
  width: 100%;
  background-image: url("img/linha_dupla.gif");
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: 15px;
  font-size: 1px;
  height: 20px;
}
.agenda .CAL_titulo {
  font-size: 14px;
  font-weight: bold;
  color: #003366;
}
.agenda #proximo_evento_link {
  font-size: 11px;
  text-decoration: none;
}
.agenda #proximo_evento_link:hover {
  font-size: 11px;
  text-decoration: none;
}
.agenda #proximo_evento_link:visited {
  font-size: 11px;
  text-decoration: none;
}
.agenda .box_evento {
  padding-left: 15px;
}
.agenda .legenda_eventos {
  display: none;
  border: 1px solid #e1e1e1;
  width: 180px;
  white-space: nowrap;
  padding: 5px;
  display: none;
  position: absolute;
  background: #ffffff;
}
.agenda .legenda_eventos table td {
  white-space: nowrap;
}
.agenda .rodape_calendario {
  text-align: left;
}
.agenda .btn_legenda {
  text-align: left;
}
.agenda .btn_legenda .label {
  font-family: Arial, Tahoma, Arial;
  color: #0054a6;
  font-size: 10px;
  text-decoration: none;
}
.agenda .conteudo-agenda-interna #main {
  padding: 0 !important;
}
.agenda #WzTtDiV {
  z-index: 999999999 !important;
}
.agenda .fn-calendar-load-past-events {
  margin-top: 20px;
}
.agenda .todo-conteudo-evento {
  display: table-row;
  vertical-align: middle;
  height: 45px;
}
.agenda .todo-conteudo-evento .CAL_data,
.agenda .todo-conteudo-evento .imagem-calendario,
.agenda .todo-conteudo-evento .nome-evento-agenda {
  color: #666;
  padding: 0px 5px;
  font: normal 17px/19px;
  display: table-cell;
  vertical-align: middle;
  min-height: 50px;
}
.agenda .todo-conteudo-evento .nome-evento-agenda {
  padding-left: 15px;
}
.agenda .CAL_data {
  margin-right: 10px;
  min-width: 150px;
}
.agenda .CAL_local {
  font-size: 14px;
  line-height: 16px;
}
.agenda #proximo_evento_data,
.agenda #hora_proximo_evento,
.agenda #proximo_evento_link,
.agenda #proximo_evento_local {
  color: #666;
}
.agenda #proximo_evento_titulo,
.agenda .CAL_TITULO_DO_EVENTO {
  font-size: 14px;
  font-weight: bold;
}
.agenda #content h2#prox_eventos,
.agenda #content h2.eventos_passados {
  margin: 20px 0;
}
.agenda .seta_topo a {
  padding: 0 0 0 7px;
  font-size: 11px;
  color: #747474 !important;
  text-decoration: none !important;
}
.agenda .seta_topo {
  background: url("img/top.png") no-repeat 604px center;
  margin: 24px 0 6px 0;
  text-align: right;
}
.agenda .box_calendario_evento_corporativo {
  padding: 2px;
  text-align: center;
  margin: 0 auto;
}
.agenda .box_calendario_evento_corporativo img {
  float: left;
  margin: 0;
}
.agenda .box_calendario_evento_corporativo a {
  text-decoration: none;
  line-height: 25px;
}
.agenda .box_calendario_evento_corporativo .glyphicon-calendar:before {
  display: none;
}
.agenda .box_calendario_evento_corporativo .glyphicon-calendar {
  background: url("img/glyphicons_045_calendar.png") no-repeat;
  background-color: #94795d;
  float: left;
  height: 24px;
  width: 23px;
  position: relative;
  left: 95px;
}
.agenda .bloco-calendar {
  width: 620px;
  margin: 0 auto;
}
.agenda .iframe-calendario {
  width: 90%;
  margin: 0 auto;
}
.agenda .bg-top-favoritos {
  top: 4px;
}
.agenda .attachments {
  margin-left: 9px;
  margin-top: 5px;
}
.agenda #content .attachments a {
  font-size: 11px;
  line-height: 22px;
  color: #4d8e4a;
}
.agenda .attachments img {
  float: left;
  margin-right: 4px;
}
.agenda .datepicker .datepicker-header .prev,
.agenda .datepicker .datepicker-header .next {
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .agenda #div_calendar .ui-datepicker-group {
    width: 49%;
  }
  .agenda #div_calendar .ui-datepicker-group-middle {
    margin-right: 0;
    border-right: 1px solid #ddd;
  }
  .agenda #div_calendar .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 680px) {
  .agenda #div_calendar .ui-datepicker-group {
    width: 100%;
  }
  .agenda #div_calendar .ui-datepicker-group-middle {
    display: none;
  }
}
@media (max-width: 540px) {
  .agenda .datepicker .ui-datepicker-inline {
    padding: 0;
  }
  .agenda .datepicker .nav-event {
    z-index: 9;
  }
}

.ui-tooltip,
.arrow:after {
  background: #fff;
  border: 1px solid #e6e6e6;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  color: #2a2222;
  padding: 0;
  -webkit-box-shadow: 0 0 7px #a8a8a8;
  -moz-box-shadow: 0 0 7px #a8a8a8;
  -ms-box-shadow: 0 0 7px #a8a8a8;
  -o-box-shadow: 0 0 7px #a8a8a8;
  box-shadow: 0 0 7px #a8a8a8;
}
.ui-tooltip h5 {
  color: #005993;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}
.ui-tooltip ul li {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 13px;
  font-size: 0.8125em;
}
.ui-tooltip ul li:last-child {
  border: 0;
}

.ui-widget ul {
  list-style: none;
  padding-left: 0;
}

.calendar .labels li {
  width: auto;
  margin: 5px 18px 5px 0;
  padding-left: 16px;
  font-size: 12px;
  color: #77787d;
  line-height: 15px;
  white-space: nowrap;
  position: relative;
}

.calendar .labels .calendar-label {
  position: absolute;
  top: 0px;
  left: 0;
  width: 12px;
  height: 12px;
}

.calendar .text h2 {
  font-size: 1.5em;
  color: #13B6C7;
  margin-bottom: 25px;
}

.calendar .text .panel-header {
  padding-left: 20px;
  padding-top: 24px;
}

.calendar-label.default-event {
  background: #14759F;
}

.calendar-label.earnings-release {
  background: #F09E30;
}

.calendar-label.conference-call {
  background: #13B6C7;
}

.calendar-label.quiet-period {
  background: #ddd;
}

.calendar-label.multiple-events {
  background: #5CD6AF;
}

.event-info.panel .panel-header {
  padding: 9px 60px 6px 0;
}

.event-info .export {
  position: absolute;
  top: 7px;
  right: 0px;
  font-size: 17px;
}

.event-info .export i {
  font-size: 17px;
}

.event-info .export ul {
  margin: 0;
  padding-left: 0;
  font-size: 14px;
}

.event-info .export ul li {
  float: left;
  margin-left: 9px;
  list-style: none;
}

.event-info .export ul li:before {
  display: none;
}

.event-info .export ul li a {
  color: #666;
}

.event-info .info i {
  width: 16px;
  margin-right: 4px;
  text-align: center;
  color: #000;
  font-size: 17px;
}

.event-info .info i.fa-clock-o {
  margin-left: 0px;
}

.event-info .info ul {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.event-info .info li {
  list-style: none;
}

.event-info .info li span.time {
  display: inline-block;
  margin-left: 15px;
}

.event-info .info li:before {
  display: none;
}

.event-info .description {
  margin-top: 18px;
}

.calendar .past-events-trigger .btn {
  text-decoration: underline;
  background-color: #fff;
  color: #4b5d62;
  text-transform: none;
}

.calendar .past-events-trigger .btn:before {
  content: "+ ";
}

.calendar .past-events {
  margin-top: 32px;
  display: none;
}

.calendar .past-events .year-nav li.active a {
  background: #3a98be;
  color: #fff;
}

.datepicker .popover {
  font-size: 12px;
}

.datepicker .popover .popover-title {
  padding: 6px 9px;
  font-size: 12px;
  text-align: center;
}

.datepicker .popover .popover-content {
  padding: 9px;
}

.fn-calendar-load-past-events {
  margin-top: 20px;
}

.calendar-pdf.load-content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.calendar-pdf.load-content a {
  position: relative;
  text-decoration: none;
  font: 18px "MyriadPro-Regular", sans-serif;
  color: #169abf;
  margin: 30px 0 25px 0;
  padding: 20px 0;
  display: block;
  border-top: 1px solid #E4E3E8;
  border-bottom: 1px solid #E4E3E8;
}

.calendar-pdf.load-content {
  width: 100%;
  margin: 10px auto;
  min-height: 15px;
}

.lista_eventos {
  color: #FF0000;
  width: 100%;
  border-top: 1px dashed #D0D0D0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lista_eventos a, .lista_eventos a:hover {
  text-decoration: none;
  color: #FF0000;
}

.CAL_Proximo_Evento {
  width: 100%;
}

.CAL_Proximo_Evento_Esquerda_Topo {
  background-image: url("/images/bg_left.gif");
  background-repeat: repeat-y;
  background-position: left;
}

.CAL_Proximo_Evento_Direita_Topo {
  background-image: url("/images/bg_right.gif");
  background-repeat: repeat-y;
  background-position: right;
}

.CAL_Proximo_Evento_Rodape {
  background-image: url("/images/bg_bot.gif");
}

.CAL_Proximo_Evento a, .CAL_Eventos a {
  font-family: Arial, Tahoma, Arial;
  color: #2A2222;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  background: #94795D;
  display: block;
  width: 32px;
  height: 32px;
}

.CAL_Eventos .line {
  width: 100%;
  background-image: url("/images/linha_dupla.gif");
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: 15px;
  font-size: 1px;
  height: 20px;
}

.data {
  font-size: 11px;
}

.CAL_titulo {
  font-size: 14px;
  font-weight: bold;
  color: #003366;
}

#proximo_evento_link {
  font-size: 11px;
  text-decoration: none;
}

#proximo_evento_link:hover {
  font-size: 11px;
  text-decoration: none;
}

#proximo_evento_link:visited {
  font-size: 11px;
  text-decoration: none;
}

.box_evento {
  padding-left: 15px;
}

.rodape_calendario {
  text-align: left;
}

.btn_legenda {
  text-align: left;
}

.btn_legenda .label {
  font-family: Arial, Tahoma, Arial;
  color: #0054A6;
  font-size: 10px;
  text-decoration: none;
}

.horario {
  color: #000;
}

.legenda_fecha {
  text-align: right;
  cursor: pointer;
  font-weight: bold;
}

.conteudo-agenda-interna #main {
  padding: 0 !important;
}

#WzTtDiV {
  z-index: 999999999 !important;
}

.fn-calendar-load-past-events {
  margin-top: 20px;
}

.todo-conteudo-evento {
  display: table-row;
  vertical-align: middle;
  height: 45px;
}

.todo-conteudo-evento .CAL_data, .todo-conteudo-evento .imagem-calendario, .todo-conteudo-evento .nome-evento-agenda {
  padding: 0px 5px;
  font: normal 17px/19px "GillSansStd-Light";
  display: table-cell;
  vertical-align: middle;
  min-height: 50px;
}

.todo-conteudo-evento .imagem-calendario, .todo-conteudo-evento .nome-evento-agenda {
  color: #000;
}

.CAL_data {
  margin-right: 10px;
  width: 195px;
  color: #000;
}

.CAL_local {
  font-size: 14px;
  line-height: 16px;
  margin-left: 10px;
}

#hora_proximo_evento, #proximo_evento_link, #proximo_evento_local {
  color: #000;
}

#proximo_evento_titulo,
.CAL_TITULO_DO_EVENTO {
  font-size: 14px;
  font-weight: bold;
}

#content h2#prox_eventos, #content h2.eventos_passados {
  margin: 20px 0;
}

.seta_topo a {
  padding: 0 0 0 7px;
  font-size: 11px;
  color: #747474 !important;
  text-decoration: none !important;
}

.seta_topo {
  background: url("img/top.png") no-repeat 604px center;
  margin: 24px 0 6px 0;
  text-align: right;
}

.bloco-calendar {
  width: 620px;
  margin: 0 auto;
}

.iframe-calendario {
  width: 90%;
  margin: 0 auto;
}

.bg-top-favoritos {
  top: 4px;
}

.attachments {
  margin-left: 9px;
  margin-top: 5px;
}

#content .attachments a {
  font-size: 11px;
  line-height: 22px;
  color: #4D8E4A;
}

.attachments img {
  float: left;
  margin-right: 4px;
}

.agenda table tr {
  background: transparent;
}
.agenda table tr:hover {
  background: transparent !important;
}
.agenda table tr:hover td, .agenda table tr:hover th {
  background: transparent !important;
}

/* calendar & datepicker */
.ui-helper-hidden-accessible {
  display: none;
}

.agendaNew .calendar .text .panel {
  background-color: transparent;
}
.agendaNew .calendar .text .panel ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.agendaNew .calendar .text .panel ul li .date {
  font-size: 16px;
  font-size: 1em;
}
.agendaNew .calendar .text .panel ul li a {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.agendaNew .btn {
  border: none;
  background-color: #008542;
  color: #ffffff;
  padding: 7px 20px 9px 20px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  font-size: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.agendaNew .btn:disabled {
  background-color: #969696;
  pointer-events: none;
}
.agendaNew .btn:hover {
  opacity: 0.5;
}
.agendaNew .datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto 15px auto;
}
.agendaNew .datepicker .nav-event {
  position: absolute;
  top: 8px;
  text-indent: -9000px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.agendaNew .datepicker .nav-event.prev {
  background-image: url(img/icons/arrow-left.png);
  left: 0;
}
.agendaNew .datepicker .nav-event.next {
  background-image: url(img/icons/arrow-right.png);
  right: 0;
}
.agendaNew .datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #000000;
  line-height: 20px;
  padding: 6px 15px 12px 15px;
  text-align: center;
  font-family: "petrobras", arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125em;
}
.agendaNew .datepicker table.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  margin-bottom: 0;
  text-align: center;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.agendaNew .datepicker table.ui-datepicker-calendar thead {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}
.agendaNew .datepicker table.ui-datepicker-calendar thead tr {
  padding: 0;
  float: none;
  border: 0;
}
.agendaNew .datepicker table.ui-datepicker-calendar thead tr th {
  padding: 2px 0 3px;
  font-size: 0.857em;
  color: rgb(0, 0, 0);
  font-weight: 400;
  border: none !important;
  text-align: center;
  font-family: Arial, helvetica, sans-serif;
  background: transparent;
  font-size: 13px;
  font-size: 0.8125em;
}
.agendaNew .datepicker table.ui-datepicker-calendar tbody {
  background: transparent;
}
.agendaNew .datepicker table.ui-datepicker-calendar tbody tr {
  background: transparent;
}
.agendaNew .datepicker table.ui-datepicker-calendar tbody tr:hover {
  background: transparent !important;
}
.agendaNew .datepicker table.ui-datepicker-calendar tbody tr:hover td {
  background: transparent !important;
}
.agendaNew .datepicker table.ui-datepicker-calendar tbody tr td {
  width: 14.3%;
  cursor: default;
  height: 25px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border: none !important;
  background-color: transparent;
  text-align: center;
}
.agendaNew .datepicker table.ui-datepicker-calendar tbody tr td span {
  color: #666;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 2px auto 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 0;
  font-size: 12px;
  font-size: 0.75em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.agendaNew .datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-week-end span {
  color: #bbb;
}
.agendaNew .datepicker table.ui-datepicker-calendar tbody tr td.has-event span {
  background: #222222;
  color: #ffffff;
}
.agendaNew .datepicker table.ui-datepicker-calendar tbody tr td.webcast span {
  background: #008542;
  color: #ffffff;
}
.agendaNew .datepicker table.ui-datepicker-calendar tbody tr td.mais-de-um-evento span {
  background: #155f93;
  color: #ffffff;
}
.agendaNew .datepicker table.ui-datepicker-calendar tbody tr td.presenciais span, .agendaNew .datepicker table.ui-datepicker-calendar tbody tr td.outros-eventos span, .agendaNew .datepicker table.ui-datepicker-calendar tbody tr td.reuniao-publica span, .agendaNew .datepicker table.ui-datepicker-calendar tbody tr td.conselho-administracao span, .agendaNew .datepicker table.ui-datepicker-calendar tbody tr td.acionistas span {
  background-color: rgba(0, 133, 66, 0.2);
  color: #000000;
  border: 2px solid rgba(0, 133, 66, 0.2);
  line-height: 21px;
}
.agendaNew #legenda_eventos {
  width: 100%;
  margin: 10px 0 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.agendaNew #legenda_eventos .legenda_texto {
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875em;
}
.agendaNew #legenda_eventos .legenda_item {
  margin: 0 20px 0 0;
  position: relative;
}
.agendaNew #legenda_eventos .legenda_item .label {
  padding: 5px 0 5px 18px;
  color: #7C7C7C;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875em;
}
.agendaNew #legenda_eventos .legenda_item .cor {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.agendaNew #legenda_eventos .legenda_item .cor-01 {
  background-color: #222222;
}
.agendaNew #legenda_eventos .legenda_item .cor-02 {
  background-color: #008542;
}
.agendaNew #legenda_eventos .legenda_item .cor-03 {
  background-color: #155f93;
}
.agendaNew #legenda_eventos .legenda_item .cor-04, .agendaNew #legenda_eventos .legenda_item .cor-05 {
  background-color: rgba(0, 133, 66, 0.2);
  border: 2px solid rgba(0, 133, 66, 0.2);
}
.agendaNew h2 {
  margin-top: 1rem;
}
.agendaNew .table-calendario {
  margin-top: 0;
}
.agendaNew .table-calendario thead th {
  text-align: left;
}
.agendaNew .table-calendario tbody td.center {
  text-align: center;
  padding: 9px 0 0 0;
}
.agendaNew .table-calendario tbody td img {
  max-width: 28px;
  max-height: 26px;
  margin: 0 5px;
  display: inline-block;
}
.agendaNew .evento-realizado {
  margin-top: 25px;
}
.agendaNew .evento-realizado .col-sm-6 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.agendaNew .evento-realizado .col-sm-6:nth-child(1) {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.agendaNew .evento-realizado .col-sm-6:nth-child(2) {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.agendaNew .evento-realizado__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.agendaNew .datepicker .ui-datepicker-header {
  width: 100%;
  top: 0;
}
.agendaNew .datepicker .ui-datepicker-header h2 {
  text-align: center;
  display: none;
}
.agendaNew #content h2.quarter-name {
  display: none;
}
.agendaNew .datepicker .ui-datepicker-header .ui-datepicker-prev,
.agendaNew .datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 21px;
  margin-top: -10px;
  display: none;
}
.agendaNew .datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: -30px;
}
.agendaNew .datepicker .ui-datepicker-header .ui-datepicker-next {
  right: -30px;
}
.agendaNew .datepicker .ui-datepicker-header .ui-datepicker-prev span,
.agendaNew .datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.agendaNew #data .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
}
.agendaNew .datepicker .ui-datepicker-unselectable {
  padding: 0 !important;
  text-align: center;
  height: 35px;
}
.agendaNew .datepicker .ui-datepicker-inline {
  border-collapse: separate;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 auto;
  width: 100% !important;
  padding: 0;
}
.agendaNew .datepicker .ui-datepicker-group {
  display: table-cell;
  vertical-align: top;
  padding: 6px 6px 9px;
  position: relative;
  width: 32.5%;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.agendaNew .datepicker .ui-datepicker-group.ui-datepicker-group-middle {
  margin: 0;
  width: 32.5%;
}
.agendaNew .ui-datepicker-row-break {
  display: none;
}
.agendaNew .datepicker table thead th:first-child {
  text-align: center !important;
}
.agendaNew .datepicker table thead .datepicker-switch {
  border: 1px solid #94795d;
  padding: 6px 0;
  font-size: 18px;
  background: #94795d;
  text-align: center;
  color: #fff;
  font: normal 15px/25px;
}
.agendaNew .datepicker .datepicker-days table tbody td.empty span {
  background: none;
}
.agendaNew .calendar-popover li {
  margin-top: 9px;
}
.agendaNew .calendar-popover li:first-child {
  margin-top: 0;
}
.agendaNew .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.agendaNew .arrow.top {
  top: -16px;
  bottom: auto;
}
.agendaNew .arrow.left {
  left: 20%;
}
.agendaNew .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 6px 5px 9px -9px black;
  -moz-box-shadow: 6px 5px 9px -9px black;
  -ms-box-shadow: 6px 5px 9px -9px black;
  -o-box-shadow: 6px 5px 9px -9px black;
  box-shadow: 6px 5px 9px -9px black;
}
.agendaNew .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.agendaNew .ui-helper-hidden-accessible {
  display: none;
}
.agendaNew .lista_eventos {
  color: #ff0000;
  width: 100%;
  border-top: 1px dashed #d0d0d0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.agendaNew .lista_eventos a,
.agendaNew .lista_eventos a:hover {
  text-decoration: none;
  color: #ff0000;
}
.agendaNew .CAL_Proximo_Evento {
  width: 100%;
}
.agendaNew .CAL_Proximo_Evento_Esquerda_Topo {
  background-image: url("img/bg_left.gif");
  background-repeat: repeat-y;
  background-position: left;
}
.agendaNew .CAL_Proximo_Evento_Direita_Topo {
  background-image: url("img/bg_right.gif");
  background-repeat: repeat-y;
  background-position: right;
}
.agendaNew .CAL_Proximo_Evento_Rodape {
  background-image: url("img/bg_bot.gif");
}
.agendaNew .CAL_Eventos,
.agendaNew .CAL_proximo_evento_div {
  display: table;
}
.agendaNew .CAL_Proximo_Evento a,
.agendaNew .CAL_Eventos a {
  font-family: Arial, Tahoma, Arial;
  color: #2a2222;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  background: #94795d;
  display: block;
  width: 32px;
  height: 32px;
}
.agendaNew .CAL_Eventos .line {
  width: 100%;
  background-image: url("img/linha_dupla.gif");
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: 15px;
  font-size: 1px;
  height: 20px;
}
.agendaNew .CAL_titulo {
  font-size: 14px;
  font-weight: bold;
  color: #003366;
}
.agendaNew #proximo_evento_link {
  font-size: 11px;
  text-decoration: none;
}
.agendaNew #proximo_evento_link:hover {
  font-size: 11px;
  text-decoration: none;
}
.agendaNew #proximo_evento_link:visited {
  font-size: 11px;
  text-decoration: none;
}
.agendaNew .box_evento {
  padding-left: 15px;
}
.agendaNew .legenda_eventos {
  display: none;
  border: 1px solid #e1e1e1;
  width: 180px;
  white-space: nowrap;
  padding: 5px;
  display: none;
  position: absolute;
  background: #ffffff;
}
.agendaNew .legenda_eventos table td {
  white-space: nowrap;
}
.agendaNew .rodape_calendario {
  text-align: left;
}
.agendaNew .btn_legenda {
  text-align: left;
}
.agendaNew .btn_legenda .label {
  font-family: Arial, Tahoma, Arial;
  color: #0054a6;
  font-size: 10px;
  text-decoration: none;
}
.agendaNew .conteudo-agenda-interna #main {
  padding: 0 !important;
}
.agendaNew #WzTtDiV {
  z-index: 999999999 !important;
}
.agendaNew .fn-calendar-load-past-events {
  margin-top: 20px;
}
.agendaNew .todo-conteudo-evento {
  display: table-row;
  vertical-align: middle;
  height: 45px;
}
.agendaNew .todo-conteudo-evento .CAL_data,
.agendaNew .todo-conteudo-evento .imagem-calendario,
.agendaNew .todo-conteudo-evento .nome-evento-agenda {
  color: #666;
  padding: 0px 5px;
  font: normal 17px/19px;
  display: table-cell;
  vertical-align: middle;
  min-height: 50px;
}
.agendaNew .todo-conteudo-evento .nome-evento-agenda {
  padding-left: 15px;
}
.agendaNew .CAL_data {
  margin-right: 10px;
  min-width: 150px;
}
.agendaNew .CAL_local {
  font-size: 14px;
  line-height: 16px;
}
.agendaNew #proximo_evento_data,
.agendaNew #hora_proximo_evento,
.agendaNew #proximo_evento_link,
.agendaNew #proximo_evento_local {
  color: #666;
}
.agendaNew #proximo_evento_titulo,
.agendaNew .CAL_TITULO_DO_EVENTO {
  font-size: 14px;
  font-weight: bold;
}
.agendaNew #content h2#prox_eventos,
.agendaNew #content h2.eventos_passados {
  margin: 20px 0;
}
.agendaNew .seta_topo a {
  padding: 0 0 0 7px;
  font-size: 11px;
  color: #747474 !important;
  text-decoration: none !important;
}
.agendaNew .seta_topo {
  background: url("img/top.png") no-repeat 604px center;
  margin: 24px 0 6px 0;
  text-align: right;
}
.agendaNew .box_calendario_evento_corporativo {
  padding: 2px;
  text-align: center;
  margin: 0 auto;
}
.agendaNew .box_calendario_evento_corporativo img {
  float: left;
  margin: 0;
}
.agendaNew .box_calendario_evento_corporativo a {
  text-decoration: none;
  line-height: 25px;
}
.agendaNew .box_calendario_evento_corporativo .glyphicon-calendar:before {
  display: none;
}
.agendaNew .box_calendario_evento_corporativo .glyphicon-calendar {
  background: url("img/glyphicons_045_calendar.png") no-repeat;
  background-color: #94795d;
  float: left;
  height: 24px;
  width: 23px;
  position: relative;
  left: 95px;
}
.agendaNew .bloco-calendar {
  width: 620px;
  margin: 0 auto;
}
.agendaNew .iframe-calendario {
  width: 90%;
  margin: 0 auto;
}
.agendaNew .bg-top-favoritos {
  top: 4px;
}
.agendaNew .attachments {
  margin-left: 9px;
  margin-top: 5px;
}
.agendaNew #content .attachments a {
  font-size: 11px;
  line-height: 22px;
  color: #4d8e4a;
}
.agendaNew .attachments img {
  float: left;
  margin-right: 4px;
}
.agendaNew .datepicker .datepicker-header .prev,
.agendaNew .datepicker .datepicker-header .next {
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .agendaNew #div_calendar .ui-datepicker-group {
    width: 49%;
  }
  .agendaNew #div_calendar .ui-datepicker-group-middle {
    margin-right: 0;
    border-right: 1px solid #ddd;
  }
  .agendaNew #div_calendar .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 680px) {
  .agendaNew #div_calendar .ui-datepicker-group {
    width: 100%;
  }
  .agendaNew #div_calendar .ui-datepicker-group-middle {
    display: none;
  }
}
@media (max-width: 540px) {
  .agendaNew .datepicker .ui-datepicker-inline {
    padding: 0;
  }
  .agendaNew .datepicker .nav-event {
    z-index: 9;
  }
}

.ui-tooltip,
.arrow:after {
  background: #fff;
  border: 1px solid #e6e6e6;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  color: #2a2222;
  padding: 0;
  -webkit-box-shadow: 0 0 7px #a8a8a8;
  -moz-box-shadow: 0 0 7px #a8a8a8;
  -ms-box-shadow: 0 0 7px #a8a8a8;
  -o-box-shadow: 0 0 7px #a8a8a8;
  box-shadow: 0 0 7px #a8a8a8;
}
.ui-tooltip h5 {
  color: #005993;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}
.ui-tooltip ul li {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 13px;
  font-size: 0.8125em;
}
.ui-tooltip ul li:last-child {
  border: 0;
}

.ui-widget ul {
  list-style: none;
  padding-left: 0;
}

.calendar .labels li {
  width: auto;
  margin: 5px 18px 5px 0;
  padding-left: 16px;
  font-size: 12px;
  color: #77787d;
  line-height: 15px;
  white-space: nowrap;
  position: relative;
}

.calendar .labels .calendar-label {
  position: absolute;
  top: 0px;
  left: 0;
  width: 12px;
  height: 12px;
}

.calendar .text h2 {
  font-size: 1.5em;
  color: #13B6C7;
  margin-bottom: 25px;
}

.calendar .text .panel-header {
  padding-left: 20px;
  padding-top: 24px;
}

.calendar-label.default-event {
  background: #14759F;
}

.calendar-label.earnings-release {
  background: #F09E30;
}

.calendar-label.conference-call {
  background: #13B6C7;
}

.calendar-label.quiet-period {
  background: #ddd;
}

.calendar-label.multiple-events {
  background: #5CD6AF;
}

.event-info.panel .panel-header {
  padding: 9px 60px 6px 0;
}

.event-info .export {
  position: absolute;
  top: 7px;
  right: 0px;
  font-size: 17px;
}

.event-info .export i {
  font-size: 17px;
}

.event-info .export ul {
  margin: 0;
  padding-left: 0;
  font-size: 14px;
}

.event-info .export ul li {
  float: left;
  margin-left: 9px;
  list-style: none;
}

.event-info .export ul li:before {
  display: none;
}

.event-info .export ul li a {
  color: #666;
}

.event-info .info i {
  width: 16px;
  margin-right: 4px;
  text-align: center;
  color: #000;
  font-size: 17px;
}

.event-info .info i.fa-clock-o {
  margin-left: 0px;
}

.event-info .info ul {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.event-info .info li {
  list-style: none;
}

.event-info .info li span.time {
  display: inline-block;
  margin-left: 15px;
}

.event-info .info li:before {
  display: none;
}

.event-info .description {
  margin-top: 18px;
}

.calendar .past-events-trigger .btn {
  text-decoration: underline;
  background-color: #fff;
  color: #4b5d62;
  text-transform: none;
}

.calendar .past-events-trigger .btn:before {
  content: "+ ";
}

.calendar .past-events {
  margin-top: 32px;
  display: none;
}

.calendar .past-events .year-nav li.active a {
  background: #3a98be;
  color: #fff;
}

.datepicker .popover {
  font-size: 12px;
}

.datepicker .popover .popover-title {
  padding: 6px 9px;
  font-size: 12px;
  text-align: center;
}

.datepicker .popover .popover-content {
  padding: 9px;
}

.fn-calendar-load-past-events {
  margin-top: 20px;
}

.calendar-pdf.load-content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.calendar-pdf.load-content a {
  position: relative;
  text-decoration: none;
  font: 18px "MyriadPro-Regular", sans-serif;
  color: #169abf;
  margin: 30px 0 25px 0;
  padding: 20px 0;
  display: block;
  border-top: 1px solid #E4E3E8;
  border-bottom: 1px solid #E4E3E8;
}

.calendar-pdf.load-content {
  width: 100%;
  margin: 10px auto;
  min-height: 15px;
}

.lista_eventos {
  color: #FF0000;
  width: 100%;
  border-top: 1px dashed #D0D0D0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lista_eventos a, .lista_eventos a:hover {
  text-decoration: none;
  color: #FF0000;
}

.CAL_Proximo_Evento {
  width: 100%;
}

.CAL_Proximo_Evento_Esquerda_Topo {
  background-image: url("/images/bg_left.gif");
  background-repeat: repeat-y;
  background-position: left;
}

.CAL_Proximo_Evento_Direita_Topo {
  background-image: url("/images/bg_right.gif");
  background-repeat: repeat-y;
  background-position: right;
}

.CAL_Proximo_Evento_Rodape {
  background-image: url("/images/bg_bot.gif");
}

.CAL_Proximo_Evento a, .CAL_Eventos a {
  font-family: Arial, Tahoma, Arial;
  color: #2A2222;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  background: #94795D;
  display: block;
  width: 32px;
  height: 32px;
}

.CAL_Eventos .line {
  width: 100%;
  background-image: url("/images/linha_dupla.gif");
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: 15px;
  font-size: 1px;
  height: 20px;
}

.data {
  font-size: 11px;
}

.CAL_titulo {
  font-size: 14px;
  font-weight: bold;
  color: #003366;
}

#proximo_evento_link {
  font-size: 11px;
  text-decoration: none;
}

#proximo_evento_link:hover {
  font-size: 11px;
  text-decoration: none;
}

#proximo_evento_link:visited {
  font-size: 11px;
  text-decoration: none;
}

.box_evento {
  padding-left: 15px;
}

.rodape_calendario {
  text-align: left;
}

.btn_legenda {
  text-align: left;
}

.btn_legenda .label {
  font-family: Arial, Tahoma, Arial;
  color: #0054A6;
  font-size: 10px;
  text-decoration: none;
}

.horario {
  color: #000;
}

.legenda_fecha {
  text-align: right;
  cursor: pointer;
  font-weight: bold;
}

.conteudo-agenda-interna #main {
  padding: 0 !important;
}

#WzTtDiV {
  z-index: 999999999 !important;
}

.fn-calendar-load-past-events {
  margin-top: 20px;
}

.todo-conteudo-evento {
  display: table-row;
  vertical-align: middle;
  height: 45px;
}

.todo-conteudo-evento .CAL_data, .todo-conteudo-evento .imagem-calendario, .todo-conteudo-evento .nome-evento-agenda {
  padding: 0px 5px;
  font: normal 17px/19px "GillSansStd-Light";
  display: table-cell;
  vertical-align: middle;
  min-height: 50px;
}

.todo-conteudo-evento .imagem-calendario, .todo-conteudo-evento .nome-evento-agenda {
  color: #000;
}

.CAL_data {
  margin-right: 10px;
  width: 195px;
  color: #000;
}

.CAL_local {
  font-size: 14px;
  line-height: 16px;
  margin-left: 10px;
}

#hora_proximo_evento, #proximo_evento_link, #proximo_evento_local {
  color: #000;
}

#proximo_evento_titulo,
.CAL_TITULO_DO_EVENTO {
  font-size: 14px;
  font-weight: bold;
}

#content h2#prox_eventos, #content h2.eventos_passados {
  margin: 20px 0;
}

.seta_topo a {
  padding: 0 0 0 7px;
  font-size: 11px;
  color: #747474 !important;
  text-decoration: none !important;
}

.seta_topo {
  background: url("img/top.png") no-repeat 604px center;
  margin: 24px 0 6px 0;
  text-align: right;
}

.bloco-calendar {
  width: 620px;
  margin: 0 auto;
}

.iframe-calendario {
  width: 90%;
  margin: 0 auto;
}

.bg-top-favoritos {
  top: 4px;
}

.attachments {
  margin-left: 9px;
  margin-top: 5px;
}

#content .attachments a {
  font-size: 11px;
  line-height: 22px;
  color: #4D8E4A;
}

.attachments img {
  float: left;
  margin-right: 4px;
}

.agenda table tr {
  background: transparent;
}
.agenda table tr:hover {
  background: transparent !important;
}
.agenda table tr:hover td, .agenda table tr:hover th {
  background: transparent !important;
}

/* notification bar */
#notification {
  display: none;
}
#notification.cortina {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  z-index: 150;
  overflow: auto;
  z-index: 999;
  max-height: 100%;
}
#notification .header {
  padding: 30px 0 20px;
  background-color: #fff;
}
#notification .header img {
  margin: 0 auto;
}
#notification .body {
  height: auto;
  overflow: hidden;
  transition: height linear 0.2s;
}
#notification .body .ui-content {
  padding: 10px;
  background: #fff;
}
#notification.out .body {
  height: 0 !important;
}
#notification .content {
  padding-bottom: 10px;
}
#notification .content .last-updated {
  display: none;
}
#notification .title {
  height: 37px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #005a69;
}
#notification .title i {
  position: absolute;
  top: 1px;
  color: #f1b107;
  transition: transform linear 0.2s;
}
#notification.out .title i {
  transform: rotate(180deg);
}
#notification .title .arrow-1 {
  left: 30px;
}
#notification .title .arrow-2 {
  right: 30px;
}
#notification.popup .title {
  display: none;
}

.notification-placeholder {
  height: 37px;
  display: none;
}

.fixed-notification-on .notification-placeholder {
  display: block;
}

/* POPUP HOME */
#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(34, 34, 34, 0.4);
}
@media (max-width: 768px) {
  #popup {
    display: none;
  }
}
#popup .box-msg {
  position: fixed;
  left: 50%;
  top: 52%;
  height: auto;
  width: 660px;
  min-height: 534px;
  z-index: 9999;
  padding: 5px 20px 0px 20px;
  color: #67666b;
  border-radius: 5px;
  background: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #popup .box-msg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#popup .box-msg .close {
  position: absolute;
  right: -10px;
  top: -7px;
  width: 30px;
  height: 30px;
  padding: 2px;
  border-radius: 100px;
  background: black;
  color: #fff;
  font-size: 25px;
  font-family: "arial";
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup .box-msg .close:hover {
  opacity: 0.8;
}
#popup .box-msg header img {
  max-width: 100%;
  height: auto;
}
#popup .box-msg #main-popup {
  padding-top: 0px !important;
}
#popup .box-msg main {
  overflow-y: auto;
  height: 400px;
}
#popup .box-msg h2 {
  font-family: Raleway, lintel, arial, helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 23px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 20px 0 0 0;
  color: black;
}
#popup .box-msg h3 {
  position: relative;
  font-family: Raleway, lintel, arial, helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
}
#popup .box-msg p {
  font-size: 15px;
  line-height: 1.6em;
  margin: 5px 0;
  font-weight: 600;
}
#popup .box-msg table {
  width: 90%;
  border-width: 0 !important;
  margin: 0 auto;
}
#popup .box-msg table thead {
  display: table-caption;
  margin: 0px;
  border-top: 2px solid #ccc;
  background: #f5ffff;
}
#popup .box-msg table thead tr {
  width: 100%;
  display: block;
}
#popup .box-msg table thead tr th {
  width: 100%;
  display: block;
  padding: 10px 0;
}
#popup .box-msg table thead tr th h2 {
  margin: 0px;
}
#popup .box-msg table td {
  padding: 0px;
  position: relative;
  font-size: 13px;
  line-height: 1.7em;
  border-bottom: 1px solid #ccc;
  padding-left: 5px;
}
#popup .box-msg table td h3 {
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
  color: #039be5;
}
#popup .box-msg table td h3::before {
  display: none;
}
#popup .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup .box-msg table td h4 {
  color: white;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup .box-msg table td a {
  color: #67666b;
  padding: 5px;
  border-radius: 25px;
}
#popup .box-msg span {
  font-size: 15px;
}
#popup .box-msg .btn {
  display: table;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  background: #f47521;
  color: #fff;
  margin: 20px auto;
}

#popup-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(34, 34, 34, 0.4);
}
@media (max-width: 767px) {
  #popup-mobile {
    display: block;
  }
}
#popup-mobile .box-msg {
  position: fixed;
  left: 50%;
  top: 55%;
  max-width: 344px;
  width: 100%;
  z-index: 9999;
  min-height: 500px;
  padding: 0;
  color: black;
  background: white;
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #popup-mobile .box-msg {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#popup-mobile .box-msg .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  padding: 2px;
  border-radius: 100px;
  background: black;
  color: #fff;
  font-size: 25px;
  font-family: "arial";
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup-mobile .box-msg .close:hover {
  opacity: 0.8;
}
#popup-mobile .box-msg header img {
  max-width: 100%;
}
#popup-mobile .box-msg #main-popup {
  padding: 10px;
}
#popup-mobile .box-msg #main-popup > h2 {
  margin: 0;
  padding: 5px;
}
#popup-mobile .box-msg h2 {
  color: black;
  font-family: Raleway, lintel, arial, helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 19px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 20px 0 0 0;
}
#popup-mobile .box-msg h3 {
  color: #0b2d72;
  position: relative;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup-mobile .box-msg p {
  color: black;
  font-size: 12px;
  line-height: 1.4em;
  margin: 1px 0;
}
#popup-mobile .box-msg table {
  width: 100%;
  border-width: 0 !important;
  margin: 0;
}
#popup-mobile .box-msg table thead {
  display: table-caption;
  margin: 0px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #f47521;
  background: #f5ffff;
}
#popup-mobile .box-msg table thead tr {
  width: 100%;
  display: block;
}
#popup-mobile .box-msg table thead tr th {
  width: 100%;
  display: block;
  padding: 10px 0;
}
#popup-mobile .box-msg table thead tr th h2 {
  margin: 0px;
}
#popup-mobile .box-msg table td {
  padding: 5px 5px 0px !important;
  position: relative;
  font-size: 12px;
  line-height: 1.7em;
  border-bottom: 1px solid #ccc;
}
#popup-mobile .box-msg table td h3 {
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
  color: #039be5;
}
#popup-mobile .box-msg table td h3::before {
  display: none;
}
#popup-mobile .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup-mobile .box-msg table td h4 {
  color: #5f5d5d;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: #5f5d5d;
  border-radius: 4px;
  color: #5f5d5d;
  width: 200px;
}
#popup-mobile .box-msg table td a {
  color: #5f5d5d;
  padding: 5px;
  border-radius: 25px;
}
#popup-mobile .box-msg span {
  font-size: 15px;
}
#popup-mobile .box-msg .btn {
  display: table;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  background: #f47521;
  color: #fff;
  margin: 20px auto;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.year-nav-carousel {
  height: 48px;
  overflow: hidden;
  padding: 0 20px !important;
}
.year-nav-carousel .currentYear {
  pointer-events: none;
}
.year-nav-carousel li {
  width: 67px;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}
.year-nav-carousel li a {
  cursor: pointer;
}
.year-nav-carousel li a:hover {
  color: #008542;
}
.year-nav-carousel li a:hover:after {
  background-color: #008542;
}
.year-nav-carousel .owl-nav.disabled {
  display: block;
}
.year-nav-carousel .owl-nav .owl-prev .fa {
  left: 0;
}
.year-nav-carousel .owl-nav .owl-prev .fa:before {
  content: "\f053";
}
.year-nav-carousel .owl-nav .owl-next .fa {
  right: 0;
}
.year-nav-carousel .owl-nav .owl-next .fa:before {
  content: "\f054";
}
.year-nav-carousel .owl-nav .fa {
  background-color: #fff;
  width: 20px;
  height: 100%;
  padding-top: 8px;
  position: absolute;
  top: 0;
  color: #008542;
  text-align: center;
  opacity: 1;
  font-weight: bold;
  font-size: 16px;
  font-size: 1em;
}
.year-nav-carousel .owl-nav .disabled .fa {
  pointer-events: none;
  opacity: 0.1;
}
.year-nav-carousel .owl-dots {
  display: none;
}

#no-files {
  display: none;
}

#chart-stockinfo li {
  font: 14px frutiger, arial, roboto, helvetica, sans-serif;
}
#chart-stockinfo li:before {
  display: none;
}
#chart-stockinfo .tbPrices__title {
  background-color: #008542;
  font-size: 16px;
  font-size: 1em;
}
#chart-stockinfo .tbPrices__column .value {
  font-size: 16px;
  font-size: 1em;
}
#chart-stockinfo .tbPrices .maxima {
  color: #25bd82;
}
#chart-stockinfo .tbPrices .preco .price {
  font-size: 33px;
  font-size: 2.0625em;
}
#chart-stockinfo .tbPrices .preco .variation {
  font-size: 21px;
  font-size: 1.3125em;
}
#chart-stockinfo .tbPrices .preco .variation.up {
  color: #25bd82;
}
#chart-stockinfo .table-footer {
  font-size: 11px;
}
#chart-stockinfo .highcharts-background {
  fill: transparent !important;
}
#chart-stockinfo .highcharts-exporting-group {
  display: none;
}

.home #tableChart {
  display: none;
}

.popup-cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 10px;
  background: #252524;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.popup-cookies .text {
  margin-right: 35px;
  color: white;
}
.popup-cookies .text a {
  text-decoration: underline;
}
.popup-cookies .close-popup-cookies {
  padding: 7px;
  background: #01d7c7;
  color: #ffffff;
  cursor: pointer;
  width: 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .popup-cookies {
    flex-direction: column;
    height: unset;
  }
  .popup-cookies .close-popup-cookies {
    margin: 0 auto;
  }
}

.logged-in .header--new {
  top: 32px;
}

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

.header--new {
  padding: 0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header--new .container--new {
  max-width: 1440px;
  padding: 25px 30px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header--new .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--new .logo h2 {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  margin-left: 15px;
  font-size: 16px;
  font-size: 1em;
}
.header--new .logo h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 15px;
  background-color: #FDC82F;
}
.header--new .links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--new .links li {
  margin-right: 18px;
}
.header--new .links li:last-child {
  margin-right: 0;
}
.header--new .links li.search {
  display: block;
  min-width: 20px;
  margin-right: 60px;
}
.header--new .links li.icon-menu-open {
  min-width: 20px;
  display: none;
  margin-right: 0;
  cursor: pointer;
}
.header--new .links li.lang {
  margin-right: 60px;
  display: block;
}
.header--new .links li.lang a {
  color: #000000;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875em;
}
.header--new .links li a,
.header--new .links li .js-toggle-srearch {
  cursor: pointer;
}
@media (max-width: 767px) {
  .header--new .links li {
    display: none;
  }
  .header--new .links li.lang {
    margin-right: 18px;
  }
  .header--new .links li.lang a {
    font-weight: 400;
    line-height: 25px;
    font-size: 18px;
    font-size: 1.125em;
  }
  .header--new .links li.search {
    margin-right: 18px;
  }
  .header--new .links li.icon-menu-open {
    display: block;
  }
}
.header--new .links .modal-search {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 60px 0 15px;
  width: 100%;
  max-width: 700px;
  background-color: #ffffff;
}
.header--new .links .modal-search form {
  border: none;
  padding: 25px 15px 25px 40px;
  position: relative;
  width: 100%;
  background: url(img/new/grey-search.svg) no-repeat 10px center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header--new .links .modal-search form input {
  padding: 0 15px 0 0;
  height: 30px;
  border: none;
  width: 100%;
}
.header--new .links .modal-search form button {
  right: 10px;
  cursor: pointer;
  border: none;
  background: transparent;
}
.header--new .links .modal-search .close {
  position: absolute;
  right: 40px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  .header--new .container--new {
    padding: 25px 15px;
  }
}
@media (max-width: 980px) {
  .header--new .links .modal-search {
    padding: 0 45px 0 15px;
    max-width: 100%;
  }
  .header--new .links .modal-search .close {
    right: 15px;
  }
}
@media (min-width: 768px) {
  .header--new .menuMobile,
.header--new .bgMenuMobile {
    display: none;
  }
}

.container--new {
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.main--new {
  background-color: #f8f8f8;
  padding: 30px 0;
  margin-top: 80px;
}
@media (max-width: 1100px) {
  .main--new {
    padding: 0 !important;
  }
}
.main--new .banner .container--new {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main--new .banner .container--new .tab-banner {
  display: none !important;
}
.main--new .banner .container--new .tab-banner.active {
  display: block !important;
}
.main--new .banner .container--new:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 100%;
  background-color: #ffffff;
}
.main--new .banner .container--new .foto {
  overflow: hidden;
  width: 100%;
  margin-right: 28px;
}
.main--new .banner .container--new .foto img {
  width: 100%;
}
.main--new .banner .container--new .foto img.desktop {
  min-width: 690px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main--new .banner .container--new .foto img.mobile {
  display: none;
}
.main--new .banner .container--new .infoBanner {
  position: relative;
  padding: 15px 0 139px 20px;
  width: 634px;
  min-width: 634px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main--new .banner .container--new .infoBanner h5 {
  color: #000000;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75em;
}
.main--new .banner .container--new .infoBanner h2 {
  color: #000000;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 65px;
  padding-right: 5%;
  font-size: 50px;
  font-size: 3.125em;
}
.main--new .banner .container--new .infoBanner .files {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main--new .banner .container--new .infoBanner .files .item {
  margin-right: 15px;
}
.main--new .banner .container--new .infoBanner .files .item:last-child {
  margin-bottom: 0;
}
.main--new .banner .container--new .infoBanner .files .item a {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .banner .container--new .infoBanner .files .item a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .banner .container--new .infoBanner .files .item a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .banner .container--new .infoBanner .slideshow {
  background-color: #222222;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 139px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main--new .banner .container--new .infoBanner .slideshow:before {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -0.5px;
  background-color: #c2c2c2;
}
.main--new .banner .container--new .infoBanner .slideshow .item {
  padding: 0 30px;
  min-width: 50%;
  max-width: 50%;
  width: 100%;
}
.main--new .banner .container--new .infoBanner .slideshow .item.active {
  display: none;
}
.main--new .banner .container--new .infoBanner .slideshow .item a {
  height: 139px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main--new .banner .container--new .infoBanner .slideshow .item a span {
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
}
.main--new .banner .container--new .infoBanner .slideshow .item a:hover span {
  text-decoration: underline;
}
@media (max-width: 540px) {
  .main--new .banner .container--new .infoBanner .slideshow {
    height: 100px;
  }
  .main--new .banner .container--new .infoBanner .slideshow .item {
    padding: 0 20px;
  }
  .main--new .banner .container--new .infoBanner .slideshow .item a {
    height: 100px;
  }
}
.main--new .banner .container--new .infoBanner .slideshow .owl-nav {
  display: block;
}
.main--new .banner .container--new .infoBanner .slideshow .owl-nav button {
  border: none;
  position: absolute;
  top: 50px;
  width: 32px;
  height: 32px;
  background: url(img/new/icon-prev-slide.svg) no-repeat center;
  text-indent: -9000px;
}
.main--new .banner .container--new .infoBanner .slideshow .owl-nav button.owl-prev {
  left: 10px;
}
.main--new .banner .container--new .infoBanner .slideshow .owl-nav button.owl-next {
  right: 10px;
  background-image: url(img/new/icon-next-slide.svg);
}
.main--new .banner .container--new .infoBanner .slideshow .owl-nav button:focus {
  outline: none;
}
.main--new .banner .container--new .infoBanner .slideshow .owl-nav button.disabled {
  opacity: 0.5;
  display: none;
}
@media (max-width: 1100px) {
  .main--new .banner .container--new {
    padding: 0;
    display: block;
  }
  .main--new .banner .container--new:before {
    content: "";
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .main--new .banner .container--new .foto {
    margin: 0 0 15px;
  }
  .main--new .banner .container--new .foto img.desktop {
    display: none;
  }
  .main--new .banner .container--new .foto img.mobile {
    display: block;
    width: 100%;
  }
  .main--new .banner .container--new .infoBanner {
    padding: 15px;
    width: 100%;
    margin-top: 10px;
    min-width: 100%;
  }
  .main--new .banner .container--new .infoBanner h2 {
    line-height: 48px;
    padding-right: 0;
    font-size: 36px;
    font-size: 2.25em;
  }
  .main--new .banner .container--new .infoBanner .files {
    margin: 15px 0 25px;
  }
  .main--new .banner .container--new .infoBanner .slideshow {
    position: relative;
  }
}
@media (max-width: 840px) {
  .main--new .banner .container--new .infoBanner {
    padding: 15px;
  }
}
.main--new .accordion {
  background-color: transparent;
  overflow: hidden;
  margin: 0;
}
.main--new .accordion h2.title {
  cursor: pointer;
  padding: 46px 195px 46px 57px;
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  border-top: 1px solid #dddddd;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-size: 1.75em;
}
.main--new .accordion h2.title:before {
  content: "";
  width: 42px;
  height: 42px;
  background: url(img/new/icon-plus-accordion.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -24px;
}
.main--new .accordion h2.title span {
  position: relative;
  display: inline-block;
}
.main--new .accordion h2.title span:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #008542;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.main--new .accordion h2.title:hover span:before {
  width: 100%;
}
.main--new .accordion .info {
  padding: 0 57px;
}
.main--new .accordion .info .introducao {
  max-width: 720px;
  color: #666666;
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 43px;
  font-size: 1em;
}
.main--new .accordion .container--new {
  padding: 0 85px;
}
.main--new .accordion .container--new.active {
  margin-bottom: 60px;
}
.main--new .accordion .container--new.active h2.title:before {
  background-image: url(img/new/icon-minus-accordion.svg);
}
.main--new .accordion .session {
  padding: 45px 287px 45px 0;
  min-height: 170px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main--new .accordion .session h3 {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  font-size: 20px;
  font-size: 1.25em;
}
.main--new .accordion .session h3 a {
  color: #222222;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion .session h3 a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion .session h3 a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion .session p {
  color: #666666;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  padding: 25px 0 0;
  font-size: 1em;
}
.main--new .accordion .session .destaque {
  background-color: #008542;
  border: 1px solid #008542;
  position: absolute;
  top: 45px;
  right: 0;
  height: 270px;
  width: 202px;
  padding: 15px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main--new .accordion .session .destaque .icon {
  background: url(img/new/icon-download-destaque.svg) no-repeat center;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 48px;
  height: 48px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.main--new .accordion .session .destaque__title {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.main--new .accordion .session .destaque .d-flex {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 7px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  font-size: 12px;
  font-size: 0.75em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main--new .accordion .session .destaque:hover {
  background-color: #ffffff;
}
.main--new .accordion .session .destaque:hover .icon {
  background-image: url(img/new/icon-download-destaque-hover.svg);
}
.main--new .accordion .session .destaque:hover .destaque__title {
  color: #008542;
}
.main--new .accordion .session .destaque:hover .d-flex {
  color: #008542;
}
.main--new .accordion .session .destaque__section {
  position: absolute;
  top: 330px;
  right: 0;
  width: 202px;
}
.main--new .accordion .session .destaque__section a {
  color: #222222;
  position: relative;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion .session .destaque__section a:hover {
  -webkit-box-shadow: 0 4px 0 #008542;
  -moz-box-shadow: 0 4px 0 #008542;
  -ms-box-shadow: 0 4px 0 #008542;
  -o-box-shadow: 0 4px 0 #008542;
  box-shadow: 0 4px 0 #008542;
}
.main--new .accordion .session .listFile {
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main--new .accordion .session .listFile:last-child {
  border-bottom: none;
}
.main--new .accordion .session .listFile h4 {
  color: #222222;
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: bold;
  max-width: 258px;
  min-width: 258px;
  width: 100%;
  padding: 0 25px 0 0;
  font-size: 1em;
}
.main--new .accordion .session .listFile h4 span {
  color: #666666;
  text-transform: initial;
  font-weight: 400;
  display: block;
}
.main--new .accordion .session .listFile .desc {
  color: #666666;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0;
  padding-right: 30px;
  font-size: inherit;
  width: 100%;
  font-size: 1em;
  display: none;
}
.main--new .accordion .session .listFile .links {
  margin-left: 25%;
  width: 100%;
  max-width: 195px;
  min-width: 195px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main--new .accordion .session .listFile .links .item {
  margin-bottom: 15px;
  padding-right: 27px;
}
.main--new .accordion .session .listFile .links .item:last-child {
  margin-bottom: 0;
}
.main--new .accordion .session .listFile .links .item a {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion .session .listFile .links .item a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion .session .listFile .links .item a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion .session .listFile .links .item a .icon {
  position: absolute;
  right: -27px;
  bottom: -4px;
  width: 24px;
  height: 24px;
  background: url(img/new/icon-download.svg) no-repeat center;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.main--new .accordion.empresa {
  margin-top: 60px;
}
.main--new .accordion.empresa .list {
  padding: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main--new .accordion.empresa .list:last-child .box {
  border: none;
}
.main--new .accordion.empresa .list .img {
  height: 86px;
  width: 86px;
  overflow: hidden;
}
.main--new .accordion.empresa .list .img img {
  height: 86px;
  width: 86px;
}
.main--new .accordion.empresa .list .box {
  width: calc(100% - 125px);
  padding-bottom: 25px;
  min-height: 205px;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main--new .accordion.empresa .list .box .title {
  width: 100%;
}
.main--new .accordion.empresa .list .box .title h2 {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  font-size: 20px;
  font-size: 1.25em;
}
.main--new .accordion.empresa .list .box .title h2 a {
  color: #222222;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.empresa .list .box .title h2 a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.empresa .list .box .title h2 a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.empresa .list .box .title p {
  color: #666666;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  padding: 25px 0;
  font-size: 1em;
}
.main--new .accordion.empresa .list .box .links {
  max-width: 330px;
  min-width: 330px;
  margin-left: 110px;
}
.main--new .accordion.empresa .list .box .links .relevantes {
  color: #666666;
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 0.75em;
}
.main--new .accordion.empresa .list .box .links .item {
  margin-bottom: 15px;
  padding-right: 27px;
}
.main--new .accordion.empresa .list .box .links .item:last-child {
  margin-bottom: 0;
}
.main--new .accordion.empresa .list .box .links .item a {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.empresa .list .box .links .item a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.empresa .list .box .links .item a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.empresa .list .box .links .item a .icon {
  position: absolute;
  right: -27px;
  bottom: -4px;
  width: 24px;
  height: 24px;
  background: url(img/new/icon-download.svg) no-repeat center;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.main--new .accordion.esg .list {
  padding: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main--new .accordion.esg .list .foto {
  width: 52.5%;
  padding-right: 5%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D8D8D8;
}
.main--new .accordion.esg .list .foto img {
  width: 100%;
}
.main--new .accordion.esg .list .foto + .item {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.main--new .accordion.esg .list .item {
  width: 47.5%;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main--new .accordion.esg .list .item:last-child, .main--new .accordion.esg .list .item--5 {
  border-bottom: none;
}
.main--new .accordion.esg .list .item .img {
  height: 86px;
  width: 86px;
}
.main--new .accordion.esg .list .item .img img {
  height: 86px;
  width: 86px;
}
.main--new .accordion.esg .list .item h3 {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 30px;
  font-size: 20px;
  font-size: 1.25em;
}
.main--new .accordion.esg .list .item h3 a {
  color: #222222;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.esg .list .item h3 a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.esg .list .item h3 a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.esg .list .item p {
  color: #666666;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  padding: 25px 0;
  font-size: 1em;
}
.main--new .accordion.esg .list .item .links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main--new .accordion.esg .list .item .links li {
  margin-bottom: 15px;
  padding-right: 27px;
}
.main--new .accordion.esg .list .item .links li:last-child {
  margin-bottom: 0;
}
.main--new .accordion.esg .list .item .links li a {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.esg .list .item .links li a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.esg .list .item .links li a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.resultados, .main--new .accordion.assembleias {
  width: 100%;
}
.main--new .accordion.apresentacoes .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main--new .accordion.apresentacoes .box .foto {
  width: calc(100% - 320px);
}
.main--new .accordion.apresentacoes .box .foto img {
  min-width: 950px;
  width: 100%;
  float: right;
}
.main--new .accordion.apresentacoes .box .text {
  max-width: 270px;
  min-width: 270px;
  margin-left: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.main--new .accordion.apresentacoes .box .text h4 {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  font-size: 20px;
  font-size: 1.25em;
}
.main--new .accordion.apresentacoes .box .text p {
  color: #666666;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 30px 0;
  font-size: 1em;
}
.main--new .accordion.apresentacoes .box .text .links {
  width: 100%;
}
.main--new .accordion.apresentacoes .box .text .links .relevantes {
  color: #666666;
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 0.75em;
}
.main--new .accordion.apresentacoes .box .text .links .item {
  margin-bottom: 15px;
  padding-right: 27px;
}
.main--new .accordion.apresentacoes .box .text .links .item:last-child {
  margin-bottom: 0;
}
.main--new .accordion.apresentacoes .box .text .links .item a {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.apresentacoes .box .text .links .item a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.apresentacoes .box .text .links .item a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.apresentacoes .events {
  margin-top: 30px;
}
.main--new .accordion.apresentacoes .events h3 {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  font-size: 20px;
  font-size: 1.25em;
}
.main--new .accordion.apresentacoes .events h3 a {
  color: #222222;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.apresentacoes .events h3 a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.apresentacoes .events h3 a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.apresentacoes .events p {
  color: #666666;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  padding: 25px 0 0;
  font-size: 1em;
}
.main--new .accordion.apresentacoes .events .listEvents {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main--new .accordion.apresentacoes .events .listEvents .item {
  width: calc(33.333% - 20px);
  height: 480px;
  border: 2px solid #008542;
  background-color: #008542;
  padding: 60px;
  position: relative;
  margin-right: 30px;
}
.main--new .accordion.apresentacoes .events .listEvents .item:last-child {
  margin-right: 0;
}
.main--new .accordion.apresentacoes .events .listEvents .item.restricted {
  background-color: #ffffff;
}
.main--new .accordion.apresentacoes .events .listEvents .item.restricted h4 {
  color: #000000;
}
.main--new .accordion.apresentacoes .events .listEvents .item.restricted h2 {
  color: #008542;
}
.main--new .accordion.apresentacoes .events .listEvents .item h4 {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75em;
}
.main--new .accordion.apresentacoes .events .listEvents .item h4 span {
  font-weight: 400;
}
.main--new .accordion.apresentacoes .events .listEvents .item h2 {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 52px;
  position: relative;
  padding: 30px 0;
  font-size: 36px;
  font-size: 2.25em;
}
.main--new .accordion.apresentacoes .events .listEvents .item h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 3px;
  width: 45px;
  background-color: #FDC82F;
}
.main--new .accordion.apresentacoes .events .listEvents .item .link {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: absolute;
  left: 60px;
  bottom: 60px;
  -webkit-box-shadow: 0 2px 0 #ffffff;
  -moz-box-shadow: 0 2px 0 #ffffff;
  -ms-box-shadow: 0 2px 0 #ffffff;
  -o-box-shadow: 0 2px 0 #ffffff;
  box-shadow: 0 2px 0 #ffffff;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.apresentacoes .events .listEvents .item .link:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.apresentacoes .events .listEvents .item .link:hover {
  -webkit-box-shadow: 0 4px 0 #ffffff !important;
  -moz-box-shadow: 0 4px 0 #ffffff !important;
  -ms-box-shadow: 0 4px 0 #ffffff !important;
  -o-box-shadow: 0 4px 0 #ffffff !important;
  box-shadow: 0 4px 0 #ffffff !important;
}
.main--new .accordion.apresentacoes .events .listEvents .item .link .icon {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 24px;
  height: 24px;
  background: url(img/new/icon-plus-events.svg) no-repeat center;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.main--new .accordion.apresentacoes .listFile {
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main--new .accordion.apresentacoes .listFile:last-child {
  border-bottom: none;
}
.main--new .accordion.apresentacoes .listFile .links {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main--new .accordion.apresentacoes .listFile .links .item {
  margin-bottom: 15px;
  padding-right: 27px;
}
.main--new .accordion.apresentacoes .listFile .links .item:last-child {
  margin-bottom: 0;
}
.main--new .accordion.apresentacoes .listFile .links .item a {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.apresentacoes .listFile .links .item a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.apresentacoes .listFile .links .item a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.apresentacoes .listFile .links .item a:hover .icon {
  opacity: 0.5;
}
.main--new .accordion.apresentacoes .listFile .links .item a .icon {
  position: absolute;
  right: -27px;
  bottom: -4px;
  width: 24px;
  height: 24px;
  background: url(img/new/icon-download.svg) no-repeat center;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.main--new .accordion.acoes .info .introducao {
  max-width: 100%;
}
.main--new .accordion.acoes .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main--new .accordion.acoes .box h3 {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  font-size: 20px;
  font-size: 1.25em;
}
.main--new .accordion.acoes .box h3 a {
  color: #222222;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.acoes .box h3 a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.acoes .box h3 a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.acoes .box p {
  color: #666666;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  padding: 25px 0 0;
  font-size: 1em;
}
.main--new .accordion.acoes .box .cotacoes {
  margin-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main--new .accordion.acoes .box .cotacoes li {
  height: 220px;
  position: relative;
}
.main--new .accordion.acoes .box .cotacoes li.item {
  background-color: #ffffff;
  width: 19%;
  padding: 30px 0 30px 30px;
  height: 220px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main--new .accordion.acoes .box .cotacoes li.item span {
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.main--new .accordion.acoes .box .cotacoes li.item span.ticker {
  width: 100%;
  color: #000000;
  line-height: 52px;
  position: absolute;
  bottom: 55px;
  font-size: 36px;
  font-size: 2.25em;
}
.main--new .accordion.acoes .box .cotacoes li.item span.price {
  line-height: 26px;
  font-size: 20px;
  font-size: 1.25em;
}
.main--new .accordion.acoes .box .cotacoes li.item span.var {
  line-height: 16px;
  padding: 2px 5px;
  background-color: #008542;
  margin-bottom: 2px;
  margin-left: 5px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75em;
}
.main--new .accordion.acoes .box .cotacoes li.item span.var.down {
  background-color: #E11C01;
}
.main--new .accordion.acoes .box .cotacoes li.item span.var.down:before {
  background-image: url(img/new/icon-acoes-down.svg);
}
.main--new .accordion.acoes .box .cotacoes li.item span.var:before {
  content: "";
  position: absolute;
  top: 31px;
  left: 31px;
  width: 22px;
  height: 22px;
  background: url(img/new/icon-acoes-up.svg) no-repeat center;
}
.main--new .accordion.acoes .box .cotacoes li.fonte .date {
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #222222;
  line-height: 16px;
  font-size: 12px;
  font-size: 0.75em;
}
.main--new .accordion.acoes .box .cotacoes li.fonte .date .time {
  font-weight: 400;
  color: #666666;
}
.main--new .accordion.acoes .box .cotacoes li.fonte h4 {
  padding-top: 30px;
}
.main--new .accordion.acoes .box .cotacoes li.fonte h4 a {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.acoes .box .cotacoes li.fonte h4 a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.acoes .box .cotacoes li.fonte h4 a:hover {
  color: #008542;
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.acoes .box .cotacoes li.fonte .fornecedor {
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  position: absolute;
  bottom: 0;
}
.main--new .accordion.acoes .list {
  padding: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main--new .accordion.acoes .list .item {
  width: 47.5%;
  padding-bottom: 25px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main--new .accordion.acoes .list .item:first-child {
  border-bottom: 1px solid #D8D8D8;
}
.main--new .accordion.acoes .list .item:first-child + .item {
  border-bottom: 1px solid #D8D8D8;
}
.main--new .accordion.acoes .list .item .img {
  height: 86px;
  width: 86px;
}
.main--new .accordion.acoes .list .item .img img {
  height: 86px;
  width: 86px;
}
.main--new .accordion.acoes .list .item h3 {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 30px;
  font-size: 20px;
  font-size: 1.25em;
}
.main--new .accordion.acoes .list .item h3 a {
  color: #222222;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.acoes .list .item h3 a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.acoes .list .item h3 a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.acoes .list .item p {
  color: #666666;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  padding: 25px 0;
  font-size: 1em;
}
.main--new .accordion.acoes .list .item .links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main--new .accordion.acoes .list .item .links li {
  margin-bottom: 15px;
  padding-right: 27px;
}
.main--new .accordion.acoes .list .item .links li:last-child {
  margin-bottom: 0;
}
.main--new .accordion.acoes .list .item .links li a {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.acoes .list .item .links li a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.acoes .list .item .links li a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.servicos h2.title {
  border-bottom: 1px solid #dddddd;
}
.main--new .accordion.servicos .active h2.title {
  border-bottom: none;
}
.main--new .accordion.servicos .info {
  border-bottom: 1px solid #dddddd;
}
.main--new .accordion.servicos .box {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main--new .accordion.servicos .box .foto {
  width: calc(100% - 320px);
}
.main--new .accordion.servicos .box .foto img {
  min-width: 950px;
  width: 100%;
  float: right;
}
.main--new .accordion.servicos .box .text {
  max-width: 270px;
  min-width: 270px;
  margin-left: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.main--new .accordion.servicos .box .text h4 {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  font-size: 20px;
  font-size: 1.25em;
}
.main--new .accordion.servicos .box .text p {
  color: #666666;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 30px 0;
  font-size: 1em;
}
.main--new .accordion.servicos .box .text .links {
  width: 100%;
}
.main--new .accordion.servicos .box .text .links .relevantes {
  color: #666666;
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 1em;
}
.main--new .accordion.servicos .box .text .links .item {
  margin-bottom: 15px;
  padding-right: 27px;
}
.main--new .accordion.servicos .box .text .links .item:last-child {
  margin-bottom: 0;
}
.main--new .accordion.servicos .box .text .links .item a {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.servicos .box .text .links .item a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.servicos .box .text .links .item a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.servicos .list {
  padding: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main--new .accordion.servicos .list.box-ri {
  border-bottom: 1px solid #D8D8D8;
  padding: 0;
}
.main--new .accordion.servicos .list.box-ri .foto {
  width: 52.5%;
  padding-right: 5%;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.main--new .accordion.servicos .list.box-ri .foto img {
  width: 100%;
}
.main--new .accordion.servicos .list.box-ri .foto + .item {
  border-bottom: none;
  padding-bottom: 40px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.main--new .accordion.servicos .list.box-ri .links {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main--new .accordion.servicos .list .item {
  width: 47.5%;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main--new .accordion.servicos .list .item .img {
  height: 86px;
  width: 86px;
}
.main--new .accordion.servicos .list .item .img img {
  height: 86px;
  width: 86px;
}
.main--new .accordion.servicos .list .item h3 {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 30px;
  font-size: 20px;
  font-size: 1.25em;
}
.main--new .accordion.servicos .list .item h3 a {
  color: #222222;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.servicos .list .item h3 a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.servicos .list .item h3 a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.main--new .accordion.servicos .list .item p {
  color: #666666;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  padding: 25px 0;
  font-size: 1em;
}
.main--new .accordion.servicos .list .item .links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main--new .accordion.servicos .list .item .links li {
  margin-bottom: 15px;
  padding-right: 27px;
  border-bottom: none;
}
.main--new .accordion.servicos .list .item .links li:last-child {
  margin-bottom: 0;
}
.main--new .accordion.servicos .list .item .links li a {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.servicos .list .item .links li a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.main--new .accordion.servicos .list .item .links li a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
@media (max-width: 1280px) {
  .main--new .accordion .container--new {
    padding: 0 30px;
  }
  .main--new .accordion .container--new.active {
    margin-bottom: 30px;
  }
  .main--new .accordion h2.title {
    padding: 33px 80px 31px 30px;
  }
  .main--new .accordion .info {
    padding: 0 30px;
  }
  .main--new .accordion .session {
    padding-right: 240px;
  }
  .main--new .accordion.empresa .list .box .links {
    margin-left: 50px;
  }
}
@media (max-width: 1100px) {
  .main--new .accordion .container--new {
    padding: 0 15px;
  }
  .main--new .accordion .info {
    padding: 0;
  }
  .main--new .accordion .info .introducao {
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 1em;
  }
  .main--new .accordion h2.title {
    padding: 20px 90px 20px 0;
    line-height: 26px;
    font-size: 20px;
    font-size: 1.25em;
  }
  .main--new .accordion h2.title:before {
    width: 30px;
    height: 30px;
    right: 0;
    margin-top: -15px;
  }
  .main--new .accordion .session {
    padding: 30px 0 0;
  }
  .main--new .accordion .session p {
    line-height: 24px;
    font-size: 1em;
  }
  .main--new .accordion .session .destaque {
    position: relative;
    margin-top: 30px;
    right: auto;
    top: 0;
  }
  .main--new .accordion .session .destaque__section {
    position: static;
    width: 100%;
    display: inline-block;
    margin-top: 25px;
  }
  .main--new .accordion .session .destaque__section a {
    color: #222222;
    position: relative;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 0 #008542;
    -moz-box-shadow: 0 2px 0 #008542;
    -ms-box-shadow: 0 2px 0 #008542;
    -o-box-shadow: 0 2px 0 #008542;
    box-shadow: 0 2px 0 #008542;
    -webkit-transition: 0.15s all;
    -moz-transition: 0.15s all;
    -ms-transition: 0.15s all;
    -o-transition: 0.15s all;
    transition: 0.15s all;
  }
  .main--new .accordion .session .destaque__section a:hover {
    -webkit-box-shadow: 0 4px 0 #008542;
    -moz-box-shadow: 0 4px 0 #008542;
    -ms-box-shadow: 0 4px 0 #008542;
    -o-box-shadow: 0 4px 0 #008542;
    box-shadow: 0 4px 0 #008542;
  }
  .main--new .accordion .session .listFile {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--new .accordion .session .listFile h4 {
    padding: 0 0 30px;
    max-width: 100%;
  }
  .main--new .accordion .session .listFile .desc {
    padding: 0 0 30px;
  }
  .main--new .accordion .session .listFile .links {
    max-width: 100%;
    margin-left: 0;
  }
  .main--new .accordion.empresa {
    margin-top: 30px;
  }
  .main--new .accordion.empresa .list {
    padding-bottom: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--new .accordion.empresa .list .img {
    height: 90px;
    width: 90px;
  }
  .main--new .accordion.empresa .list .img img {
    height: 90px;
    width: 90px;
  }
  .main--new .accordion.empresa .list .box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
    min-height: 100px;
  }
  .main--new .accordion.empresa .list .box .links {
    margin: 5px 0 0;
    max-width: 100%;
    min-width: 100%;
  }
  .main--new .accordion.empresa .list .box .title p {
    line-height: 24px;
    font-size: 1em;
  }
  .main--new .accordion.esg .list .item p {
    line-height: 24px;
    font-size: 1em;
  }
  .main--new .accordion.apresentacoes .events p {
    line-height: 24px;
    font-size: 1em;
  }
  .main--new .accordion.apresentacoes .events .listEvents .item {
    padding: 30px;
    height: 400px;
  }
  .main--new .accordion.apresentacoes .events .listEvents .item h2 {
    line-height: 46px;
    font-size: 32px;
    font-size: 2em;
  }
  .main--new .accordion.apresentacoes .events .listEvents .item .link {
    bottom: 30px;
    left: 30px;
  }
  .main--new .accordion.acoes .box {
    margin-top: 15px;
  }
  .main--new .accordion.acoes .box p {
    line-height: 24px;
    font-size: 1em;
  }
  .main--new .accordion.acoes .box .cotacoes {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .main--new .accordion.acoes .list {
    padding-bottom: 0;
  }
  .main--new .accordion.acoes .list .item:last-child {
    margin-bottom: 0;
  }
  .main--new .accordion.acoes .list .item p {
    line-height: 24px;
    font-size: 1em;
  }
  .main--new .accordion.servicos .list .item p {
    line-height: 24px;
    font-size: 1em;
  }
}
@media (max-width: 979px) {
  .main--new .accordion.acoes .box .cotacoes li.item {
    width: 23%;
    padding: 15px 0 15px 15px;
    height: 150px;
  }
  .main--new .accordion.acoes .box .cotacoes li.item span.ticker {
    line-height: 48px;
    bottom: 40px;
    font-size: 32px;
    font-size: 2em;
  }
  .main--new .accordion.acoes .box .cotacoes li.item span.price {
    line-height: 24px;
    font-size: 1em;
  }
  .main--new .accordion.acoes .box .cotacoes li.item span.var:before {
    top: 15px;
    left: 15px;
  }
  .main--new .accordion.acoes .box .cotacoes li.fonte {
    display: none;
  }
}
@media (max-width: 840px) {
  .main--new .accordion.esg .list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .main--new .accordion.esg .list .foto {
    width: 100%;
    padding: 0;
    border: none;
  }
  .main--new .accordion.esg .list .item {
    width: 100%;
  }
  .main--new .accordion.esg .list .item--5 {
    border-bottom: 1px solid #D8D8D8;
  }
  .main--new .accordion.esg .list .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .main--new .accordion.apresentacoes .box {
    margin-top: 25px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--new .accordion.apresentacoes .box .foto {
    width: 100%;
    margin-bottom: 30px;
  }
  .main--new .accordion.apresentacoes .box .foto img {
    width: calc(100% + 30px);
    min-width: 100%;
  }
  .main--new .accordion.apresentacoes .box .text {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
  .main--new .accordion.apresentacoes .events .listEvents {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--new .accordion.apresentacoes .events .listEvents .item {
    width: 100%;
    height: 315px;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .main--new .accordion.apresentacoes .events .listEvents .item:last-child {
    margin-bottom: 0;
  }
  .main--new .accordion.acoes.acoes .box .cotacoes li.item {
    width: 23%;
  }
  .main--new .accordion.acoes.acoes .box .cotacoes li.fonte {
    display: none;
  }
  .main--new .accordion.acoes.acoes .list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .main--new .accordion.acoes.acoes .list .foto {
    width: 100%;
    padding: 0;
    border: none;
  }
  .main--new .accordion.acoes.acoes .list .item {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
  }
  .main--new .accordion.acoes.acoes .list .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .main--new .accordion.servicos .box {
    margin-top: 25px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--new .accordion.servicos .box .foto {
    width: 100%;
    margin-bottom: 30px;
  }
  .main--new .accordion.servicos .box .foto img {
    width: calc(100% + 30px);
    min-width: 100%;
  }
  .main--new .accordion.servicos .box .text {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
  .main--new .accordion.servicos .list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .main--new .accordion.servicos .list.box-ri .foto {
    width: 100%;
    padding: 0;
    border: none;
  }
  .main--new .accordion.servicos .list .foto {
    width: 100%;
    padding: 0;
    border: none;
  }
  .main--new .accordion.servicos .list .item {
    width: 100%;
  }
  .main--new .accordion.servicos .list .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main--new .accordion.acoes.acoes .box .cotacoes {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main--new .accordion.acoes.acoes .box .cotacoes li.item {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
}
.main--new .o-que-precisa {
  background-color: transparent;
  overflow: hidden;
  margin: 0;
  padding: 115px 0;
}
.main--new .o-que-precisa .container--new {
  background-color: #666666;
  padding: 90px 115px;
  max-width: 1270px;
  position: relative;
}
.main--new .o-que-precisa .destaque {
  padding-bottom: 60px;
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main--new .o-que-precisa .destaque h5 {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 0.75em;
}
.main--new .o-que-precisa .destaque h2 {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 79px;
  width: 45%;
  font-size: 60px;
  font-size: 3.75em;
}
.main--new .o-que-precisa .destaque .foto {
  position: absolute;
  top: -60px;
  right: 60px;
  max-width: 479px;
  width: 100%;
}
.main--new .o-que-precisa .list {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main--new .o-que-precisa .list .item {
  width: 30%;
}
.main--new .o-que-precisa .list .item a {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.main--new .o-que-precisa .list .item a .tit {
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  margin: 15px 0;
  font-size: 12px;
  font-size: 0.75em;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.main--new .o-que-precisa .list .item a .desc {
  display: block;
  line-height: 24px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.main--new .o-que-precisa .list .item a:hover span {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .main--new .o-que-precisa {
    padding: 60px 0;
  }
  .main--new .o-que-precisa .container--new {
    padding: 60px 15px;
  }
  .main--new .o-que-precisa .destaque h2 {
    line-height: 50px;
    width: 330px;
    font-size: 42px;
    font-size: 2.625em;
  }
  .main--new .o-que-precisa .destaque .foto {
    max-width: 360px;
  }
}
@media (max-width: 840px) {
  .main--new .o-que-precisa {
    padding: 30px 0 0;
  }
  .main--new .o-que-precisa .container--new {
    padding: 30px 15px;
  }
  .main--new .o-que-precisa .destaque h2 {
    line-height: 42px;
    width: 100%;
    font-size: 35px;
    font-size: 2.1875em;
  }
  .main--new .o-que-precisa .destaque .foto {
    position: relative;
    top: 25px;
    right: -30px;
    margin: 0 auto;
  }
  .main--new .o-que-precisa .list {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--new .o-que-precisa .list .item {
    margin-top: 30px;
    width: 100%;
  }
}
.main--new .o-que-precisa-box .container--new {
  padding: 0 85px;
}
@media (max-width: 1280px) {
  .main--new .o-que-precisa-box .container--new {
    padding: 0 30px;
  }
}
@media (max-width: 1100px) {
  .main--new .o-que-precisa-box .container--new {
    padding: 0 15px;
  }
}
.main--new .o-que-precisa-box .container--new h2 {
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 50px;
  color: #222222;
  padding: 40px 0;
  position: relative;
  font-size: 36px;
  font-size: 2.25em;
}
.main--new .o-que-precisa-box .container--new .list {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main--new .o-que-precisa-box .container--new .list .item {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main--new .o-que-precisa-box .container--new .list .item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main--new .o-que-precisa-box .container--new .list .item-2 {
  width: calc(50% - 30px);
}
.main--new .o-que-precisa-box .container--new .list .item-3 {
  width: calc(33.333% - 20px);
}
@media (max-width: 1280px) {
  .main--new .o-que-precisa-box .container--new .list .item-3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .main--new .o-que-precisa-box .container--new .list .item-3 a {
    height: auto !important;
  }
}
@media (max-width: 1024px) {
  .main--new .o-que-precisa-box .container--new .list .item-2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .main--new .o-que-precisa-box .container--new .list .item-2 a {
    height: auto !important;
  }
}
.main--new .o-que-precisa-box .container--new .list .item:hover .img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.main--new .o-que-precisa-box .container--new .list .item:last-child {
  margin-bottom: 0;
}
.main--new .o-que-precisa-box .container--new .list .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.main--new .o-que-precisa-box .container--new .list .item a {
  height: 500px;
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.main--new .o-que-precisa-box .container--new .list .item a .tit {
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  color: #FFFFFF;
  padding: 0 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75em;
}
.main--new .o-que-precisa-box .container--new .list .item a .desc {
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 50px;
  color: #FFFFFF;
  padding: 0 0 20px;
  position: relative;
  font-size: 36px;
  font-size: 2.25em;
}
.main--new .o-que-precisa-box .container--new .list .item a .desc:before {
  content: "";
  width: 45px;
  height: 3px;
  background: #FDC82F;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer--new {
  overflow: hidden;
  padding: 0 30px 80px;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
.footer--new .scrollDown {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #008542 url(img/new/icon-scrollDown.svg) no-repeat center;
  height: 80px;
  width: 55px;
  z-index: 1;
}
.footer--new .scrollDown.up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 979px) {
  .footer--new .scrollDown {
    height: 60px;
    width: 40px;
  }
}
.footer--new .container--new {
  max-width: 1270px;
  padding: 115px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer--new .container--new:before {
  content: "";
  background-color: #222222;
  position: absolute;
  top: 0;
  right: 0;
  width: 5000px;
  height: 100%;
  z-index: -1;
}
.footer--new .container--new .divider {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer--new .container--new .divider.mobile {
  position: absolute;
  left: 0;
  bottom: 115px;
  width: auto;
}
.footer--new .container--new .divider.mobile .lang {
  display: none;
}
.footer--new .container--new .divider.mobile .lang a {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1em;
}
.footer--new .container--new .divider.mobile .sociais {
  margin: 29px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer--new .container--new .divider.mobile .sociais a {
  margin-right: 30px;
}
.footer--new .container--new .divider.mobile .sociais a:last-child {
  margin-right: 0;
}
.footer--new .container--new .divider.mobile .sociais a img {
  display: block;
}
.footer--new .container--new .divider.mobile .sociais a img.hover {
  display: none;
}
.footer--new .container--new .divider.mobile .sociais a:hover img {
  display: none;
}
.footer--new .container--new .divider.mobile .sociais a:hover img.hover {
  display: block;
}
.footer--new .container--new .divider.mobile .copy {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19px;
  font-size: 14px;
  font-size: 0.875em;
}
.footer--new .container--new .divider.mobile .disclaimer {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19px;
  font-size: 14px;
  font-size: 0.875em;
  margin-top: 5%;
  margin-bottom: -6%;
}
.footer--new .container--new .menu {
  min-width: 350px;
  max-width: 350px;
}
.footer--new .container--new .menu.acesso {
  margin-left: 25px;
  min-width: 290px;
  max-width: 290px;
}
.footer--new .container--new .menu li {
  margin-bottom: 15px;
}
.footer--new .container--new .menu li:last-child {
  margin-bottom: 0;
}
.footer--new .container--new .menu li.desktop {
  display: block;
}
.footer--new .container--new .menu li.mobile {
  display: none;
}
.footer--new .container--new .menu li a {
  color: #ffffff;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 16px;
  font-size: 1em;
}
.footer--new .container--new .menu li a img {
  width: 108px;
}
.footer--new .container--new .menu li a:hover {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .footer--new {
    padding: 0 0 80px;
  }
  .footer--new .container--new {
    padding: 45px 15px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer--new .container--new:before {
    right: 0;
  }
  .footer--new .container--new .divider.mobile {
    position: static;
  }
  .footer--new .container--new .divider.mobile .lang {
    margin-top: 45px;
    display: block;
  }
  .footer--new .container--new .menu {
    min-width: 100%;
    max-width: 100%;
    margin-top: 45px;
  }
  .footer--new .container--new .menu.acesso {
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
  }
  .footer--new .container--new .menu li.desktop {
    display: none;
  }
  .footer--new .container--new .menu li.mobile {
    display: block;
  }
}
@media (max-width: 979px) {
  .footer--new {
    padding-bottom: 60px;
  }
}

.new-website {
  background-color: #f8f8f8;
}
.new-website .last-updated {
  display: none !important;
}

.row-content {
  float: left;
  width: 100%;
}

.container--interna {
  max-width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}
.container--interna * {
  font-family: "petrobras", sans-serif;
}
@media (max-width: 1100px) {
  .container--interna {
    padding: 0 15px;
  }
}
.container--interna.breadcrumb {
  margin-top: 120px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.container--interna.breadcrumb a {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 5px 0 5px 32px;
  position: relative;
  background: url(img/new/icon-back-to-home.svg) no-repeat 0 center;
}
.container--interna.title {
  width: 100%;
}
.container--interna.title h2 {
  color: #222222;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  position: relative;
  padding: 40px 0 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.container--interna.title h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background-color: #FDC82F;
}
.container--interna.text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.container--interna.text .sidebarNew {
  max-width: 280px;
  min-width: 280px;
  width: 100%;
  position: sticky;
  top: 135px;
  bottom: 510px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1024px) {
  .container--interna.text .sidebarNew {
    position: static;
  }
}
.container--interna.text .sidebarNew .section-title {
  display: none;
}
.container--interna.text .sidebarNew .sub-menu {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container--interna.text .sidebarNew .sub-menu .text-menu {
  display: none;
}
.container--interna.text .sidebarNew .sub-menu li {
  width: 100%;
  margin-bottom: 18px;
  padding-left: 0;
}
.container--interna.text .sidebarNew .sub-menu li:before {
  display: none;
}
.container--interna.text .sidebarNew .sub-menu li a {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
}
.container--interna.text .sidebarNew .sub-menu .sub-menu li {
  margin: 10px 0 0 0;
  padding-left: 10px;
}
.container--interna.text .sidebarNew .sub-menu .sub-menu li a {
  font-weight: normal;
  color: #666666;
}
.container--interna.text .content {
  position: relative;
  padding: 30px 0 30px 80px;
  width: 100%;
  overflow: hidden;
}
.container--interna.text .content:before {
  content: "";
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;
  height: 4px;
  background-color: #008542;
}
.container--interna.text .content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 430px;
  background-image: linear-gradient(0deg, #ffffff 0%, #eeeeee 30%, #eeeeee 70%, #ffffff 100%);
}
.container--interna.text .linksScroll {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container--interna.text .linksScroll li {
  margin-right: 7.5px;
  margin-bottom: 15px;
  padding-left: 0;
}
.container--interna.text .linksScroll li:before {
  display: none;
}
.container--interna.text .linksScroll li:after {
  content: "";
  color: #222222;
  font-size: 20px;
  font-weight: bold;
}
.container--interna.text .linksScroll li:last-child {
  margin-right: 0;
}
.container--interna.text .linksScroll li:last-child:after {
  display: none;
}
.container--interna.text .linksScroll li.desc {
  margin: 0 0 5px;
  color: #666666;
  font-weight: 100;
  width: 100%;
  font-size: 16px;
}
.container--interna.text .linksScroll li.desc:after {
  display: none;
}
.container--interna.text .linksScroll li a {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.container--interna.text a {
  position: relative;
  -webkit-box-shadow: 0 2px 0 #008542;
  -moz-box-shadow: 0 2px 0 #008542;
  -ms-box-shadow: 0 2px 0 #008542;
  -o-box-shadow: 0 2px 0 #008542;
  box-shadow: 0 2px 0 #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.container--interna.text a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.container--interna.text a:hover {
  -webkit-box-shadow: 0 4px 0 #008542 !important;
  -moz-box-shadow: 0 4px 0 #008542 !important;
  -ms-box-shadow: 0 4px 0 #008542 !important;
  -o-box-shadow: 0 4px 0 #008542 !important;
  box-shadow: 0 4px 0 #008542 !important;
}
.container--interna.text a.link-file, .container--interna.text a.link-target {
  margin-right: 30px;
  color: #000000;
  font-size: 16px;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.container--interna.text a.link-file:before, .container--interna.text a.link-target:before {
  width: calc(100% - 30px);
}
.container--interna.text a.link-file:after, .container--interna.text a.link-target:after {
  content: "";
  position: absolute;
  right: -27px;
  bottom: -4px;
  width: 22px;
  height: 22px;
  background: url(img/new/icon-download.svg) no-repeat center;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.container--interna.text a.link-file.off, .container--interna.text a.link-target.off {
  opacity: 0.5;
  color: #575757;
  pointer-events: none;
}
.container--interna.text a.link-file.load, .container--interna.text a.link-target.load {
  opacity: 0.15;
  pointer-events: none;
}
.container--interna.text a.link-target:after {
  background-image: url(img/new/icon-target.svg);
}
.container--interna.text h1 {
  color: #222222;
  width: 100%;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.container--interna.text h2 {
  color: #222222;
  width: 100%;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
.container--interna.text h2.titleScroll + .accordion {
  margin-top: 60px;
}
.container--interna.text h3 {
  color: #222222;
  margin-bottom: 35px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
.container--interna.text h4 {
  color: #222222;
  margin-bottom: 35px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}
.container--interna.text h5 {
  color: #222222;
  margin-bottom: 35px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}
.container--interna.text h5.glossario {
  margin-bottom: 10px;
}
.container--interna.text p,
.container--interna.text li {
  color: #666666;
  margin-bottom: 34px;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 170%;
}
.container--interna.text ul li {
  position: relative;
  padding-left: 40px;
  line-height: 150%;
  margin-bottom: 10px;
}
.container--interna.text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 20px;
  top: 15px;
  background: #666666;
}
.container--interna.text img {
  max-width: 100%;
}
.container--interna.text .bloco {
  width: 100%;
}
.container--interna.text .bloco .img-text-column-plus {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container--interna.text .bloco .img-text-column-plus li {
  margin-bottom: 34px;
  padding-left: 0;
}
.container--interna.text .bloco .img-text-column-plus li:before {
  display: none;
}
.container--interna.text .bloco .img-text-column-plus li .img {
  float: left;
  margin-right: 32.5px;
  margin-bottom: 10px;
  width: 150px;
}
.container--interna.text .bloco .img-text-column-plus li h3 {
  margin-bottom: 10px;
}
.container--interna.text .bloco .img-text-column-plus li p:last-child {
  margin-bottom: 0;
}
.container--interna.text .bloco .metricas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container--interna.text .bloco .metricas h3 {
  width: 200px;
}
.container--interna.text .bloco .metricas ul {
  width: calc(100% - 200px);
  margin: 5px 0 15px;
}
.container--interna.text .bloco .metricas ul li {
  font-size: 14px;
}
.container--interna.text .bloco .metricas ul li:before {
  top: 9px;
}
.container--interna.text .bloco .metricas p {
  width: 100%;
}
@media (max-height: 640px) {
  .container--interna.text .bloco .metricas h3,
.container--interna.text .bloco .metricas ul {
    width: 100%;
  }
}
.container--interna.text .bloco .list-two-column {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container--interna.text .bloco .list-two-column li {
  min-width: 47.5%;
  max-width: 47.5%;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 0;
}
.container--interna.text .bloco .list-two-column li:before {
  display: none;
}
.container--interna.text .bloco .list-two-column li:last-child {
  margin-bottom: 0;
}
.container--interna.text .bloco .list-two-column li .img {
  float: left;
  margin-right: 32.5px;
  margin-bottom: 10px;
  width: 86px;
}
.container--interna.text .bloco .list-two-column li p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.container--interna.text .bloco .list-two-column li p:last-child {
  margin-bottom: 0;
}
.container--interna.text .bloco .list-apoio {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container--interna.text .bloco .list-apoio li {
  min-width: 47.5%;
  max-width: 47.5%;
  width: 100%;
  margin-bottom: 45px;
  padding-left: 0;
}
.container--interna.text .bloco .list-apoio li:before {
  display: none;
}
.container--interna.text .bloco .list-apoio li p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}
.container--interna.text .bloco table {
  border-spacing: 0;
  margin-bottom: 10px;
  width: 100%;
}
.container--interna.text .bloco table tr:nth-child(even) td {
  background-color: rgba(235, 235, 235, 0.5);
}
.container--interna.text .bloco table tr:nth-child(even).header-accordion td {
  background-color: rgba(235, 235, 235, 0.5);
}
.container--interna.text .bloco table tr:nth-child(even).header-accordion + .body-accordion td {
  background-color: rgba(235, 235, 235, 0.25);
}
.container--interna.text .bloco table tr:nth-child(odd) td {
  background-color: #f8f8f8;
}
.container--interna.text .bloco table tr:nth-child(odd).header-accordion td {
  background-color: #f8f8f8;
}
.container--interna.text .bloco table tr:nth-child(odd).header-accordion + .body-accordion td {
  background-color: #f8f8f8;
}
.container--interna.text .bloco table tr .title {
  color: #222222;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 24px;
  padding: 13px 25px;
  background-color: transparent;
}
.container--interna.text .bloco table tr .tabelatt,
.container--interna.text .bloco table tr th {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  background-color: rgba(0, 133, 66, 0.2) !important;
  text-align: center;
  border-left: 1px solid rgba(151, 151, 151, 0.5);
  padding: 7px 5px;
}
.container--interna.text .bloco table tr .tabelatt:first-child,
.container--interna.text .bloco table tr th:first-child {
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
}
.container--interna.text .bloco table tr td {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  border-left: 1px solid rgba(151, 151, 151, 0.5);
  padding: 7px 5px;
  background-color: #f8f8f8;
  color: #222222;
}
.container--interna.text .bloco table tr td:first-child {
  text-align: left;
  padding-left: 15px;
  border: none;
}
.container--interna.text .bloco table tr.header-accordion td {
  position: relative;
}
.container--interna.text .bloco table tr.header-accordion td .icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 22px;
  background: url(img/new/icon-circle-plus.svg) no-repeat 0 0;
  text-indent: -9000px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container--interna.text .bloco table tr.header-accordion td .icon.right {
  right: -10px;
}
.container--interna.text .bloco table tr.header-accordion.active td .icon {
  background-image: url(img/new/icon-circle-minus.svg);
}
.container--interna.text .bloco table tr.body-accordion {
  display: none;
}
.container--interna.text .bloco table tr.body-accordion td {
  padding: 0 !important;
}
.container--interna.text .bloco table tr.body-accordion td table {
  margin: 0;
}
.container--interna.text .bloco table tr.body-accordion td table td {
  padding: 7px 5px !important;
}
.container--interna.text .bloco table tr.body-accordion td table td:first-child {
  text-align: left;
  padding-left: 25px !important;
}
.container--interna.text .bloco table tr.divider-accordion td {
  display: none;
  padding: 0 !important;
}
.container--interna.text .bloco table.table-composicao {
  margin-bottom: 30px;
}
.container--interna.text .bloco table.table-composicao td.tabelatt:first-child {
  width: 40%;
  padding-left: 15px;
}
.container--interna.text .bloco table.table-composicao td.tabelatt:last-child {
  width: 30%;
}
.container--interna.text .bloco table.table-composicao td td:first-child {
  width: 40%;
  padding-left: 25px;
}
.container--interna.text .bloco table.table-composicao td td:last-child {
  width: 30%;
}
.container--interna.text .bloco table.divida tr th,
.container--interna.text .bloco table.divida tr td {
  font-size: 12px;
  padding: 7px 5px !important;
  text-align: center !important;
}
.container--interna.text .bloco table.divida tr th a,
.container--interna.text .bloco table.divida tr td a {
  padding: 0;
  text-align: center;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -ms-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.container--interna.text .bloco table.divida tr th a::before,
.container--interna.text .bloco table.divida tr td a::before {
  display: none;
}
.container--interna.text .bloco table.divida tr th a img,
.container--interna.text .bloco table.divida tr td a img {
  display: block;
  margin: 0 auto;
}
.container--interna.text .bloco .box {
  margin-bottom: 32.5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.container--interna.text .bloco .box .col-md-6 {
  max-width: 47.5%;
  min-width: 47.5%;
  width: 100%;
}
.container--interna.text .bloco .box .col-md-6 p:last-child {
  margin-bottom: 0;
}
.container--interna.text .bloco .box.indicadores p {
  margin-bottom: 25px;
}
.container--interna.text .bloco .box.indicadores p.link {
  margin-bottom: 15px;
}
.container--interna.text .bloco .box-image-medium .img {
  margin-bottom: 15px;
  width: 47.5%;
}
.container--interna.text .bloco .box-image-medium .img.align-left {
  float: left;
  margin-right: 45px;
}
.container--interna.text .bloco .box-image-medium .img.align-right {
  float: right;
  margin-left: 45px;
}
.container--interna.text .bloco .tabs-iframe .tabs-control ul {
  width: 100%;
  overflow: auto;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container--interna.text .bloco .tabs-iframe .tabs-control ul li {
  padding: 0 30px 0 0;
  margin-bottom: 10px;
}
.container--interna.text .bloco .tabs-iframe .tabs-control ul li:before {
  display: none;
}
.container--interna.text .bloco .tabs-iframe .tabs-control ul li a {
  outline: none;
  padding-bottom: 3px;
  font-size: 14px;
  font-size: 0.875em;
}
.container--interna.text .bloco .tabs-iframe .tabs-control ul li a:before {
  background-color: #008542;
  width: 26px;
  height: 3px;
}
.container--interna.text .bloco .tabs-iframe .tabs-control ul li a.active {
  color: #222222;
}
.container--interna.text .bloco .tabs-iframe .tabs-control ul li a.active:before {
  background-color: #FDC82F;
}
.container--interna.text .bloco .tabs-iframe h3 {
  display: none;
}
.container--interna.text .bloco .tabs-iframe .page-slide {
  overflow: auto;
}
.container--interna.text .accordion {
  background-color: transparent;
  overflow: hidden;
  margin: 0;
}
.container--interna.text .accordion:last-child {
  margin-bottom: 60px;
}
.container--interna.text .accordion h4.title {
  cursor: pointer;
  padding: 40px 135px 40px 30px;
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 0;
  border-top: 1px solid #dddddd;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  font-size: 1.3125em;
}
.container--interna.text .accordion h4.title:before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(img/new/icon-plus-accordion.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -24px;
}
.container--interna.text .accordion h4.title span {
  position: relative;
  display: inline-block;
}
.container--interna.text .accordion h4.title span:before {
  display: none;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #008542;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.container--interna.text .accordion h4.title:hover span:before {
  width: 100%;
}
.container--interna.text .accordion .info {
  padding: 0 0 0 30px;
}
.container--interna.text .accordion .container--accordion {
  padding: 0;
}
.container--interna.text .accordion .container--accordion.active {
  margin-bottom: 60px;
}
.container--interna.text .accordion .container--accordion.active h4.title:before {
  background-image: url(img/new/icon-minus-accordion.svg);
}
.container--interna.text .accordion .container--accordion.active h4.title span:before {
  width: 100%;
}
.container--interna.text .acessoRapido {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container--interna.text .acessoRapido p {
  margin: 0 0 5px;
  color: #666666;
  font-weight: 100;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  margin: 80px 0 30px;
  text-transform: uppercase;
}
.container--interna.text .acessoRapido .links {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container--interna.text .acessoRapido .links li {
  padding-left: 0;
  margin-right: 12px;
  margin-bottom: 10px;
}
.container--interna.text .acessoRapido .links li:before {
  display: none;
}
.container--interna.text .acessoRapido .links li a {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.container--interna.text .diretoria {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container--interna.text .diretoria .item {
  min-width: 47.5%;
  max-width: 47.5%;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container--interna.text .diretoria .item .img {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.container--interna.text .diretoria .item .img img {
  min-height: 150px;
  width: 130px;
  position: absolute;
  top: 0;
  left: 44%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.container--interna.text .diretoria .item .nome {
  color: #222222;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  display: inline-block;
  width: fit-content;
  margin-bottom: 10px;
}
.container--interna.text .diretoria .item .cargo {
  max-width: 380px;
  color: #666666;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 24px;
  margin-bottom: 10px;
}
.container--interna.text .diretoria .item .email {
  color: #222222;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  display: inline-block;
  width: fit-content;
  cursor: pointer;
}
.container--interna.text .diretoria .item .email:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.container--interna.text .diretoria .item .email:hover:before {
  height: 4px;
}
.container--interna.text .diretoria .item .infoCv {
  display: none;
}
.container--interna.text .diretoria.administracao .nome {
  cursor: pointer;
}
.container--interna.text .diretoria.administracao .nome:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background-color: #008542;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.container--interna.text .diretoria.administracao .nome:hover:before {
  height: 4px;
}
.container--interna.text .contact h3 {
  margin-bottom: 5px;
}
.container--interna.text .contact a {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}
.container--interna.text .contact .form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.container--interna.text .contact .form a {
  font-size: 12px;
  display: inline-block;
}
.container--interna.text .contact .form .field {
  position: relative;
  padding: 30px 15px 10px;
  border: 2px solid #c2c2c2;
  width: calc(50% - 7.5px);
  margin-bottom: 15px;
}
.container--interna.text .contact .form .field.full {
  width: 100%;
}
.container--interna.text .contact .form .field.captcha {
  border: none;
  padding: 0;
}
.container--interna.text .contact .form .field-label {
  position: absolute;
  left: 14px;
  top: 5px;
  color: #c2c2c2;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 24px;
}
.container--interna.text .contact .form .field-input {
  position: relative;
  border: none;
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 24px;
  width: 100%;
  resize: none;
  background-color: transparent;
}
.container--interna.text .contact .form .action {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.container--interna.text .contact .form .action .btn {
  border: none;
  background-color: #008542;
  color: #ffffff;
  padding: 7px 20px 9px 20px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.container--interna.text .contact .form .action .btn:disabled {
  background-color: #969696;
  pointer-events: none;
}
.container--interna.text .contact .form .action .btn:hover {
  opacity: 0.95;
}
.container--interna.text .box-chart {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.container--interna.text .box-chart .chart {
  height: 320px;
  width: 320px;
}
.container--interna.text .box-chart .legend {
  min-width: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container--interna.text .box-chart .legend-item {
  position: relative;
  padding: 5px 0 5px 25px;
  color: #666666;
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  line-height: 30px;
}
.container--interna.text .box-chart .legend-marker {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  text-indent: -9000px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.container--interna.text .arquivos {
  margin-bottom: 45px;
  border-bottom: 1px solid #dddddd;
  overflow: auto;
}
.container--interna.text .arquivos--fm {
  margin-bottom: 0;
  border-bottom: none;
}
.container--interna.text .arquivos--fm:last-child {
  border-bottom: 1px solid #dddddd;
}
.container--interna.text .arquivos h3 {
  margin-top: 25px;
}
.container--interna.text .arquivos .listFile {
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.container--interna.text .arquivos .listFile:last-child {
  border-bottom: none;
}
.container--interna.text .arquivos .listFile h4 {
  color: #666666;
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
  max-width: 210px;
  min-width: 210px;
  width: 100%;
  padding: 3px 25px 0 0;
  margin: 0;
  font-size: 12px;
  font-size: 0.75em;
}
.container--interna.text .arquivos .listFile h4 span {
  color: #666666;
  text-transform: initial;
  font-weight: 400;
  display: block;
}
.container--interna.text .arquivos .listFile .desc {
  color: #666666;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  width: 100%;
  font-size: inherit;
  font-size: 16px;
  font-size: 1em;
}
.container--interna.text .arquivos .listFile .links {
  width: 100%;
  max-width: 215px;
  min-width: 215px;
  padding-right: 27px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .container--interna.text .arquivos .listFile .links {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.container--interna.text .arquivos .listFile .links .item {
  margin-bottom: 15px;
  padding-right: 27px;
  padding: 0;
}
.container--interna.text .arquivos .listFile .links .item:before {
  display: none;
}
.container--interna.text .arquivos .listFile .links .item:last-child {
  margin-bottom: 0;
}
.container--interna.text .arquivos .listFile .links .item a {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  font-size: 16px;
  font-size: 1em;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.container--interna.text .arquivos .listFile .links .item a .icon {
  position: absolute;
  right: -27px;
  bottom: -4px;
  width: 24px;
  height: 24px;
  background: url(img/new/icon-download.svg) no-repeat center;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.container--interna.text .arquivos .listFile .links .item a:before {
  content: "";
  background-color: #008542;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.container--interna.text .arquivos .listFile .links .item a:hover:before {
  height: 4px;
}
.container--interna.text .arquivos .documents {
  display: inline-block;
  width: 100%;
  padding: 20px 90px 20px 0;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.container--interna.text .arquivos .documents:last-child {
  border-bottom: none;
}
.container--interna.text .arquivos .documents h4 {
  color: #666666;
  font-family: "petrobras", sans-serif;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
  max-width: 210px;
  min-width: 210px;
  width: 100%;
  padding: 3px 25px 0 0;
  margin: 0;
  font-size: 16px;
  font-size: 1em;
}
.container--interna.text .arquivos .documents:last-child {
  border: none;
}
.container--interna.text .arquivos .documents .desc {
  color: #222222;
  font-family: "petrobras", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: inherit;
  font-size: 16px;
  font-size: 1em;
}
.container--interna.text .arquivos .documents a {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container--interna.text .arquivos .year-select {
  position: relative;
}
.container--interna.text .arquivos .year-select span {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 3px;
  margin-left: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.container--interna.text .arquivos .year-select span i {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 1px 0;
  background-color: #222323;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.container--interna.text .arquivos .year-select select {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 0 15px;
  border: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  outline: none;
}
.container--interna.text .arquivos .col-year {
  width: 85px;
}
.container--interna.text .arquivos .col-year a {
  display: block;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.container--interna.text .arquivos .col-year a.off {
  opacity: 0.25;
  pointer-events: none;
}
.container--interna.text .arquivos .col-year a:hover {
  opacity: 0.5;
}
.container--interna.text .arquivos .col-year a img {
  display: block;
  margin: 0 auto;
}
.container--interna.text .year-nav-new {
  margin-bottom: 25px;
  width: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.container--interna.text .year-nav-new.active {
  opacity: 1;
}
.container--interna.text .year-nav-new li {
  padding: 0;
  margin: 0;
}
.container--interna.text .year-nav-new li a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  padding-bottom: 5px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.container--interna.text .year-nav-new li a:before {
  display: block;
  width: 26px;
  height: 3px;
  top: calc(100% - 3px);
}
.container--interna.text .year-nav-new .owl-item.currentYear li a:before {
  background-color: #FDC82F;
}
.container--interna.text .year-nav-new .owl-nav .fa {
  top: 5px;
  background-color: #f8f8f8;
}
.container--interna.text .overflow-auto {
  overflow: auto;
}
.container--interna.text .stockinfo-chart .chart .tbPrices {
  padding-left: 0;
}
.container--interna.text .stockinfo-chart .chart .tbPrices li {
  padding: 0;
}
.container--interna.text .stockinfo-chart .chart .tbPrices .tbPrices__title {
  background-color: #008542 !important;
  padding: 15px;
}
@media (min-width: 639px) {
  .container--interna.text .stockinfo-chart .chart .tbPrices__price {
    width: 100%;
  }
  .container--interna.text .stockinfo-chart .chart .tbPrices__column {
    width: 100%;
    height: initial;
    border-left: 1px dashed #eee;
    text-align: center;
  }
  .container--interna.text .stockinfo-chart .chart .tbPrices__column-box {
    float: left;
    width: 50%;
  }
  .container--interna.text .stockinfo-chart .chart .tbPrices__column .label {
    margin-left: 0;
  }
}
.container--interna.text .stockinfo-chart .btn-change-chart-period.active,
.container--interna.text .stockinfo-chart .btn-change-chart-type.active,
.container--interna.text .stockinfo-chart .historyTickerIdentification,
.container--interna.text .stockinfo-chart .btn-default,
.container--interna.text .stockinfo-chart .btn-export {
  background-color: #008542 !important;
}
.container--interna.text .stockinfo-chart .table-footer .footer {
  background: none !important;
}
.container--interna.text .glossario h3 strong {
  position: relative;
}
.container--interna.text .glossario h3 strong:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  top: calc(100% + 3px);
  background-color: #FDC82F;
}
@media (max-width: 1200px) {
  .container--interna.text .sidebarNew {
    max-width: 220px;
    min-width: 220px;
  }
}
@media (max-width: 1100px) {
  .container--interna.text .content {
    padding-left: 30px;
  }
  .container--interna.text .content:before {
    left: 30px;
  }
  .container--interna.text .accordion h4.title {
    padding: 20px 90px 20px 0;
    line-height: 30px;
    font-size: 20px;
    font-size: 1.25em;
  }
  .container--interna.text .accordion h4.title:before {
    width: 30px;
    height: 30px;
    right: 0;
    margin-top: -15px;
  }
  .container--interna.text .accordion .info {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .container--interna.text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container--interna.text .sidebarNew {
    max-width: 100%;
    min-width: 100%;
  }
  .container--interna.text .content {
    margin-top: 20px;
    padding: 30px 0;
  }
  .container--interna.text .content:before {
    left: 0;
    width: 100px;
  }
  .container--interna.text .content:after {
    display: none;
  }
  .container--interna.text .linksScroll li a {
    font-size: 16px;
    line-height: 28px;
  }
  .container--interna.text a.link-file, .container--interna.text a.link-target {
    font-size: 14px;
  }
  .container--interna.text h1 {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 40px;
  }
  .container--interna.text h2 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 38px;
  }
  .container--interna.text h3 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 38px;
  }
  .container--interna.text h4 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 38px;
  }
  .container--interna.text h5 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 38px;
  }
  .container--interna.text p,
.container--interna.text li {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .container--interna.text .arquivos .listFile {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .container--interna.text .arquivos .listFile .links,
.container--interna.text .arquivos .listFile h4 {
    max-width: 100%;
  }
  .container--interna.text .arquivos .listFile .item a {
    min-height: 24px;
    display: inline-block;
  }
}
@media (max-width: 979px) {
  .container--interna.text .diretoria .item {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .container--interna.text .diretoria .item .img {
    max-width: 120px;
    margin-bottom: 20px;
  }
  .container--interna.text .diretoria .item .nome,
.container--interna.text .diretoria .item .cargo,
.container--interna.text .diretoria .item .email {
    font-size: 16px;
  }
  .container--interna.text .bloco .list-two-column {
    margin-bottom: 34px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container--interna.text .bloco .list-two-column li {
    min-width: 100%;
  }
  .container--interna.text .bloco .list-two-column li .img {
    margin-right: 15px;
  }
  .container--interna.text .bloco .list-apoio {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container--interna.text .bloco .list-apoio li {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .container--interna.text .bloco .list-apoio li p {
    font-size: 18px;
  }
  .container--interna.text .bloco table {
    border-spacing: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .container--interna.text .bloco table tr:nth-child(even) td {
    background-color: #f8f8f8;
    background-color: rgba(235, 235, 235, 0.5);
  }
  .container--interna.text .bloco table tr .title {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
    padding: 13px 15px;
    background-color: transparent;
  }
  .container--interna.text .bloco table tr .tabelatt,
.container--interna.text .bloco table tr th {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    background-color: rgba(0, 133, 66, 0.2) !important;
    text-align: center;
    border-left: 1px solid rgba(151, 151, 151, 0.5);
    padding: 7px 5px;
  }
  .container--interna.text .bloco table tr .tabelatt:first-child,
.container--interna.text .bloco table tr th:first-child {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
  }
  .container--interna.text .bloco table tr td {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    border-left: 1px solid rgba(151, 151, 151, 0.5);
    padding: 7px 5px;
  }
  .container--interna.text .bloco table tr td:first-child {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
  }
  .container--interna.text .bloco .box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container--interna.text .bloco .box .col-md-6 {
    max-width: 100%;
    min-width: 100%;
  }
  .container--interna.text .bloco .box .col-md-6 p:last-child {
    margin-bottom: 32.5px;
  }
  .container--interna.text .bloco .box .col-md-6 img {
    width: 100%;
  }
  .container--interna.text .bloco .box-image-medium .img {
    margin-bottom: 15px;
    width: 100%;
  }
  .container--interna.text .bloco .box-image-medium .img.align-left {
    margin-right: 0;
  }
  .container--interna.text .bloco .box-image-medium .img.align-right {
    margin-left: 0;
  }
  .container--interna.text .bloco .box-image-medium .img img {
    width: 100%;
  }
  .container--interna.text .contact .form {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container--interna.text .contact .form .field {
    width: 100%;
  }
}
.container--interna .renderResultsSearch .searchContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container--interna .renderResultsSearch .searchContainer .tableSearch {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.container--interna .renderResultsSearch .searchContainer .tableSearch tr:nth-child(odd) {
  background-color: #fbfbfb;
}
.container--interna .renderResultsSearch .searchContainer .tableSearch tr td {
  color: #000000;
  padding: 10px 0;
  border-bottom: 0;
  font-size: 14px;
  font-size: 0.875em;
}
.container--interna .renderResultsSearch .searchContainer .tableSearch tr td.notFound {
  padding-left: 15px;
}
.container--interna .renderResultsSearch .searchContainer .tableSearch tr td.date {
  width: 110px;
  text-align: center;
}
.container--interna .renderResultsSearch .searchContainer .tableSearch tr td.icon {
  width: 50px;
  padding: 0;
  text-align: center;
  line-height: 0;
}
.container--interna .renderResultsSearch .searchContainer .tableSearch tr td.icon img {
  max-width: 20px;
}
.container--interna .renderResultsSearch .searchContainer .tableSearch tr td.text {
  padding-right: 15px;
  padding-left: 15px;
}
.container--interna .renderResultsSearch .searchContainer .tableSearch tr td a {
  text-decoration: none;
  color: #000000;
}
.container--interna .renderResultsSearch .searchContainer .scrollSearchFiles {
  overflow: auto;
}
.container--interna .renderResultsSearch .searchContainer .circle {
  width: 10px;
  height: 10px;
  background-color: #008542;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.container--interna .renderResultsSearch .searchContainer .resultList {
  position: relative;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.container--interna .renderResultsSearch .searchContainer .resultList.resultFiles {
  margin-bottom: 15px;
}
.container--interna .renderResultsSearch .searchContainer .resultList:first-child:after {
  content: "";
  background-color: #008542;
  display: block;
  width: 3px;
  height: calc(100% - 34px);
  position: absolute;
  top: 34px;
  right: -1.5px;
  display: none;
}
.container--interna .renderResultsSearch .searchContainer .resultList td.text {
  text-align: left !important;
}
@media (max-width: 768px) {
  .container--interna .renderResultsSearch .searchContainer .resultList {
    margin-top: 40px;
    max-width: 100%;
  }
  .container--interna .renderResultsSearch .searchContainer .resultList:first-child {
    padding-right: 0;
  }
  .container--interna .renderResultsSearch .searchContainer .resultList:first-child:after {
    display: none;
  }
  .container--interna .renderResultsSearch .searchContainer .resultList:last-child {
    padding-left: 0;
  }
}
.container--interna .renderResultsSearch .searchContainer .resultList h3 {
  position: static;
  top: -50px;
  left: 0;
  font-weight: 400;
  color: #008542;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25em;
}
.container--interna .renderResultsSearch .searchContainer .buttons {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.container--interna .renderResultsSearch .searchContainer .buttons .btn {
  border: 0;
  background-color: transparent;
  letter-spacing: 1px;
  display: block;
  margin: 15px 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.container--interna .renderResultsSearch .searchContainer .buttons .btn--primary {
  background-color: #008542;
  color: #ffffff;
  font-weight: 500;
  padding: 9px 20px 10px;
  min-width: 130px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875em;
}
.container--interna .renderResultsSearch .searchContainer .buttons .btn--primary:hover {
  opacity: 0.75;
  text-decoration: none;
}
.container--interna .renderResultsSearch .searchContainer .buttons .btn--secondary {
  border: 1px solid #7C7C7C;
  color: #7C7C7C !important;
  text-transform: uppercase;
  padding: 8px 20px 6px;
  max-width: 225px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  font-size: 12px;
  font-size: 0.75em;
}
.container--interna .renderResultsSearch .searchContainer .buttons .btn--secondary:hover {
  background-color: #005993;
  border-color: #005993;
  color: #ffffff !important;
  text-decoration: none;
}
.container--interna .renderResultsSearch .searchContainer .buttons .btn:disabled, .container--interna .renderResultsSearch .searchContainer .buttons .btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ccc !important;
  border-color: #4a4a4a;
}

.modalCurriculo {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 999999;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.modalCurriculo.active {
  top: 0;
}
.modalCurriculo .fundoModal {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalCurriculo .containerModal {
  max-width: 1240px;
  width: 100%;
  max-height: calc(100vh - 60px);
  padding: 30px;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  background-color: #ffffff;
}
.modalCurriculo .containerModal .closeModal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  background: url(img/new/icon-close-modal.svg) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.modalCurriculo .containerModal .closeModal:hover {
  opacity: 0.5;
}
.modalCurriculo .bodyModal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.modalCurriculo .bodyModal.no-photo .foto {
  display: none;
}
.modalCurriculo .bodyModal.no-photo .cv {
  padding: 30px 45px 30px 0;
  min-width: 100%;
  max-width: 100%;
}
.modalCurriculo .bodyModal .foto {
  padding: 30px;
  min-width: 42.5%;
  max-width: 42.5%;
  width: 100%;
}
.modalCurriculo .bodyModal .foto img {
  width: 100%;
}
.modalCurriculo .bodyModal .cv {
  padding: 30px 45px 30px 30px;
  min-width: 57.5%;
  max-width: 57.5%;
  width: 100%;
}
.modalCurriculo .bodyModal h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  color: #000000;
  text-transform: uppercase;
}
.modalCurriculo .bodyModal h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #FDC82F;
}
.modalCurriculo .bodyModal h3 {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 52px;
  margin-bottom: 15px;
}
.modalCurriculo .bodyModal p {
  color: #666666;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 25px;
}
.modalCurriculo .bodyModal p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .modalCurriculo {
    padding: 15px;
  }
  .modalCurriculo .containerModal {
    max-height: calc(100vh - 30px);
    padding: 15px;
  }
  .modalCurriculo .containerModal .closeModal {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .modalCurriculo .bodyModal h2 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .modalCurriculo .bodyModal h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .modalCurriculo .bodyModal p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .modalCurriculo .bodyModal .foto {
    padding: 0 15px 0 0;
    min-width: 150px;
    max-width: 150px;
  }
  .modalCurriculo .bodyModal .cv {
    padding: 0 35px 0 0 !important;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .modalCurriculo .bodyModal {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modalCurriculo .bodyModal .foto {
    padding: 0 0 15px 0;
    display: block;
    text-align: center;
    margin: 0 auto 15px;
  }
  .modalCurriculo .bodyModal .foto img {
    width: initial;
    margin: 0 auto;
  }
  .modalCurriculo .bodyModal .cv {
    padding: 0 35px 0 0 !important;
    max-width: 100%;
  }
}

.hidden-modal {
  overflow: hidden;
}

.block-modal-trigger {
  cursor: pointer;
}

.modal-float {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.modal-float .box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 415px;
  max-width: 768px;
  min-height: 375px;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 768px) {
  .modal-float .box {
    max-width: 375px;
  }
}
.modal-float .box .close-modal-float {
  width: 20px;
  height: 20px;
  margin: 5px 5px 0 auto;
  font-size: 24px;
  color: #008542;
  text-align: center;
  cursor: pointer;
}
.modal-float .box .content {
  padding: 10px;
  overflow: auto;
  max-height: 330px;
  margin-top: 17px;
}

.contrast .header--new {
  background: #ffffff !important;
}
.contrast .header--new .container--new, .contrast .header--new .container--new * {
  background: #ffffff !important;
  color: #222222 !important;
}

/*# sourceMappingURL=style.css.map */
