/*@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Fira+Sans&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Fira+Sans:wght@200;400;700&display=swap');

.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(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s,visibility 0s linear .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 .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,.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 .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,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0,0%,100%,.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,.6);
}

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

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

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
	opacity: .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 .25s;
}

.fancybox-arrow:after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30,30,30,.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: .6;
}

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

.fancybox-loading {
	border: 6px solid hsla(0,0%,39%,.4);
	border-top: 6px solid hsla(0,0%,100%,.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .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,.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(.19,1,.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(.5,.5,.5);
	transform: scale3d(.5,.5,.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(.1) skew(-10deg);
	transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
	transform: translate3d(100%,0,0) scale(.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 .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .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 .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%;
}

/*
Theme Name: Finanças Mais 2018
Author: Royalpixel
Author URI: http://royalpixel.tv
Description: Finanças Mais | 2018.
Version: 1.0
Text Domain: financas-mais-2018
*/

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

section:after,
div:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
	overflow: hidden;
}

*,
*: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-family: 'PT Sans',sans-serif;
	font-size: 17px;
	background: #fff;
	color: #646363;
	-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: #005d90;
	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: #13c7df;
	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: #005d90;
	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: #005d90;
}

.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 {
	width: calc((100% / 3) - 10px);
	padding: 0;
	margin-bottom: 17px;
	background: #fff;
	margin-right: 10px;
	position: relative;
	-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-item--default-item .post-item__category:before {
	background-color: #005d90;
}

.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: #13c7df;
	border-top: .5px solid #e7e7e7;
	border-bottom: .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: #005d90;
	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: .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: #13c7df;
	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: .9em;
	line-height: 1.3em;
}

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

.post-item__backline--link {
	background: #13c7df;
	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;
}

.post-item__backline--link:after {
	content: "\e902";
	font-family: 'icomoon';
	font-size: 30px;
	position: absolute;
	left: 142px;
	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;
	background: #13c7df;
	padding: 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;
}

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

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

.footer {
	background: #005d90;
}

.footer > div {
	height: 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;
	color: #fff;
}

.footer__copyright {
	font-size: 14px;
}

.footer__button {
	line-height: 32px;
	background: #006392;
	border: solid 1px #fff;
}

.footer__right {
	margin-left: auto;
	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;
}

.footer__share-list {
	margin-left: 30px;
}

.footer__share-link {
	color: #fff;
}

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

.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("assets/img/financas-mais-logo-small.svg") no-repeat center/cover;
	width: 178px;
	height: 39px;
	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: grid;
	grid-template-columns: repeat(7,auto);
	grid-gap: 15px;
}

.header__list-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	border-left: solid 1px #d8d8d8;
	padding-left: 15px;
	-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%;
}

.header__list-item:last-child .header__list-link {
	margin-right: 15px;
}

.header__list-link {
	color: #828282;
	font-size: 13px;
	line-height: 21px;
	-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__list-link:hover {
	color: #656565;
}

.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: 18px;
	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;
	font-family: 'Fira Sans', sans-serif ;
	width: 100%;
	color: #828282;
	text-align: right;
	background: none;
	outline: none;
}

.header__mobile-menu-opener {
	width: 60px;
	height: 60px;
	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: #13c7df;
}

.header__mobile-menu-opener i {
	display: block;
	width: 17px;
	height: 3px;
	border-radius: 1px;
	background: #fff;
	-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: 60px;
	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;
}

body.mobile-menu-active .mobile-menu {
	max-height: 500px;
}

.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__wrapper {
	background: #fff;
	width: 100%;
	display: table;
	margin-left: auto;
	position: relative;
}

.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: .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: #005d90;
	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: .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 #13c7df;
	border-bottom: 2px solid #13c7df;
	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 #13c7df;
	border-bottom: 2px solid #13c7df;
	width: 67px;
	height: 12px;
	top: -24px;
	left: 690px;
}

