.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 2017
Author: Royalpixel
Author URI: http://royalpixel.tv
Description: Finanças Mais | 2017.
Version: 1.0
Text Domain: financas-mais-2017
*/

@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: "\e906";
}

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

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: #f5f5f5;
	color: #646363;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 130px;
}

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--seals {
	margin-bottom: 20px;
}

.button {
	line-height: 44px;
	padding: 0 18px;
	background: #d39b1f;
	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: 'Caecilia',sans-serif;
	font-size: 11px;
}

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

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

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

.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: "\e901";
	font-family: 'icomoon';
	background: #d39b1f;
	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: 18px;
	height: 18px;
}

.category--gray:before {
	background: #636363;
}

.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: 'Caecilia',sans-serif;
}

.section-title:after {
	content: "";
	height: 8px;
	width: 60%;
	background-color: #646363;
	display: block;
	margin-top: 10px;
}

.post-item {
	width: 33.33333333%;
	padding: 0 8px;
	margin-bottom: 15px;
}

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

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

.post-item > a {
	border: solid 2px #e6e6e6;
	padding: 10px;
	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;
}

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

.post-item__image-wrapper {
	height: 190px;
	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-bottom: 18px;
}

.post-item__image {
	display: block;
}

.post-item__category {
	margin-bottom: 15px;
}

.post-item__title {
	color: #d39b1f;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
}

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

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

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

.footer {
	background: #006392;
}

.footer > div {
	height: 60px;
	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;
}

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

.header__logo {
	background-image: url("assets/img/sprite.png");
	background-position: -304px -190px;
	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__logo:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

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

.header__list-item:last-child .header__list-link {
	border-right: solid 1px #d8d8d8;
}

.header__list-link {
	color: #828282;
	font-size: 13px;
	padding: 0 15px;
	line-height: 21px;
	border-left: solid 1px #d8d8d8;
	-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:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.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: 'Caecilia',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: #d39b1f;
}

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

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

.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.jpg") no-repeat center/cover;
	height: 250px;
	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-image: url("assets/img/sprite.png");
	background-position: 0 0;
	width: 674px;
	height: 188px;
	font-size: 0;
}

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

.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__left,
.home-text__right {
	width: 50%;
}

.home-text__left {
	text-align: right;
	padding-right: 22px;
}

.home-text__pattern {
	width: 85px;
	height: 85px;
	display: inline-block;
	margin: 0 0 15px auto;
	background: url("assets/img/pattern.png") repeat;
}

