/*

Theme Name: Finanças 2024

Author: Geosfera Internet

Author URI: https: //www.geosfera.com.br/

Description: Website Finanças | 2023.

Version: 1.0

*/


body {
  font-family: 'Barlow', sans-serif;
  background: #fbf9ed;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: 0 0;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: 0 0;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: 0 0;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: 0;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: 0 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: 0 0;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: 0 0;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

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

.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 {
  display: block;
  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;
}

.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;
}

.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%;
}

@font-face {
  font-family: 'icomoon';
  src: url('assets/fonts/icomoon.ttf?eo7qoe') format('truetype'),
    url('assets/fonts/icomoon.woff?eo7qoe') format('woff'),
    url('assets/fonts/icomoon.svg?eo7qoe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-category:before {
  content: '\e907';
}

.icon-minus:before {
  content: '\e907';
}

.icon-download:before {
  content: '\e900';
}

.icon-atacado:before {
  content: '\e901';
}

.icon-plus:before {
  content: '\e902';
}

.icon-search:before {
  content: '\e905';
}

.icon-google:before {
  content: '\ea8b';
}

.icon-facebook:before {
  content: '\ea90';
}

.icon-twitter:before {
  content: '\e909';
}

.icon-arrow-right:before {
  content: '\e903';
}

.icon-arrow-left:before {
  content: '\e904';
}

.icon-arrow-down:before {
  content: '\e90b';
}

.icon-close:before {
  content: '\e90d';
}

.icon-arrow-up:before {
  content: '\e906';
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

p {
  line-height: 1.5em;
}

.clear {
  clear: both;
  height: 0;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: auto;
}

body {
  height: auto !important;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 100px;
}

body.home,
body.single {
  padding-top: 100px;
}

img {
  max-width: 100%;
  height: auto;
}

.main {
  min-height: calc(100vh - 190px);
}

@font-face {
  font-family: 'Caecilia';
  src: url('assets/fonts/Caecilia-Roman.woff2') format('woff2'),
    url('assets/fonts/Caecilia-Roman.woff') format('woff'),
    url('assets/fonts/Caecilia-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Caecilia';
  src: url('assets/fonts/Caecilia-Heavy.woff2') format('woff2'),
    url('assets/fonts/Caecilia-Heavy.woff') format('woff'),
    url('assets/fonts/Caecilia-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Caecilia';
  src: url('assets/fonts/Caecilia-BoldItalic.woff2') format('woff2'),
    url('assets/fonts/Caecilia-BoldItalic.woff') format('woff'),
    url('assets/fonts/Caecilia-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}

.container--slim {
  max-width: 720px;
}

.visible-sm {
  display: none;
}

.visible-xs {
  display: none;
}

.OESP__barra {
  position: absolute !important;
  top: 0;
  border: none !important;
  z-index: 1 !important;
}

.banner {
  text-align: center;
  margin-bottom: 60px;
}

.banner > div {
  text-align: center;
}

.banner--big-tower {
  padding-top: 60px;
}

.banner--seals {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.banner--seals ul {
  width: 100%;
  margin: auto;
}

.banner--seals ul li {
  display: inline-block;
  margin-right: 1em;
  min-width: 88px;
  min-height: 31px;
}

.banner--seals ul li .banner__list-item * {
  min-width: 88px;
  min-height: 31px;
}

.button {
  line-height: 44px;
  padding: 0 18px;
  background: #008b55;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
}

.button:before {
  content: '\e900';
  font-family: 'icomoon';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.button--sad-blue {
  background: #526a7c;
}

.button2 {
  text-transform: uppercase;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  display: table;
  padding: 0 30px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.button2:after {
  content: '\e903';
  font-family: 'icomoon';
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.button2--cyan {
  background: #008b55;
  color: #fff;
}

.category {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #646363;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 18px;
}

.category:before {
  content: url('assets/img/articles_icon.svg');
  background: #008b55;
  color: #fff;
  font-size: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 10px;
  width: 55px;
  height: 55px;
}

.category--gray:before {
  background: #008b55;
}

.owl-carousel .owl-item img {
  width: auto;
}

.read-more--section {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease;
}

.read-more--section.active:after {
  display: none;
}

.read-more--button.active {
  display: none;
}

.section-title {
  text-transform: uppercase;
  margin-bottom: 50px;
  display: table;
  font-weight: 900;
  font-size: 30px;
  font-family: 'Fira Sans', sans-serif;
}

.post-item {
  padding: 0;
  margin-bottom: 17px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: left;
  display: none;
}

.post-item--default-item .post-item__category:before {
  background-color: #008b55;
}

.post-item--default-item .post-item__title {
  color: #646363;
}

.post-item > a {
  padding: 0;
  display: block;
  height: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.post-item__image-wrapper {
  height: 210px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-height: 210px;
}

.post-item__image {
  display: block;
  max-height: 100%;
  width: 100%;
}

.post-item__category {
  margin-bottom: 15px;
  color: #008b55;
  border-top: 0.5px solid #e7e7e7;
  border-bottom: 0.5px solid #e7e7e7;
}

.post-item__category span {
  padding-top: 20px;
}

.post-item__title {
  color: #646363;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0 15px 20px 15px;
}

.post-item__backline {
  background: #008b55;
  color: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.post-item__ranking--default {
  padding-top: 100px !important;
}

.post-item__ranking {
  padding: 30px 15px;
}

.post-item__ranking ul li {
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  display: block;
  border-top: 1px solid rgba(19, 199, 223, 0.3);
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.3em;
}

.post-item__ranking ul li:last-child {
  border-bottom: 1px solid rgba(19, 199, 223, 0.3);
}

.post-item__ranking ul li span {
  color: #008b55;
  display: block;
  margin-bottom: 5px;
}

.post-item__ranking--default-article {
  position: relative;
  border-bottom: 1px solid rgba(19, 199, 223, 0.3);
  height: 130px;
}

.post-item__ranking--default-article span {
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  display: block;
  border-top: 1px solid rgba(19, 199, 223, 0.3);
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.3em;
}

.post-item__ranking--default-article__backline--link:after {
  bottom: 100px;
  left: 122px;
}

.post-item__backline--link {
  background: #008b55;
  width: 55px;
  height: 55px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.share-list__item {
  display: inline-block;
  margin: 0 10px;
}

.share-list__link {
  font-size: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.share-list__link:after {
  font-size: 23px;
  font-family: 'icomoon';
  vertical-align: middle;
}

.share-list__link--facebook:after {
  content: '\ea90';
}

.share-list__link--twitter:after {
  content: '\e909';
}

.share-list__link--google-plus:after {
  content: '\ea8b';
  font-size: 27px;
}

.lightbox {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 99;
}

.lightbox__call {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.lightbox__call .desktop {
  display: inline-block;
}

.lightbox__call .mobile {
  display: none;
}

.lightbox__close {
  position: fixed;
  color: #fff;
  top: 10px;
  right: 8px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  display: block;
  height: 60px;
}

body.mobile-menu-active .header {
  z-index: 999;
}

.header--fixed {
  position: fixed;
  top: 0;
}

.header > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  position: relative;
  max-width: calc(100% - 40px);
}

.header__logo {
  background: url('imagens/logo-2022.png') no-repeat center/cover;
  width: 175px;
  height: 59px;
  display: block;
  font-size: 0;
  margin-right: 20px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header__right {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header__list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-left: 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  height: 100%;
  border-right: 1px solid #008b55;
  padding: 5px 20px;
}
.header__list-item:last-child {
  border-right: 0;
}
.header__list-item:last-child {
  padding-right: 0;
}

.header__list-link {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  transition: color 350ms ease;
}

.header__search-opener {
  font-size: 0;
  margin-left: 10px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
  z-index: 2;
}

.header__search-opener:after {
  content: '\e905';
  font-family: 'icomoon';
  font-size: 28px;
  color: #828282;
}

.header__the-search {
  position: absolute;
  top: 0;
  height: 60px;
  right: -25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1;
  background: #f5f5f5;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
  overflow: hidden;
  width: 0;
  padding: 0;
}

body.search-active .header__the-search {
  padding: 0 70px 0 25px;
  width: 100%;
}

.header__close-search {
  font-size: 0;
}

.header__close-search:after {
  content: '\e90d';
  font-family: 'icomoon';
  font-size: 17px;
  margin-right: 25px;
  color: #828282;
}

.header__search-form {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header__search-input {
  height: 60px;
  border: none;
  font-size: 20px;
  width: 100%;
  color: #828282;
  text-align: left;
  background: none;
  outline: none;
}

.header__mobile-menu-opener {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  text-align: left;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
  margin: 0 -15px 0 auto;
  background: #e0ddc7;
  border-radius: 50%;
}

.header__mobile-menu-opener i {
  display: block;
  width: 17px;
  height: 3px;
  border-radius: 1px;
  background: #3f4e55;
  -webkit-transition: all 300ms 400ms ease;
  -moz-transition: all 300ms 400ms ease;
  -o-transition: all 300ms 400ms ease;
  -ms-transition: all 300ms 400ms ease;
  transition: all 300ms 400ms ease;
}

.header__mobile-menu-opener i:nth-child(2) {
  margin: 3px 0;
}

.mobile-menu {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  max-height: 0;
  overflow: hidden;
  background: #0fa969;
}

body.mobile-menu-active .mobile-menu {
  max-height: 100vh;
}

.mobile-menu__bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  pointer-events: none;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
}

body.mobile-menu-active .mobile-menu__bg {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}


.mobile-menu__search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background: #f5f5f5;
}

.mobile-menu__search-input {
  border: none;
  line-height: 55px;
  padding: 0 10px;
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  border-right: none;
  background: transparent;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  outline: none;
}

.mobile-menu__search-button {
  width: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.mobile-menu__search-button:before {
  content: '\e905';
  font-family: 'icomoon';
  font-size: 18px;
  color: #646363;
}

.mobile-menu__list-item {
  text-align: center;
}

.mobile-menu__list-link {
  font-size: 16px;
  line-height: 50px;
  color: #646363;
  border-top: solid 1px #e9e9e9;
  display: block;
}

.mobile-menu__share-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.mobile-menu__share-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.mobile-menu__share-link {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 50px;
}

.mobile-menu .share-list__link--facebook {
  background: #3a579d;
}

.mobile-menu .share-list__link--twitter {
  background: #61d9eb;
}

.mobile-menu .share-list__link--google-plus {
  background: #e4431d;
}

.hero {
  background: url('assets/img/hero-bg_2019.jpg') no-repeat center/cover;
  height: 400px;
  margin-bottom: 60px;
}

.hero > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}

.hero__title {
  background: url('assets/img/financas-mais-logo.png') no-repeat center;
  font-size: 0;
  width: 592px;
  height: 307px;
}

.home-text {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.home-text > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-text .button {
  margin: auto;
  background: #646363;
  padding: 5px 35px;
  font-size: 0.9em;
}

.home-text__text {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.9em;
  margin: 0 auto 40px;
  padding: 0;
  display: block;
  width: 55%;
}

.home-text__title {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  width: 100%;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.home-text__title > strong,
.home-text__title > span {
  display: block;
}

.home-text__title strong {
  color: #008b55;
  font-weight: 800;
  font-size: 2.2em;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1.2em;
}

.home-text__title .home-text__title-text3 {
  width: 80%;
  margin: 0 auto;
  font-size: 0.9em;
}

.home-text__title .home-text__title-text3:before {
  content: '';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  border-top: 2px solid #008b55;
  border-bottom: 2px solid #008b55;
  width: 67px;
  height: 12px;
  top: 22px;
  left: 45px;
}

.home-text__title .home-text__title-text3:after {
  content: '';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  border-top: 2px solid #008b55;
  border-bottom: 2px solid #008b55;
  width: 67px;
  height: 12px;
  top: -24px;
  left: 690px;
}

.home-text__title .home-text__title-text4 {
  color: #008b55;
  font-weight: 900;
  font-size: 4em;
  font-family: 'Fira Sans', sans-serif;
}

.home-text__title-text2 {
  font-size: 80px;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1em;
  margin-bottom: 0;
  letter-spacing: 0;
}

.home-text__title-text4 {
  font-size: 140px;
  font-family: 'Fira Sans', sans-serif;
  line-height: 0.8em;
}

.home-text .share-buttons {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-text .share-buttons__list {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-search {
  background: #008b55;
  padding: 50px 0;
  border-bottom: 1px solid #fff;
}

.home-search__form {
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0 auto;
}

.home-search__input {
  line-height: 55px;
  padding: 0 20px;
  font-size: 18px;
  border-right: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  outline: none;
  border: none;
  min-height: 70px;
  background: #cafee6;
  color: #3f4e55;
  margin-right: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.home-search__button {
  width: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: none;
  background: #6abc96;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.home-search__button img {
  display: inline-block;
  margin: auto;
}

.home-slider {
  position: relative;
  margin-bottom: 60px;
}

.home-slider__item > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.home-slider__image {
  margin-right: 40px;
}

.home-slider__category {
  margin-bottom: 15px;
}

.home-slider__text-wrapper {
  color: #646363;
  padding-top: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-slider__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 18px;
}

.home-slider__text {
  line-height: 1.7em;
}

.home-slider__nav {
  width: 60px;
  height: 60px;
  border: solid 1px #d39b1f;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.home-slider__nav:after {
  font-family: 'icomoon';
  font-size: 19px;
  color: #d39b1f;
}

.home-slider__nav--prev {
  left: 0;
}

.home-slider__nav--prev:after {
  content: '\e904';
}

.home-slider__nav--next {
  right: 0;
}

.home-slider__nav--next:after {
  content: '\e903';
}

.home-slider .owl-nav {
  display: none;
}

.home-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.home-slider .owl-dot {
  width: 18px;
  height: 18px;
  border: solid 1px #d39b1f;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 100%;
  margin-right: 5px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.home-slider .owl-dot > span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.home-slider .owl-dot.active > span {
  background: #d39b1f;
}

.home-articles {
  background: #008b55;
}

.home-articles__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-articles__item {
  width: 33.33333333%;
  padding: 55px 50px;
  position: relative;
  border-right: 1px solid #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.home-articles__item:last-child {
  border-right: none;
}

.home-articles__item > a {
  color: #fff;
  display: block;
}

.home-articles__very-soon {
  background: #fff;
  position: absolute;
  right: 0;
  top: 25px;
  padding: 10px 20px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  color: #008b55 !important;
}

.home-articles__item:hover:not(.disabled):after {
  content: '\e902';
  font-family: 'icomoon';
  font-size: 39px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.home-articles .disabled {
  cursor: not-allowed;
  background: #002f49;
}

.home-articles .disabled a {
  opacity: 0.2;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
  filter: alpha(opacity=20);
}

.home-articles .disabled span {
  color: #fff;
}

.home-articles__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5em;
}

.home-articles__title span {
  font-size: 15px;
  letter-spacing: 12px;
  color: #008b55;
}

.home-articles__title > strong {
  display: block;
  font-size: 32px;
}

.home-articles__text {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  color: #ffffff;
}

.home-how-to {
  padding: 60px;
}

.home-how-to .container {
  max-width: 80%;
}

.home-how-to__left {
  width: 30%;
  display: inline-block;
  /*
	-webkit-transform: translateY(-47%);
	-moz-transform: translateY(-47%);
	-o-transform: translateY(-47%);
	-ms-transform: translateY(-47%);
	transform: translateY(-47%);
	*/
  margin-right: 80px;
}

.home-how-to__left:before {
  content: '';
  background-color: #008b55;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  top: 0;
  left: -340px;
  height: 50px;
  width: 510px;
}

.home-how-to__right {
  width: 55%;
  display: inline-block;
}

.home-how-to__wrapper {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  margin-bottom: 35px;
}

.home-how-to__wrapper:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0) 0%,
    rgba(245, 245, 245, 0.81) 81%,
    #f5f5f5 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(245, 245, 245, 0) 0%,
    rgba(245, 245, 245, 0.81) 81%,
    #f5f5f5 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(245, 245, 245, 0) 0%,
    rgba(245, 245, 245, 0.81) 81%,
    #f5f5f5 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(245, 245, 245, 0) 0%,
    rgba(245, 245, 245, 0.81) 81%,
    #f5f5f5 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(245, 245, 245, 0) 0%,
    rgba(245, 245, 245, 0.81) 81%,
    #f5f5f5 100%
  );
}

.home-how-to__title {
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 45px;
  font-weight: bold;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1.3em;
}

.home-how-to p {
  line-height: 1.8em;
  margin-bottom: 25px;
}

.home-how-to p > strong {
  font-weight: bold;
  color: #008b55;
}

.home-how-to p:last-child {
  margin-bottom: 0;
}

.home-how-to__button {
  font-size: 16px;
  border: solid 2px #646363;
  color: #646363;
  line-height: 35px;
  padding: 0 35px;
  display: table;
  margin: 0 auto;
  border-radius: 25px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.home-how-to__button:after {
  content: '\e90b';
  font-family: 'icomoon';
  font-size: 8px;
  margin-left: 17px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.home-how-to__button:hover:after {
  color: #fff;
}

.metodology .container {
  max-width: 75%;
}

.metodology,
.investmais {
  background-color: #eeeeef;
  padding-bottom: 60px;
}

.metodology > div,
.investmais > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.metodology__title,
.investmais__title {
  width: 100%;
  border-bottom: 1px solid #008b55;
  border-left: 230px solid #008b55;
  padding: 70px;
  margin-bottom: 60px;
}

.metodology__left,
.investmais__left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
}

.metodology__text,
.investmais__text {
  line-height: 1.8em;
  margin-bottom: 30px;
}

.metodology__text strong,
.investmais__text strong {
  font-weight: bold;
  color: #008b55;
}

.metodology__right,
.investmais__right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0.2;
  -ms-flex: 0.2;
  flex: 0.2;
  margin-left: 3em;
}

.metodology__right .banner,
.investmais__right .banner {
  margin-bottom: 0 !important;
}

.metodology__button,
.investmais__button {
  background: #008b55;
  color: #fff;
}

.videos {
  margin-bottom: 60px;
}

.videos__title {
  width: 100%;
  border-bottom: 1px solid #008b55;
  border-left: 230px solid #008b55;
  padding: 70px;
}

.videos__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.videos__item {
  width: calc((100% / 3) - 30px);
  margin-bottom: 15px;
  margin-right: 20px;
}

.videos__item--link {
  display: block;
  width: 100%;
  position: relative;
  min-height: 170px;
  max-height: 170px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.videos__item--link:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url('assets/img/play-button.png');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 170px;
  position: absolute;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.videos__item--image {
  max-height: 170px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.videos__item--title {
  color: #008b55;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1em;
  width: 100%;
  margin-top: 15px;
  line-height: 1.3em;
}

.articles {
  padding: 60px;
  background: #f8f8f8;
}

.articles__title {
  width: 100%;
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 25px;
}

.articles__subtitle {
  color: #008b55;
  font-size: 1.1em;
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 12px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.articles__wrapper-btn {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.articles__btn {
  line-height: 44px;
  padding: 5px 18px;
  background: #636363;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-size: 0.7em;
  display: inline-block;
  min-width: 200px;
  margin-right: 15px;
  cursor: pointer;
}

.articles .active {
  background: #008b55;
}

.articles__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  width: 100%;
}

.articles .dropdown {
  position: relative;
  display: none;
  width: 100%;
  background: #008b55;
  padding: 15px;
  color: #fff;
  text-align: left;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1em;
}

.articles .dropdown:before {
  content: '\e90b';
  font-family: 'icomoon';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
  float: right;
  font-size: 0.7em;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.articles .opened:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.articles .dropdown-content {
  display: none;
  position: absolute;
  background-color: #008b55;
  color: #fff;
  min-width: 160px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  top: 46px;
  left: 0;
  width: 100%;
  border-top: 1px solid #fff;
}

.articles .dropdown-content a {
  display: block;
  margin-bottom: 25px;
  color: #fff;
}

.articles .dropdown-content a:last-child {
  margin-bottom: 0;
}

.articles .dropdown:hover .dropdown-content {
  display: block;
}

body.metodologia .post-content,
body.metodologia-2021 .post-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

body.metodologia .post-content__post-title,
body.metodologia-2021 .post-content__post-title {
  text-transform: uppercase;
}

.ranking-header__title {
  font-size: 1.5em;
  color: #008b55;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 12px;
  line-height: 2em;
}

.ranking-header__title > strong {
  color: #646363;
  letter-spacing: 0;
  display: block;
  font-size: 60px;
  line-height: 1em;
}

.ranking-header__text {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #706f6f;
  margin-top: 10px;
  max-width: 50rem;
  margin: 0 auto;
  margin-top: 2rem;
}

.ranking-categories {
  padding: 36px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 50;
}

.ranking-categories__list {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.ranking-categories__item {
  width: 33.33333333%;
  padding: 0 5px;
}

.ranking-categories__link {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #fff !important;
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  padding: 0 15px;
  text-align: left;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
  width: 300px;
  background: #a9c19d;
  border-radius: 5px;
  text-decoration: none !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  color: #333;
  font-family: Barlow;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.data-table {
  margin-bottom: 60px;
}

.data-table__title-button-wrapper,
.data-table__filters-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.data-table__filters-form {
  max-width: 900px;
  margin: 0 auto;
}

.data-table__title-button-wrapper {
  padding: 50px 0;
  margin-bottom: 0;
}

.data-table__title {
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
}

.data-table__title--mobile {
  color: #646363;
  dislay: none;
}

.data-table__blue-box {
  background: #008b55;
  margin-bottom: 60px;
}

.data-table__button {
  margin-left: auto;
  font-size: 12px;
  border: 1px solid #008b55;
  color: #fff;
  background: #008b55;
}

.data-table__button:before {
  color: #008b55;
}

.data-table__button-mobile {
  margin: 0 auto 20px;
  border: none;
  width: 80%;
  display: none;
}

.data-table__button-mobile:before {
  color: #fff;
}

.data-table__filter-wrapper {
  width: 49%;
}

.data-table__filter-wrapper:last-child {
  margin-left: auto;
}

.data-table__label {
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.data-table__field,
.data-table__select-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.data-table__input,
.data-table__select {
  border: none;
  height: 58px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  color: #646363;
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 5px;
  margin: 0 5px;
}

.data-table__form-button {
  border: 1px solid transparent;
  background: #007648;
  border-radius: 5px;
  width: 80px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.data-table__form-button img {
  width: 35%;
}
.data-table__form-button:hover {
  background: #23C183;
}

.data-table__select-wrapper {
  position: relative;
}

.data-table__select-wrapper:after {
  content: '\e90b';
  font-family: 'icomoon';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 4px;
  color: #646363;
  display: block;
  height: auto;
  pointer-events: none;
}

.data-table__select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.data-table__the-table {
  margin-bottom: 10px;
  padding-top: 70px;
  position: relative;
}

.data-table__table-header {
  background: #0FA969;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.data-table__table-header.is_stuck {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  margin-top: 30px;
}

.data-table__table-header span {
  color: #fff;
  text-align: center;
  font-family: Barlow;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.data-table__table-header .data-table__division:last-child {
  border: none;
}

.data-table__table-header-cell {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: solid 1px #fff;
}

.data-table__table-header-cell:last-child {
  border: none;
}

.data-table__table-header-cell--dark {
  background: #c28e19;
  width: 40px !important;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.data-table__table-header-cell--with-sub {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.data-table__table-header-cell--with-sub > div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 !important;
  -ms-flex: 1 1 !important;
  flex: 1 1 !important;
  width: 100%;
}

.data-table__table-header-cell--3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -o-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.data-table__table-header-cell--sub {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 0;
}

.data-table__table-header-cell-sub-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.data-table__table-header-cell-sub-wrapper:first-child {
  width: 100%;
  border-bottom: solid 1px #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.data-table__division {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-right: solid 1px #fff;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.data-table__division--1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.data-table__division--2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.data-table__division--2 .data-table__table-header-cell {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}

.data-table__division--2 .data-table__table-header-cell > span {
  padding-left: 10px;
}

.data-table__division--2-5 {
  -webkit-box-flex: 2.5;
  -moz-box-flex: 2.5;
  -o-box-flex: 2.5;
  box-flex: 2.5;
  -webkit-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.data-table__division--2-5 .data-table__table-header-cell,
.data-table__division--2-5 .data-table__table-body-cell {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}

.data-table__division--2-5 .data-table__table-header-cell > span,
.data-table__division--2-5 .data-table__table-body-cell > span {
  padding-left: 10px;
}

.data-table__division--3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -o-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.data-table__division--4 {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -o-box-flex: 4;
  box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.data-table__division--5-54 {
  -webkit-box-flex: 5.54;
  -moz-box-flex: 5.54;
  -o-box-flex: 5.54;
  box-flex: 5.54;
  -webkit-flex: 5.54;
  -ms-flex: 5.54;
  flex: 5.54;
}

.data-table__division--blue {
  background: #526a7c;
}

.data-table__division--blue .data-table__table-body-cell > span {
  color: #fff !important;
  font-weight: bold;
}

.data-table__main-info-wrapper,
.data-table__sub-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background: #fbf9ed;
}

.data-table__table-item {
  border-bottom: solid 3px #f5f5f5;
}

.data-table__table-item > .data-table__main-info-wrapper {
  background: #EEEBD6;
}
.data-table__table-item:nth-child(2n) > .data-table__main-info-wrapper {
  background: #FBF9ED;
}
.data-table__table-item:nth-child(1) > .data-table__main-info-wrapper {
  background: #F6ECB8;
}
.data-table__table-item:nth-child(2) > .data-table__main-info-wrapper {
  background: #FCF5CF;
}
.data-table__table-item:nth-child(3) > .data-table__main-info-wrapper {
  background: #FCF5CF;
}
.data-table__table-item:first-child {
  border-top: solid 3px #f5f5f5;
}
.data-table__table-item:nth-child(1) span,.data-table__table-item:nth-child(2) span,.data-table__table-item:nth-child(3) span{
  font-weight: 700 !important;
}

.data-table__table-item--total .data-table__table-body-cell > span {
  font-weight: bold;
  color: #526a7c;
}

.data-table__table-body .data-table__division {
  border-right: solid 1px #e1e1e1;
  height: 50px;
}

.data-table__table-body .data-table__division:last-child {
  border: none;
}

.data-table__table-body-cell {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.data-table__table-body-cell--4 {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -o-box-flex: 4;
  box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.data-table__table-body-cell span {
  color: #333;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0 5px;
}



.data-table__table-body-cell--3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -o-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.data-table__expander {
  background: #0FA969;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.data-table__expander:after {
  content: '\e902';
  font-family: 'icomoon';
  color: #008b55;
  font-size: 13px;
  -webkit-transition: color 400ms ease;
  -moz-transition: color 400ms ease;
  -o-transition: color 400ms ease;
  -ms-transition: color 400ms ease;
  transition: color 400ms ease;
  font-weight: bold;
}

.data-table__expander:hover,
.active .data-table__expander {
  background: #008b55;
  color: #fff;
}

.data-table__expander:hover:after,
.active .data-table__expander:after {
  color: #fff;
}

.active .data-table__expander:after {
  content: '-';
  font-size: 26px;
}

.data-table__expander--button {
  font-size: 11px;
  color: #fff;
  width: auto;
  height: auto;
  border-radius: 15px;
  text-transform: uppercase;
  width: 135px !important;
  padding: 5px 0;
  margin-right: 5px;
}

.data-table__expander--button:after {
  margin-left: 5px;
}

.data-table__sub-info-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.active .data-table__sub-info-wrapper {
  max-height: 500px;
}

.data-table__sub-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.data-table__sub-row > .data-table__sub-info-division {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -o-box-flex: 4;
  box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100px;
  border-top: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}

.data-table__sub-row > .data-table__sub-info-division--3-7 {
  -webkit-box-flex: 3.7;
  -moz-box-flex: 3.7;
  -o-box-flex: 3.7;
  box-flex: 3.7;
  -webkit-flex: 3.7;
  -ms-flex: 3.7;
  flex: 3.7;
}

.data-table__sub-row > .data-table__sub-info-division--4-2 {
  -webkit-box-flex: 4.2;
  -moz-box-flex: 4.2;
  -o-box-flex: 4.2;
  box-flex: 4.2;
  -webkit-flex: 4.2;
  -ms-flex: 4.2;
  flex: 4.2;
}

.data-table__sub-row > .data-table__sub-info-division--4-3 {
  -webkit-box-flex: 4.3;
  -moz-box-flex: 4.3;
  -o-box-flex: 4.3;
  box-flex: 4.3;
  -webkit-flex: 4.3;
  -ms-flex: 4.3;
  flex: 4.3;
}

.data-table__sub-row > .data-table__sub-info-division--5 {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -o-box-flex: 5;
  box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.data-table__sub-row > .data-table__sub-info-division--6 {
  -webkit-box-flex: 6;
  -moz-box-flex: 6;
  -o-box-flex: 6;
  box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
}

.data-table__sub-row > .data-table__sub-info-division--6-6 {
  -webkit-box-flex: 6.6;
  -moz-box-flex: 6.6;
  -o-box-flex: 6.6;
  box-flex: 6.6;
  -webkit-flex: 6.6;
  -ms-flex: 6.6;
  flex: 6.6;
}

.data-table__sub-row > .data-table__sub-info-division--6-7 {
  -webkit-box-flex: 6.7;
  -moz-box-flex: 6.7;
  -o-box-flex: 6.7;
  box-flex: 6.7;
  -webkit-flex: 6.7;
  -ms-flex: 6.7;
  flex: 6.7;
}

.data-table__sub-row > .data-table__sub-info-division--7-3 {
  -webkit-box-flex: 7.3;
  -moz-box-flex: 7.3;
  -o-box-flex: 7.3;
  box-flex: 7.3;
  -webkit-flex: 7.3;
  -ms-flex: 7.3;
  flex: 7.3;
}

.data-table__sub-row > .data-table__sub-info-division--7-4 {
  -webkit-box-flex: 7.4;
  -moz-box-flex: 7.4;
  -o-box-flex: 7.4;
  box-flex: 7.4;
  -webkit-flex: 7.4;
  -ms-flex: 7.4;
  flex: 7.4;
}

.data-table__sub-row > .data-table__sub-info-division--8 {
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  -o-box-flex: 8;
  box-flex: 8;
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8;
}

.data-table__sub-row > .data-table__sub-info-division:last-child {
  border-right: none;
}

.data-table__sub-info-space {
  background: #f5f5f5;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.data-table__sub-info-title {
  text-transform: uppercase;
  color: #526a7c;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4em;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.data-table__sub-info-title--bigger {
  font-size: 16px;
}

.data-table__sub-info-text {
  color: #8a8a8a;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.data-table__sub-info-division {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.data-table__sub-info-division--1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.data-table__sub-info-division--2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.data-table__sub-info-division--3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -o-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.data-table__sub-info-column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.data-table__sub-info-column--1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0.7;
  -ms-flex: 0.7;
  flex: 0.7;
}

.data-table__sub-info-column--2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.data-table__sub-info-column--3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -o-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.data-table__sub-info-column-division {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.data-table__sub-info-column-division--upper {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.data-table__sub-info-column-division--upper > div {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: auto;
}

.data-table__sub-info-column-division .data-table__sub-info-division--full,
.data-table__sub-info-column-division .data-table__sub-info-division--half {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.data-table__sub-info-column-division .data-table__sub-info-division--full {
  width: 100%;
}

.data-table__sub-info-column-division .data-table__sub-info-division--half {
  width: 50%;
}

.data-table__obs {
  font-size: 12px;
  display: block;
  line-height: 1.4em;
}

.ranking-categories__list .active {
  background: #007648;
  color: #fff !important;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
}
.ranking-categories__link:hover {
  background: #007648;
}

.search-template__page-title {
  /*font: 900 20px 'Caecilia',sans-serif;*/
  font: 900 20px 'Fira Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 12px;
  padding-bottom: 5px;
  margin-bottom: 60px;
  color: #008b55;
}

.search-template__page-title > span {
  display: block;
  color: #646363;
  font-size: 60px;
}

.search-template__category {
  /*font: 900 14px 'Caecilia',sans-serif;*/
  font: 900 14px 'Fira Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #008b55;
  line-height: 1.4em;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.search-template__breadcrumbs-list {
  margin-bottom: 10px;
}

.search-template__breadcrumbs-item {
  display: inline-block;
}

.search-template__breadcrumbs-item:before {
  content: '>';
  display: inline-block;
  vertical-align: middle;
  color: #008b55;
  font-size: 12px;
  margin: 0 5px;
}

.search-template__breadcrumbs-item:first-child:before {
  display: none;
}

.search-template__breadcrumbs-text {
  text-transform: uppercase;
  font: normal 13px 'Fira Sans', sans-serif;
  color: #008b55;
}

.search-template__item {
  padding: 20px;
  margin-bottom: 20px;
  background: #eeebd6;
}

.search-template__item:last-child {
  margin-bottom: 60px;
}

.search-template__title {
  font: bold 22px 'Fira Sans', sans-serif;
  display: block;
  margin-bottom: 10px;
  color: #646363;
}

.search-template__text {
  color: #646363;
  line-height: 1.8em;
}

.post-image {
  height: 352px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

.post-content {
  background: #eeeeef;
  padding-top: 50px;
  padding-bottom: 100px;
}

.post-content > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.post-content__date {
  color: #008b55;
  font-weight: 700;
  margin-bottom: 40px;
}

.post-content__date::after {
  content: '';
  display: block;
  width: 40px;
  padding-top: 5px;
  border-bottom: 1px solid #008b55;
}

.post-content__left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-content__post--header {
  position: relative;
}

.post-content__post-info-wrapper {
  width: 60%;
  display: inline-block;
  margin-right: 5%;
}

.post-content__post-info-category {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 12px;
  color: #008b55;
}

.post-content__post-title {
  font-size: 40px;
  font-weight: 900;
  font-family: 'Fira Sans', sans-serif;
  font-size: 40px;
  color: #646363;
  margin-bottom: 60px;
  line-height: 1.2em;
}

.post-content__post-info-excerpt {
  font-family: 'Fira Sans', sans-serif;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.post-content__whitebox--wrapper {
  margin: 80px 0 30px;
  background: #fff;
  padding: 40px;
  position: relative;
}

.post-content__whitebox--wrapper > p strong {
  font-size: 1.3em;
}

.post-content__post-info-excerpt {
  line-height: 1.8em;
  font-size: 1.3em;
}

.post-content__the-content:not(.metodology-content)
  > p:first-child:first-letter {
  color: #008b55;
  font-size: 60px;
  line-height: 50px;
  float: left;
  font-family: 'Fira Sans', sans-serif;
  margin: 10px 10px 0 0;
}

.post-content__the-content > strong,
.post-content__whitebox--wrapper > strong,
.post-content .read-more--box > strong {
  font-weight: bold;
  color: #008b55;
}

.post-content__the-content > strong.post-content__subtitle,
.post-content__whitebox--wrapper > strong.post-content__subtitle,
.post-content .read-more--box > strong.post-content__subtitle {
  color: #646363;
  font-size: 1.7em;
  display: block;
  line-height: 1.1em;
  font-family: 'Fira Sans', sans-serif;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.post-content__the-content > a,
.post-content__whitebox--wrapper > a,
.post-content .read-more--box > a {
  text-decoration: underline;
  font-weight: bold;
  color: #646363;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-content__the-content > p,
.post-content__whitebox--wrapper > p,
.post-content .read-more--box > p {
  margin-bottom: 30px;
  line-height: 2.1em;
}

.post-content__the-content > p > strong,
.post-content__whitebox--wrapper > p > strong,
.post-content .read-more--box > p > strong,
.post-content__the-content > p > b,
.post-content__whitebox--wrapper > p > b,
.post-content .read-more--box > p > b {
  font-weight: bold;
  color: #008b55;
}

.post-content__the-content > p > strong.post-content__subtitle,
.post-content__whitebox--wrapper > p > strong.post-content__subtitle,
.post-content .read-more--box > p > strong.post-content__subtitle {
  color: #646363;
  font-size: 1.7em;
  display: block;
  line-height: 1.1em;
  font-family: 'Fira Sans', sans-serif;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.post-content__the-content > p:first-child strong,
.post-content__whitebox--wrapper > p:first-child strong,
.post-content .read-more--box > p:first-child strong {
  margin-top: 0;
}

.post-content__the-content > p > a,
.post-content__whitebox--wrapper > p > a,
.post-content .read-more--box > p > a {
  text-decoration: underline;
  font-weight: bold;
  color: #646363;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-content__the-content > img,
.post-content__whitebox--wrapper > img,
.post-content .read-more--box > img {
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  border: 2px solid #fff;
}

.post-content__the-content > blockquote,
.post-content__whitebox--wrapper > blockquote,
.post-content .read-more--box > blockquote {
  color: #fff;
  background: #008b55;
  font-size: 20px;
  font-family: 'Fira Sans', sans-serif;
  padding: 30px 50px;
  text-align: center;
  margin-bottom: 35px;
  font-weight: bold;
}

.post-content__the-content > ol,
.post-content__whitebox--wrapper > ol,
.post-content .read-more--box > ol {
  margin-bottom: 40px;
  counter-reset: my-counter;
}

.post-content__the-content > ol li,
.post-content__whitebox--wrapper > ol li,
.post-content .read-more--box > ol li {
  border-bottom: solid 2px #d39b1f;
  padding: 25px 0;
  font-size: 17px;
  font-style: italic;
  line-height: 1.8em;
}

.post-content__the-content > ol li:first-child,
.post-content__whitebox--wrapper > ol li:first-child,
.post-content .read-more--box > ol li:first-child {
  border-top: solid 2px #d39b1f;
}

.post-content__the-content > ol li:before,
.post-content__whitebox--wrapper > ol li:before,
.post-content .read-more--box > ol li:before {
  content: counter(my-counter) '.';
  counter-increment: my-counter;
  display: block;
  font-weight: bold;
  font-size: 50px;
  color: #008b55;
  margin-bottom: 10px;
}

.post-content__the-content > h1,
.post-content__whitebox--wrapper > h1,
.post-content .read-more--box > h1,
.post-content__the-content > h2,
.post-content__whitebox--wrapper > h2,
.post-content .read-more--box > h2,
.post-content__the-content > h3,
.post-content__whitebox--wrapper > h3,
.post-content .read-more--box > h3,
.post-content__the-content > h4,
.post-content__whitebox--wrapper > h4,
.post-content .read-more--box > h4,
.post-content__the-content > h5,
.post-content__whitebox--wrapper > h5,
.post-content .read-more--box > h5,
.post-content__the-content > h6,
.post-content__whitebox--wrapper > h6,
.post-content .read-more--box > h6 {
  font-weight: bold;
  font-size: 1.7em;
  color: #646363;
  margin-bottom: 15px;
  font-family: 'Fira Sans', sans-serif;
  text-transform: uppercase;
}

.post-content__the-content > .wp-caption,
.post-content__whitebox--wrapper > .wp-caption,
.post-content .read-more--box > .wp-caption {
  width: 100% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.post-content__the-content > .wp-caption.aligncenter,
.post-content__whitebox--wrapper > .wp-caption.aligncenter,
.post-content .read-more--box > .wp-caption.aligncenter {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-content__the-content > .wp-caption.aligncenter > img,
.post-content__whitebox--wrapper > .wp-caption.aligncenter > img,
.post-content .read-more--box > .wp-caption.aligncenter > img {
  margin-right: 0;
  margin-bottom: 10px;
  max-width: 100%;
  border: none;
}

.post-content__the-content > .wp-caption > img,
.post-content__whitebox--wrapper > .wp-caption > img,
.post-content .read-more--box > .wp-caption > img {
  margin-right: 20px;
  height: auto;
  max-width: 35%;
  border: 3px solid #008b55;
}

.post-content__the-content > .wp-caption > .wp-caption-text,
.post-content__whitebox--wrapper > .wp-caption > .wp-caption-text,
.post-content .read-more--box > .wp-caption > .wp-caption-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-style: italic;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  color: #646363;
  font-weight: bold;
}

.post-content__whitebox--wrapper > p > strong.post-content__subtitle {
  margin-top: 0;
  margin-bottom: 60px;
}

.post-content__right {
  width: 320px;
  margin-left: 80px;
}

.post-content__right .banner {
  text-align: right;
}

.featured--mobile {
  display: none;
}

.featured--desktop {
  width: 40%;
  display: inline-block;
  position: absolute;
  top: -100px;
}

.featured--desktop--fixed {
  bottom: 0;
  position: fixed;
  top: 90px;
  width: 412px;
}

.featured {
  margin-bottom: 60px;
}

.featured__wrapper {
  background: #008b55;
  position: relative;
  z-index: 1;
  padding: 10px 15px;
  color: #fff;
}

.featured__title {
  display: block;
  text-transform: uppercase;
  font: 900 20px 'Fira Sans', sans-serif;
  display: table;
  border-bottom: 1px solid rgba(19, 199, 223, 0.3);
  width: 100%;
  padding: 15px 19px;
}

.featured__link {
  width: 45%;
  padding: 10px 19px 0;
}

.featured__link:after {
  top: 56%;
}

.featured .ranking-categories__link--small {
  width: 62%;
}

.featured__list {
  counter-reset: my-counter;
}

.featured__item {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.3em;
  border-bottom: 1px solid rgba(19, 199, 223, 0.3);
  font-size: 1em;
  padding: 10px 0;
}

.featured__item:last-child {
  margin-bottom: 0;
}

.featured__item span {
  font: 900 50px 'Fira Sans', sans-serif;
  margin-right: 15px;
  vertical-align: sub;
  color: #008b55;
  border-right: 1px solid rgba(19, 199, 223, 0.3);
  padding: 0 19px;
}

.share-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.share-buttons__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.share-buttons__link {
  font-size: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
}

.share-buttons__link:after {
  color: #fff;
  font-family: 'icomoon';
  font-size: 17px;
}

.share-buttons__link--facebook {
  background: #71408d;
  margin-bottom: 10px;
}

.share-buttons__link--facebook:after {
  font-size: 20px;
  content: '\ea90';
}

.share-buttons__link--twitter {
  background: #71408d;
}

.share-buttons__link--twitter:after {
  content: '\e909';
}

.share-buttons__link--google {
  background: #e4431d;
}

.share-buttons__link--google:after {
  content: '\ea8b';
}

.share-buttons__link:hover {
  width: 100px;
}

.read-more--box {
  position: relative;
  overflow-y: hidden;
  overflow-x: visible;
  max-height: 150px;
  padding-bottom: 70px;
  padding-top: 10px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.read-more--box:before {
  content: '';
  border-top: 6px solid #008b55;
  width: 90px;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.expand.active {
  display: none;
}

.expand-revert {
  border-radius: 50%;
  background: #646363;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  margin: 0 auto 30px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.expand-revert:before {
  color: #fff;
  font-size: 11px;
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
}

@media screen and (min-width: 767px) {
  .button:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .lightbox__close:hover {
    opacity: 0.5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
  }

  .home-how-to__button:hover {
    background: #646363;
    color: #fff;
  }

  .videos__item--link:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .articles__btn:hover {
    background: #008b55;
  }

  .post-content__the-content > a:hover,
  .post-content__whitebox--wrapper > a:hover,
  .post-content .read-more--box > a:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .post-content__the-content > p > a:hover,
  .post-content__whitebox--wrapper > p > a:hover,
  .post-content .read-more--box > p > a:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .expand-revert:hover {
    opacity: 0.5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .investmais .articles__wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0,
      4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

@media screen and (max-width: 1030px) {
  body.page-template {
    padding-top: 40px;
  }

  body.home {
    padding-top: 60px;
  }

  .container {
    max-width: 768px;
  }

  .visible-sm {
    display: block;
  }

  .post-item__image-wrapper {
    height: 190px;
    max-height: 190px;
  }

  .post-item__ranking--default-article__backline--link:after {
    left: 139px;
  }

  .post-item__backline--link:after {
    left: 160px;
  }

  .post-item__backline--link--default:after {
    left: 139px;
  }

  .post-item__category span {
    font-size: 13px;
  }

  .header > .container {
    max-width: 100%;
  }

  body.home .header {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 350ms ease;
    -moz-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    -ms-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }

  body.home .header--fixed {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  .header__list,
  .header__search-opener {
    display: none;
  }

  .header__mobile-menu-opener {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }

  .home-text__text {
    width: 85%;
  }

  .home-text__title .home-text__title-text3 {
    width: 100%;
  }

  .home-text__title .home-text__title-text3:before {
    top: 22px;
    left: 65px;
  }

  .home-text__title .home-text__title-text3:after {
    top: -22px;
    left: 605px;
  }

  .home-text__title {
    font-size: 26px;
  }

  .home-text__title-text2 {
    font-size: 60px;
  }

  .home-text__title-text3 {
    font-size: 36px;
  }

  .home-slider__list {
    padding: 0 50px;
  }

  .home-slider__image {
    max-width: 50%;
  }

  .home-slider .owl-dots {
    bottom: 0;
    left: 50px;
    width: calc(50% - 50px);
    margin-left: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .home-articles__item {
    padding: 50px 30px;
  }

  .home-articles__title {
    line-height: 1.3em;
  }

  .home-articles__title span {
    font-size: 11px;
  }

  .home-articles__title strong {
    font-size: 25px;
  }

  .home-how-to__left {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    margin-right: 0;
  }

  .home-how-to__left:before {
    position: relative;
    top: 32px;
    left: -150px;
    height: 20px;
    width: 100px;
  }

  .home-how-to__right {
    width: 100%;
  }

  .metodology .container {
    max-width: 90%;
  }

  .videos__item {
    width: calc((100% / 2) - 30px);
  }

  .articles__btn {
    min-width: 150px;
  }

  .ranking-header {
    padding-top: 30px;
  }

  .data-table__the-table-distribution {
    overflow-x: auto;
  }

  .data-table__the-table-distribution .data-table__table-header,
  .data-table__the-table-distribution .data-table__table-body {
    min-width: 1200px;
  }

  .post-content__right {
    display: none;
  }

  .post-content__post-info-wrapper {
    margin-right: 0;
    width: 100%;
  }

  .featured--mobile {
    display: block;
    margin: 0 -15px 30px;
  }

  .featured--desktop {
    display: none;
  }

  .share-buttons {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: min-content;
    margin: 0 auto 30px;
    top: 0;
  }

  .share-buttons__list {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .share-buttons__item {
    display: inline-block;
  }

  .share-buttons__link {
    width: 40px;
    height: 40px;
  }

  .container .share-buttons {
    padding-top: 0 !important;
  }
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  body.home {
    padding-top: 100px;
  }

  .visible-xs {
    display: block;
  }

  .banner--big-tower {
    padding-top: 30px;
  }

  .banner {
    margin-bottom: 30px;
  }

  .banner iframe {
    max-width: 100%;
  }

  .button2:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .button2 {
    font-size: 16px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .post-item > a {
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: solid 2px #e6e6e6;
  }

  .post-item__image-wrapper {
    position: relative;
    width: 110px;
    height: 80px;
    overflow: hidden;
  }

  .post-item__image {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .titulo.maior {
    font-size: 38px !important;
  }
  .share-buttons {
    display: none !important;
  }

  .post-item__text-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #e7e7e7;
  }

  .post-item__category {
    margin-bottom: 0;
    font-size: 11px;
  }

  .post-item__category span {
    padding-top: 15px;
    font-size: 10px;
  }

  .post-item__category:before {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

  .post-item__title {
    font-size: 0.9em;
    line-height: 1em;
    padding: 5px 5px 4px 7px;
  }

  .share-list__link:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .lightbox__call .desktop {
    display: none;
  }

  .lightbox__call .mobile {
    display: inline-block;
  }

  .header__logo:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .header__search-opener:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .mobile-menu__search-button:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .hero {
    height: 120px;
    margin-bottom: 30px;
  }

  .hero__title {
    width: 302px;
    height: 105px;
    -webkit-background-size: 190px;
    -moz-background-size: 190px;
    background-size: 190px;
  }

  .home-text__text {
    width: 100%;
    padding: 0 20px;
  }

  .home-text__title {
    font-size: 1em;
  }

  .home-text__title .home-text__title-text3 {
    font-size: 0.8em;
    letter-spacing: 2px;
  }

  .home-text__title .home-text__title-text3:before {
    position: absolute;
    top: 113px;
    left: 0;
    width: 30px;
    height: 8px;
  }

  .home-text__title .home-text__title-text3:after {
    position: absolute;
    top: 113px;
    left: calc(100% - 30px);
    width: 30px;
    margin: 0;
    height: 8px;
    display: table;
  }

  .home-text {
    margin-bottom: 30px;
  }

  .home-text > div {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-text__left,
  .home-text__right {
    width: auto;
  }

  .home-text__left {
    text-align: left;
  }

  .home-text__pattern {
    display: none;
  }

  .home-text__right {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .home-text__title-text2 {
    font-size: 46px;
  }

  .home-text__title-text3 {
    font-size: 26px;
  }

  .home-text__title-text4 {
    font-size: 90px;
    margin-top: 7px;
  }

  .home-text__text {
    font-size: 18px;
  }

  .home-text .share-buttons {
    position: static;
    margin: 60px auto 0;
    display: block;
  }

  .home-text .share-buttons__list {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .home-search__button:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .home-search__input {
    line-height: 45px;
    font-size: 12px;
  }

  .home-search__button {
    width: 50px;
  }

  .home-search__button:before {
    font-size: 18px;
  }

  .home-search__button img {
    width: 60%;
  }

  .home-slider__nav:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .home-slider {
    margin-bottom: 30px;
  }

  .home-slider__list {
    padding: 0;
  }

  .home-slider__item > a {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-slider__image {
    max-width: 100%;
    margin: 0;
  }

  .home-slider__nav {
    display: none;
  }

  .home-slider .owl-dots {
    position: static;
    width: 100%;
    padding-top: 20px;
  }

  .home-articles__list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-articles__item {
    padding: 45px 20px;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .home-articles__item:last-child {
    border-bottom: none;
  }

  .home-articles__item:after {
    bottom: 10px;
  }

  .home-articles__item > a:after {
    margin-top: 40px;
    height: 8px;
  }

  .home-articles__text {
    display: none;
  }

  .home-articles__title {
    font-size: 16px;
    line-height: 1.5em;
  }

  .home-articles__title > strong {
    font-size: 24px;
  }

  .home-how-to .container {
    max-width: 100%;
  }

  .home-how-to__left:before {
    top: 20px;
    left: -40px;
    height: 10px;
    width: 30px;
  }

  .home-how-to {
    padding: 30px 20px;
  }

  .home-how-to__title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
  }

  .metodology .container {
    max-width: 100%;
  }

  .metodology__title,
  .investmais__title {
    border-left: 50px solid #008b55;
    padding: 30px 20px;
  }

  .metodology,
  .investmais {
    padding-bottom: 30px;
  }

  .metodology > div,
  .investmais > div {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .metodology__right,
  .investmais__right {
    margin-top: 30px;
    margin-left: 0;
  }

  .metodology .banner,
  .investmais .banner {
    margin-bottom: 0;
  }

  .videos {
    margin-bottom: 30px;
  }

  .videos__title {
    border-left: 50px solid #008b55;
    padding: 30px 20px;
  }

  .videos__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .videos__item--link {
    max-height: 160px;
    min-height: 160px;
  }

  .videos__item--link:before {
    height: 160px;
  }

  .videos__item--image {
    max-height: 160px;
  }

  .articles .dropdown {
    display: inline-block;
  }

  .articles {
    padding: 30px 0;
  }

  .articles__subtitle {
    letter-spacing: 0;
  }

  .articles__btn {
    display: none;
  }

  body.metodologia .post-content,
  body.metodologia-2021 .post-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body.bancos .banner {
    display: none;
  }

  .ranking-header__title {
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 3em;
  }

  .ranking-header__title > strong {
    font-size: 3em;
  }

  .ranking-header__text {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .ranking-categories__link:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .ranking-categories {
    margin-bottom: 30px;
    padding: 20px 0;
  }

  .ranking-categories__list {
    margin: 0 -15px;
  }

  .ranking-categories__item {
    padding: 0;
  }

  .ranking-categories__item:first-child .data-table__item {
    border-left: solid 1px #d39b1f;
  }

  .ranking-categories__link {
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-left: none;
  }

  .data-table {
    margin-bottom: 30px;
  }

  .data-table__filters-form {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .data-table__filter-wrapper {
    width: 100%;
  }

  .data-table__filter-wrapper:first-child {
    margin-bottom: 30px;
  }

  .data-table__title-button-wrapper {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .data-table__title--mobile {
    display: block;
    margin-bottom: 30px;
  }

  .data-table__button-mobile {
    display: block;
  }

  .data-table__button {
    margin: 0 auto 30px;
  }

  .data-table__blue-box {
    display: none;
  }

  .data-table__filters-form {
    margin-bottom: 30px;
  }

  .data-table__the-table {
    overflow: auto;
    max-height: 400px;
  }

  .data-table__table-header,
  .data-table__table-body {
    min-width: 1200px;
  }

  .ranking-categories__list .ranking-categories__link:before,
  .ranking-categories__list .ranking-categories__link:after {
    display: none;
  }

  .ranking-categories__list .ranking-categories__link:hover {
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
  }

  .search-template__page-title {
    letter-spacing: 0;
    font-size: 15px;
  }

  .search-template__page-title {
    margin-bottom: 30px;
  }

  .search-template__page-title > span {
    font-size: 20px;
  }

  .post-image {
    margin-bottom: 30px;
    height: 150px;
  }

  .post-content__date {
    margin-bottom: 0;
    margin-top: 30px;
  }

  .post-content__the-content > strong.post-content__subtitle,
  .post-content__whitebox--wrapper > strong.post-content__subtitle,
  .post-content .read-more--box > strong.post-content__subtitle {
    font-size: 1.3em;
  }

  .post-content__the-content > p > strong.post-content__subtitle,
  .post-content__whitebox--wrapper > p > strong.post-content__subtitle,
  .post-content .read-more--box > p > strong.post-content__subtitle {
    font-size: 1.3em;
  }

  .post-content__the-content > .wp-caption,
  .post-content__whitebox--wrapper > .wp-caption,
  .post-content .read-more--box > .wp-caption {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-content__the-content > .wp-caption > img,
  .post-content__whitebox--wrapper > .wp-caption > img,
  .post-content .read-more--box > .wp-caption > img {
    margin: 10px auto;
  }

  .post-content__the-content > .wp-caption > .wp-caption-text,
  .post-content__whitebox--wrapper > .wp-caption > .wp-caption-text,
  .post-content .read-more--box > .wp-caption > .wp-caption-text {
    text-align: center;
  }

  .post-content {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .post-content__post-info-category {
    font-size: 14px;
    letter-spacing: 0;
  }

  .post-content__post-info-excerpt {
    padding-top: 30px;
  }

  .post-content__post-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .post-content .banner {
    display: none;
  }

  .post-content__whitebox--wrapper {
    margin: 80px 0;
    padding: 30px 15px 0;
  }

  .post-content__the-content {
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .post-content__the-content > blockquote {
    font-size: 20px;
    padding: 20px 15px;
  }

  .post-content__the-content > img {
    margin: 0 -15px 30px;
  }

  .post-content__the-content .ranking-categories__link {
    max-width: 100%;
    color: #fff;
    background: #008b55;
    text-align: left;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    -o-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
  }

  .featured__link {
    width: 52%;
    text-align: left;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    -o-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
  }

  .featured {
    margin-bottom: 30px;
  }

  .featured:after {
    display: none;
  }

  .read-more--box {
    max-height: 170px;
  }
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 2020 */
.d_flex {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.Abril_Fatface {
  font-family: 'Abril Fatface', cursive;
}

.container {
  max-width: 1250px;
}

.header {
  background: #0fa969 !important;
  padding: 15px 0;
  height: 90px;
}
.header > .container {
  max-width: 1135px;
  margin: 0 auto;
}

.header__list-link:hover {
  color: #21ffa2;
}
.header__search-opener {
  display: block;
}
.header__search-opener:after {
  color: #3f4e55;
}

.hero {
  background: #ffffff;
  /*height: 400px;
	margin: 50px auto 0 auto;*/
  height: fit-content;
  margin: 85px auto 25px auto;
}
.container.container_2020 .hero__title {
  background: url(./imagens/logo-2022-g.png) no-repeat center;
  background-size: 100% auto;
  font-size: 0;
  width: 436px;
  height: 152px;
}
.container.container_2020 .texto {
  max-width: 700px;
  margin-left: 90px;
}
.container.container_2020 .texto h2 strong {
  font-family: 'Abril Fatface', cursive;
  color: #008b55;
  font-size: 36px;
  font-weight: normal;
}
.container.container_2020 .texto h2 {
  color: #646363;
  font-size: 30px;
  line-height: 40px;
}
.container.container_2020 .texto h3 {
  color: #646363;
  font-size: 20px;
  margin: 15px 0;
  line-height: 29px;
}
a.btn_rankings:link,
a.btn_rankings:active,
a.btn_rankings:visited {
  background: #019ac3 url(./imagens/seta-1.png) 89% center no-repeat;
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 60px 15px 25px;
  margin: 25px auto;
}
a.btn_rankings:hover {
  background: #0e9d85 url(./imagens/seta-1.png) 89% center no-repeat;
}
@media (max-width: 980px) {
  .hero {
    height: fit-content;
  }
  .container.container_2020 {
    flex-wrap: wrap;
  }
  .container.container_2020 .hero__title {
    background: url(./imagens/financasmais-g.png) no-repeat center;
    background-size: 100% auto;
    max-width: 436px;
    font-size: 0;
    width: 100%;
    height: 150px;
    margin: 25px auto;
  }
  .container.container_2020 .texto {
    max-width: 700px;
    margin: 0;
  }
  h2.home-how-to__title {
    font-size: 25px;
    line-height: 35px;
  }
}

section#o_segredo {
  background: rgb(0, 136, 205, 1);
  background: linear-gradient(
    0deg,
    rgba(0, 136, 205, 1) 0%,
    rgba(15, 159, 125, 1) 100%
  );
  color: #fff;
  padding: 50px 25px 25px 25px;
}
section#o_segredo .d_flex #O-Segredo-das-Campeas {
  width: 45%;
  position: relative;
  height: 250px;
}
section#o_segredo .d_flex #O-Segredo-das-Campeas img {
  position: absolute;
  top: -25px;
  left: 0;
}
section#o_segredo .d_flex h3 {
  font-family: 'Abril Fatface', cursive;
  color: #ffffff;
  font-size: 36px;
  line-height: 43px;
  font-weight: normal;
  width: 50%;
  max-width: 590px;
}
section#o_segredo .texto {
  margin: 0 auto 0 auto;
  font-size: 20px;
  text-align: center;
  max-width: 880px;
}
section#o_segredo .texto a.reportagens:link,
section#o_segredo .texto a.reportagens:active,
section#o_segredo .texto a.reportagens:visited {
  background: #019ac3 url(./imagens/seta-1.png) 89% center no-repeat;
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 60px 15px 25px;
  margin: 25px auto;
}
section#o_segredo .texto a.reportagens:hover {
  background: #0e9d85 url(./imagens/seta-1.png) 89% center no-repeat;
}
@media (max-width: 980px) {
  section#o_segredo .d_flex #O-Segredo-das-Campeas {
    width: 100%;
    position: relative;
    height: fit-content;
    text-align: center;
  }
  section#o_segredo .d_flex #O-Segredo-das-Campeas img {
    position: relative;
    max-width: 100%;
    height: auto;
    top: 0;
    left: auto;
    margin: 15px auto;
  }
  section#o_segredo .d_flex h3 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  section#o_segredo .texto {
    margin: 15px auto;
  }
}

.home-how-to__title {
  text-transform: none;
  font-size: 40px;
  margin: 0 auto 50px auto;
  font-weight: bold;
  font-family: 'Fira Sans', sans-serif !important;
  line-height: 45px;
  max-width: 300px;
}
.metodology__title,
.investmais__title {
  width: 100%;
  border-bottom: 1px solid #008b55;
  border-left: 230px solid #008b55;
  padding: 70px;
  margin-bottom: 60px;

  text-transform: none;
  font-size: 45px;
  margin-bottom: 45px;
  font-weight: bold;
  font-family: 'Fira Sans', sans-serif !important;
  line-height: 55px;
}
.section-title {
  text-transform: none;
  margin: 0 auto 50px auto;
  display: table;
  font-weight: normal;
  font-size: 40px;
  font-family: 'Abril Fatface', cursive;
  color: #008b55;
  text-align: center;
}

.home-articles__title span {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 42px;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
}
.home-articles__title > strong {
  display: block;
  font-weight: normal;
  font-size: 35px;
  font-family: 'Abril Fatface', cursive;
  text-transform: capitalize;
  color: #ffffff;
}

.home-articles__item {
  width: 33.33333333%;
  padding: 55px 50px;
  position: relative;
  border-right: 1px solid #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;

  background: rgb(0, 139, 85);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 139, 85, 1) 0%,
    rgba(167, 116, 176, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 139, 85, 1) 0%,
    rgba(167, 116, 176, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 139, 85, 1) 0%,
    rgba(167, 116, 176, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008b55",endColorstr="#a774b0",GradientType=1);
}

.home-articles__item:hover {
  background: rgb(0, 139, 85);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 139, 85, 1) 0%,
    rgba(167, 116, 176, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 139, 85, 1) 0%,
    rgba(167, 116, 176, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 139, 85, 1) 0%,
    rgba(167, 116, 176, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008b55",endColorstr="#a774b0",GradientType=1);
}

.metodology__button,
.investmais__button {
  background: #0088cc;
  color: #fff;
}

@media (max-width: 980px) {
  .home-articles__item {
    width: 100%;
    padding: 20px;
  }
  .home-articles__title > strong {
    font-size: 25px;
    line-height: 35px;
  }
}

.area_metodology {
  margin-bottom: 60px;
  padding: 0;
  position: relative;
}
.area_metodology .borda {
  background: rgb(15, 159, 125);
  background: linear-gradient(
    90deg,
    rgba(15, 159, 125, 1) 0%,
    rgba(0, 136, 205, 1) 100%
  );
  width: 230px;
  position: absolute;
  left: 0;
  top: 0;
  height: 196px;
}
.metodology__title,
.investmais__title {
  background-color: #eeeeef;
  width: 100%;
  border-bottom: 1px solid rgba(0, 136, 205, 1);
  /*border-left: 230px solid rgba(15,159,125,1);*/
  border-left: none;
  padding: 70px;
  margin-left: 230px;
  margin-bottom: 0px;
}
@media (max-width: 980px) {
  .area_metodology {
    margin-bottom: 20px;
  }
  .area_metodology .borda {
    display: none;
  }
  .metodology__title,
  .investmais__title {
    background-color: #eeeeef;
    width: 100%;
    border-left: none;
    padding: 15px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 35px;
  }
}

.home-how-to__left:before {
  content: '';
  background: rgb(15, 159, 125);
  background: linear-gradient(
    90deg,
    rgba(15, 159, 125, 1) 0%,
    rgba(0, 136, 205, 1) 100%
  );
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  top: -20px;
  left: -340px;
  height: 50px;
  width: 150%;
}

section.home-how-to {
  background: #ffffff;
}

.metodology.metodologia_2020 {
  padding: 50px;
  margin: 0 auto;
  text-align: center;
}
.metodology.metodologia_2020 .metodology__left {
  margin: 0 auto;
}
.metodology.metodologia_2020 .metodology__button {
  margin: 0 auto;
}
.metodology.metodologia_2020 h2.section-title {
  background: url(./imagens/barrinha.png) center bottom no-repeat;
  padding: 0 10px 25px 10px;
}
.metodology.metodologia_2020 h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 15px 0;
}
.metodology.metodologia_2020 h3 strong {
  color: #008b55;
}
.metodology.metodologia_2020 a.btn_metodologia:link,
.metodology.metodologia_2020 a.btn_metodologia:active,
.metodology.metodologia_2020 a.btn_metodologia:visited {
  background: #019ac3 url(./imagens/seta-1.png) 89% center no-repeat;
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 60px 15px 25px;
  margin: 25px auto;
}
.metodology.metodologia_2020 a.btn_metodologia:hover {
  background: #0e9d85 url(./imagens/seta-1.png) 89% center no-repeat;
}

.articles__wrapper {
  max-width: 1050px;
  margin: 0 auto;
}
.articles__wrapper .post-item {
  max-width: 320px;
}
.articles .active {
  background: rgb(15, 159, 125);
}
.articles__btn {
  background: rgb(0, 136, 205);
}

.ranking-header__title > strong {
  color: #008b55;
  letter-spacing: 0;
  display: block;
  font-size: 45px;
  line-height: 1em;
  font-family: 'Abril Fatface', cursive;
  font-weight: normal;
}
.ranking-header__title {
  color: #646363;
}

.data-table__blue-box {
  background: rgb(15, 159, 125);
  background: linear-gradient(
    90deg,
    rgba(15, 159, 125, 1) 0%,
    rgba(0, 136, 205, 1) 100%
  );
}

.data-table__expander:after {
  color: #ffffff !important;
}

/* Single */
.single-wrapper {
  max-width: 920px;
  margin: 0px auto 0 auto;
}
.single-wrapper .post-content {
  padding-top: 0px;
  padding-bottom: 100px;
}
.single-wrapper .post-content__post-info-wrapper {
  width: 100%;
  display: inline-block;
  margin-right: 0;
  text-align: center;
}
.single-wrapper .post-content__post-title {
  margin-bottom: 0px;
}
.single-wrapper .post-content__post-info-excerpt {
  text-align: center;
}
.single-wrapper .post-content__post-info-excerpt p {
  font-size: 24px;
}
.single-wrapper .post-content__post-info-excerpt p strong {
  color: #008b55;
  font-weight: bold;
}
.single-wrapper .conteudo {
  width: 100%;
}
.single-wrapper .post-content {
  background: none;
  padding-top: 0px;
}
.single-wrapper .conteudo .post-content__date {
  color: #008b55;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
}
.single-wrapper .conteudo .post-content__date::after {
  content: '';
  display: block;
  width: 0;
  padding-top: 0;
  border-bottom: none;
}
.single-wrapper .conteudo figure {
  text-align: center;
  margin-bottom: 50px;
}
.single-wrapper .conteudo figure img {
  max-width: 100%;
  height: auto;
}
.single-wrapper .conteudo p {
  color: #333;
  font-family: Barlow;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1rem;
}
.single-wrapper em {
  font-style: italic;
}
.single-wrapper td {
  border: 1px solid #008b55;
  padding: 5px;
}

.single-wrapper .conteudo p span strong {
  color: #646464;
}
.single-wrapper .conteudo h2 {
  color: #333;
  font-family: Abril Fatface;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-wrapper .conteudo h3 {
  text-transform: none;
  margin: 15px auto;
  display: block;
  font-weight: normal;
  font-size: 36px;
  font-family: 'Abril Fatface', cursive;
  color: #646464;
}
.single-wrapper .conteudo blockquote {
  background-color: #e1eeda;
  position: relative;
}
.single-wrapper .conteudo blockquote p {
  color: #007648;
  text-align: center;
  font-family: Playfair Display;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}
.single-wrapper .conteudo blockquote::after {
  content: '';
  position: absolute;
  left: -100%;
  width: 300vh;
  height: 100%;
  background-color: #e1eeda;
  top: 0;
  z-index: -1;
}
.single__postagem {
  overflow: hidden;
}
.single-wrapper .conteudo blockquote em {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
}

.single-wrapper .conteudo blockquote p strong {
  color: #007648;
  font-family: Barlow;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.46875rem;
}
.single-wrapper .conteudo .dfp-tmeio1 {
  max-width: 300px;
  float: left;
  margin: 10px 30px 30px 0;
}
.single-wrapper .post-content {
  padding-bottom: 0px;
}

/* Metodologia */
#barrinha-2 {
  position: absolute;
  left: 0;
  top: 345px;
  z-index: 0;
  height: 57px;
  z-index: 0;
}
body.metodologia .post-content__post-title,
body.metodologia-2021 .post-content__post-title {
  text-transform: uppercase;
  margin: 0 auto 25px auto;
  display: table;
  font-weight: normal;
  font-size: 40px;
  font-family: 'Abril Fatface', cursive;
  color: #008b55;
  text-align: center;
}
body.metodologia .single-wrapper .post-content__post-info-excerpt p,
body.metodologia-2021 .single-wrapper .post-content__post-info-excerpt p {
  text-align: center;
  font-size: 18px;
}
.single-wrapper.metodologia {
  max-width: 1000px;
  margin: 50px auto 0 auto;
  z-index: 1;
}
body.metodologia .post-content,
body.metodologia-2021 .post-content {
  background: none;
  padding-top: 0px;
  padding-bottom: 40px;
}
body.metodologia .post-content .d_flex,
body.metodologia-2021 .post-content .d_flex {
  flex-wrap: wrap;
}
body.metodologia .post-content .d_flex .area_texto,
body.metodologia-2021 .post-content .d_flex .area_texto {
  width: 100%;
  padding: 0 5% 0 0;
  margin-bottom: -8rem;
}
body.metodologia .post-content .d_flex .area_banner,
body.metodologia-2021 .post-content .d_flex .area_banner {
  width: 30%;
}
body.metodologia .post-content .the_content,
body.metodologia-2021 .post-content .the_content {
  max-width: 1000px;
  margin: 0 auto;
}

body.metodologia .post-content .the_content h2,
body.metodologia-2021 .post-content .the_content h2 {
  color: #333;
  font-family: Abril Fatface;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3rem;
}
body.metodologia .post-content .the_content p strong,
body.metodologia-2021 .post-content .the_content p strong {
  color: #333;
}
@media (max-width: 1280px) {
  #barrinha-2 {
    display: none;
  }

  body.metodologia .post-content .d_flex .area_texto,
  body.metodologia-2021 .post-content .d_flex .area_texto {
    width: 100%;
    padding: 0;
    display: block;
  }
  body.metodologia .post-content .d_flex .area_banner,
  body.metodologia-2021 .post-content .d_flex .area_banner {
    width: 100%;
    display: block;
  }
  body.metodologia .post-content h2.cinza,
  body.metodologia-2021 .post-content h2.cinza {
    padding-top: 20px;
  }
  body.metodologia .post-content .the_content div,
  body.metodologia-2021 .post-content .the_content div {
    background: none;
    padding: 0;
    margin-left: 0;
  }
}

body.search-active .header__the-search {
  z-index: 9999;
}
.header__search-form button {
  background: transparent;
  border: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 25px;
  z-index: 9999;
  cursor: pointer;
}
.header__search-form button:after {
  content: '\e905';
  font-family: 'icomoon';
  font-size: 28px;
  color: #3f4e55;
}

.data-table__obs {
  display: none !important;
}

body.page-template-template-rankings-por-indicador-bancos .data-table__button,
body.page-template-template-rankings-por-indicador-seguros .data-table__button,
body.page-template-template-rankings-por-indicador-outras .data-table__button {
  display: none !important;
}

html {
  /* height of your sticky header */
  scroll-padding-top: 80px;
}
a.btn_geosfera:link,
a.btn_geosfera:active,
a.btn_geosfera:visited {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}

/* Prêmio Estadão Finanças Mais 2021 */

@font-face {
  font-family: 'avenir_lt_55_romanregular';
  src: url('./fonts/avenirlt-roman-webfont.woff2') format('woff2'),
    url('./fonts/avenirlt-roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'league_spartanbold';
  src: url('./fonts/leaguespartan-bold-webfont.woff2') format('woff2'),
    url('./fonts/leaguespartan-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body.page-template.page-template-template-premio-estadao-financas-mais-2021 {
  background: #ffffff
    url('./imagens/premio-estadao-financas-mais-2021/bg-premio-estadao-financas-mais-2021.jpg')
    center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1380px) {
  body.page-template.page-template-template-premio-estadao-financas-mais-2021 {
    background: #ffffff
      url('./imagens/premio-estadao-financas-mais-2021/bg-premio-estadao-financas-mais-2021.jpg')
      left top no-repeat;
    background-size: auto;
  }
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #premio-estadao-financas-mais-2021 {
  background: none;
}

body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #topo.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #topo.container
  .texto {
  color: #ffffff;
  font-family: 'avenir_lt_55_romanregular';

  width: 55%;
  max-width: 675px;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #topo.container
  .texto
  .infos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #topo.container
  .texto
  .infos
  p.data {
  background: #066566;
  color: #ffffff;
  font-size: 43px;
  padding: 15px 30px;
  font-family: 'league_spartanbold';
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;

  width: fit-content;

  margin: 0 15px 15px 0;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #topo.container
  .texto
  .infos
  .textos {
  max-width: 375px;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #topo.container
  .texto
  .infos
  .textos
  .t1 {
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 29px;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #topo.container
  .texto
  .infos
  .textos
  .t2 {
  color: #04393a;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #topo.container
  .texto
  p.t3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  font-weight: lighter;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #topo.container
  .texto
  p.t3
  strong {
  font-weight: bold;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #topo.container
  figure {
  width: 45%;
}
@media screen and (max-width: 980px) {
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #topo.container {
    margin: 25px 0 0 0;
  }
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #topo.container
    .texto {
    width: 95%;
    margin: 10px auto;
  }
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #topo.container
    .texto
    h1 {
    max-width: 80%;
    margin: 0 auto;
  }
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #topo.container
    .texto
    .infos {
    margin: 25px 0;
  }
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #topo.container
    .texto
    .infos
    p.data {
    margin: 15px auto;
    font-size: 25px;
    padding: 10px;
  }
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #topo.container
    .texto
    .infos
    .textos {
    max-width: 100%;
  }
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #topo.container
    .texto
    .infos
    .textos
    .t1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #topo.container
    .texto
    p.t3 {
    font-size: 20px;
    line-height: 30px;
  }
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #topo.container
    figure {
    width: 95%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 580px) {
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #topo.container
    .texto
    .infos
    .textos
    .t1,
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #topo.container
    .texto
    .infos
    .textos
    .t2 {
    text-align: center;
  }
}

body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #video.container {
  margin: 75px auto;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #video.container
  h2 {
  color: #2c295e;
  text-align: center;
  font-family: 'league_spartanbold';
  font-size: 30px;
  line-height: 50px;

  background-image: linear-gradient(90deg, #4f4d78, #2c295e);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;

  text-transform: uppercase;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #video.container
  .video {
  margin: 50px auto;
  text-align: center;
  max-width: 845px;
}
@media screen and (max-width: 980px) {
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #video.container {
    margin: 50px auto 25px auto;
  }
  body.page-template.page-template-template-premio-estadao-financas-mais-2021
    #video.container
    h2 {
    font-size: 25px;
  }
}

.responsive-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  h2 {
  color: #ffffff;
  font-family: 'league_spartanbold';
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 75px auto 25px auto;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores
  ul {
  width: 90%;
  max-width: 290px;
  margin: 5px 5px 50px 5px;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores
  ul
  li {
  width: 100%;
  margin: 5px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores
  ul
  li.categoria {
  border-bottom: #a7ceec solid 1px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores
  ul
  li.categoria
  p {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores
  ul
  li.categoria
  p
  strong {
  width: 100%;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores
  ul
  li.primeiro
  b {
  background: #d5b91a;
  color: #ffffff;
  display: block;
  font-size: 20px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  font-weight: bold;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-align: center;
  margin-right: 10px;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores
  ul
  li.primeiro
  p {
  color: #d5b91a;
  font-size: 16px;
  line-height: 47px;
  font-weight: bold;
}

body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores
  ul
  li.segundo
  b,
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores
  ul
  li.terceiro
  b {
  background: #0f70b7;
  color: #ffffff;
  display: block;
  font-size: 20px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  font-weight: bold;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-align: center;
  margin-right: 10px;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores
  ul
  li.segundo
  p,
body.page-template.page-template-template-premio-estadao-financas-mais-2021
  #vencedores
  #lista_vencedores
  ul
  li.terceiro
  p {
  color: #ffffff;
  font-size: 16px;
  line-height: 47px;
  font-weight: normal;
}

a.btn_reportagens:link,
a.btn_reportagens:active,
a.btn_reportagens:visited {
  background: #019ac3 url(./imagens/seta-1.png) 89% center no-repeat;
  display: table;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 60px 15px 25px;
  margin: 25px auto;
}
a.btn_reportagens:hover {
  background: #0e9d85 url(./imagens/seta-1.png) 89% center no-repeat;
}

.hide {
  display: none !important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.htop-container {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(179, 217, 205, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(179, 217, 205, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(179, 217, 205, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#b3d9cd",GradientType=1);
  padding: 60px 0 0 0;
}
.htop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row wrap;
}
.htop .htop1 {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  width: 60%;
  max-width: 580px;
  padding-top: 50px;
}
.htop .htop1 .item2 {
  display: block;
  margin: 60px 0 40px 0;
}
.htop .htop1 .item3 {
  margin-bottom: 50px;
}
.htop .htop2 {
  margin-top: auto;
  width: 33%;
}
.htop .htop2 div img {
  vertical-align: bottom;
  right: -20%;
  position: relative;
  transform: scale(1.3);
  margin-bottom: 10%;
}
.smallTop {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #706f6f;
  float: right;
}
.smallTop span {
  display: block;
  padding-bottom: 10px;
}
/** MOBILE SOMENTE */
@media screen and (min-width: 0px) and (max-width: 700px) {
  .div-mobile {
    display: block;
  }
  .div-desktop {
    display: none;
  }
  body.search-active .header__the-search {
    width: 370px;
    height: 65px;
  }
  .htop,
  .htop .htop1,
  .htop .htop2 {
    display: block;
    width: 100%;
  }
  .htop .htop1 .item1 {
    padding-top: 50px;
  }
  .htop .htop2 div img {
    vertical-align: bottom;
    right: 0;
    position: relative;
    transform: scale(1);
    margin-bottom: 0;
  }
}

/* DESKTOP SOMENTE */
@media screen and (min-width: 701px) and (max-width: 3000px) {
  .div-mobile {
    display: none;
  }
  .div-desktop {
    display: block;
  }
}

.pretitulo {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 99.15%;
  text-align: center;
  color: #3f4e55;
}

.titulo {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #008b55;
}
.titulo.maior {
  font-size: 60px;
  line-height: 99.15%;
}

.subtitulo {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 32px;
  color: #3f4e55;
  margin: 10px 0 20px 0;
}

.informacoes {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #3f4e54;
}

.categoriaSpan {
color: #333;
text-align: center;
font-family: Barlow;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 3.65625rem; /* 365.625% */
text-transform: uppercase;
}
.metodologia .categoriaSpan {
  color: #706f6f;
  margin-bottom: 1.5rem;
}
.metodologia .informacoes {
  max-width: 750px;
  color: #333;
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1rem;
  margin: 20px auto;
}

.dataSpan {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 39px;
  text-align: center;
  color: #6abc96;
}

.sessao {
  display: block;
  width: 100%;
  padding: 100px 0;
  margin: 0;
}
.bg-white {
  background-color: #fff;
}
.bg-cinza {
  background-color: #f2f2f2;
}
.sessao__menor {
  margin: 0 20%;
}
.sessao__menor .titulo {
  margin: 26px 0 35px 0;
}
.text-center {
  text-align: center;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}

.boxBotao {
  display: block;
  padding: 40px 0;
}
.botao {
  background: #723989;
  border-radius: 5px;
  padding: 15px 30px;
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  align-items: center;
  text-align: center;

  color: #ffffff;
}

.converte-roxo .titulo,
.converte-roxo strong {
  color: #723989;
}
.converte-roxo strong {
  font-weight: 800;
}
.textoSessaoDestaque {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  align-items: center;

  color: #706f6f;
}

.post-item__titulo {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #333;
  margin: 10px 0;
}

.post-item__olho {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #706f6f;
}

.post-item__link_simples {
  margin-bottom: 30px;
}

.post-item:hover .post-item__titulo {
  color: #008b55;
}

.post-item:hover .post-item__olho {
  color: black;
}

.estadaoRodapeBlue {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-right: 30px;
}

.estadaoRodapeBlue span {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding-right: 10px;
}

.page-template-page-metodologia-2022 {
  position: relative;
  top: -70px;
}

.home .main {
  position: relative;
  top: 0;
}

.section-sobe {
  position: relative;
  z-index: 49;
  margin-top: -20px;
  padding: 60px 0 40px 0;
}
.bg-contraste {
  background: #0FA969 !important;
}

.mb-sep {
  margin-bottom: 50px;
}

.header-top {
  position: relative;
}

.metodology__area_banner {
  float: right;
}

.data-table__table-header .data-table__table-header-cell--sub span {
  font-size: 0.7rem;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-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{display:block;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;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.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 .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 .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
:root{--font-primary:Barlow;--font-secondary:Abril Fatface;--color-primary:#0fa969;--color-secondary:#48695c;--color-cBack:#d9dbdb;--color-cBlack:#000;--color-cWhite:#fff;--color-cGray:#333;--color-cBlue:#3b97de;--color-cBlue2:rgb(193, 223, 221);--color-cGray2:#3f505a;--color-cGreen:#a9c19d;--color-cGreen2:#007648;--color-cGreen3:#e1eeda;--color-cGreen4:#06794b;--color-cGreen6:#10674b;--color-cGray3:#5b5a54;--color-cGray4:#e0ddc7;--color-cGray5:#706f6f;--color-cBege:#fbf9ed;--color-cBege2:#eeebd6;--color-cBege3:#f0edd9;--color-cGray6:#3f4e55;--color-cGreen5:#426557;--color-cGray7:#3a3a3a;--color-cGray8:#fcfffb;--color-cGray9:#f0f0f0;--color-cGray10:#f7f2d5;--color-cGray11:#f6ecb8;--color-cGray12:#d9d9d9;--color-cBege10:#fffdf4;--color-cBoder1:#d4cc9c;--color-cGreen30:#23c183}*{box-sizing:border-box;margin:0;padding:0}.publicidade{font-size:10px!important;margin-bottom:10px!important;color:#8c8c8c!important;text-transform:uppercase!important;font-family:var(--font-thrid)!important;display:block!important;font-family:var(--font-thrid)!important;font-weight:400!important}.more{position:absolute;top:240px;right:0;z-index:-1}.page-template-template-faq,.page-template-template-metodologia,.page-template-template-noticias,.single{padding:0!important}.post-content__the-content>p>strong{color:var(--color-cGray)!important}.more2{position:absolute;top:400px;left:0;z-index:-1}.noticias__list ul .row{display:none}p strong{font-weight:500}body{font-family:var(--font-primary);background:var(--color-cBege10);padding:0!important}body.no-scroll{overflow:hidden}ul{list-style:none}a{text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:400}.load-more{display:flex;width:11.625rem;height:3.125rem;justify-content:center;align-items:center;color:var(--color-cGray);text-align:center;font-family:var(--font-primary);font-size:.9375rem;font-style:normal;font-weight:700;line-height:normal;transition:.3s ease-in-out;cursor:pointer;border-radius:1.25rem;background:var(--color-cGreen3);border:none;margin:2rem auto}.load-more:hover{background:var(--color-primary);color:var(--color-cWhite)}.fadeInUp{opacity:1}.container{padding:0 20px;margin:0}@media(min-width:1280px){.container{padding:0;margin:0 auto}}@media(min-width:1024px){.container--min{max-width:900px;margin:0 auto;width:100%;padding:0 20px}}.container--left{width:100%;max-width:calc((100vw - 1135px)/ 2 + 1135px);margin-left:auto;margin-right:initial}@media(min-width:1280px){.container--small{max-width:1135px;margin:0 auto;width:100%}}@media(min-width:1280px){.container--large{max-width:1244px;margin:0 auto}}@media(max-width:1023px){.container--mr0{margin-right:initial}}figure{margin:0}img{max-width:100%}.bannerad{margin:30px auto;position:relative;z-index:2;text-align:center}a{transition:.3s ease-in-out}.only-desktop{display:none!important}@media(min-width:1025px){.only-desktop{display:block!important}}.only-mobile{display:block!important}@media(min-width:1024px){.only-mobile{display:none!important}}@media(max-width:1024px){.ranking-categories__item{width:auto}}@media(max-width:1024px){.search-resultado{font-family:var(--font-primary);letter-spacing:initial}}@media(max-width:1024px){.titulo-resultado{font-size:2rem}}.metodologia .bannerad{margin:50px auto}.home{padding:0!important}@media(max-width:1024px){.search-results .header__nohome,.single-post .header__nohome{padding:2rem 0 2rem}}@font-face{font-family:Lato;src:url(https://statics.estadao.com.br/s2016/portal/2018/font/lato/regular/lato-regular.eot);src:url(https://statics.estadao.com.br/s2016/portal/2018/font/lato/regular/lato-regular.eot?#iefix) format("embedded-opentype"),url(https://statics.estadao.com.br/s2016/portal/2018/font/lato/regular/lato-regular.woff2) format("woff2"),url(https://statics.estadao.com.br/s2016/portal/2018/font/lato/regular/lato-regular.woff) format("woff"),url(https://statics.estadao.com.br/s2016/portal/2018/font/lato/regular/lato-regular.ttf) format("truetype"),url(https://statics.estadao.com.br/s2016/portal/2018/font/lato/regular/lato-regular.svg#webfont) format("svg");font-style:normal;font-stretch:normal}.OESP__barra{position:fixed;font-family:Lato;width:100%;height:auto;max-height:50px;background-color:#fff;padding:8px 25px 10px;border-bottom:1px solid #ccc;overflow-y:hidden;overflow-x:auto;box-sizing:border-box;z-index:999999;top:0;left:0;right:0}@media screen and (max-width:435px){.OESP__barra{padding-left:15px}}.OESP__barra .OESP__barra--wrapper{display:block;width:900px;margin:0 auto;background-color:#fff}.OESP__barra .logo-estadao{float:left;width:120px;height:23px}@media screen and (max-width:435px){.OESP__barra .logo-estadao{width:100px}}.OESP__barra ul{float:left;margin-left:40px}@media screen and (max-width:800px){.OESP__barra ul{padding-right:20px;margin-left:20px}}@media screen and (max-width:435px){.OESP__barra ul{margin-left:10px}}.OESP__barra li{position:relative;color:#000;display:inline-block;vertical-align:middle;line-height:22px;height:25px}.OESP__barra li:before{content:"●";font-size:8px;position:absolute;top:3px;right:-3px}.OESP__barra li a{display:inline-block;vertical-align:middle;color:#000;font-size:14px;padding:2px 10px;height:25px;letter-spacing:-.02em;transition:all .3s ease-out;text-decoration:none}.OESP__barra li a:active,.OESP__barra li a:focus,.OESP__barra li a:hover{color:#2575e8}.OESP__barra li.assine a{color:#2575e8}.OESP__barra li.assine a:active,.OESP__barra li.assine a:focus,.OESP__barra li.assine a:hover{color:#2575e8}.OESP__barra li.assine:before{display:none}.OESP__barra.theme-black{background-color:#000}.OESP__barra.theme-black .OESP__barra--wrapper{background-color:#000}.OESP__barra.theme-black li{color:#fff}.OESP__barra.theme-black li a{color:#fff}.OESP__barra.theme-black li a:active,.OESP__barra.theme-black li a:focus,.OESP__barra.theme-black li a:hover{color:#d0d0d0}.OESP__barra.theme-black li.assine a{color:#fff}.OESP__barra.theme-black li.assine a:active,.OESP__barra.theme-black li.assine a:focus,.OESP__barra.theme-black li.assine a:hover{color:#fff}.OESP__barra.theme-grey{background-color:#939597}.OESP__barra.theme-grey .OESP__barra--wrapper{background-color:#939597}.OESP__barra.theme-grey li{color:#f5f3f3}.OESP__barra.theme-grey li a{color:#f5f3f3}.OESP__barra.theme-grey li a:active,.OESP__barra.theme-grey li a:focus,.OESP__barra.theme-grey li a:hover{color:#fff}.OESP__barra.theme-grey li.assine a{color:#fff}.OESP__barra.theme-grey li.assine a:active,.OESP__barra.theme-grey li.assine a:focus,.OESP__barra.theme-grey li.assine a:hover{color:#fff}.OESP__barra.theme-blue{background-color:#2575e8}.OESP__barra.theme-blue .OESP__barra--wrapper{background-color:#939597}.OESP__barra.theme-blue li{color:#fff}.OESP__barra.theme-blue li a{color:#fff}.OESP__barra.theme-blue li a:active,.OESP__barra.theme-blue li a:focus,.OESP__barra.theme-blue li a:hover{color:#eaf9fe}.OESP__barra.theme-blue li.assine a{color:#fff}.OESP__barra.theme-blue li.assine a:active,.OESP__barra.theme-blue li.assine a:focus,.OESP__barra.theme-blue li.assine a:hover{color:#fff}.OESP__barra.theme-dark-blue{background-color:#393b41}.OESP__barra.theme-dark-blue .OESP__barra--wrapper{background-color:#393b41}.OESP__barra.theme-dark-blue li{color:#fff}.OESP__barra.theme-dark-blue li a{color:#fff}.OESP__barra.theme-dark-blue li a:active,.OESP__barra.theme-dark-blue li a:focus,.OESP__barra.theme-dark-blue li a:hover{color:#eaf9fe}.OESP__barra.theme-dark-blue li.assine a{color:#fff}.OESP__barra.theme-dark-blue li.assine a:active,.OESP__barra.theme-dark-blue li.assine a:focus,.OESP__barra.theme-dark-blue li.assine a:hover{color:#fff}@media screen and (min-width:1024px){.OESP__barra~.wrap .header-nav{position:fixed;top:45px;left:0;right:0}.OESP__barra~.wrap .site-banner{margin-top:40px}}.footer__fistline{text-align:center}.footer__fistline ul{display:flex;gap:20px;justify-content:center;margin:40px 0 30px;align-items:center;flex-wrap:wrap}.footer__fistline ul li{display:flex;gap:10px;align-items:center;flex-wrap:wrap}@media(max-width:1024px){.footer__fistline ul li{justify-content:center}}.footer__fistline ul li p{font-family:var(--font-primary);font-size:12px;font-weight:700;line-height:14.4px}.footer__fistline ul li.patricinio{width:100%;justify-content:center}.footer__fistline .patricinio__content{margin-top:0}.footer__edicoes{display:flex;justify-content:center;margin:30px 0}@media(max-width:1024px){.footer__edicoes{flex-wrap:wrap}}.footer__edicoes ul{display:flex;gap:5px;flex-wrap:wrap;justify-content:center}.footer__edicoes ul li:first-child{width:100%}.footer__edicoes ul li h3{font-size:16px;font-weight:700;color:var(--color-cGray);margin-top:32px;text-align:center}.footer__edicoes ul li a{font-size:14px;font-weight:400;font-family:var(--font-primary);color:var(--color-cGray);transition:.3s ease-in-out}.footer__copy{padding:30px 0;text-align:center}.footer__copy p{font-family:var(--font-primary);font-size:12px;font-weight:700;line-height:24.14px;color:var(--color-cGray)}.footer--atemporal{background:0 0}.footer--atemporal .footerSearch{display:flex;padding:0 30px;background:var(--color-primary);position:fixed;bottom:-30vh;left:0;width:100%;gap:10px;transition:.3s ease-in-out;z-index:99999}.footer--atemporal .footerSearch .btnsearch{position:initial;padding:0 20px}.footer--atemporal .footerSearch .btnsearch svg{width:20px}.footer--atemporal .footerSearch.active{bottom:0}.footer--atemporal .footerSearch input{width:100%;border:none;background:var(--color-primary);padding:30px 20px;text-align:center;color:var(--color-cWhite);font-size:20px;font-family:var(--font-primary);font-weight:400;outline:0}.footer--atemporal .footerSearch input::placeholder{font-style:italic;color:var(--color-cWhite);font-size:20px;font-family:var(--font-primary);font-weight:400}.footer--atemporal .footerSearch button{border:none;background:0 0;cursor:pointer}.footer--atemporal .footerSearch button svg{fill:var(--color-cWhite)}.footer--atemporal .footerSearch button:hover svg{fill:var(--color-secondary)}.footer--atemporal .btnsearch{position:fixed;right:0;border:none;bottom:10px;background:var(--color-primary);padding:20px 10px 20px 40px;border-top-left-radius:50px;border-bottom-left-radius:50px;display:inline-flex;justify-content:flex-end;align-items:center;gap:7px;cursor:pointer}.footer--atemporal .btnsearch p{color:var(--color-cWhite);font-family:var(--font-primary);font-size:14px;font-weight:700;max-width:80px;text-align:right;margin-left:auto;line-height:92%}.footer--atemporal .btnsearch svg{fill:var(--color-cWhite)}.footer--atemporal__links{display:flex;justify-content:space-between}@media(max-width:1024px){.footer--atemporal__links{flex-direction:column}}@media(max-width:1024px){.footer--atemporal__links--reverse{flex-direction:column-reverse}}.footer--atemporal__links__item__publi{display:flex}@media(max-width:1024px){.footer--atemporal__links__item__publi{flex-direction:column;gap:20px;justify-content:center}}.footer--atemporal__links__item__publi h2{font-size:24px;color:var(--color-cGray);font-family:var(--font-primary);max-width:344px;line-height:116%;text-align:left;font-weight:700}.footer--atemporal__links__item__publi a{display:flex;font-size:15px;font-family:var(--font-primary)!important;color:var(--color-cGray)!important;font-weight:700;position:relative;padding:0 12px;height:54px;align-items:center;justify-content:center;transition:.3s ease-in-out}@media(max-width:1024px){.footer--atemporal__links__item__publi a{max-width:200px;margin:0 auto}}.footer--atemporal__links__item__publi a::before{content:"";width:54px;height:100%;border-radius:50%;background:var(--color-cGreen3);transition:.3s ease-in-out;left:0;top:0;position:absolute;z-index:-1}.footer--atemporal__links__item__publi a:hover{color:var(--color-cWhite)!important}.footer--atemporal__links__item__publi a:hover::before{width:100%;border-radius:27px;background:var(--color-primary)}.footer--atemporal__links__item .partners{display:flex;gap:46px}@media(max-width:1024px){.footer--atemporal__links__item .partners{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:30px 0}}.footer--atemporal__links__item .partners li{display:flex;align-items:center;gap:5px}.footer--atemporal__links__item .partners li ul{display:flex;gap:20px;align-items:center}.footer--atemporal__links__item .partners li p{font-size:12px;margin:0}.footer--atemporal__links__item p{font-size:16px;font-weight:700;font-family:var(--font-primary);margin-bottom:10px;color:var(--color-cGray)}.footer--atemporal__links__item p strong{font-size:12px}.footer--atemporal__links__item__edicoes{display:flex;gap:5px;margin-bottom:30px}@media(max-width:1024px){.footer--atemporal__links__item__edicoes{justify-content:center}}.footer--atemporal__links__item__edicoes a{font-size:14px;font-weight:400;font-family:var(--font-primary)!important;margin-bottom:10px;color:var(--color-cGray)!important;display:block;border-right:1px solid var(--color-cGray);padding-right:5px}.footer--atemporal__links__item__edicoes li:last-child a{border-right:0}.footer--premio{color:var(--color-cWhite);padding:4rem 0}.footer--premio .container{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:50px}.footer--premio__logo img{width:264px}.footer--premio .direitos_reservados{margin:0;color:var(--color-cWhite);color:var(--color-cWhite);font-family:var(--font-primary);font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.header{z-index:999}@media(max-width:1024px){.header{background:var(--color-cBege3)!important}}.header__nohome{padding:4rem 0 2rem}.header__nohome .container{display:flex;justify-content:space-between;flex-direction:column;gap:30px;justify-content:center;align-items:center}.header__nohome .container .partners{display:flex;gap:3rem}@media(max-width:1024px){.header__nohome .container .partners{flex-wrap:wrap;justify-content:center;row-gap:1rem;margin-top:60px}}@media(max-width:1024px){.header__nohome .container .partners li:first-child{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}}@media(min-width:1025px){.header__nohome .container .partners li:nth-child(4){margin-right:30px}}.header__nohome .container .partners p{color:var(--color-cGray2);font-family:var(--font-primary);font-size:.8125rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:1rem}.header__nohome .container .partners ul{display:flex;gap:1.8rem;align-items:center}@media(max-width:1024px){.header--atemporal{display:flex;justify-content:space-between;align-items:center;padding:20px 10px}.header--atemporal .logo{max-width:100px}.header--atemporal .header__mobile-menu-opener{margin:0}.header--atemporal .header--atemporal__date{width:150px;gap:8px;display:flex!important}.header--atemporal .header--atemporal__date p{font-size:20px}.header--atemporal .header--atemporal__date p strong{font-size:13px;margin:0}.header--atemporal .mobile-menu ul{flex-direction:column}.header--atemporal .mobile-menu ul a{color:var(--color-cGray3);font-family:var(--font-primary);font-size:22px}}.header--atemporal__nohome{padding:130px 0 2rem}@media(max-width:1024px){.header--atemporal__nohome{padding:150px 0 0}}.header--atemporal__nohome .container{display:flex;gap:30px;justify-content:space-between;align-items:center}@media(max-width:1024px){.header--atemporal__nohome .container{flex-direction:column-reverse;gap:30px}}.header--atemporal__nohome .container .partners{display:flex;gap:3rem;justify-content:flex-start}@media(max-width:1024px){.header--atemporal__nohome .container .partners{flex-wrap:wrap;justify-content:center;gap:50px;row-gap:10px;justify-content:center}}@media(min-width:1025px){.header--atemporal__nohome .container .partners li:nth-child(4){margin-right:30px}}.header--atemporal__nohome .container .partners p{color:var(--color-cGray2);font-family:var(--font-primary);font-size:.8125rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:1rem}.header--atemporal__nohome .container .partners ul{display:flex;gap:1.8rem;align-items:center}.header--atemporal__nohome--end .container{justify-content:flex-end}.header--atemporal__partners{padding-top:120px}.header--atemporal__partners ul{display:flex;gap:3.7rem;justify-content:center;align-items:center;margin:1rem 0;flex-wrap:wrap}@media(max-width:1024px){.header--atemporal__partners ul{gap:.5rem}}.header--atemporal__partners ul li{display:flex;align-items:center}.header--atemporal__partners ul li p{color:var(--color-cGray2);font-family:var(--font-font-primary);font-size:.8125rem;font-style:normal;font-weight:700;line-height:normal;margin:0;margin-right:10px}.header-top .pretitulo{color:var(--color-cGray);text-align:center;font-family:var(--font-primary);font-size:2.25rem;font-style:normal;font-weight:400;line-height:99.151%}.header-top .titulo{color:var(--color-primary);font-family:var(--font-secondary);font-size:50px;font-style:normal;font-weight:400;line-height:1;margin-top:30px}.header-top .ranking-header__text{color:var(--color-cGray);text-align:center;font-family:var(--font-primary);font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal}@media(max-width:1024px){.header__right{display:none}}.header--atemporal{background:var(--color-cBege2);margin-top:44px;position:fixed;top:0;left:0;width:100%;z-index:800;padding:15px 0}@media(max-width:1024px){.header--atemporal{padding:20px}}.header--atemporal .container{display:flex;align-items:center;justify-content:space-between;position:relative}.header--atemporal .mobile-menu{background:var(--color-cBege2)}.header--atemporal .btn{background:var(--color-primary);width:277px;height:65px;display:flex;align-items:center;justify-content:center}.header--atemporal .btn a{display:flex;width:186px;height:45px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-cWhite);border-radius:20px;font-size:15px;font-weight:700;color:var(--color-cWhite);font-family:var(--font-primary);transition:.3s ease-in-out}.header--atemporal .btn a:hover{background:var(--color-cGreen2);border-color:var(--color-cGreen2)}.header--atemporal ul{display:flex;max-width:1060px;text-align:left}@media(max-width:1024px){.header--atemporal ul{gap:10px}}.header--atemporal ul li{border-right:1px solid var(--color-cBoder1);align-items:center;display:flex}@media(max-width:1024px){.header--atemporal ul li{border:none}}.header--atemporal ul li:last-child{border:none}.header--atemporal ul li a{color:var(--color-cGray7);font-family:var(--font-primary);font-size:.875rem;font-style:normal;font-weight:700;line-height:normal;display:block;padding:0 20px}.header--atemporal ul li a:hover{color:var(--color-primary)}.header--atemporal--green{background:var(--color-primary)}.header--atemporal--green ul li{border-color:#017648}.header--atemporal--green ul li a{color:var(--color-cWhite)}.header--atemporal--green ul li a:hover{color:var(--color-cGray10)}.mobile-menu{height:100vh;padding:0 30px}.mobile-menu header{display:flex;align-items:center;justify-content:space-between;padding:20px 0;margin-bottom:4rem}.mobile-menu header .header__mobile-menu-opener{position:relative}.mobile-menu header .header__mobile-menu-opener i{transform:rotate(45deg);position:absolute;background:var(--color-cGray3)}.mobile-menu header .header__mobile-menu-opener i:nth-child(2){transform:rotate(-45deg)}.mobile-menu header .header__mobile-menu-opener i:nth-child(3){display:none}.mobile-menu__list-link{text-align:left;color:var(--color-cWhite);border-top-color:var(--color-secondary)}.home{text-align:center}.home__bannerlaeral{float:right;margin-right:300px}.home__news{padding:87px 0 150px}.home__news h3{font-family:var(--font-primary);color:var(--color-primary);font-size:14px;font-weight:700;margin-bottom:45px;text-align:left}.home__news ul{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:70px;margin-bottom:50px;text-align:left}@media(max-width:1024px){.home__news ul{justify-content:center}}.home__news ul li{max-width:390px;order:2;min-width:300px}.home__news ul li span{display:block;font-family:var(--font-primary);color:var(--color-primary);font-size:13px;margin:10px 0;font-weight:700}.home__news ul li a{display:grid;grid-template-columns:1fr;gap:37px}@media(max-width:1024px){.home__news ul li a{grid-template-columns:1fr;gap:0}}.home__news ul li a h2{font-family:var(--font-secondary);color:var(--color-cGray);font-size:20px;line-height:120%;margin-bottom:10px}.home__news ul li a p{font-family:var(--font-primary);font-size:16px;font-weight:300;line-height:140%;color:var(--color-cGray)}.home__news ul li figure{width:390px;height:288px}@media(max-width:1024px){.home__news ul li figure{width:100%}}.home__news ul li figure img{width:100%;height:100%;object-fit:cover}.home__news ul li:first-child{max-width:710px;order:1}.home__news ul li:first-child a{display:block}.home__news ul li:first-child h2{font-family:var(--font-secondary);color:var(--color-cGray);font-size:28px;line-height:120%;margin-bottom:10px}.home__news ul li:first-child p{font-family:var(--font-primary);font-size:18px;font-weight:300;line-height:140%;color:var(--color-cGray)}.home__news ul li:first-child figure{width:100%;height:470px}.home__news ul li:first-child figure img{width:100%;height:100%;object-fit:cover}.home__news ul li:last-child{order:1;max-width:400px;text-align:center;display:block!important}.home__news ul.news li{display:none;width:390px}@media(max-width:1024px){.home__news ul.news li{width:100%}}.home__news ul.news li:first-child{max-width:710px;width:100%}.home__news ul.news li a{grid-template-columns:1fr}.home__news .btn{width:186px;height:45px;background:var(--color-cGray5);display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:16px;font-family:var(--font-secondary);color:var(--color-cGray);border-radius:20px;transition:.3s ease-in-out}.home__news .btn:hover{background:var(--color-primary);color:var(--color-cWhite)}.home__banner{padding:2rem 0 4rem}.home__banner .logo{margin:20px auto}.home__banner .partners{display:flex;gap:3.7rem;justify-content:center;align-items:center;margin:1rem 0}.home__banner .partners ul{gap:23px}@media(max-width:1024px){.home__banner .partners{display:grid;grid-template-columns:60px 1fr;justify-content:center;gap:60px;row-gap:20px;max-width:270px;margin:0 auto}}@media(max-width:1024px){.home__banner .partners li:first-child,.home__banner .partners li:last-child{grid-column:span 2}}.home__banner .partners p{color:var(--color-cGray2);font-family:var(--font-primary);font-size:.8125rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:1rem}.home__banner .partners ul{display:flex;gap:1.6rem;align-items:center}@media(max-width:1024px){.home__banner .partners ul{justify-content:center}}.home__banner h1{color:var(--color-primary);text-align:center;font-family:var(--font-secondary);font-size:4.375rem;font-style:normal;font-weight:400;line-height:3.65625rem;text-transform:capitalize}@media(max-width:1024px){.home__banner h1{font-size:3rem;line-height:110%}}.home__banner h2{color:var(--color-cGray);font-family:var(--font-primary);font-size:2.375rem;font-style:normal;font-weight:400;line-height:3.65625rem;margin-top:1rem}@media(max-width:1024px){.home__banner h2{font-size:2rem;line-height:110%}}.home__banner p{max-width:55.6875rem;color:var(--color-cGray2);text-align:center;font-family:var(--font-primary);font-size:1.125rem;font-style:normal;font-weight:400;line-height:140.5%;margin:0 auto;margin-top:1.5rem}.home__banner p strong{font-weight:700}.home__banner__form{position:relative;width:100%;max-width:38.625rem;padding:.5rem;background:var(--color-cGreen);height:3.4375rem;margin:0 auto;border-radius:1.0625rem}.home__banner__form input{width:100%;height:100%;background:var(--color-secondary);color:var(--color-cBack);font-family:var(--font-primary);font-size:1rem;font-weight:600;line-height:normal;padding:0 15px;border-radius:1.0625rem;border:none;transition:.3s ease-in-out}.home__banner__form input:focus,.home__banner__form input:hover{box-shadow:0 0 26px 0 #0fa969}.home__banner__form input::placeholder{font-style:italic;color:var(--color-cBack)}.home__banner__form button{position:absolute;right:2rem;top:50%;transform:translateY(-50%);background:0 0;border:none;cursor:pointer}.home__banner__form button:hover svg{fill:var(--color-primary)}.home__banner__form button svg{fill:var(--color-cWhite);transition:.3s ease-in-out}.home__rankings ul{display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:1024px){.home__rankings ul{grid-template-columns:1fr}}.home__rankings ul li{display:flex;justify-content:center;align-items:center;height:20rem;background:var(--color-cGreen2);transition:.3s ease-in-out}.home__rankings ul li:hover{opacity:.8}.home__rankings ul li:nth-child(2){background:var(--color-primary)}.home__rankings ul li:nth-child(2) h4{color:var(--color-cWhite)}.home__rankings ul li:nth-child(3){background:var(--color-cGreen3)}.home__rankings ul li:nth-child(3) h4{color:var(--color-primary)}.home__rankings ul li:nth-child(3) h3,.home__rankings ul li:nth-child(3) p{color:var(--color-cGreen2)}.home__rankings ul li:nth-child(3):hover{background:#ecffe2;opacity:1}.home__rankings ul li:nth-child(3):hover h3,.home__rankings ul li:nth-child(3):hover p{color:var(--color-cGreen2)}.home__rankings ul li a{display:block;text-align:left;width:100%;height:100%;padding-top:50px}.home__rankings ul li a h3{color:var(--color-cWhite);font-family:var(--font-secondary);font-size:2.1875rem;font-style:normal;font-weight:400;line-height:2.59375rem;text-transform:capitalize;margin:0 auto 1rem;max-width:21rem}.home__rankings ul li a h4{color:#0fa969;font-family:var(--font-primary);font-size:1.25rem;font-style:normal;font-weight:700;line-height:2.59375rem;max-width:21rem;margin:0 auto}.home__rankings ul li a p{color:var(--color-cWhite);font-family:var(--font-primary);font-size:1.125rem;font-style:normal;font-weight:400;line-height:140%;margin:0 auto;max-width:21rem}.home__secret{display:grid;grid-template-columns:30rem 540px;gap:7.2rem;text-align:left;padding:100px 0 0;align-items:center}@media(max-width:1024px){.home__secret{grid-template-columns:1fr;gap:1rem}}.home__secret h3{color:var(--color-cGray5);font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:700;line-height:111.651%;text-transform:uppercase;margin-bottom:1.5rem}.home__secret h2{color:var(--color-cGray);font-family:var(--font-secondary);font-size:2.5rem;font-style:normal;font-weight:400;line-height:119%}@media(max-width:1024px){.home__secret h2{font-size:1.75rem}}.home__secret h2 strong{font-weight:400;color:var(--color-cGreen2)}.home__secret p{color:var(--color-cGray);font-family:var(--font-primary);font-size:1.125rem;font-style:normal;font-weight:300;line-height:160.5%;margin-bottom:1.5rem}.home__secret p span{font-family:var(--font-primary);font-size:1.5rem;font-style:italic;font-weight:500;line-height:90.5%}.home__secret a{color:var(--color-cGray3);text-align:center;font-family:var(--font-secondary);font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;width:15.625rem;height:3.125rem;display:flex;align-items:center;justify-content:center;background:var(--color-cGray4);transition:.3s ease-in-out;border-radius:10px}.home__secret a:hover{background:var(--color-primary);color:var(--color-cWhite)}.home__search{position:relative;background:var(--color-cBege2);margin-top:300px}.home__search h3{color:var(--color-primary);font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:700;line-height:111.651%;text-transform:uppercase;margin-bottom:1rem}.home__search::before{content:"";position:absolute;left:0;top:-280px;background-color:var(--color-cBege2);height:300px;width:35%;border-top-right-radius:50px}@media(max-width:1024px){.home__search::before{top:-150px}}.home__search .container{display:grid;grid-template-columns:1fr 555px;justify-content:center;gap:140px;align-items:flex-end}@media(max-width:1024px){.home__search .container{grid-template-columns:1fr;gap:0}}.home__search figure{position:relative}@media(max-width:1024px){.home__search figure{margin-top:-130px}}.home__search figure img{max-height:400px}@media(min-width:1025px){.home__search figure img{position:absolute;bottom:0;left:50%;transform:translateX(-50%);max-height:initial}}.home__search__text{padding:60px 0;text-align:left}.home__search__text h2{color:var(--color-cGray);font-family:var(--font-primary);font-size:2.5rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:2rem}@media(max-width:1024px){.home__search__text h2{font-size:1.75rem}}.home__search__text h2 strong{display:block;font-family:var(--font-secondary)}.home__search__text p{color:var(--color-cGray);font-family:var(--font-primary);font-size:1.25rem;font-style:normal;font-weight:400;line-height:155%;margin-bottom:2rem}.home__metodologia{margin:130px 0}.home__metodologia__header h3{color:var(--color-cGray5);font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:700;line-height:111.651%;text-transform:uppercase;margin-bottom:2rem}.home__metodologia__header h2{color:var(--color-cGray);text-align:center;font-family:var(--font-primary);font-size:2.5rem;font-style:normal;font-weight:400;line-height:117.151%;max-width:446px;margin:0 auto;margin-bottom:1rem}.home__metodologia__header h2 strong{font-weight:400;color:#0fa969;font-family:var(--font-secondary)}.home__metodologia__header p{color:var(--color-cGray);text-align:center;font-family:var(--font-primary);font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;max-width:700px;margin:0 auto;margin-bottom:2rem}.home__metodologia__header a{display:flex;align-items:center;justify-content:center;color:var(--color-cGray3);text-align:center;font-family:var(--font-secondary);font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;width:15.625rem;height:3.125rem;margin:0 auto;border-radius:.3125rem;background:var(--color-cGray4);transition:.3s ease-in-out}.home__metodologia__header a:hover{background:var(--color-primary);color:var(--color-cWhite)}.home__reportagens h3{color:var(--color-cGray5);font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:700;line-height:132.151%;text-transform:uppercase;margin-bottom:3rem;text-align:center}.rakingpage input::placeholder{color:var(--color-cGray6);font-family:var(--font-primary);font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal}.rakingpage select{color:var(--color-cGray6);font-family:var(--font-primary);font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal}@media(max-width:1024px){.ranking-categories__list{flex-direction:column;align-items:center;gap:20px}}.ranking-categories__link{background:var(--color-cGreen3);color:var(--color-cGray)!important;font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.ranking-categories__link:hover{color:var(--color-cWhite)!important}.videos__header h2{color:var(--color-cGray5);text-align:center;font-family:var(--font-secondary);font-size:1rem;font-style:normal;font-weight:400;line-height:132.151%;letter-spacing:.35rem;text-transform:uppercase;margin:4.3rem 0;text-align:center}@keyframes fadein{0%{opacity:0;transform:translateX(-100px)}100%{opacity:1}}.videos__lista{margin-bottom:4rem}.videos__lista .videoslist{display:grid;grid-template-columns:repeat(2,1fr);gap:8.2rem;row-gap:4rem}@media(max-width:1024px){.videos__lista .videoslist{display:flex;flex-direction:column}}.videos__lista .videoslist .banner{grid-row:3;grid-column:span 2}.videos__lista .videoslist li .responsive-container{border-radius:1.625rem}.videos__lista .videoslist li header{display:flex;gap:.6rem;align-items:center;margin-bottom:1.3rem}.videos__lista .videoslist li header span{display:block;width:5rem;height:1.5625rem;background:var(--color-primary);display:flex;align-items:center;justify-content:center;color:var(--color-cWhite);font-family:var(--font-primary);font-size:.875rem;font-style:normal;font-weight:700;line-height:110%}.videos__lista .videoslist li header h2{color:var(--color-cGray);font-family:var(--font-secondary);font-size:1.25rem;font-style:normal;font-weight:400;line-height:110%}.premio__topo{background:linear-gradient(180deg,#007648 23.03%,#57b086 67.4%);margin-top:125px;text-align:center;padding-bottom:50px}.premio__topo .tlimite{max-width:730px;margin:0 auto}.premio__topo .partners{display:flex;gap:3.7rem;justify-content:center;align-items:center;padding:2rem 0;flex-wrap:wrap}@media(max-width:1024px){.premio__topo .partners{gap:.5rem}}.premio__topo .partners li{display:flex;align-items:center}.premio__topo .partners li p{color:var(--color-cWhite);font-family:var(--font-font-primary);font-size:.8125rem;font-style:normal;font-weight:700;line-height:normal;margin:0;margin-right:10px}.premio__topo .textos{display:flex;gap:1.5rem;flex-wrap:wrap}.premio__topo .data{color:var(--color-cWhite);text-align:center;font-family:var(--font-secondary);font-size:3rem;font-style:normal;font-weight:400;line-height:114.272%;background:var(--color-cGreen6);width:170px;height:90px;display:inline-flex;align-items:center;justify-content:center;border-radius:1.0625rem}.premio__topo .t1{color:var(--color-cWhite);font-family:var(--font-secondary);font-size:2.5rem;font-style:normal;font-weight:400;line-height:114.272%;text-transform:capitalize;display:inline-block;text-align:left}.premio__topo .t2{color:var(--color-cWhite);text-align:center;font-family:var(--font-primary);font-size:1.75rem;font-style:normal;font-weight:400;line-height:123%;margin:2rem 0}.premio__topo .t3{color:var(--color-cWhite);text-align:center;font-family:var(--font-primary);font-size:1.375rem;font-style:normal;line-height:normal}.premio__vencedores{padding-bottom:0!important;padding-top:50px!important}.premio__vencedores .titulo{color:var(--color-primary);text-align:center;font-family:var(--font-secondary);font-size:3.125rem;font-style:normal;font-weight:400;line-height:99.151%;margin-bottom:4rem}.premio__vencedores #lista_vencedores{display:grid;grid-template-columns:repeat(4,1fr);row-gap:2rem}@media(max-width:1024px){.premio__vencedores #lista_vencedores{grid-template-columns:1fr}}.premio__vencedores #lista_vencedores .categoria{padding-bottom:1.4rem;border-bottom:1px solid var(--color-cGray);margin-bottom:1.4rem}.premio__vencedores #lista_vencedores .categoria p{color:var(--color-cGray);font-family:var(--font-secondary);font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.premio__vencedores #lista_vencedores .categoria p strong{color:var(--color-cGray);font-family:var(--font-secondary);font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal}.premio__vencedores #lista_vencedores li{display:flex;gap:6px;margin-bottom:.5rem}.premio__vencedores #lista_vencedores li p{color:var(--color-cGray);font-family:var(--font-primary);font-size:1.125rem;font-weight:400;line-height:111.5%}.premio__vencedores #lista_vencedores b{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--color-cWhite);font-family:var(--font-secondary);font-size:1.25rem;font-weight:400;background:var(--color-cGreen30)}.premio__vencedores #lista_vencedores .primeiro p{color:var(--color-primary);font-family:var(--font-primary);font-size:1.125rem;font-weight:700;line-height:111.5%}.premio__vencedores #lista_vencedores .primeiro b{background:var(--color-primary)}.premio__video{margin-top:-300px}.premio__video .bannerad{margin-bottom:-200px;margin-top:100px}.premio__video h2{color:var(--color-cWhite);text-align:center;font-family:var(--font-secondary);font-size:2.5rem;font-style:normal;font-weight:400;line-height:114.272%;text-transform:uppercase;margin-bottom:3rem}.premio__video .video{max-width:845px;margin:0 auto}.home-atemporal{text-align:center}.home-atemporal__bannerlaeral{float:right;margin-right:300px}.home-atemporal__banner{padding:2rem 0 4rem}@media(min-width:1025px){.home-atemporal__banner{padding:0 0 4rem}}.home-atemporal__banner ul{display:flex;gap:20px;justify-content:center;margin:10px 0 20px;align-items:center;flex-wrap:wrap}.home-atemporal__banner ul li{display:flex;gap:10px;align-items:center;flex-wrap:wrap}@media(max-width:1024px){.home-atemporal__banner ul li{justify-content:center}}.home-atemporal__banner ul li p{color:var(--color-cGray2);font-family:var(--font-primary);font-size:.8125rem;font-style:normal;font-weight:700;line-height:normal;margin:0}.home-atemporal__banner ul li.patricinio{width:100%;justify-content:center}.home-atemporal__banner .logo{margin:20px auto}.home-atemporal__banner__links{display:flex;gap:31px;justify-content:center;margin:35px 0}.home-atemporal__banner__links a{display:flex;align-items:center;justify-content:center;width:186px;height:45px;border-radius:20px;font-size:15px;font-weight:700;font-family:var(--font-primary);transition:.3s ease-in-out}.home-atemporal__banner__links a:nth-child(1){background:var(--color-cGreen3);color:var(--color-cGray7)}.home-atemporal__banner__links a:nth-child(1):hover{color:var(--color-cWhite);background:var(--color-cGreen2)}.home-atemporal__banner__links a:nth-child(2){background:var(--color-primary);color:var(--color-cWhite)}.home-atemporal__banner__links a:nth-child(2):hover{background:var(--color-cGreen2)}.home-atemporal__banner .partners{display:flex;gap:3.7rem;justify-content:center;align-items:center;margin:1rem 0}@media(max-width:1024px){.home-atemporal__banner .partners{display:grid;grid-template-columns:60px 1fr;justify-content:center;gap:60px;row-gap:20px;max-width:270px;margin:0 auto}}.home-atemporal__banner .partners li{display:flex;align-items:center}@media(max-width:1024px){.home-atemporal__banner .partners li:first-child,.home-atemporal__banner .partners li:last-child{grid-column:span 2}}.home-atemporal__banner .partners p{color:var(--color-cGray2);font-family:var(--font-primary);font-size:.8125rem;font-style:normal;font-weight:700;line-height:normal;margin:0;margin-right:10px}.home-atemporal__banner .partners ul{display:flex;gap:1.6rem;align-items:center}@media(max-width:1024px){.home-atemporal__banner .partners ul{justify-content:center}}.home-atemporal__banner h1{color:var(--color-primary);text-align:center;font-family:var(--font-secondary);font-size:50px;font-style:normal;font-weight:400;line-height:1;text-transform:capitalize}@media(max-width:1024px){.home-atemporal__banner h1{font-size:3rem;line-height:110%}}.home-atemporal__banner h2{color:var(--color-cGray);font-family:var(--font-primary);font-size:38px;font-style:normal;font-weight:400;line-height:3.65625rem}@media(max-width:1024px){.home-atemporal__banner h2{font-size:2rem;line-height:110%}}.home-atemporal__banner p{color:var(--color-cGray);font-family:var(--font-primary);font-size:1.125rem;font-style:normal;font-weight:400;line-height:140.5%;max-width:900px;margin:20px auto}.home-atemporal__banner p strong{font-weight:700}.home-atemporal__banner__form{position:relative;width:100%;max-width:38.625rem;padding:.5rem;background:var(--color-cGreen);height:3.4375rem;margin:0 auto;border-radius:1.0625rem}.home-atemporal__banner__form input{width:100%;height:100%;background:var(--color-secondary);color:var(--color-cBack);font-family:var(--font-primary);font-size:1rem;font-weight:600;line-height:normal;padding:0 15px;border-radius:1.0625rem;border:none;transition:.3s ease-in-out}.home-atemporal__banner__form input:focus,.home-atemporal__banner__form input:hover{box-shadow:0 0 26px 0 #0fa969}.home-atemporal__banner__form input::placeholder{font-style:italic;color:var(--color-cBack)}.home-atemporal__banner__form button{position:absolute;right:2rem;top:50%;transform:translateY(-50%);background:0 0;border:none;cursor:pointer}.home-atemporal__banner__form button:hover svg{fill:var(--color-primary)}.home-atemporal__banner__form button svg{fill:var(--color-cWhite);transition:.3s ease-in-out}.home-atemporal__rankings img{margin:0 auto;text-align:center;margin-bottom:-2px}.home-atemporal__rankings ul{display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:1024px){.home-atemporal__rankings ul{grid-template-columns:1fr}}.home-atemporal__rankings ul li{display:flex;justify-content:center;align-items:center;height:310px;background:var(--color-cGreen2);transition:.3s ease-in-out}.home-atemporal__rankings ul li:hover{opacity:.8}.home-atemporal__rankings ul li:nth-child(2){background:var(--color-primary)}.home-atemporal__rankings ul li:nth-child(2) h4{color:var(--color-cWhite)}.home-atemporal__rankings ul li:nth-child(3){background:var(--color-cGray8)}.home-atemporal__rankings ul li:nth-child(3) h4{color:var(--color-primary)}.home-atemporal__rankings ul li:nth-child(3) h3,.home-atemporal__rankings ul li:nth-child(3) p{color:var(--color-cGreen2)}.home-atemporal__rankings ul li:nth-child(3):hover{background:#ecffe2;opacity:1}.home-atemporal__rankings ul li:nth-child(3):hover h3,.home-atemporal__rankings ul li:nth-child(3):hover p{color:var(--color-cGreen2)}.home-atemporal__rankings ul li a{display:block;text-align:left;width:100%;height:100%;padding-top:50px}.home-atemporal__rankings ul li a h3{color:var(--color-cWhite);font-family:var(--font-secondary);font-size:2.1875rem;font-style:normal;font-weight:400;line-height:2.59375rem;text-transform:capitalize;margin:0 auto 1rem;max-width:21rem}.home-atemporal__rankings ul li a h4{color:#0fa969;font-family:var(--font-primary);font-size:1.25rem;font-style:normal;font-weight:700;line-height:2.59375rem;max-width:21rem;margin:0 auto}.home-atemporal__rankings ul li a p{color:var(--color-cWhite);font-family:var(--font-primary);font-size:1.125rem;font-style:normal;font-weight:400;line-height:140%;margin:0 auto;max-width:21rem}.home-atemporal__rankings ul li a span{background:var(--color-cGreen3);display:flex;align-items:center;justify-content:center;width:186px;height:45px;font-size:15px;font-weight:700;font-family:var(--font-primary);transition:.3s ease-in-out;color:var(--color-cGray);margin:28px 0;margin-left:90px;border-radius:20px}.home-atemporal__rankings ul li a span:hover{color:var(--color-cWhite);background:var(--color-cGray)}.home-atemporal__secret{display:grid;grid-template-columns:30rem 540px;gap:7.2rem;text-align:left;padding:100px 0 0;align-items:center}@media(max-width:1024px){.home-atemporal__secret{grid-template-columns:1fr;gap:1rem}}.home-atemporal__secret h3{color:var(--color-cGray5);font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:700;line-height:111.651%;text-transform:uppercase;margin-bottom:1.5rem}.home-atemporal__secret h2{color:var(--color-cGray);font-family:var(--font-secondary);font-size:45px;font-style:normal;font-weight:400;line-height:119%}@media(max-width:1024px){.home-atemporal__secret h2{font-size:1.75rem}}.home-atemporal__secret h2 strong{font-weight:400;color:var(--color-cGreen2)}.home-atemporal__secret p{color:var(--color-cGray);font-family:var(--font-primary);font-size:1.125rem;font-style:normal;font-weight:300;line-height:160.5%;margin-bottom:1.5rem}.home-atemporal__secret p span{font-family:var(--font-primary);font-size:1.5rem;font-style:italic;font-weight:500;line-height:90.5%}.home-atemporal__secret a{color:var(--color-cGray3);text-align:center;font-family:var(--font-secondary);font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;width:15.625rem;height:3.125rem;display:flex;align-items:center;justify-content:center;background:var(--color-cGray4);transition:.3s ease-in-out;border-radius:10px}.home-atemporal__secret a:hover{background:var(--color-primary);color:var(--color-cWhite)}.home-atemporal__search{position:relative;background:var(--color-cBege2);margin-top:300px}.home-atemporal__search h3{color:var(--color-primary);font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:700;line-height:111.651%;text-transform:uppercase;margin-bottom:1rem}.home-atemporal__search::before{content:"";position:absolute;left:0;top:-280px;background-color:var(--color-cBege2);height:300px;width:35%;border-top-right-radius:50px}@media(max-width:1024px){.home-atemporal__search::before{top:-150px}}.home-atemporal__search .container{display:grid;grid-template-columns:1fr 555px;justify-content:center;gap:140px;align-items:flex-end}@media(max-width:1024px){.home-atemporal__search .container{grid-template-columns:1fr;gap:0}}.home-atemporal__search figure{position:relative}@media(max-width:1024px){.home-atemporal__search figure{margin-top:-130px}}.home-atemporal__search figure img{max-height:400px}@media(min-width:1025px){.home-atemporal__search figure img{position:absolute;bottom:0;left:50%;transform:translateX(-50%);max-height:initial}}.home-atemporal__search__text{padding:60px 0;text-align:left}.home-atemporal__search__text h2{color:var(--color-cGray);font-family:var(--font-primary);font-size:2.5rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:2rem}@media(max-width:1024px){.home-atemporal__search__text h2{font-size:1.75rem}}.home-atemporal__search__text h2 strong{display:block;font-family:var(--font-secondary)}.home-atemporal__search__text p{color:var(--color-cGray);font-family:var(--font-primary);font-size:1.25rem;font-style:normal;font-weight:400;line-height:155%;margin-bottom:2rem}.home-atemporal__metodologia{margin:130px 0}.home-atemporal__metodologia__header{max-width:560px;margin:0 auto}.home-atemporal__metodologia__header h3{color:var(--color-cGray);text-align:center;font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:700;line-height:132.151%;text-transform:uppercase}.home-atemporal__metodologia__header h2{color:var(--color-cGray);text-align:center;color:#0fa969;font-family:var(--font-secondary);font-size:45px;font-style:normal;font-weight:400;line-height:117.151%;margin:0 auto;margin-bottom:1rem}.home-atemporal__metodologia__header h2 strong{font-weight:400;display:block}.home-atemporal__metodologia__header p{color:var(--color-cGray);text-align:center;font-family:var(--font-primary);font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;max-width:700px;margin:0 auto;margin-bottom:2rem}.home-atemporal__metodologia__header a{display:flex;align-items:center;justify-content:center;gap:5px;color:var(--color-cGray);text-align:center;font-family:var(--font-primary);font-size:.9375rem;font-weight:700;line-height:148%;transition:.3s ease-in-out;background:var(--color-cGreen3);border-radius:1.25rem;width:13.4375rem;height:2.8125rem;margin:2rem auto}.home-atemporal__metodologia__header a:hover{color:var(--color-cWhite);background:var(--color-primary)}.home-atemporal__reportagens h3{color:var(--color-cGray5);font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:700;line-height:132.151%;text-transform:uppercase;margin-bottom:3rem;text-align:center}.home-atemporal__news h3{color:var(--color-cGray5);font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:700;line-height:132.151%;text-transform:uppercase;margin-bottom:3rem}.home-atemporal__news__wrapper{overflow:hidden}.home-atemporal__news__wrapper ul{display:flex;flex-wrap:nowrap;overflow-x:scroll;gap:70px}@media(max-width:1024px){.home-atemporal__news__wrapper ul{flex-direction:column}}.home-atemporal__news__wrapper ul::-webkit-scrollbar{width:.5em;height:.3125rem}.home-atemporal__news__wrapper ul::-webkit-scrollbar-track{background:rgba(0,0,0,0);height:1px;border-bottom:1px solid #dbdbdb}.home-atemporal__news__wrapper ul::-webkit-scrollbar-thumb{background-color:#dbdbdb;border-radius:3px}.home-atemporal__news__wrapper ul li{width:390px;flex:1 0 390px}.home-atemporal__news__wrapper ul li a{display:flex;justify-content:space-between}.home-atemporal__news__wrapper ul li a figure{width:215px;height:215px;overflow:hidden}.home-atemporal__news__wrapper ul li a figure img{width:100%;height:100%;object-fit:cover;transition:.3s ease-in-out}.home-atemporal__news__wrapper ul li a:hover img{transform:scale(1.2)}.home-atemporal__news__wrapper ul li a figcaption{width:160px;text-align:left}.home-atemporal__news__wrapper ul li a figcaption h2{color:var(--color-cGreen2);font-family:var(--font-primary);font-size:1.125rem;font-style:normal;font-weight:700;line-height:131%;margin-bottom:1rem}.home-atemporal__news__wrapper ul li a figcaption p{color:var(--color-cGray);font-family:var(--font-primary);font-size:.9375rem;font-style:normal;font-weight:400;line-height:1.1875rem}@media(max-width:1024px){.home-atemporal__news__wrapper ul li a figcaption p{display:none}}.home-atemporal__noticias{margin:40px 0 70px}.home-atemporal__noticias h3{text-align:left;font-size:14px;color:var(--color-primary);font-family:var(--font-primary);margin-bottom:44px}.home-atemporal__noticias .btn-more{width:190px;height:45px;display:flex;align-items:center;justify-content:center;background:var(--color-cGray9);font-size:15px;font-weight:700;font-family:var(--font-primary);transition:.3s ease-in-out;margin:65px auto 0;border-radius:20px;color:var(--color-cGray)}.home-atemporal__noticias .btn-more:hover{background:var(--color-primary);color:var(--color-cWhite)}.home-atemporal__noticias ul{display:grid;grid-template-columns:repeat(4,1fr);gap:90px}@media(max-width:1024px){.home-atemporal__noticias ul{grid-template-columns:1fr}}@media(min-width:1025px){.home-atemporal__noticias ul li{grid-column:span 2}}.home-atemporal__noticias ul li figure{max-height:500px;overflow:hidden}.home-atemporal__noticias ul li figure img{width:100%}.home-atemporal__noticias ul li a{display:grid;grid-template-columns:270px 1fr;align-items:center;gap:29px;text-align:left}@media(max-width:1024px){.home-atemporal__noticias ul li a{grid-template-columns:1fr}}.home-atemporal__noticias ul li a span{display:block;color:var(--color-primary);font-size:11px;font-weight:700;font-family:var(--font-primary);line-height:133%}.home-atemporal__noticias ul li a h2{font-size:20px;line-height:120%;font-family:var(--font-secondary);color:var(--color-cGray);margin:15px 0}.home-atemporal__noticias ul li a p{color:var(--color-cGray);font-size:14px;font-weight:300;font-family:var(--font-primary)}@media(min-width:1025px){.home-atemporal__noticias ul li:first-child{grid-column:span 3;max-width:710px;text-align:left}.home-atemporal__noticias ul li:first-child a{grid-template-columns:1fr}.home-atemporal__noticias ul li:first-child span{display:block;color:var(--color-primary);font-size:11px;font-weight:700;font-family:var(--font-primary);line-height:133%}.home-atemporal__noticias ul li:first-child h2{font-size:28px;line-height:120%;font-family:var(--font-secondary);color:var(--color-cGray);margin:15px 0}.home-atemporal__noticias ul li:first-child p{color:var(--color-cGray);font-size:18px;font-weight:300;font-family:var(--font-primary)}.home-atemporal__noticias ul li:last-child{grid-row:1;grid-column:4}}.home-atemporal__noticias ul li:nth-child(2),.home-atemporal__noticias ul li:nth-child(3){max-width:560px}.home-atemporal__reportagens{background:var(--color-cGray10);border-bottom-left-radius:40px;border-bottom-right-radius:40px;padding:78px 0 90px}.home-atemporal__reportagens h3{text-align:center;font-size:14px;font-family:var(--font-primary);font-weight:700}.home-atemporal__reportagens ul{display:grid;grid-template-columns:repeat(2,1fr);gap:90px}@media(max-width:1024px){.home-atemporal__reportagens ul{grid-template-columns:1fr}}.home-atemporal__reportagens ul li a{display:grid;grid-template-columns:226px 1fr;text-align:left;gap:30px}@media(max-width:1024px){.home-atemporal__reportagens ul li a{grid-template-columns:1fr}}.home-atemporal__reportagens ul li a figure img{height:230px;border-radius:50px;object-fit:cover}.home-atemporal__reportagens ul li a h2{font-size:28px;line-height:120%;font-family:var(--font-secondary);color:var(--color-cGray);margin:15px 0}.home-atemporal__reportagens ul li a p{color:var(--color-cGray);font-size:18px;font-weight:300;font-family:var(--font-primary)}.home-atemporal__especial{background:var(--color-third);padding:100px 0;text-align:left;background:var(--color-cGray10)}.home-atemporal__especial h5{color:var(--color-cGray);text-align:center;font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:700;line-height:132.151%;text-transform:uppercase;padding-bottom:3rem}.home-atemporal__especial__grid{display:grid;grid-template-columns:570px 1fr;gap:55px;row-gap:60px}@media(max-width:1024px){.home-atemporal__especial__grid{grid-template-columns:1fr}}@media(min-width:1025px){.home-atemporal__especial__grid li a{display:grid;grid-template-columns:180px 1fr;gap:30px;transition:.3s ease-in-out}.home-atemporal__especial__grid li a figure{height:180px}.home-atemporal__especial__grid li a:hover{opacity:.7}}@media(max-width:1024px){.home-atemporal__especial__grid li figure{height:300px}}.home-atemporal__especial__grid li figure img{width:100%;height:100%;object-fit:cover}.home-atemporal__especial__grid li:first-child{grid-row:span 3}@media(max-width:1024px){.home-atemporal__especial__grid li:first-child{grid-row:initial}}.home-atemporal__especial__grid li:first-child a{display:block}.home-atemporal__especial__grid li:first-child a figure{width:100%;height:511px;margin-bottom:14px}@media(max-width:1024px){.home-atemporal__especial__grid li:first-child a figure{height:300px}}.home-atemporal__especial__grid li span{display:block;font-family:var(--font-primary);font-size:14px;font-weight:700;line-height:14.63px;color:var(--color-primary);margin:15px 0}.home-atemporal__especial__grid li h2{font-family:var(--font-secondary);font-size:20px;font-weight:400;line-height:24px;color:var(--color-cGray)}.home-atemporal__especial__grid li p{font-family:var(--font-primary);font-size:16px;font-weight:300;line-height:19.6px;color:var(--color-cGray)}.home-atemporal__especial__carousel{margin-top:50px}@media(max-width:1024px){.home-atemporal__especial__carousel li{padding:25px 0;border-bottom:1px solid var(--color-cRed3)}.home-atemporal__especial__carousel li:first-child{border-top:1px solid var(--color-cRed3)}}.home-atemporal__especial__carousel h2{font-size:18px;font-family:var(--font-secondary);color:var(--color-cGray);font-weight:400;line-height:120%}.home-atemporal__especial__carousel a{transition:.3s ease-in-out}.home-atemporal__especial__carousel a:hover{opacity:.7}.home-atemporal__especial__carousel span{display:block;font-family:var(--font-primary);font-size:14px;font-weight:700;line-height:14.63px;color:var(--color-primary);margin:0 0 15px}.home-atemporal__especial__carousel .owl-nav{position:absolute;right:0;bottom:0;width:120px;display:flex;justify-content:space-between}@media(max-width:1024px){.home-atemporal__especial__carousel .owl-nav{width:90px}}.home-atemporal__especial__carousel .owl-dots{margin-top:40px;display:flex;justify-content:center;align-items:flex-end;gap:5px}.home-atemporal__especial__carousel .owl-dot span{background:var(--color-cGray);width:12px;height:12px;margin:0;border-radius:50%}.home-atemporal__especial__carousel .owl-dot.active span{background:var(--color-primary);width:12px;height:12px}.home-atemporal__especial__carousel .owl-next span,.home-atemporal__especial__carousel .owl-prev span{color:var(--color-cGray10);width:24px;height:24px;background:var(--color-primary);transition:.3s ease-in-out;font-size:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding-bottom:4px;font-weight:300;margin:0}.home-atemporal__especial__carousel .owl-next span:hover,.home-atemporal__especial__carousel .owl-prev span:hover{background:var(--color-secondary)}.home-atemporal__especial .especiallogo{text-align:center;margin:0 auto;margin-bottom:55px}.home-atemporal__meet{padding:90px 0 0;text-align:left}.home-atemporal__meet .container{display:grid;grid-template-columns:1fr 470px;gap:40px}@media(max-width:1024px){.home-atemporal__meet .container{grid-template-columns:1fr;gap:20px}}.home-atemporal__meet .container h3{font-family:var(--font-primary);color:var(--color-primary);font-size:16px;font-weight:700;margin-bottom:10px}.home-atemporal__meet .container h2{font-family:var(--font-secondary);color:var(--color-cGray);font-size:32px;line-height:120%;margin-bottom:10px}.home-atemporal__meet .container p{font-family:var(--font-primary);color:var(--color-cGray);font-size:15px;font-weight:300;line-height:140%}.home-atemporal__meet .container a{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--color-cGreen3);width:150px;height:45px;border-radius:20px;color:var(--color-cGray);transition:.3s ease-in-out;margin-top:20px;font-weight:700}.home-atemporal__meet .container a svg{stroke:var(--color-cGray);transition:.3s ease-in-out}.home-atemporal__meet .container a:hover{background:var(--color-primary);color:var(--color-cWhite)}.home-atemporal__meet .container a:hover svg{stroke:var(--color-cWhite)}.home-atemporal__meet .container iframe{height:300px;width:100%}.home-atemporal__impresso__content{max-width:525px;display:grid;grid-template-columns:183px 1fr;gap:50px;align-items:center;margin:50px auto}@media(max-width:1024px){.home-atemporal__impresso__content{grid-template-columns:1fr;justify-content:center;text-align:center;margin:50px auto}}.home-atemporal__impresso__content h2{font-family:var(--font-secondary);font-size:25px;font-weight:400;line-height:30.5px;color:var(--color-cGray3)}.home-atemporal__impresso__content h2 strong{font-weight:400;color:var(--color-primary)}.home-atemporal__impresso__content a{font-family:var(--font-primary);font-size:15px;font-weight:700;line-height:22.2px;color:var(--color-cGray3);width:190px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:var(--color-cGray12);transition:.3s ease-in-out;margin-top:25px}@media(max-width:1024px){.home-atemporal__impresso__content a{margin:25px auto 0}}.home-atemporal__impresso__content a:hover{background:var(--color-primary);color:var(--color-cWhite)}.metodologia__gridBanner{display:grid;grid-template-columns:1fr min-content;gap:3rem;margin-bottom:100px}@media(max-width:1024px){.metodologia__gridBanner{display:flex;flex-direction:column-reverse;gap:20px}}.metodologia__bannertext{margin-top:-50px;margin-left:40px}@media(max-width:1024px){.metodologia__bannertext{margin:20px 0}}.metodologia h3{text-align:center;font-size:14px;font-weight:700;font-family:var(--font-primary);color:var(--color-primary);margin-bottom:60px}.metodologia h4{font-size:18px;font-family:var(--font-primary);font-weight:700;color:var(--color-cGray);margin-top:80px}.metodologia__news{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media(max-width:1024px){.metodologia__news{grid-template-columns:1fr;gap:40px}}.metodologia__news figure{width:390px;height:283px}@media(max-width:1024px){.metodologia__news figure{width:100%}}.metodologia__news figure img{width:100%;height:100%!important;object-fit:cover}.metodologia__news span{font-size:11px;font-weight:700;font-family:var(--font-primary);color:var(--color-primary);display:block;margin-top:10px}.metodologia__news h2{font-size:20px!important;font-family:var(--font-secondary)!important;line-height:120%!important;margin:10px 0!important;color:var(--color-cGray)!important}.metodologia__news p{font-size:14px!important;font-weight:300!important;font-family:var(--font-primary)!important;color:var(--color-cGray)!important}.metodologia__news p strong{font-weight:500!important}.metodologia .btn-more{width:190px;height:45px;display:flex;align-items:center;justify-content:center;background:var(--color-cGray9);font-size:15px;font-weight:700;font-family:var(--font-primary);transition:.3s ease-in-out;margin:65px auto 0;border-radius:20px;color:var(--color-cGray);margin:20px auto 50px}.metodologia .btn-more:hover{background:var(--color-primary);color:var(--color-cWhite)}.area_texto.sobre .bannerad{margin-top:0}.area_texto.sobre p{font-weight:300}.area_texto.sobre strong{font-weight:500}.area_texto.sobre ul{display:flex;flex-wrap:wrap;gap:5px;margin-top:30px}.area_texto.sobre ul li{width:190px;height:115px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:6px;background:#e1eeda;font-family:var(--font-primary);color:#333;font-size:18px}@media(max-width:1024px){.area_texto.sobre ul li{width:164px}}.noticias__list{margin:50px 0 100px}.noticias__list h3{margin:0 0 50px}.noticias__list .destaque{display:grid;grid-template-columns:1fr 1fr;gap:100px}@media(max-width:1024px){.noticias__list .destaque{display:flex;flex-direction:column;gap:40px}}.noticias__list .destaque figure{width:570px;height:282px}@media(max-width:1024px){.noticias__list .destaque figure{width:100%}}.noticias__list .destaque figure img{width:100%;height:100%;object-fit:cover}.noticias__list .destaque span{display:block;color:var(--color-primary);font-size:13px;font-weight:700;font-family:var(--font-primary);line-height:133%;margin-top:30px}.noticias__list .destaque h2{font-size:20px;line-height:120%;font-family:var(--font-secondary);color:var(--color-cGray);margin:15px 0}.noticias__list .destaque p{color:var(--color-cGray);font-size:14px;font-weight:300;font-family:var(--font-primary)}.noticias__list .lista{display:grid;gap:28px;row-gap:90px;grid-template-columns:repeat(3,1fr);margin-top:100px}@media(max-width:1024px){.noticias__list .lista{display:flex;flex-direction:column;gap:40px}}.noticias__list .lista li.row{margin:0}.noticias__list .lista li:first-child{grid-column:span 3;grid-row:2}.noticias__list .lista li figure{width:390px;height:282px}@media(max-width:1024px){.noticias__list .lista li figure{width:100%}}.noticias__list .lista li figure img{width:100%;height:100%;object-fit:cover}.noticias__list .lista li span{display:block;color:var(--color-primary);font-size:13px;font-weight:700;font-family:var(--font-primary);line-height:133%;margin-top:30px}.noticias__list .lista li h2{font-size:20px;line-height:120%;font-family:var(--font-secondary);color:var(--color-cGray);margin:15px 0}.noticias__list .lista li p{color:var(--color-cGray);font-size:14px;font-weight:300;font-family:var(--font-primary)}

/* 27-12-2024 */
ul.partners.partners2 {
  margin: 40px auto 0 auto;
}
.header--atemporal__partners ul li {
  display: block;
}
.header--atemporal__partners ul li p {
  text-align: left;
}
.header--atemporal__partners ul {
  gap: 3rem;
  margin: 0.5em 0;
}
.header--atemporal__partners ul {
  align-items: flex-start;
}
.header--atemporal__partners ul li ul li{
  height: 50px;
  display: flex;
  align-items: center;
}

.premio__topo .partners {
  align-items: flex-start;
}
.premio__topo .partners {
  gap: 3rem;
}
.premio__topo .partners li {
  display: block;
}
.premio__topo .partners li ul{
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}
.premio__topo .partners li ul li{
  height: 50px;
  display: flex;
  align-items: center;
}
.premio__topo .partners li p {
  text-align: left;
}

.premio__topo .partners a img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 680px) {
  .header--atemporal__partners ul li p {
    text-align: center;
  }
  .premio__topo .partners li p {
    text-align: center;
}
}