.home-text__title .home-text__title-text4 {
	color: #13c7df;
	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: .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: #eeeeef;
	padding: 50px 0;
}

.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;
	font-family: 'Fira Sans', sans-serif ;
	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;
}

.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: #005d90;
	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;
}

.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: #005d90;
}

.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: .9em;
	color: #005d90 !important;
}

.home-articles__item: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: .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;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif ;
	font-weight: 900;
	line-height: 1.5em;
}

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

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

.home-articles__text {
	font-size: 15px;
}

.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: #005d90;
	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: #005d90;
}

.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 #13c7df;
	border-left: 230px solid #005d90;
	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: .8;
	-ms-flex: .8;
	flex: .8;
}

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

.metodology__text strong,
.investmais__text strong {
	font-weight: bold;
	color: #005d90;
}

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

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

.metodology__button,
.investmais__button {
	background: #005d90;
	color: #fff;
}

.videos {
	margin-bottom: 60px;
}

.videos__title {
	width: 100%;
	border-bottom: 1px solid #13c7df;
	border-left: 230px solid #005d90;
	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: #005d90;
	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: #13c7df;
	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: .7em;
	display: inline-block;
	min-width: 200px;
	margin-right: 15px;
	cursor: pointer;
}

.articles .active {
	background: #005d90;
}

.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: #005d90;
	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: .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: #005d90;
	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 {
	background: #eeeeef;
	padding-top: 100px;
	padding-bottom: 100px;
}

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

.page-template .main {
	background: #eeeeef;
}

.ranking-header__title {
	font-size: 1.5em;
	color: #13c7df;
	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 {
	margin-bottom: 60px;
	font-family: 'Fira Sans', sans-serif ;
	font-size: 18px;
	line-height: 2em;
	text-align: center;
}

.ranking-categories {
	background: #fff;
	padding: 36px 0;
	text-align: center;
	margin-bottom: 60px;
}

.ranking-categories__list {
	max-width: 750px;
	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: -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: start;
	-moz-box-pack: start;
	-o-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	height: 50px;
	color: #fff !important;
	text-transform: uppercase;
	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;
	max-width: 270px;
	background: #005d90;
	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;
}

.ranking-categories__link--small {
	font-size: 12px;
}

.ranking-categories__link.active {
	background: #fff;
	color: #005d90;
	opacity: 1 !important;
	-ms-filter: none !important;
	filter: none !important;
	border: 1px solid #005d90;
}

.ranking-categories__link:before {
	content: "\e907";
	font-family: 'icomoon';
	font-size: 15px;
	margin-right: 15px;
	color: #13c7df;
}

.ranking-categories__link:after {
	content: "\e902";
	font-family: 'icomoon';
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13px;
	color: #13c7df;
}

.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;
	margin-bottom: 60px;
}

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

.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: #005d90;
	margin-bottom: 60px;
}

.data-table__button {
	margin-left: auto;
	font-size: 12px;
	border: 1px solid #13c7df;
	color: #fff;
	background: #005d90;
}

.data-table__button:before {
	color: #13c7df;
}

.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 {
	border: solid 1px #e6e6e6;
	height: 60px;
	background: #fff;
	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;
}

.data-table__form-button {
	border: none;
	background: #005d90;
	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:after {
	content: '';
	font-family: 'icomoon';
	font-size: 17px;
	background: url("assets/img/search-icon.svg") no-repeat center;
	width: 15px;
	height: 15px;
}

.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: #005d90;
	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;
}

.data-table__table-header span {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.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: #fff;
}

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

.data-table__table-item:nth-child(2n) > .data-table__main-info-wrapper {
	background: #eeeeef;
}

.data-table__table-item:first-child {
	border-top: solid 3px #f5f5f5;
}

.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: #8a8a8a;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 5px;
}

.data-table__table-body-cell .data-table__featured {
	color: #000 !important;
}

.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: #005d90;
	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: #13c7df;
	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: #13c7df;
	color: #fff;
}

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