.home-text__text {
	font-family: 'Caecilia',sans-serif;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.home-text__right {
	padding-left: 22px;
}

.home-text__title {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

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

.home-text__title-text2,
.home-text__title-text4 {
	color: #d39b1f;
}

.home-text__title-text2 {
	font-size: 80px;
	font-family: 'Caecilia',sans-serif;
	line-height: .8em;
	margin-bottom: 10px;
}

.home-text__title-text3 {
	font-size: 40px;
	line-height: 1.1em;
}

.home-text__title-text4 {
	font-size: 140px;
	font-family: 'Caecilia',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;
}

.home-search {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 60px;
}

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

.home-search__input {
	border: solid 2px #d39b1f;
	line-height: 55px;
	padding: 0 20px;
	font-size: 18px;
	font-family: 'Caecilia',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;
}

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

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

.home-search__button:before {
	content: "\e905";
	font-family: 'icomoon';
	font-size: 26px;
	color: #fff;
}

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

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

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

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

.home-articles__item: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__item > a {
	color: #fff;
	display: 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;
}

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

.home-articles__item > a:after {
	content: "";
	display: block;
	width: 30%;
	height: 4px;
	background: #fff;
	margin-top: 18px;
}

.home-articles__item--categorias {
	background: #b8830b;
}

.home-articles__item--carteira {
	background: #c28e19;
}

.home-articles__title {
	margin-bottom: 15px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Caecilia',sans-serif;
	font-weight: 900;
}

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

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

.home-how-to {
	margin-bottom: 60px;
}

.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: 30px;
	margin-bottom: 45px;
	font-weight: bold;
	font-family: 'Caecilia',sans-serif;
}

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

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

.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 {
	background: #646363;
	color: #fff;
}

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

.metodology {
	background: #fff;
	padding: 70px 0;
	margin-bottom: 60px;
}

.metodology > 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:after {
	background: #13c7df;
}

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

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

.metodology__text strong {
	font-weight: bold;
	color: #13c7df;
}

.metodology__right {
	width: 300px;
	margin-left: 110px;
}

.articles {
	margin-bottom: 60px;
}

.articles__title:after {
	background: #d39b1f;
}

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

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

.ranking-header__title {
	font-size: 30px;
	color: #d39b1f;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Caecilia',sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.ranking-header__title > strong {
	display: block;
	font-size: 60px;
}

.ranking-header__text {
	margin-bottom: 60px;
	font-family: 'Caecilia',sans-serif;
	font-size: 18px;
	line-height: 2em;
	text-align: center;
}

.ranking-categories {
	background: #fff;
	padding: 33px 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 {
	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: 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: #d39b1f;
	text-transform: uppercase;
	font-family: 'Caecilia',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;
	-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:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

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

.ranking-categories__link.active {
	background: #d39b1f;
	color: #fff;
	opacity: 1 !important;
	-ms-filter: none !important;
	filter: none !important;
}

.ranking-categories__link:before {
	content: "\e906";
	font-family: 'icomoon';
	font-size: 15px;
	margin-right: 15px;
}

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

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

.data-table__title {
	font-weight: bold;
	text-transform: uppercase;
	color: #d39b1f;
	font-size: 30px;
}

.data-table__button {
	margin-left: auto;
	font-size: 12px;
}

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

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

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

.data-table__label {
	font-family: 'Caecilia',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: 40px;
	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: 38px;
	-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: #d39b1f;
	font-family: 'Caecilia',sans-serif;
	font-weight: bold;
}

.data-table__form-button {
	border: none;
	background: none;
	width: 50px;
	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:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.data-table__form-button:after {
	content: "\e905";
	font-family: 'icomoon';
	font-size: 17px;
	color: #646363;
}

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

.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--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--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: #e1e1e1;
	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: #526a7c;
	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: #526a7c;
	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: #526a7c;
	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 #f5f5f5;
	border-right: solid 1px #f5f5f5;
}

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

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

.search-template__page-title {
	font: 900 20px 'Caecilia',sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 60px;
	border-bottom: solid 1px #646363;
}

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

.search-template__category {
	font: 900 14px 'Caecilia',sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #d39b1f;
	line-height: 1.4em;
	display: inline-block;
	padding: 0 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: #d39b1f;
	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 'Caecilia',sans-serif;
	color: #d39b1f;
}

.search-template__item {
	border-bottom: solid 1px #dadada;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.search-template__item:last-child {
	border-bottom: none;
}

.search-template__title {
	font: bold 22px 'Caecilia',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;
}

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

.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-info-category {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}

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

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

.post-content__the-content {
	margin-bottom: 100px;
}

.post-content__the-content > p {
	margin-bottom: 20px;
	line-height: 1.8em;
}

.post-content__the-content > p:first-child:first-letter {
	color: #d39b1f;
	font-size: 60px;
	line-height: 50px;
	float: left;
	font-family: 'Caecilia',sans-serif;
	margin: 10px 10px 0 0;
}

.post-content__the-content > p > strong {
	font-weight: bold;
	color: #d39b1f;
}

.post-content__the-content > blockquote {
	color: #d39b1f;
	font-size: 28px;
	font-family: 'Caecilia',sans-serif;
	border-bottom: solid 1px #d39b1f;
	border-top: solid 1px #d39b1f;
	padding: 30px 50px;
	text-align: center;
	margin-bottom: 35px;
	font-weight: bold;
	font-style: italic;
}

.post-content__the-content > ol {
	margin-bottom: 40px;
	counter-reset: my-counter;
}

.post-content__the-content > 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 {
	border-top: solid 2px #d39b1f;
}

.post-content__the-content > ol li:before {
	content: counter(my-counter) ".";
	counter-increment: my-counter;
	display: block;
	font-weight: bold;
	font-size: 50px;
	color: #d39b1f;
	margin-bottom: 10px;
}

.post-content__the-content > h1,
.post-content__the-content > h2,
.post-content__the-content > h3,
.post-content__the-content > h4,
.post-content__the-content > h5,
.post-content__the-content > h6 {
	font-weight: bold;
	color: #d39b1f;
	font-size: 22px;
	margin-bottom: 15px;
}

.post-content__the-content > .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 > img {
	margin-right: 20px;
	height: auto;
	max-width: 35%;
}

.post-content__the-content > .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: 'Caecilia',sans-serif;
	font-size: 16px;
	color: #d39b1f;
	font-weight: bold;
}

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

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

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

.featured:after {
	content: "";
	width: 85px;
	height: 150px;
	background: url("assets/img/pattern.png") repeat;
	position: absolute;
	bottom: -20px;
	left: -20px;
}

.featured__wrapper {
	background: #d39b1f;
	position: relative;
	z-index: 1;
	padding: 30px;
	color: #fff;
}

.featured__title {
	display: block;
	text-transform: uppercase;
	font: 900 20px 'Caecilia',sans-serif;
	display: table;
}

.featured__title:after {
	content: "";
	height: 8px;
	width: 60%;
	display: block;
	background: #fff;
	margin: 12px 0 30px;
}

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

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

.featured__item:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	font: 900 50px 'Caecilia',sans-serif;
	margin-right: 15px;
	vertical-align: sub;
}

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

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {

.header__logo {
	background-image: url("assets/img/sprite@2x.png") !important;
	-webkit-background-size: 674px 295px !important;
	-moz-background-size: 674px 295px !important;
	background-size: 674px 295px !important;
}

.hero__title {
	background-image: url("assets/img/sprite@2x.png") !important;
	-webkit-background-size: 674px 295px !important;
	-moz-background-size: 674px 295px !important;
	background-size: 674px 295px !important;
}

}

@media screen and (max-width:1030px) {

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

.container {
	max-width: 768px;
}

.visible-sm {
	display: block;
}

.post-item {
	width: 50%;
}

body.home .header {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-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__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;
}

.post-content__right {
	display: none;
}

}

@media screen and (max-width:767px) {

.visible-xs {
	display: block;
}

.banner {
	margin-bottom: 30px;
}

.button2 {
	font-size: 16px;
}

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

.post-item {
	width: 100%;
	margin-bottom: 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: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 12px;
}

.post-item__image {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 99999px;
	max-height: 100%;
}

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

.post-item__category {
	margin-bottom: 5px;
}

.post-item__title {
	line-height: 1.2em;
}

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

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

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

.hero__title {
	background-image: url("assets/img/sprite.png");
	background-position: 0 -190px;
	width: 302px;
	height: 105px;
}

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

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

.home-text .share-buttons {
	position: static;
	margin: 10px 0 0;
}

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

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

.home-search__button {
	width: 50px;
}

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

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

.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: 30px 20px;
	width: 100%;
}

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

.home-articles__text {
	display: none;
}

.home-articles__title {
	font-size: 16px;
}

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

.home-how-to {
	margin-bottom: 30px;
}

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

.metodology {
	padding: 50px 0;
	margin-bottom: 30px;
}

.metodology > 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 {
	margin-left: 0;
}

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

.articles {
	margin-bottom: 30px;
}

body.bancos .banner {
	display: none;
}

.ranking-header__title {
	font-size: 24px;
	text-align: left;
	margin-bottom: 20px;
}

.ranking-header__title > strong {
	font-size: 24px;
}

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

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

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

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

.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__button {
	margin: 0 auto 20px;
}

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

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

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

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

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

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

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

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

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

.post-content__the-content .ranking-categories__link {
	max-width: 100%;
	border-left: solid 1px #d39b1f;
}

.featured {
	margin-bottom: 30px;
}

.featured:after {
	display: none;
}

.share-buttons {
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	margin-bottom: 30px;
	padding: 0 15px;
}

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

}

@media screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2),screen and (max-width:767px) and (min-resolution:192dpi) {

.hero__title {
	background-image: url("assets/img/sprite@2x.png") !important;
	-webkit-background-size: 674px 295px !important;
	-moz-background-size: 674px 295px !important;
	background-size: 674px 295px !important;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