.active .data-table__expander:after {
	content: "\e907";
	font-size: 1px;
}

.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: .7;
	-ms-flex: .7;
	flex: .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 .ranking-categories__link {
	background: #fff;
	color: #005d90 !important;
	border: 1px solid #005d90;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.ranking-categories__list .ranking-categories__link:before,
.ranking-categories__list .ranking-categories__link:after {
	color: #13c7df;
}

.ranking-categories__list .active {
	background: #005d90;
	color: #fff !important;
}

.ranking-categories__list .active:after {
	color: #005d90;
}

body.search-results {
	background: #eeeeef;
}

.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: #13c7df;
}

.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: #005d90;
	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: #13c7df;
	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: #13c7df;
}

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

.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: #005d90;
	font-weight: 700;
	margin-bottom: 40px;
}

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

.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: #13c7df;
}

.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: #005d90;
	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: #005d90;
}

.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: #005d90;
}

.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: #005d90;
	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: #005d90;
	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 #005d90;
}

.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: #005d90;
	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: #13c7df;
	border-right: 1px solid rgba(19,199,223,0.3);
	padding: 0 19px;
}

.share-buttons {
	position: fixed;
	left: 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: #044782;
}

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

.share-buttons__link--twitter {
	background: #61d9eb;
}

.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 #13c7df;
	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: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.post-item-hover:hover > a {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
}

.post-item-hover:hover > .post-item__backline {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	visibility: visible;
}

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

.home-articles__item:hover {
	background: #13c7df;
}

.home-articles__item:hover > a .home-articles__title span {
	color: #fff !important;
}

.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: #005d90;
}

.post-content__the-content > a:hover,
.post-content__whitebox--wrapper > a:hover,
.post-content .read-more--box > a:hover {
	opacity: .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: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.expand-revert:hover {
	opacity: .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,.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 .2s cubic-bezier(.25,.46,.45,.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 {
	width: calc((100% / 2) - 10px);
	margin-bottom: 30px;
}

.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: .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:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.post-item__backline--link:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.post-item__backline--link:after:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.post-item {
	width: 100%;
	margin-right: 0;
	padding: 0;
}

.post-item:last-child > a {
	border-bottom: solid 2px #e6e6e6;
}

.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 {
	position: absolute;
	-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.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.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: .9em;
	line-height: 1em;
	padding: 5px 5px 4px 7px;
}

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

.lightbox__call .desktop {
	display: none;
}

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

.footer {
	padding: 25px 0;
}

.footer > div {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	height: auto;
}

.footer__left {
	margin-bottom: 15px;
	line-height: 1.2em;
}

.footer__left span {
	display: block;
}

.footer__button {
	margin-bottom: 15px;
}

.footer__right {
	display: block;
	width: calc(100% + 30px);
	margin: 0 -15px;
}

.footer__share-list {
	padding-top: 15px;
	border-top: solid 1px #4d92b3;
	width: calc(100% + 15px);
	margin: 0 -15px;
}

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

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

.mobile-menu__search-button:hover {
	opacity: .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: .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: .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: .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 #005d90;
	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 #005d90;
	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: .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: .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__form-button:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.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: .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: #005d90;
	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;
}
body{
	font-family: 'Fira Sans', sans-serif !important;
}
.Abril_Fatface{
	font-family: 'Abril Fatface', cursive;
}

.container {
    max-width: 1250px;
}

.header {
	background: rgb(15,159,125);
	background: linear-gradient(90deg, rgba(15,159,125,1) 0%, rgba(0,136,205,1) 100%);
	padding: 15px 0;
	height: 90px;
}
.header__logo {
    background: url(./imagens/financasmais.png) no-repeat center/cover;
    width: 121px;
    height: 42px;
    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 > .container {
    max-width: 1250px;
}
.header__list-link {
    color: #f8f8f8;
    font-size: 16px;
    line-height: 21px;
    -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__list-item {
    border-left: solid 1px #f8f8f8;
}
.header__list-link:hover {
    color: #005d90;
}
.header__list-item:first-child {
    border-left: none;
}
.header__search-opener{
	background:#0088cd;
	display: block;
	padding: 10px;
}
.header__search-opener:after {
    color: #f8f8f8;
}

.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/financasmais-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: #0088cd;
	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 #13c7df;
    border-left: 230px solid #005d90;
    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: #0088cd;
	text-align: center;
}

.home-articles__title span {
    font-size: 15px;
    letter-spacing: normal;
	color: #ffffff;
	font-family: 'Fira Sans', sans-serif !important;
	text-transform: uppercase;
}
.home-articles__title > strong {
    display: block;
    font-weight: normal;
    font-size: 35px;
    font-family: 'Abril Fatface', cursive;
	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(15,159,125);
	background: linear-gradient(90deg, rgba(15,159,125,1) 0%, rgba(0,136,205,1) 100%);
}

.home-articles__item:hover {
    background: rgb(15,159,125);
}

.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: #0088cd;
}
.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;
}
.post-item__backline {
    background: rgb(15,159,125);
	background: linear-gradient(90deg, rgba(15,159,125,1) 0%, rgba(0,136,205,1) 100%);
}
.post-item--default-item .post-item__category:before {
    background: rgb(15,159,125);
	background: linear-gradient(90deg, rgba(15,159,125,1) 0%, rgba(0,136,205,1) 100%);
}

.articles .active {
    background: rgb(15,159,125);
}
.articles__btn {
	background: rgb(0,136,205);
}

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

.ranking-categories__list .ranking-categories__link:before, 
.ranking-categories__list .ranking-categories__link:after {
    color: #005d90 !important;
}
.ranking-categories__list .active {
    background: rgb(15,159,125);
	background: linear-gradient(90deg, rgba(15,159,125,1) 0%, rgba(0,136,205,1) 100%);
	border: 1px solid rgb(0,136,205);
}
.ranking-categories__list .ranking-categories__link.active:before, 
.ranking-categories__list .ranking-categories__link.active:after {
    color: #ffffff !important;
}

.data-table__form-button {
	background: rgb(15,159,125);
	background: linear-gradient(90deg, rgba(15,159,125,1) 0%, rgba(0,136,205,1) 100%);
}
.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__table-header {
	background: rgb(15,159,125);
	background: linear-gradient(90deg, rgba(15,159,125,1) 0%, rgba(0,136,205,1) 100%);
}
.data-table__expander {
	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: 100px auto 0 auto;
}
.single-wrapper .post-content {
    background: #ffffff;
    padding-top: 50px;
    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: #0088cd;
	font-weight: bold;
}
.single-wrapper .conteudo{
	width: 100%;
}
.single-wrapper .post-content {
    background: #ffffff;
    padding-top: 25px;
}
.single-wrapper .conteudo .post-content__date {
    color: #0088cd;
    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{
	font-size: 18px;
}
.single-wrapper .conteudo p strong{
	color: #0088cd;
	font-size: 18x;
	font-weight: bolder;
}
.single-wrapper .conteudo p span strong{
	color: #646464;
}
.single-wrapper .conteudo h2{
    text-transform: none;
    margin: 15px auto 30px auto;
    display: block;
    font-weight: normal;
    font-size: 36px;
    font-family: 'Abril Fatface', cursive;
    color: #0088cd;
}
.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: #ffffff;
	background-image: url(./imagens/bg-blockquote.png), url(./imagens/bg-blockquote.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	color: #646464;
    font-family: 'Fira Sans', sans-serif;
    padding: 75px 10px;
    text-align: center;
	margin: 35px;
	max-width: 315px;
	float: right;
	text-align: right;
	font-weight: normal;
}
.single-wrapper .conteudo blockquote em{
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;
}
.single-wrapper .conteudo blockquote em strong{
    font-weight: bolder;
    font-size: 30px;
    font-family: 'Abril Fatface', cursive;
    color: #646464;
}
.single-wrapper .conteudo blockquote p{
	font-size: 20px;
}
.single-wrapper .conteudo blockquote p strong{
	color: #646464;
}
.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: #0088cd;
    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: 100px auto 0 auto;
	z-index: 1;
}
body.metodologia .post-content,
body.metodologia-2021 .post-content {
    background: #ffffff;
    padding-top: 40px;
	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: 65%;
	padding: 0 5% 0 0;
}
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 div,
body.metodologia-2021 .post-content .the_content div{
	background:url(./imagens/bolinhas.png) left 5px no-repeat;
	padding: 0 0 0 80px;
	margin-left: -80px;
}
body.metodologia .post-content h2.cinza,
body.metodologia-2021 .post-content h2.cinza{
	color: #646464;
	font-family: 'Fira Sans', sans-serif ;
	font-weight: bolder;
	font-size: 40px;
	margin: 0 0 25px 0;
	z-index: 1;
}
body.metodologia .post-content .the_content h2,
body.metodologia-2021 .post-content .the_content h2{
	color: #0088cd;
	font-family: 'Fira Sans', sans-serif ;
	font-weight: bolder;
	font-size: 40px;
	margin: 65px 0 25px 0;
}
body.metodologia .post-content .the_content p strong,
body.metodologia-2021 .post-content .the_content p strong{
	color: #646464;;
}
@media (max-width: 1280px){
	#barrinha-2{
		display: none;
	}
	body.metodologia .post-content,
	body.metodologia-2021 .post-content {
		background: #ffffff url(./imagens/barrinha-2.png) left 0 no-repeat;
	}
	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;
	}
}

.page-template .main {
    background: #ffffff; 
}

body.search-active .header__the-search {
    z-index: 9999;
}
.header__search-form button{
	background: #0088cd;
	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: 18px;
    color: #ffffff;
}

.articles__wrapper .post-item {
    max-width: 320px;
    margin: 10px auto;
}
.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;
}

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

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{
	background: #ffffff url('./imagens/premio-estadao-financas-mais-2021/bg-vencedores.jpg') center top no-repeat;
	background-size: cover;
	min-height: 450px;
	padding: 100px 0 75px 0;
}
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;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021 #vencedores .aviso{
	color: #ffffff;
	text-align: center;
}
@media screen and (max-width: 980px){
	body.page-template.page-template-template-premio-estadao-financas-mais-2021 #vencedores #lista_vencedores{
		margin: 50px auto 25px auto;
	}
	body.page-template.page-template-template-premio-estadao-financas-mais-2021 #vencedores h2{
		font-size: 25px;
	}
}

body.page-template.page-template-template-premio-estadao-financas-mais-2021 footer{
	background: #fff;
	min-height: 100px;
	padding: 50px 0;
}

body.page-template.page-template-template-premio-estadao-financas-mais-2021 footer .realizacao_oferecimento{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021 footer .realizacao_oferecimento .realizacao,
body.page-template.page-template-template-premio-estadao-financas-mais-2021 footer .realizacao_oferecimento .oferecimento{
	width: fit-content;
	margin: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 150px;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021 footer .realizacao_oferecimento .realizacao p,
body.page-template.page-template-template-premio-estadao-financas-mais-2021 footer .realizacao_oferecimento .oferecimento p{
	margin: 15px;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021 footer p{
	color: #414042;
	text-align: center;
	font-size: 16px;
}
body.page-template.page-template-template-premio-estadao-financas-mais-2021 footer p.direitos_reservados{
	margin: 25px auto;
}
@media screen and (max-width: 980px){
	body.page-template.page-template-template-premio-estadao-financas-mais-2021 footer .realizacao_oferecimento .realizacao,
	body.page-template.page-template-template-premio-estadao-financas-mais-2021 footer .realizacao_oferecimento .oferecimento{
		display: block;
	}
}

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