/*
Theme Name: Empresas Mais 2021
Theme URI: https://publicacoes.estadao.com.br/empresasmais/
Author: Estadao
Author URI: https://publicacoes.estadao.com.br/empresasmais/
Description: tema personalizado
Version: 1.2
*/

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*
Azul: #002244 / Amarelo: #dfa345
*/

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

/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

.fp-enabled body,
html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}

#superContainer {
	height: 100%;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}

.fp-scroller {
	overflow: hidden;
}

.iScrollIndicator {
	border: 0!important;
}

.fp-notransition {
	-webkit-transition: none!important;
	transition: none!important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
}

#fp-nav.right {
	right: 17px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
	height: auto!important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto!important;
}

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

.ps {
	-ms-touch-action: auto;
	touch-action: auto;
	overflow: hidden!important;
	-ms-overflow-style: none;
}

.ps.ps--active-x>.ps__scrollbar-x-rail,
.ps.ps--active-y>.ps__scrollbar-y-rail {
	display: block;
	background-color: transparent;
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
	background-color: #eee;
	opacity: .9;
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	background-color: #999;
	height: 11px;
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
	background-color: #eee;
	opacity: .9;
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	background-color: #999;
	width: 11px;
}

.ps>.ps__scrollbar-x-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear,opacity .2s linear;
	-o-transition: background-color .2s linear,opacity .2s linear;
	-moz-transition: background-color .2s linear,opacity .2s linear;
	transition: background-color .2s linear,opacity .2s linear;
	bottom: 0;
	height: 15px;
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-webkit-border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;
	bottom: 2px;
	height: 6px;
}

.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x,
.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
	height: 11px;
}

.ps>.ps__scrollbar-y-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear,opacity .2s linear;
	-o-transition: background-color .2s linear,opacity .2s linear;
	-moz-transition: background-color .2s linear,opacity .2s linear;
	transition: background-color .2s linear,opacity .2s linear;
	right: 0;
	width: 15px;
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-webkit-border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;
	right: 2px;
	width: 6px;
}

.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
	width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
	background-color: #eee;
	opacity: .9;
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	background-color: #999;
	height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
	background-color: #eee;
	opacity: .9;
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	background-color: #999;
	width: 11px;
}

.ps:hover>.ps__scrollbar-x-rail,
.ps:hover>.ps__scrollbar-y-rail {
	opacity: .6;
}

.ps:hover>.ps__scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: .9;
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
	background-color: #999;
}

.ps:hover>.ps__scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: .9;
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
	background-color: #999;
}

/*
Theme Name: Empresas Mais 2018
Author: Royalpixel
Author URI: http://royalpixel.tv
Description: Empresas Mais | 2017.
Version: 1.0
Text Domain: empresas-mais-2018
*/

@font-face {
	font-family: 'icomoon';
	src: url("assets/fonts/icomoon.ttf?xf5yla") format('truetype'),url("assets/fonts/icomoon.woff?xf5yla") format('woff'),url("assets/fonts/icomoon.svg?xf5yla#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-minus:before {
	content: "\e904";
}

.icon-arrow-left:before {
	content: "\e910";
}

.icon-arrow-right:before {
	content: "\e913";
}

.icon-arrow-down:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e903";
}

.icon-twitter:before {
	content: "\e90c";
}

.icon-search:before {
	content: "\e915";
}

.icon-fechar:before {
	content: "\e90f";
}

.icon-plus:before {
	content: "\e901";
}

.icon-star:before {
	content: "\e902";
}

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

.icon-instagram:before {
	content: "\ea92";
}

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

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

a {
	outline: none;
}

p {
	line-height: 1.5em;
}

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

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

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

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

body {
	height: auto !important;
	font-size: 16px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 60px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

.hover,
.button--blue,
.share-list__link,
.search-form__button,
.post-content .gallery .owl-prev,
.post-content .gallery .owl-next {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.hover:hover,
.button--blue:hover,
.share-list__link:hover,
.search-form__button:hover,
.post-content .gallery .owl-prev:hover,
.post-content .gallery .owl-next:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

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

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



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

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

@font-face {
	font-family: 'Linotype - PMN Caecilia';
	src: url("assets/fonts/Linotype - PMN Caecilia Com 45 Light.woff2") format('woff2'),url("assets/fonts/Linotype - PMN Caecilia Com 45 Light.woff") format('woff'),url("assets/fonts/Linotype - PMN Caecilia Com 45 Light.ttf") format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Linotype - PMN Caecilia';
	src: url("assets/fonts/Linotype - PMN Caecilia Com 75 Bold.woff2") format('woff2'),url("assets/fonts/Linotype - PMN Caecilia Com 75 Bold.woff") format('woff'),url("assets/fonts/Linotype - PMN Caecilia Com 75 Bold.ttf") format('truetype');
	font-weight: 600;
	font-style: normal;
}

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

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

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

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

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

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

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

.visible-sm {
	display: none !important;
}

.hover,
.button--blue,
.share-list__link,
.search-form__button,
.post-content .gallery .owl-prev,
.post-content .gallery .owl-next {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.hover:hover,
.button--blue:hover,
.share-list__link:hover,
.search-form__button:hover,
.post-content .gallery .owl-prev:hover,
.post-content .gallery .owl-next:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

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

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

.banner--seals {
	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;
	text-align: center;
}

.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 {
	/* font: 800 16px/36px 'Assistant',sans-serif; */
	font: 800 16px/36px 'Fira Sans',sans-serif; 
	min-width: 155px;
	text-align: left;
	color: #dfa345;
	border: solid 2px #dfa345;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	padding: 0 20px;
}

.post__link:hover .button,
.button:hover {
	background: #063b72;
	color: #fff;
}

.post__link:hover .button:after,
.button:hover:after {
	color: #fff;
}

.button:after {
	    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    content: "+";
    font-size: 25px;
    color: #dfa345;
    font-family: 'icomoon';
    position: absolute;
    top: 45%;
    margin-left: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button > i:before,
.button > i:after {
	position: absolute;
	right: 0;
	content: "";
	border-right: solid 2px $lighGold;
	height: 4px;
}

.button > i:before {
	top: 0;
}

.button > i:after {
	bottom: 0;
}

.button--white {
	color: #fff;
	border-color: #fff;
}

.button--white:hover {
	background: #fff;
	color: #063b72;
}

.button--white:hover:after {
	color: #063b72;
}

.button--white:after {
	color: #fff;
}

.button--white > i:before,
.button--white > i:after {
	border-color: #fff;
}

.button--blue {
	background: #00b9f1 !important;
	color: #fff;
	border: solid 2px #00b9f1 !important;
}

.button--with-arrow:after {
	position: static;
	content: "\e913";
	content: "+";
    color: #fff;
    margin-left: 23px;
    position: absolute;
    right: 13px;
    top: 43%;
    font-size: 26px !important;
}

.button--small {
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
}

.button--small:after {
	font-size: 12px;
}

.button--small:hover:after {
	-webkit-transform: rotate(-90deg) translate(120%,-20%);
	-moz-transform: rotate(-90deg) translate(120%,-20%);
	-o-transform: rotate(-90deg) translate(120%,-20%);
	-ms-transform: rotate(-90deg) translate(120%,-20%);
	transform: rotate(-90deg) translate(120%,-20%);
}

.subsection-title {
	color: #063b72;
	font: 300 40px 'Abril Fatface', cursive;
	margin-bottom: 60px;
	text-align: center;
}

.pattern1 {
	background: url("assets/img/pattern1.png") repeat;
}

.pattern2,
.see-also {
	background-color: #f3f7fa;
}

.pattern3 {
	background: url("assets/img/pattern3.png") repeat;
}

.pattern4 {
	background: url("assets/img/pattern4.png") repeat;
}

.pattern5 {
	background: url("assets/img/pattern5.png") repeat;
}

.post {
	max-width: 300px;
	margin-bottom: 80px;
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	-ms-transition: -ms-transform 400ms ease;
	transition: transform 400ms ease;
	background: #002244;
}

.post:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.post__link {
	display: block;
	position: relative;
}

.post__image-wrapper {
	margin-bottom: 30px;
}

.post__image {
	width: 100% !important;
	max-width: 100% !important;
}

.post__title {
	font: 900 16px/1.2em 'Fira Sans', sans-serif;
	color: #e1a951;
	margin-bottom: 5px;
	position: relative;
	text-transform: uppercase;
	margin-bottom:20px;
}


.post__texts-wrapper {
	max-width: 100%;
	padding: 0 30px 30px;
}

.post__text {
	font: bold 18px/1.2em 'Fira Sans', sans-serif;
	color: #fff;
	margin-bottom: 0px;
	min-height: 110px;
}

.post .button {
	color: #fff;
	border: none;
	padding-left: 0;
}

.post .button:after {
	color: #063b72;
}

.share-list {
	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;
}

.share-list__link {
	font-size: 0;
	display: block;
	margin: 0 10px;
}

.share-list__link:after {
	font-family: 'icomoon';
	font-size: 21px;
	display: block;
}

.share-list__link--facebook:after {
	content: "\e903";
}

.share-list__link--twitter:after {
	content: "\e90c";
}

.footer {
	background: url(assets/img/faixa-azul-m.png) no-repeat;
    background-size: cover;
}

.footer > 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;
	height: 50px;
}

.footer__copyright {
	color: #fff;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight:300;
}

.footer__copyright b {
    font-weight: bold;
}

.footer__center {
    text-align: center;
    width: 50%;
    color: #fff;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight:300;
}

.footer__share-text {
	 color: #fff;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight:bold;
}

.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__pdf-button {
	margin-right: 65px;
}



.footer__share-list-link:after {
	color: #0065a4;
}

.share-list__link {
    font-size: 0;
    display: block;
    margin: 0 10px;
    background: #fff;
    width: 32px;
    height: 32px;
    padding: 6px;
    border-radius: 4px;
}
ul.share-list.footer__share-list {
    margin-top: -19px;
}
a.share.share-list__link.share-list__link--facebook.footer__share-list-link {
    padding-left: 17px;
}
.footer__share-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

/*.page:not(.home) .footer,
.single .footer {
	background: #063b72;
	color: #fff;
}

.page:not(.home) .footer__copyright,
.single .footer__copyright,
.page:not(.home) .footer__share-text,
.single .footer__share-text,
.page:not(.home) .footer__pdf-button,
.single .footer__pdf-button {
	color: #fff;
}

.page:not(.home) .footer__share-list-link:after,
.single .footer__share-list-link:after {
	color: #fff;
}

.page:not(.home) .footer__pdf-button:after,
.single .footer__pdf-button:after {
	content: "\e95b";
	position: absolute;
	right: 20px;
}

.page:not(.home) .footer__pdf-button:hover,
.single .footer__pdf-button:hover {
	color: #063b72;
}

.page:not(.home) .footer__pdf-button:hover:after,
.single .footer__pdf-button:hover:after {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}*/
.header {
	
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f6f6f6;
}

.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;
	/* border-bottom: solid 1px #ddd; */
	/* border-top: solid 1px #ddd; */
	height: 60px;
	z-index: 2;
	background: #f6f6f6;
	padding: 50px 0;
}

.header #nav{
	background: #0175ec;
	color: #fff;
}

.header__logo {
	background: url("assets/img/logo.png") no-repeat center/contain;
	width: 150px;
	height: 50px;
	display: block;
	font-size: 0;
	margin-right: 20px;
	margin-left: 0;
}

.header__menu-wrapper {
	margin-left: auto;
}

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

.header__menu > .menu-item {
	position: relative;
}

.header__menu > .menu-item.menu-item-has-children > a:after {
	content: "\e900";
	font: normal 7px 'icomoon';
	color: #666;
	margin-left: 10px;
}

.header__menu > .menu-item.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.header .sub-menu {
	position: absolute;
	top: 60px;
	width: 100%;
	background: #063b72;
	padding: 15px;
	-webkit-transition: opacity 400ms ease 50ms, -webkit-transform 400ms ease 50ms, visibility 0ms ease 0ms;
	-moz-transition: opacity 400ms ease 50ms, -moz-transform 400ms ease 50ms, visibility 0ms ease 0ms;
	-o-transition: opacity 400ms ease 50ms, -o-transform 400ms ease 50ms, visibility 0ms ease 0ms;
	-ms-transition: opacity 400ms ease 50ms, -ms-transform 400ms ease 50ms, visibility 0ms ease 0ms;
	transition: opacity 400ms ease 50ms, transform 400ms ease 50ms, visibility 0ms ease 0ms;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
}

.header .sub-menu > .menu-item > a {
	color: #fff;
	font: 300 14px/30px 'Fira Sans',sans-serif;
	
	display: block;
}

.header .sub-menu > .menu-item > a:after {
	content: "";
	display: block;
	width: 0;
	-webkit-transition: width 350ms ease;
	-moz-transition: width 350ms ease;
	-o-transition: width 350ms ease;
	-ms-transition: width 350ms ease;
	transition: width 350ms ease;
	border-bottom: solid 1px #fff;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.header .sub-menu > .menu-item > a:hover:after {
	width: 100%;
}

.header__search-input {
	position: absolute;
	overflow: hidden;
	padding: 0;
	top: 0;
	right: 0;
	font: 300 14px/60px 'Fira Sans',sans-serif;
	
	color: #666;
	height: 60px;
	display: block;
	margin: 0;
	border: none;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	width: 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;
	outline: none;
}

body.open-search .header__search-input {
	width: 853px;
	padding: 0 30px;
	margin-top: -1px;
}

.header__search-button {
	font-size: 0;
    background: #f6f6f6;
    width: 70px;
    height: 60px;
    border: none;
    cursor: pointer;
    border-left: 0;
    FONT-VARIANT: JIS04;
    position: relative;
    z-index: 1;
    outline: none;
}

.header__search-button:after {
	content: "\e915";
	font: normal 17px 'icomoon' !important;
	color: #063b72;
}

.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;
	display: none;
	-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-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-right: solid 1px #ddd;
}

.header__mobile-menu-opener i {
	display: block;
	width: 20px;
	height: 2px;
	background: #063b72;
	-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: 5px 0;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #063b72;
	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;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 3;
	-webkit-transform: translate3D(-100%,0,0);
	-moz-transform: translate3D(-100%,0,0);
	-o-transform: translate3D(-100%,0,0);
	-ms-transform: translate3D(-100%,0,0);
	transform: translate3D(-100%,0,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;
	overflow: auto;
}

body.mobile-menu-active .mobile-menu {
	-webkit-transform: translate3D(0,0,0);
	-moz-transform: translate3D(0,0,0);
	-o-transform: translate3D(0,0,0);
	-ms-transform: translate3D(0,0,0);
	transform: translate3D(0,0,0);
}

.mobile-menu__items-wrapper {
	min-height: auto;
	min-width: 90%;
	position: relative;
	z-index: 5;
	background: #fff;
}

.mobile-menu__close {
	font-size: 0;
	line-height: 75px;
	padding: 0 20px;
	cursor: pointer;
}

.mobile-menu__close:before {
	content: "\e90f";
	color: #063b72;
	font: normal 16px 'icomoon';
}

.mobile-menu .menu-item:after {
	display: none;
}

.mobile-menu .menu-item > a {
	text-transform: uppercase;
	color: #000;
	font: 300 16px/75px 'Fira Sans',sans-serif;
	
	
	position: relative;
	display: block;
	border-top: solid 1px #ddd;
	padding: 0 20px;
}

.mobile-menu .menu-item > a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	bottom: -5px;
	border-bottom: solid 1px $magenta;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 400ms ease;
	-moz-transition: width 400ms ease;
	-o-transition: width 400ms ease;
	-ms-transition: width 400ms ease;
	transition: width 400ms ease;
}

.mobile-menu .menu-item:last-child > a {
	border-bottom: solid 1px #ddd;
}

.mobile-menu .menu-item.menu-item-has-children > a {
	position: relative;
}

.mobile-menu .menu-item.menu-item-has-children > a:after {
	content: "\e900";
	font: normal 10px 'icomoon';
	color: #666;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	bottom: auto;
	left: auto;
}

.mobile-menu .sub-menu {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.mobile-menu .sub-menu.active {
	max-height: 200px;
}

.mobile-menu .sub-menu .menu-item > a {
	line-height: 40px;
	font-size: 14px;
	border: none;
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	-o-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
}

.mobile-menu .sub-menu .menu-item > a:before {
	content: "- ";
}

.ui-widget-content {
	overflow: auto;
	max-height: 300px;
}

.home-hero {
	padding: 95px 0 95px 0;
	/* background: url("assets/img/home-section-bg.png") no-repeat center/cover; */
	
    max-width: 1000px;
    margin: 0 auto;
}

.home-hero h1{
	color: #002244;
	font-size: 35px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 43px;
}

.home-hero h1 b{
	color: #0088cd;
	font-size: 40px;
	font-weight: normal;
	font-family: 'Abril Fatface', cursive;
}
.main-hero > div {
    display: inline-block;
    width: 49.5%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.logos-hero {
    width: 100%;
    float: left;
    text-align: right;
}
.logos-hero img:first-child {
    margin-right: 11px;
}


.home-hero__title-logos-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	margin-bottom: 60px;
}

.home-hero__left {
	margin-right: auto;
}

.home-hero__title {
	color: #fff;	
	
	width: 100%;
	max-width: 650px;
}

/* .home-hero__title:after { */
	/* content: ""; */
	/* width: 60px; */
	/* border-bottom: solid 5px #dfa345; */
	/* display: block; */
	/* margin-top: 20px; */
/* } */

.home-hero__logos-wrapper > img {
	margin-left: 30px;
}

.home-hero__logos-wrapper > img:first-child {
	margin-left: 0;
	/* width: 180px; */
}

.search-form {
	background: #fff f;
	border: solid 1px transparent;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	margin-top: 60px;
}

.search-form__input {
    background: #eeeeef;
    border: none;
    padding: 40px 50px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font: 300 18px/60px 'Fira Sans',sans-serif;
	
	
    outline: none;
    color: #2b3c56;
    text-align: center;
    height: 80px;
}

.search-form__input::placeholder {
	color: #063b72;
	font-weight: 600;
}

.search-form__button {
	background: #dfa345;
	border: none;
	font-size: 0;
	cursor: pointer;
	width: 80px;
	position: relative;
}

.search-form__button:after {
	content: '';
	background: url("assets/img/search-icon.svg") no-repeat center;
	width: 60px;
	height: 30px;	
	-webkit-background-size: 50%;
	-moz-background-size: 50%;
	background-size: 50%;
	display: block;
	position: absolute;
	top: 30%;
	left: 16%;
}

.sponsors {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding: 20px 0;
}

.sponsors > 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: left;
	-moz-box-pack: left;
	-o-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
}

.sponsors__text {
	font: 300 14px 'Fira Sans',sans-serif;
	
	
	text-transform: uppercase;
	margin-right: 20px;
}

.sponsors__image {
	margin: 0 10px;
}

.sponsors__list-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.metodologies {
	padding: 50px 0;
	background-color: #f3f7fa;
	background: url("assets/img/home-section-bg.png") no-repeat ;
	background-size: cover;
}

.oresto {
	padding: 50px 0;
	/* background: url("assets/img/bg-gallery.jpg") no-repeat top left; */
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

.articles-list {
	padding: 50px 0;
	background-color: #f3f7fa;
}

.text-block {
	max-width: 760px;
	margin-bottom: 80px;
	position: relative;
}

.text-block--full {
	max-width: 100%;
}

.text-block--full .text-block__text {
	font-size: 18px;
	line-height: 30px;
}

.text-block:before {
	content: '';
	background: #dfa345;
	position: absolute;
	height: 185px;
	width: 14px;
	top: 8px;
	left: -50px;
}

section.metodologies .text-block:before {
	background: transparent;
}

.text-block--small:before {
	top: 0;
}

.text-block--special:before {
	background: #063b72;
}

.text-block--white-wrapper {
	background: #fff;
	padding: 20px 0 40px 0;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(194,194,194,1);
-moz-box-shadow: 0px 0px 29px 0px rgba(194,194,194,1);
box-shadow: 0px 0px 29px 0px rgba(194,194,194,1);
}
.text-block--white-wrapper.text-block{
	max-width: 980px;
}

.text-block--white-wrapper.text-block:before {    
    height: 100%;
    top: 0;    
}
.text-block.text-block--white-wrapper.text-block--white-wrapper--2{
	    margin: 0 0 60px auto;
		}
.text-block--white-wrapper h2.text-block__title {
    display: inline-block;
    width: 46%;
	
}
.text-block.text-block--white-wrapper.text-block--white-wrapper--1  h2.text-block__title{
	COLOR: #FFF;
}
.text-block.text-block--white-wrapper.text-block--white-wrapper--1 {
    background: #002244;
    COLOR: #FFF;
}

.text-block--white-wrapper h2.text-block__title{
	font-size: 48px;
}

.text-block.text-block--white-wrapper.text-block--white-wrapper--1  a.button.text-block__button{
	background: #dfa345;
	border-color: #dfa345;
}

.text-block--white-wrapper p.text-block__text.text-block__text--right {
    width: 43%;
    display: inline-block;
}
.text-block--white-wrapper h2.text-block__title:after{
	display: none;
}

.text-block.text-block--white-wrapper a.button.text-block__button {
    position: absolute;
    bottom: -21px;
    right: 100px;
	color: #fff;
	background: #00b9f1;
	border-color: #00b9f1;
}
.text-block.text-block--white-wrapper a.button.text-block__button:after{
	color: #fff;
}

.text-block--white-wrapper .text-block__category {
	font-size: 17px;
	color: #7a7c83;
	letter-spacing: 3px;
}

.text-block--white-wrapper:before {
	top: 50px;
	left: 0;
}

.text-block--white-wrapper:after {
	content: "";
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.text-block__text-wrapper {
	padding-left: 60px;
	position: relative;
}

.text-block__category,
.full-section .text-block__title > span {
	color: #333;
	font: 400 30px/1.2em 'Fira Sans',sans-serif;
	
	
	text-transform: uppercase;
	display: block;
}
.metodologies .text-block__title {
	color: #fff;
}
.text-block__title {
	font: normal 68px/1.1em 'Abril Fatface', cursive;
	color: #063b72;
	max-width: 500px;
	margin-bottom: 20px;
	line-height: 1em;
}

.metodologies .text-block__category{
    font: bold 24px/1.2em 'Fira Sans',sans-serif;
    color: #fff;
}



.text-block__title:after {
	content: '.';
	color: #dfa345;
	display: inline;
}

.text-block__title--left:after {
	content: '.';
	color: #063b72;
	display: inline;
}

.text-block__text {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
}

.text-block__text--right {
	padding-right: 10px;
}

.text-block__text--left {
	padding-left: 50px;
}

.text-block__text > span {
	color: #063b72;
}

.text-block__text > a {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

.text-block__button {
	margin-top: 30px;
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-o-transform: translateX(60px);
	-ms-transform: translateX(60px);
	transform: translateX(60px);
}

.text-block__button:before {
	color: #dfa345;
	border: solid 2px #dfa345;
}

.text-block__button:hover {
	background: #dfa345;
}

.text-block--align-right {
	margin: 0 0 80px auto;
	text-align: left;
}

.text-block--align-right:after {
	left: 0;
	right: inherit;
}

.text-block--align-right:before {
	left: 0;
	left: inherit;
	height: 80px;
}

.text-block--align-right .text-block__title {
	max-width: inherit;
}

.text-block--align-right .text-block__text-wrapper {
	padding: 0  0 0 60px;
}

.text-block--align-right .text-block__text-wrapper:before {
	left: auto;
	right: 0;
}

.text-block--align-right .text-block__button {
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	-o-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	transform: translateX(-60px);
}

.metodology-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;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 -10px;
}

.metodology-list__stars {
	margin-bottom: 15px;
	display: none;
}

.metodology-list__item {
	width: 16.66666666%;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 65px;
	position: relative;
	text-align: center;
}

.metodology-list__item::after {
	content: '';
	width: 54px;
	height: 5px;
	background: #dfa345;
	display: block;
	margin: 0 auto;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
}

.metodology-list__image {
	border-radius: 10px;
	margin: 0 auto;
	display: block;
	max-height: 190px;
}

.metodology-list__item-name {
	font: bold 15px/1.2em 'Playfair Display',serif;
	color: #063b72;
	padding: 15px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	height: 80px;
	-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;
}

.metodology-list__hover-wrapper {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-height: 100%;
	width: 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;
	background: #063b72;
	padding: 15px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.metodology-list__hover-wrapper:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	    background: #005488;
}

.metodology-list__hover-content {
	width: 100%;
}

.metodology-list__stars {
	margin-bottom: 25px;
}

.metodology-list__stars > i:before {
	content: "\e902";
	color: #fff;
	font-size: 9px;
	font-family: 'icomoon';
	margin: 0 3px;
}

.metodology-list__stars > i:nth-child(2):before {
	font-size: 14px;
}

.metodology-list__winner-text {
	font: bold 16px/1.2em 'Fira Sans', sans-serif;
	text-transform: uppercase;
	color: #ffcf5d;
}

.metodology-list__winner-text > span {
    font: 400 19px 'Fira Sans', sans-serif;
    display: block;
    margin-bottom: 30px;
    text-transform: none;
    color: #fff;
}

.metodology-list__line {
    border: none;
    border-bottom: solid 1px #fff;
    margin: 33px 0 20px 0;
}
.metodology-list__category {
	font: 400 16px 'Fira Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 18px;
	display: block;
}

.metodology-list__section-link--wrapper {
	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: 90px;
}

.metodology-list__section-link {
	padding: 0 50px 0 20px;
	line-height: 2em;
}

.metodology-list__section-link:first-child {
	margin-right: 15px;
}

.metodology-list__section-link:after {
	font-size: 13px;
}

.metodology-list__button {
	min-width: 100%;
    background: #3c144b;
    text-align: center;
    color: #fff;
    border-color: #3c144b;
    font-weight: 600;
}

.metodology-list__button:after {
	display: none;
}

.metodology-list__button:hover {
	color: #fff;
	background: #3c144b;
	border-color: transparent;
}

section.metodologiesII .container {
    text-align: center;
}
 .banner.banner--full {
    /* width: 1000px; */
    /* margin: 0 auto; */
    /* float: none; */
    /* display: inline-block; */
    /* background: #fff; */
    /* padding: 0 15px 15px; */
	/* max-width:90%; */
	
}
h2.text-block__title:after { 
	 content: ""; 
	 width: 193px; 
	 border-bottom: solid 6px #dfa345; 
	 display: block; 
	 margin-top: 20px; 
 }

.home-line {
	border: none;
	border-bottom: solid 1px #ddd;
	margin: 70px 0;
}

.full-section {
	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;
}

.full-section > div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 90px 110px;
	width: 50%;
}

.full-section .text-block {
	margin-bottom: 0;
}

.full-section .text-block:before {
	left: 20px;
	height: 100px;
}

.full-section .text-block__title {
	color: #fff;
}

.full-section .text-block__title > span {
	color: #fff;
	letter-spacing: 10px;
	line-height: 1em;
	font-size: 20px;
}

.full-section .text-block__text {
	color: #fff;
	font-size: 18px;
}

.full-section .text-block__title > span {
	margin-bottom: 0;
}

.full-section .text-block .button {
	border-color: #fff;
	color: #fff;
}

.full-section .text-block .button:after {
	color: #fff;
}

.full-section .text-block .button:hover {
	background: #fff;
	color: #063b72;
}

.full-section .text-block .button:hover:after {
	color: #063b72;
}

.full-section--home1 .full-section__left {
	background-color: #dfa345;
}

.full-section--home1 .full-section__right {
	background-color: #002244;
}



.articles-list__posts-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;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-o-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.articles-list__title {
	color:#0088cd;
}

.articles-list__title:after {
    content: '';
    height: 5px;
    width: 200px;
    background: #dfa345;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 6;
    margin-top: 20px;
    display: inline-block;
    clear: both;
}

.articles-list__title span {
    width: 100%;
    float: left;
    margin-bottom: -27px;
}

.view-full-content__left {
	/* background: url("assets/img/home-full-section-bg2.jpg") no-repeat center/cover; */
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-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: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 !important;
}

.view-full-content__left img:last-child {
	height: 80%;
}

.view-full-content__text-wrapper {
	background: #fff;
	color: #063b72;
	padding: 40px 45px;
	max-width: 680px;
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	-o-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	transform: translateX(-80px);
}

.view-full-content__button {
	padding: 0 15px;
	color: #dfa345;
	border: solid 2px #dfa345;
}

/*.view-full-content__button:after {
	content: "\e95b";
	margin-left: 20px;
	color: #dfa345;
}*/

.view-full-content__button:hover {
	background: #dfa345;
}

.view-full-content__right {
	background: transparent;
	padding: 0 !important;
	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;
}

.view-full-content__title {
	font: bold 35px/1.2em 'Abril Fatface', cursive;
	color: #063b72;
	margin-bottom: 20px;
	display: block;
	position: relative;
}

.view-full-content__title:before {
	content: '';
	background: #dfa345;
	width: 10px;
	height: 100px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -45px;
}

.view-full-content__text {
	font: bold 16px/1.2em 'Playfair Display',serif;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #063b72;
}

.videos {
	background: #f3f7fa;
    padding-top: 50px;
    padding-bottom: 50px;
	    margin-bottom: 80px;
}

.videos .text-block:before {
	height: 100%;
}

.videos .text-block__title {
	color: #0088cd;
	max-width: 300px;
}

.videos .text-block:before{
	display: none;
}

.videos__title {
	width: 100%;
	border-bottom: 1px solid $secondaryBlue;
	border-left: 230px solid #063b72;
	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: 200px;
	max-height: 200px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
}

.videos__item--link:before {
	content: '';
	background-color: rgba(0,0,0,0.4);
	background-image: url("assets/img/play-button.svg");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	height: 200px;
	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--link:hover:before {
	background-color: rgba(0,0,0,0.5);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.videos__item--image {
	max-height: 200px;
	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: #002244;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 1em;
	width: 100%;
	line-height: 1.3em;
	padding: 20px 0;
}

.scroll {
	position: fixed;
	bottom: 25px;
	left: 75%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 600ms ease 400ms;
	-moz-transition: all 600ms ease 400ms;
	-o-transition: all 600ms ease 400ms;
	-ms-transition: all 600ms ease 400ms;
	transition: all 600ms ease 400ms;
}

.fp-viewing-0 .scroll {
	left: 50%;
}

.fp-viewing-1 .scroll,
.fp-viewing-4 .scroll {
	left: 75%;
}

.fp-viewing-2 .scroll,
.fp-viewing-3 .scroll {
	left: 25%;
}

.fp-viewing-5 .scroll {
	left: 50%;
}

.scroll__icon {
	width: 12px;
	height: 24px;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 25px;
	position: relative;
	margin: 0 auto 5px;
}

.scroll__icon:before {
	position: absolute;
	content: '';
	width: 2px;
	height: 5px;
	background: #dfa345;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	top: 6px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	-moz-animation-name: scroll;
	-o-animation-name: scroll;
	-ms-animation-name: scroll;
	animation-name: scroll;
}

.scroll__text {
	color: #fff;
	font: bold 12px 'Fira Sans',sans-serif;
	
	
	text-transform: uppercase;
}

.section1,
.section2,
.section3,
.section4,
.section5 {
	background: url("assets/img/cena1.jpg") no-repeat center/cover;
}

.section6 {
	background: url("assets/img/cena6.jpg") no-repeat center/cover;
}

.section-logo {
	background: url("assets/img/logo-intro-blue.png") no-repeat center/cover;
	width: 500px;
	height: 137px;
	max-width: 100%;
	font-size: 0;
	display: table;
	margin: 0 auto;
}

.section-logo--white {
	background: url("assets/img/logo-intro-white.png") no-repeat center/cover;
}

.section {
	font-family: 'Playfair Display',serif;
	color: #fff;
}

.section.fp-completely {
	z-index: 1;
}

.section__content-wrapper {
	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-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
}

.section__division {
	width: 50%;
	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;
	padding: 0 70px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	transition: all 600ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.section__division--left {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.section__division--right {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.section__division--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;
	padding-left: 0 !important;
}

.fp-completely .section__division {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.section__text-with-bar {
	font: normal 40px/1.2em 'Playfair Display',serif;
	color: #fff;
	max-width: 475px;
	letter-spacing: 2px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: all 600ms 650ms;
	-moz-transition: all 600ms 650ms;
	-o-transition: all 600ms 650ms;
	-ms-transition: all 600ms 650ms;
	transition: all 600ms 650ms;
}

.section__text-with-bar:before {
	content: "";
	display: block;
	margin-bottom: 25px;
	width: 100px;
	height: 8px;
}

.section__text-with-bar > strong {
	font-weight: bold;
}

.section__text-with-bar--blue {
	color: #063b72;
}

.section__text-with-bar--blue:before {
	background: #dfa345;
}

.section__text-with-bar--white {
	color: #fff;
}

.section__text-with-bar--white:before {
	background: #dfa345;
}

.fp-completely .section__text-with-bar {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.section__text-with-color-bg {
	font: normal 40px/1.9em 'Playfair Display',serif;
	display: inline;
	max-width: 520px;
	color: #333;
	letter-spacing: 2px;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-o-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 600ms 750ms;
	-moz-transition: all 600ms 750ms;
	-o-transition: all 600ms 750ms;
	-ms-transition: all 600ms 750ms;
	transition: all 600ms 750ms;
	background: #fff;
	padding: 40px;
	line-height: 1em;
	position: relative;
	color: #063b72;
}

.section__text-with-color-bg:before {
	content: "";
	display: block;
	width: 8px;
	height: 100px;
	background: #dfa345;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section__text-with-color-bg span {
	color: #063b72;
}

.section__text-with-color-bg span > strong {
	font-weight: bold;
}

.fp-completely .section__text-with-color-bg {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.section1 .section__button {
	color: #fff;
	background: #dfa345;
	margin: 50px auto 0;
	display: table;
	padding: 15px;
	text-align: left;
	font: 800 16px/36px 'Fira Sans',sans-serif;
	
	
	min-width: 185px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.section1 .section__button:after {
	content: "\e913";
	font-family: 'icomoon';
	font-weight: bold;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	margin-left: 26px;
	position: absolute;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

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

.section1 .section__button:hover:after {
	margin-left: 31px;
}

.section1 i {
	display: table;
	margin: 30px auto;
	color: #fff;
	font-style: italic;
	font-size: 1.6em;
	font-weight: bold;
	font-family: 'Playfair Display',serif;
}

.section2 .section__division--left {
	background: url("assets/img/cena2_left.jpg") no-repeat center/cover;
}

.section2 .section__division--right {
	background: url("assets/img/cena2_right.jpg") no-repeat center/cover;
}

.section3 .section__division--left {
	background: url("assets/img/cena3_left.jpg") no-repeat center/cover;
}

.section3 .section__division--right {
	background: url("assets/img/cena3_right.jpg") no-repeat center/cover;
}

.section4 .section__division--left {
	background: url("assets/img/cena4_left.jpg") no-repeat center/cover;
}

.section4 .section__division--right {
	background: url("assets/img/cena4_right.jpg") no-repeat center/cover;
}

.section5 .section__division--left {
	background: url("assets/img/cena5_left.jpg") no-repeat center/cover;
}

.section5 .section__division--right {
	background: url("assets/img/cena5_right.jpg") no-repeat center/cover;
}

.section6__text {
	color: #fff;
	font: bold 30px 'Playfair Display',serif;
	font-style: italic;
	text-align: center;
}

.section6__section-logo {
	margin-top: 15px;
}

.section6 .section__button {
	margin: 60px auto 0;
	display: table;
	color: #fff;
	background: #dfa345;
	margin: 50px auto 0;
	display: table;
	padding: 15px;
	text-align: left;
	/* font: 800 16px/36px 'Assistant',sans-serif; */
	font: 800 16px/36px 'Fira Sans',sans-serif; 
	min-width: 185px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.section6 .section__button:after {
	content: "\e913";
	font-family: 'icomoon';
	font-weight: bold;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	margin-left: 26px;
	position: absolute;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

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

.section6 .section__button:hover:after {
	margin-left: 31px;
}

.company-items {
	width: 100%;
	max-width: calc(100% - 350px);
}

.company-items__section-title {
	color: #063b72;
	display: block;
	font: bold 22px 'Playfair Display',serif;
	margin-bottom: 30px;
}

.company-items__section-title:before {
	content: "";
	width: 6px;
	height: 15px;
	background: #063b72;
	display: inline-block;
	margin-right: 10px;
}

.company-table {
	margin-bottom: 70px;
}

.company-table--no-margin .company-table__th,
.company-table--no-margin .company-table__td {
	margin: 0;
}

.company-table__thead {
	margin-bottom: 10px;
}

.company-table__thead .company-table__th,
.company-block__item-name {
	border-bottom: solid 2px #eee;
}

.company-table__tr {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.company-table__th,
.company-block__item-name {
	/* font: bold 14px/1.1em 'Assistant',sans-serif; */
	font: normal 14px/1.1em 'Fira Sans',sans-serif; 
	color: #fff;
	-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 10px;
	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;
	min-height: 45px;
	background: #063b72;
}

.company-table__th > span,
.company-block__item-name > span {
	max-width: 85%;
	display: block;
	padding-left: 20px;
}

.company-table__td,
.company-block__item-value {
	text-transform: uppercase;
	color: #838383;
	-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 10px;
	min-height: 45px;
}

.company-table__td > span,
.company-block__item-value > span {
	/* font: normal 14px/1.1em 'Assistant',sans-serif; */
	font: normal 14px/1.1em 'Fira Sans',sans-serif; 
	max-width: 85%;
	display: block;
	padding-left: 20px;
}

.company-table__flex2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-o-box-flex: 2;
	box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.company-block {
	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 -10px;
}

.company-block__item {
	width: 33.33333333%;
}

.company-block__item-name {
	margin-bottom: 10px;
}

.single-wrapper {
	position: relative;
	z-index: 1;
}

.post-info {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 160px;
	background-image: url("assets/img/single-bg.png");
}

.post-info > div {
	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;
	min-height: 250px;
	padding: 50px 15px;
	-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-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.post-info__title {
	/* font: bold 41px/1.7em 'Playfair Display',serif; */
	font: normal 48px/1.7em 'Abril Fatface',serif;
	
	max-width: 90%;
	width: 800px;
	color: #0088cd;
	display: inline;
	padding: 15px;
	background-color: #fff;
	position: relative;
	text-indent: 20px;
	text-align: center;
	margin: 20px auto;
	margin-bottom: -270px;
}

.post-info__title:after {
    content: "";
    width: 193px;
    border-bottom: solid 6px #dfa345;
    display: block;
    margin: 20px auto;

}

/* .post-info__title:before { */
	/* content: ''; */
	/* background: #063b72; */
	/* left: 0; */
	/* height: 70px; */
	/* width: 6px; */
	/* position: absolute; */
/* } */

.post-info__title:before > strong {
	font-weight: bold;
}

.post-info__category {
	display: block;
	background: #063b72;
	color: #fff;
	font: 600 15px/20px 'Playfair Display',serif;
	text-transform: uppercase;
	padding: 20px 40px;
	width: 100%;
}

.post-info__category > span {
	color: #dfa345;
}

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

.post-content {
	position: relative;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: calc(100% - 350px);
}

.post-content__title {
	/* font: bold 40px/1.2em 'Playfair Display',serif !important; */
	font: normal 48px/1.7em 'Abril Fatface',serif;
	color: #002244 !important;
	margin: 0 0 15px !important;
	text-transform: none !important;
}

.post-content__subtitle {
	/* font: bold 18px/1.2em 'Assistant',sans-serif !important; */
	font: normal 18px/1.2em 'Fira Sans',sans-serif; 
	margin: 0 0 55px !important;
	text-transform: none !important;
	color: #666 !important;
}

.post-content h3 {
	text-transform: uppercase;
	color: #fff !important;
	background: #063b72;
	display: inline-block;
	padding: 5px 15px;
	margin: 20px 0 0 !important;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.post-content p {
	/* font: normal 16px/1.7em 'Assistant',sans-serif; */
	font: normal 16px/1.7em 'Fira Sans',sans-serif; 
	font-family: 'Fira Sans', sans-serif;
	margin-bottom: 25px;
	color: #666;
}

.post-content p strong,
.post-content p b {
	font-weight: bold;
}

.post-content p i,
.post-content p em {
	font-style: italic;
}

.post-content p a {
	color: #666;
	text-decoration: underline;
}

.post-content em,
.post-content i {
	font-style: italic;
}

.post-content ul {
	/* font: 300 18px/1.7em 'Assistant',sans-serif; */
	font: 300 18px/1.7em 'Fira Sans',sans-serif; 
	margin-bottom: 25px;
}

.post-content ul li {
	list-style: inside disc;
	color: #666;
}

.post-content ul li ul,
.post-content ul li ol {
	padding-left: 20px;
}

.post-content ol {
	/* font: 300 18px/1.7em 'Assistant',sans-serif; */
	font: 300 18px/1.7em 'Fira Sans',sans-serif; 
	margin-bottom: 25px;
}

.post-content ol li {
	list-style: inside decimal;
	color: #666;
}

.post-content ol li ul,
.post-content ol li ol {
	padding-left: 20px;
}

.post-content del {
	text-decoration: line-through;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font: bold 25px 'Abril Fatface',cursive;
	margin: 40px 0 20px;
	color: #063b72;
}

.post-content blockquote {
	color: #063b72;
	padding: 0 35px;
	margin: 50px 0;
	position: relative;
}

.post-content blockquote:before {
	content: '';
	background: #dfa345;
	width: 11px;
	height: 100%;
	position: absolute;
	left: 0;
}

.post-content blockquote p {
	color: #063b72;
	font: bold 25px/1.4em 'Playfair Display',serif;
	text-align: left;
}

.post-content .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.post-content .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.post-content .gallery {
	margin-bottom: 45px !important;
	position: relative;
}

.post-content .gallery-item {
	margin-top: 0 !important;
	text-align: left !important;
	padding-bottom: 30px;
}

.post-content .gallery img {
	border: none !important;
}

.post-content .gallery .owl-prev,
.post-content .gallery .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	font-size: 0;
	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;
	background: #063b72;
	width: 30px;
	height: 30px;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	transition: all 350ms ease;
}

.post-content .gallery .owl-prev:after,
.post-content .gallery .owl-next:after {
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	transition: all 350ms ease;
	color: #fff;
	font-size: 17px;
}

.post-content .gallery .owl-prev:after,
.post-content .gallery .owl-next:after {
	font-family: 'icomoon';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.post-content .gallery .owl-prev.disabled,
.post-content .gallery .owl-next.disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.post-content .gallery .owl-prev {
	left: -5px;
}

.post-content .gallery .owl-prev:after {
	content: "\e910";
}

.post-content .gallery .owl-next {
	right: -5px;
}

.post-content .gallery .owl-next:after {
	content: "\e913";
}

.post-content .wp-caption {
	margin-bottom: 30px;
	max-width: 100%;
	position: relative;
}

.post-content .wp-caption:after {
	content: '';
	background: #063b72;
	width: 100px;
	height: 205px;
	position: absolute;
	top: 250px;
	right: -20px;
	z-index: -1;
}

.post-content .wp-caption-text {
	position: static;
	text-align: left;
	margin: 25px auto 35px 0;
	font-size: 12px;
}

.post-content .wp-caption-text strong {
	color: #063b72;
}

.post-content .wp-caption.alignleft,
.post-content .wp-caption.alignright {
	margin-bottom: 30px;
}

.post-content .wp-caption.alignleft {
	float: left;
	margin-right: 30px;
}

.post-content .wp-caption.alignleft:after {
	top: 50%;
	-webkit-transform: translateY(-75%);
	-moz-transform: translateY(-75%);
	-o-transform: translateY(-75%);
	-ms-transform: translateY(-75%);
	transform: translateY(-75%);
	right: -20px;
}

.post-content .wp-caption.alignright {
	float: right;
	margin-left: 30px;
}

.post-content .wp-caption.alignright:after {
	top: 110px;
	right: 100%;
	-webkit-transform: translateX(80%);
	-moz-transform: translateX(80%);
	-o-transform: translateX(80%);
	-ms-transform: translateX(80%);
	transform: translateX(80%);
}

.sidebar {
	width: 300px;
	margin-left: auto;
}

.sidebar__content-wrapper {
	padding-bottom: 100px;
}

.sidebar__images-wrapper {
	margin-bottom: 80px;
}

.featured-sector {
	margin-bottom: 80px;
}

.featured-sector__content-wrapper {
	padding: 5px;
	margin-bottom: 20px;
	background: #063b72;
}

.featured-sector__content-border {
	padding: 20px 12px;
}

.featured-sector__stars {
	text-align: center;
	margin-bottom: 20px;
}

.featured-sector__stars > i:before {
	content: "\e902";
	color: #dfa345;
	font-size: 15px;
	font-family: 'icomoon';
	margin: 0 3px;
}

.featured-sector__stars > i:nth-child(2):before {
	font-size: 23px;
}

.featured-sector__title {
	font: 900 20px 'Playfair Display',serif;
	color: #fff;
	margin-bottom: 35px;
	display: block;
	text-align: center;
}

.featured-sector__list-item {
	margin-bottom: 15px;
}

.featured-sector__list-item:last-child {
	margin-bottom: 0;
}

.featured-sector__info-link-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	margin-bottom: 15px;
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-o-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}

.featured-sector__item-index {
	/* font: normal 30px/1.1em 'Assistant',sans-serif; */
	font: normal 30px/1.1em 'Fira Sans',sans-serif; 
	color: #dfa345;
}

.featured-sector__item-name {
	text-transform: uppercase;
	/* font: normal 12px/1.1em 'Assistant',sans-serif; */
	font: normal 12px/1.1em 'Fira Sans',sans-serif; 
	color: #fff;
}

.featured-sector__item-name:nth-child(n+4) {
	width: 180px;
}

.featured-sector__item-link {
	margin-left: auto;
	font: normal 12px/1.1em 'Fira Sans',sans-serif;
	color: #fff;
	text-decoration: underline;
}

.featured-sector__item-score-wrapper {
	background: #eee;
	width: 100%;
	margin-bottom: 10px;
}

.featured-sector__item-score-bar {
	height: 20px;
	background: #dfa345;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	display: block;
}

.featured-sector__item-score-text {
	font: normal 12px/1.1em 'Fira Sans',sans-serif; 
	color: #fff;
	text-align: right;
	display: block;
}

.featured-sector__item-score-text > span {
	color: #aaa;
}

.featured-sector__button {
	width: 100%;
	background: #063b72 !important;
	color: #fff;
	border: solid 2px #063b72 !important;
}

.featured-sector__button:after {
	color: #fff;
	right: 20px;
}

.featured-sector__button:hover {
	opacity: .7;
}

.see-also {
	padding: 75px 0;
}

.see-also__title {
	color: #063b72;
	font: bold 45px 'Playfair Display',serif;
	margin-bottom: 50px;
	position: relative;
}

.see-also__title:after {
	content: '';
	height: 1px;
	width: 200px;
	background: #dfa345;
	position: absolute;
	bottom: -15px;
	left: -60px;
}

.see-also .post {
	margin-bottom: 0;
}

.see-also .post__title {
	min-height: 80px;
}

.see-also .post__title:before {
	height: 25px;
}

.see-also .post:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

.see-also__posts-wrapper {
	position: relative;
}

.see-also .owl-nav {
	position: absolute;
	right: 0;
	top: -100px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.see-also .owl-prev,
.see-also .owl-next {
	width: 66px;
	height: 66px;
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	border: solid 2px #063b72;
	-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;
	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;
}

.see-also .owl-prev.disabled,
.see-also .owl-next.disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
}

.see-also .owl-prev:after,
.see-also .owl-next:after {
	font: normal 17px 'icomoon';
	color: #063b72;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.see-also .owl-prev:hover,
.see-also .owl-next:hover {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.see-also .owl-prev {
	margin-right: 20px;
}

.see-also .owl-prev:after {
	content: "\e910";
}

.see-also .owl-next:after {
	content: "\e913";
}

/*

font-family: 'Fira Sans', sans-serif;
*/


.hero {
    background: #fff !important;
    padding-top: 40px;
    padding-bottom: 40px;
}
.hero__text strong, .hero__text b{
    font-weight: bold;
}

.hero > div {
	min-height: 350px;
	padding: 50px 15px;
	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;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.hero__text {
	max-width: 720px;
}

.hero__title {
	color: #0088cd;
	font-size: 60px;
	margin-bottom: 25px;
	position: relative;
	padding-left: 30px;
	text-align: center;
	font-family: 'Abril Fatface', cursive;
	font-weight: normal;
}

.hero__title:after {
    content: "";
    width: 193px;
    border-bottom: solid 6px #dfa345;
    display: block;
    margin: 20px auto;
}

.hero__title--full {
	max-width: 100%;
}

.hero__text {
	font-size: 18px;
	color: #fff;
	max-width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #002244;
	font-family: 'Fira Sans', sans-serif;	
	font-weight: normal;
}

.hero__list {
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-o-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.hero__item {
	width: 100%;
	max-width: 175px;
}

.hero__item-link {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	background: #002244;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	padding: 10px 0;	
}

.hero__item-link:hover,
.active .hero__item-link {
	background: #dfa345;
	color: #fff;
}

.tables-filter {
	padding: 10px 0;
	margin-bottom: 60px;
	margin-bottom: 35px;
	background: url(assets/img/faixa-busca.png) no-repeat;
    background-size: cover;
    min-height: 84px;
	padding-top: 19px;
}

.tables-filter > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.tables-filter__form,
.tables-filter__select-wrapper {
	margin: 0 10px;
}

.tables-filter__form {
	position: relative;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-o-box-flex: 2;
	box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.tables-filter__input,
.tables-filter__select {
	background: #fff;
	width: 100%;
	height: 40px;
	border: solid 1px #ddd;
	padding: 0 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	color: #2b3c56;
	outline: none;
	height: 45px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-style: italic;
}

.tables-filter__input::placeholder,
.tables-filter__select::placeholder {
	color: #063b72;
}

.tables-filter__button {
	position: absolute;
    font-size: 0;
    right: 0;
    top: 0;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    background: #dfa345;
    height: 45px;
	color:#fff;
}

.tables-filter__button:after {
	content: "\e915";
	font: normal 20px/40px 'icomoon';
	color: #fff;
	width: 45px;
	display: block;
}

.tables-filter__select-wrapper {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.tables-filter__select-wrapper:after {
	content: "\e900";
	font: normal 10px 'icomoon';
	color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	background: #dfa345;
    height: 45px;
    width: 42px;
    padding: 16px 13px;
}

.tables-filter__select {
	cursor: pointer;
}

.ranking-table__results-count {
	margin-bottom: 50px;
	display: block;
	text-align: center;
	color: #063b72;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
}

.ranking-table__table-wrapper {
	margin-bottom: 60px;
}

.ranking-table__tr {
	background: #f9f9f9;
	margin-bottom: 10px;
}

.ranking-table__tr .active .ranking-table__visible-content .ranking-table__td:first-child > span {
	background: #063b72;
}

.ranking-table__thead .ranking-table__tr {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-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;
	background: none;
}

.ranking-table__th > span {
	color: #002244;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	max-width: 120px;
	display: block;
    font-size: 16px;
    font-weight: bold;
	text-transform:uppercase;
}

.ranking-table__visible-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	width: 100%;
	position: relative;
	padding: 13px 0;
}

.ranking-table__thead .ranking-table__th:nth-child(1),
.ranking-table__visible-content .ranking-table__th:nth-child(1),
.ranking-table__thead .ranking-table__td:nth-child(1),
.ranking-table__visible-content .ranking-table__td:nth-child(1) {
	-webkit-box-flex: 1.5;
	-moz-box-flex: 1.5;
	-o-box-flex: 1.5;
	box-flex: 1.5;
	-webkit-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
}

.ranking-table__thead .ranking-table__th:nth-child(2),
.ranking-table__visible-content .ranking-table__th:nth-child(2),
.ranking-table__thead .ranking-table__td:nth-child(2),
.ranking-table__visible-content .ranking-table__td:nth-child(2),
.ranking-table__thead .ranking-table__th:nth-child(3),
.ranking-table__visible-content .ranking-table__th:nth-child(3),
.ranking-table__thead .ranking-table__td:nth-child(3),
.ranking-table__visible-content .ranking-table__td:nth-child(3) {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-o-box-flex: 2;
	box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.ranking-table__thead .ranking-table__th:nth-child(4),
.ranking-table__visible-content .ranking-table__th:nth-child(4),
.ranking-table__thead .ranking-table__td:nth-child(4),
.ranking-table__visible-content .ranking-table__td:nth-child(4),
.ranking-table__thead .ranking-table__th:nth-child(5),
.ranking-table__visible-content .ranking-table__th:nth-child(5),
.ranking-table__thead .ranking-table__td:nth-child(5),
.ranking-table__visible-content .ranking-table__td:nth-child(5) {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ranking-table__thead .ranking-table__td:first-child,
.ranking-table__visible-content .ranking-table__td:first-child {
	font-weight: bold;
	color: #fff;
	margin: -13px 0;
}

.ranking-table__thead .ranking-table__td:first-child > span,
.ranking-table__visible-content .ranking-table__td:first-child > span {
	padding: 10px 0;
	background: #063b72;
	min-width: 100px;
	width: 100px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	height: 100%;
	-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;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
}

.ranking-table__td, .ranking-table__td span{
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;		
}

/* .ranking-table__tbody .ranking-table__tr:nth-child(1) .ranking-table__td:first-child span, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(2) .ranking-table__td:first-child span, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(3) .ranking-table__td:first-child span{ */
.ranking-table__tbody .ranking-table__tr.destaque .ranking-table__td:first-child span{
    background: #dfa345;
	font-size: 48px;
	font-family: 'Abril Fatface', cursive;
	font-weight: normal;
	    min-width: 105px;
}
/* .ranking-table__tbody .ranking-table__tr:nth-child(1) .ranking-table__hidden-content, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(2) .ranking-table__hidden-content, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(3) .ranking-table__hidden-content{ */
.ranking-table__tbody .ranking-table__tr.destaque .ranking-table__hidden-content{
	max-height: 120px;
    padding: 20px 15px 20px;
    background: #dfe7ed;
}


/* .ranking-table__tbody .ranking-table__tr:nth-child(1) .ranking-table__toggle-row, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(2) .ranking-table__toggle-row, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(3) .ranking-table__toggle-row{ */
.ranking-table__tbody .ranking-table__tr.destaque .ranking-table__toggle-row{
   display: none !important;
}
	
/* .ranking-table__tbody .ranking-table__tr:nth-child(1) .ranking-table__td:first-child span:after, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(2) .ranking-table__td:first-child span:after, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(3) .ranking-table__td:first-child span:after{ */
.ranking-table__tbody .ranking-table__tr.destaque .ranking-table__td:first-child span:after,
{
    content:"º";
} 


.ranking-table__thead .ranking-table__td:first-child, .ranking-table__visible-content .ranking-table__td:nth-child(2) span{
	color: #00173e;
	font-weight: bold;
	text-transform: none;
}


/* .ranking-table__tbody .ranking-table__tr:nth-child(1) .ranking-table__td:nth-child(2) span, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(2) .ranking-table__td:nth-child(2) span, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(3) .ranking-table__td:nth-child(2) span{	 */
.ranking-table__tbody .ranking-table__tr.destaque .ranking-table__td:nth-child(2) span{	
	font-size: 30px;
    color: #0088cd;
    float: left;
}

/* .ranking-table__tbody .ranking-table__tr:nth-child(1) .ranking-table__td, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(2) .ranking-table__td, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(3) .ranking-table__td { */
.ranking-table__tbody .ranking-table__tr.destaque .ranking-table__td {
    margin-top: 30px;
}
/* .ranking-table__tbody .ranking-table__tr:nth-child(1) .ranking-table__td:nth-child(1) , */
/* .ranking-table__tbody .ranking-table__tr:nth-child(2) .ranking-table__td:nth-child(1) , */
/* .ranking-table__tbody .ranking-table__tr:nth-child(3) .ranking-table__td:nth-child(1) { */
.ranking-table__tbody .ranking-table__tr.destaque .ranking-table__td:nth-child(1) {
	margin-top: -13px;
}

/* .ranking-table__tbody .ranking-table__tr:nth-child(1) .ranking-table__td:nth-child(2) , */
/* .ranking-table__tbody .ranking-table__tr:nth-child(2) .ranking-table__td:nth-child(2) , */
/* .ranking-table__tbody .ranking-table__tr:nth-child(3) .ranking-table__td:nth-child(2) { */
.ranking-table__tbody .ranking-table__tr.destaque .ranking-table__td:nth-child(2) {
	margin-top: 25px;
}

/* .ranking-table__tbody .ranking-table__tr:nth-child(1) .ranking-table__td:first-child , */
/* .ranking-table__tbody .ranking-table__tr:nth-child(2) .ranking-table__td:first-child , */
/* .ranking-table__tbody .ranking-table__tr:nth-child(3) .ranking-table__td:first-child { */
.ranking-table__tbody .ranking-table__tr.destaque .ranking-table__td:first-child {
	max-width: 120px;
	min-width: 120px;
}

.ranking-table__thead .ranking-table__td:first-child, .ranking-table__visible-content .ranking-table__td:first-child{
	width: 75px;
    max-width: 75px;
    min-width: 75px;

}

.ranking-table__thead .ranking-table__td:first-child span, .ranking-table__visible-content .ranking-table__td:first-child span{
	width: 50px;
	    min-width: 50px;

	max-width: 50px;
}

/* .ranking-table__tbody .ranking-table__tr:nth-child(1) .ranking-table__visible-content .ranking-table__td:first-child, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(2) .ranking-table__visible-content .ranking-table__td:first-child, */
/* .ranking-table__tbody .ranking-table__tr:nth-child(3) .ranking-table__visible-content .ranking-table__td:first-child{ */
.ranking-table__tbody .ranking-table__tr.destaque .ranking-table__visible-content .ranking-table__td:first-child{
	min-height: 105px;
}

.ranking-table__th:first-child span {
    color: #fff !important;	
}
.ranking-table__th:first-child {
	max-width: 120px;
}

.ranking-table__toggle-row {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	cursor: pointer;
	height: 100%;
	background: #00b9f1;
}

.ranking-table__toggle-row:after {
    color: #fff;
}

.ranking-table__toggle-row:after {
	content: "\e901";
	color: #fff;
	font-size: 17px;
	font: normal 16px 'icomoon';
	width: 50px;
	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;
	-webkit-transition: -webkit-transform 350ms ease;
	-moz-transition: -moz-transform 350ms ease;
	-o-transition: -o-transform 350ms ease;
	-ms-transition: -ms-transform 350ms ease;
	transition: transform 350ms ease;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.active .ranking-table__toggle-row:after {
	content: "\e904";
	font-size: 2px;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.ranking-table__toggle-row:hover:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.ranking-table__hidden-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	position: relative;
	overflow: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	max-height: 0;
	padding: 0 15px;
}

.active .ranking-table__hidden-content {
	max-height: initial;
	padding: 20px 15px 10px;
    background: #dfe7ed;
}

.ranking-table__sub-td {
	padding: 0px 35px 20px 35px;
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
}

.ranking-table__sub-td:first-child {
	padding-left: 20px;
}

.ranking-table__sub-item-title {
	display: block;
	width: 170px;
	/* width: auto; */
	min-height: 32px;
	position: relative;
	font: bold 13px 'Fira Sans', sans-serif;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 7px;
	display: inline-block;
}
.ranking-table__sub-item-title:after{
	content: ":";
}


/* .ranking-table__sub-item-title:before {
	content: "•";
	font-size: 20px;
	vertical-align: top;
	color: #063b72;
	position: absolute;
	top: -7px;
	left: -15px;
}*/

.ps__scrollbar-x-rail {
	background: #f0f0f0 !important;
	opacity: 1 !important;
	-ms-filter: none !important;
	filter: none !important;
	height: 2px !important;
	margin: 15px 0;
}

.ps__scrollbar-x {
	height: 12px !important;
	background: #063b72 !important;
	bottom: -5px !important;
	border-radius: 6px !important;
	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;
}

.ps__scrollbar-x:before,
.ps__scrollbar-x:after {
	font-size: 8px;
	font-family: 'icomoon';
	color: #fff;
	margin: 0 12px;
}

.ps__scrollbar-x:before {
	content: "\e910";
}

.ps__scrollbar-x:after {
	content: "\e913";
}

.pagination {
	padding: 45px 0;
}

.pagination .wp-pagenavi {
	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: relative;
}

.pagination .nextpostslink,
.pagination .previouspostslink,
.pagination .page {
	color: #aaa;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	margin: 0 8px;
	cursor: pointer;
}

.pagination .current {
	background: #f0f0f0;
	color: #063b72;
	font-weight: bold;
	display: inline-block;
	line-height: 30px;
	width: 20px;
	text-align: center;
	cursor: initial;
}

.pagination .nextpostslink,
.pagination .previouspostslink {
	font-size: 0;
}

.pagination .nextpostslink:before,
.pagination .previouspostslink:before,
.pagination .nextpostslink:after,
.pagination .previouspostslink:after {
	font-size: 17px;
	font-family: 'icomoon';
	font-style: normal;
	vertical-align: middle;
}

.pagination .previouspostslink:before {
	content: "\e910";
	margin-right: 15px;
}

.pagination .nextpostslink:after {
	content: "\e913";
	margin-left: 15px;
}




@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {

.ps {
	overflow: auto!important;
}

}

@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:1250px) {

.container {
	max-width: 1124px;
}

.full-section > div {
	padding: 70px 40px;
}

.full-section .text-block__title {
	font-size: 55px;
}

}

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

.header__logo {
	margin: 0 auto;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	background-size: 90%;
}

.header__menu-wrapper {
	display: none;
}

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

.header__search-button {
	width: 50px;
}

.header__search-input {
	margin-top: -1px;
}

body.open-search .header__search-input {
	width: calc(100% - 57px);
}

}

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

.text-block {
	padding-left: 50px;
}

.text-block:before {
	left: 0;
}

.text-block--white-wrapper:before {
	top: 40px;
	height: 145px;
}

.text-block--align-right {
	padding-right: 50px;
}

.text-block--align-right:before {
	right: 0;
	left: inherit;
	height: 80px;
}

}

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

html .fabio:hover,
body .fabio:hover {
	pointer-events: none !important;
}

.container {
	max-width: 768px;
}

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

.visible-sm {
	display: block !important;
}

.banner {
	margin-bottom: 30px;
}

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

.banner--full {
	display: none;
}

.banner--square {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

.button:hover {
	background: #fff;
	color: #063b72;
}

.button:hover:after {
	color: #063b72;
}

.post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #ccc;
	width: calc(50% - 10px);
	max-width: initial;
}

.post:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.footer > div,
.footer__right {
	-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;
}

.footer > div {
	height: auto;
	padding: 30px 0;
}

.footer__right {
	margin: 0 auto 15px;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.footer__pdf-button {
	margin: 20px 0;
}

.page:not(.home) .footer > div,
.single .footer > div,
.page:not(.home) .footer__right,
.single .footer__right {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home-hero {
	padding: 40px 0;
}

.home-hero__title-logos-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;
}

.home-hero__right {
	text-align: center;
	margin-bottom: 25px;
}

.home-hero__title {
	font-size: 30px;
}

.home-hero__button:after {
	font-size: 16px;
	width: 48px;
}

.search-form__input {
	padding: 0 20px;
	line-height: 40px;
	font-size: 14px;
}

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

.sponsors__text {
	margin-bottom: 10px;
}

.sponsors__list-wrapper {
	overflow: auto;
}

.metodologies {
	padding: 50px 0 5px;
	background-color: #f3f7fa;	
}

.oresto {
	padding: 50px 0 5px;
}

.articles-list {
	padding: 50px 0 5px;
	background-color: #f3f7fa;
}

.text-block__text--right {
	padding-right: 0;
}

.text-block__text--left {
	padding-left: 0;
}

.text-block--align-right .text-block__text-wrapper {
	padding: 0 25px;
}

.text-block--align-right .text-block__button {
	-webkit-transform: translateX(20px) !important;
	-moz-transform: translateX(20px) !important;
	-o-transform: translateX(20px) !important;
	-ms-transform: translateX(20px) !important;
	transform: translateX(20px) !important;
}

.text-block__category,
.full-section .text-block__title > span {
	font-size: 20px;
	margin-bottom: 10px;
}

.text-block__title {
	font-size: 35px;
}

.text-block__text-wrapper {
	padding: 0 25px;
}

.text-block__text-wrapper:before {
	width: 6px;
}

.text-block__button {
	margin-top: 25px;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.metodology-list__image {
	max-height: 130px;
}

.metodology-list__item-name {
	height: 70px;
}

.metodology-list__hover-wrapper:hover {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.metodology-list__section-link:hover {
	background: #063b72;
	color: #fff;
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.metodology-list__button:hover {
	color: initial;
	background: initial;
	border-color: initial;
}

.metodology-list__item {
	width: 33.33333333%;
}

.metodology-list__section-link {
	margin-bottom: 40px;
}

.metodology-list__hover-content {
	display: none;
}

.home-line {
	margin: 40px 0;
}

.full-section .text-block .button:hover {
	background: #fff;
	color: $fff;
}

.full-section .text-block .button:hover:after {
	color: $mainGold;
}

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

.full-section > div {
	padding: 60px 15px;
	width: 100%;
}

.view-full-content > div:nth-child(1) {
	padding: 0 15px !important;
}

.view-full-content > div:nth-child(2) {
	padding: 35px 15px !important;
}

.view-full-content__text-wrapper {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	max-width: 100%;
	width: 100%;
}

.view-full-content__left {
	padding: 0 !important;
	min-height: 0;
}

.view-full-content__left img {
	width: 100%;
	height: auto;
}

.view-full-content__title {
	font-size: 20px;
}

.view-full-content__text {
	font-size: 14px;
}

.videos__item--link:hover:before {
	-webkit-transform: initial;
	-moz-transform: initial;
	-o-transform: initial;
	-ms-transform: initial;
	transform: initial;
	background-color: rgba(0,0,0,0.4);
}

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

.scroll {
	left: 50% !important;
}

.scroll__text {
	font-size: 10px;
}

.section__division--align-left {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-left: 20px !important;
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-o-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}

.section__text-with-bar:before {
	width: 50px;
	height: 4px;
}

.section__text-with-color-bg {
	letter-spacing: 0;
	padding: 30px 20px;
	line-height: 1em;
}

.section__text-with-color-bg:before {
	width: 80%;
	height: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
}

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

.section__division {
	width: 100%;
	height: 50%;
	padding: 0 20px;
}

.section__text-with-bar,
.section__text-with-color-bg {
	font-size: 24px;
}

.section__text-with-color-bg {
	line-height: 1em;
}

.section6__text {
	font-size: 16px;
}

.company-items {
	max-width: 100%;
}

.company-items__section-title {
	font-size: 16px;
	margin-bottom: 15px;
}

.company-table {
	margin-bottom: 15px;
}

.company-table__td > span,
.company-table__th > span,
.company-block__item-name > span,
.company-block__item-value > span {
	font-size: 11px;
}

.company-table__td,
.company-block__item-value {
	margin: 0 5px;
}

.company-table__th,
.company-block__item-name {
	text-align: center;
}

.company-block__item {
	margin-bottom: 25px;
	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;
	-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;
	padding: 0 10px;
}

.company-block__item-name,
.company-block__item-value {
	min-height: 0;
}

.company-block__item-name {
	margin: 0 0 10px;
	width: 100%;
}

.company-block__item-name > span {
	max-width: 100%;
	padding: 5px;
	text-align: center;
	width: 100%;
}

.company-block__item-value {
	margin: 0 auto 0 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
	display: block;
	min-height: 15px;
}

.company-block__item-value > span {
	max-width: 100%;
}

/* .post-info__title--metodologia:after { */
	/* -webkit-background-size: 120px auto; */
	/* -moz-background-size: 120px auto; */
	/* background-size: 120px auto; */
	/* height: 32px; */
	/* width: 120px; */
	/* right: 40px; */
/* } */

/* .post-info__title:before { */
	/* height: 30px; */
/* } */

.post-info > div {
	min-height: 200px;
	padding: 40px 15px;
}

.post-info__title {
	font-size: 20px;
	padding: 20px;
}

.post-info__category {
	font-size: 12px;
	padding: 10px 20px;
}

.post-columns > div {
	-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 .wp-caption:after {
	display: none;
}

.post-content {
	max-width: 100%;
}

.post-content > div > p {
	font-size: 16px;
	line-height: 1.5em;
}

.post-content > div > p:first-child:first-letter {
	font-size: 40px;
	line-height: 48px;
	padding-right: 8px;
}

.post-content > div > blockquote > p {
	line-height: 1.6em;
}

.post-content .gallery .owl-prev:before,
.post-content .gallery .owl-next:before {
	font-size: 40px;
}

.post-content .gallery .owl-prev:after,
.post-content .gallery .owl-next:after {
	font-size: 16px;
}

.post-content__title {
	font-size: 26px !important;
	font-style: italic;
}

.post-content__subtitle {
	font-size: 18px !important;
	margin-bottom: 30px !important;
}

.post-content blockquote {
	padding: 0 35px;
	margin: 25px 0;
}

.sidebar {
	margin: 0 auto;
	width: 100%;
}

.sidebar__content-wrapper {
	padding-bottom: 0;
}

.featured-sector {
	margin-bottom: 30px;
}

.see-also .post {
	width: calc(100% - 10px);
}

.see-also__posts-wrapper {
	margin: 0;
}

.see-also__title {
	font-size: 26px;
}

.see-also .owl-nav {
	top: -82px;
}

.hero > div {
	padding: 35px 15px;
	min-height: 300px;
}

.hero__title {
	font-size: 40px;
	margin-bottom: 15px;
}

.hero__text {
	font-size: 14px;
}

.hero__item {
	max-width: 140px;
}

.hero__item-link {
	font-size: 10px;
}



.tables-filter > div {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tables-filter__form,
.tables-filter__select-wrapper {
	margin-bottom: 10px;
}

.tables-filter__select-wrapper:last-child {
	margin-bottom: 0;
}

.ranking-table__results-count {
	font-size: 14px;
	margin-bottom: 22px;
}

.ranking-table__table-wrapper {
	margin-bottom: 30px;
}

.ranking-table__th > span {
	max-width: 60px;
	font-size: 12px;
}

.ranking-table__td {
	padding: 0 5px;
}

.ranking-table__td > span {
	font-size: 12px;
}

.ranking-table__thead .ranking-table__td:first-child > span,
.ranking-table__visible-content .ranking-table__td:first-child > span,
.ranking-table__thead .ranking-table__th:first-child > span,
.ranking-table__visible-content .ranking-table__th:first-child > span {
	max-width: 60px;
	min-width: 60px;
}

.ranking-table__thead .ranking-table__td:nth-child(3),
.ranking-table__visible-content .ranking-table__td:nth-child(3),
.ranking-table__thead .ranking-table__th:nth-child(3),
.ranking-table__visible-content .ranking-table__th:nth-child(3) {
	padding-right: 35px;
}

.ranking-table__thead .ranking-table__td:nth-child(4),
.ranking-table__visible-content .ranking-table__td:nth-child(4),
.ranking-table__thead .ranking-table__th:nth-child(4),
.ranking-table__visible-content .ranking-table__th:nth-child(4),
.ranking-table__thead .ranking-table__td:nth-child(5),
.ranking-table__visible-content .ranking-table__td:nth-child(5),
.ranking-table__thead .ranking-table__th:nth-child(5),
.ranking-table__visible-content .ranking-table__th:nth-child(5) {
	display: none;
}

.ranking-table__toggle-row:after {
	width: 35px;
	font-size: 11px;
}

.active .ranking-table__toggle-row:after {
	font-size: 1.5px;
}

.ranking-table__sub-td {
	padding: 7px 15px;
}

.ranking-table__sub-item-title {
	width: 90px;
	font-size: 11px;
}

span.ranking-table__sub-item-value, .ranking-table__sub-item-value {
	font-size: 16px !important;
	font-family: 'Fira Sans', sans-serif;
}

.pagination {
	padding: 30px 0;
}

}

@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) {

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

.visible-xs {
	display: block !important;
}

.post {
	margin-left: 0;
}

.post__image {
	width: 100% !important;
}

.post:not(.see-also) .post .post__link {
	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;
}

.post:not(.see-also) .post .post__image-wrapper {
	max-width: 85px;
	margin-right: 14px;
}

.post:not(.see-also) .post .post__texts-wrapper {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.home-hero__logos-wrapper {
	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;
}

.home-hero__logos-wrapper > img:first-child {
	width: 105px;
}

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

.text-block:before {
	height: 115px;
	width: 5px;
	top: 0;
}

.text-block--white-wrapper:before {
	top: 40px;
	height: 85px;
	left: 0;
}

.text-block--white-wrapper {
	padding-right: 20px;
	text-align: left;
}

.text-block--white-wrapper:after {
	display: none;
}

.text-block--align-right .text-block__button {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

.metodology-list__section-link--wrapper {
	margin-bottom: 15px;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.metodology-list__section-link {
	padding: 0 20px;
	width: 100%;
	margin-right: 0 !important;
	margin-bottom: 30px !important;
}

.metodology-list__section-link:after {
	position: absolute;
	right: 20px;
}

.metodology-list__item {
	width: 50%;
	margin-bottom: 20px;
}

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

.full-section > div {
	padding: 60px 0;
	width: 100%;
}

.full-section .text-block > span {
	font-size: 15px;
	margin-bottom: 0;
}

.full-section .text-block__title {
	font-size: 45px;
}

.view-full-content__text-wrapper {
	padding: 27px;
}

.view-full-content__title:before {
	left: -27px;
}

.videos {
	margin-bottom: section_margin_bottom_mobile;
}

.videos__title {
	border-left: 50px solid #063b72;
	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;
}

.section-logo {
	background: url("assets/img/logo.png") no-repeat center/cover;
	width: 261px;
	height: 33px;
}

.section-logo--white {
	background: url("assets/img/logo_branco.png") no-repeat center/cover;
}

.post-info__title--metodologia:after {
	-webkit-background-size: 80px auto;
	-moz-background-size: 80px auto;
	background-size: 80px auto;
	height: 22px;
	width: 80px;
	right: 22px;
}

.post-content .wp-caption {
	width: 100%;
	margin: 30px auto;
	display: block;
}

.post-content .wp-caption img {
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
}

.see-also .post {
	width: 100%;
	margin-left: 15px;
}

.see-also .owl-prev,
.see-also .owl-next {
	width: 35px;
	height: 35px;
}

.see-also .owl-prev:after,
.see-also .owl-next:after {
	font-size: 12px;
}

.see-also__posts-wrapper .owl-stage {
	margin-left: -15px;
}

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

.hero__item {
	max-width: 100%;
	margin-bottom: 5px;
}

}

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

.post {
	max-width: 100%;
	width: 100%;
}

.post__image-wrapper {
	margin: 0 auto 30px;
}

.post__image {
	width: 100% !important;
}

}

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

}

@-moz-keyframes scroll {

0% {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

100% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%,10px);
	-moz-transform: translate(-50%,10px);
	-o-transform: translate(-50%,10px);
	-ms-transform: translate(-50%,10px);
	transform: translate(-50%,10px);
}

}

@-webkit-keyframes scroll {

0% {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

100% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%,10px);
	-moz-transform: translate(-50%,10px);
	-o-transform: translate(-50%,10px);
	-ms-transform: translate(-50%,10px);
	transform: translate(-50%,10px);
}

}

@-o-keyframes scroll {

0% {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

100% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%,10px);
	-moz-transform: translate(-50%,10px);
	-o-transform: translate(-50%,10px);
	-ms-transform: translate(-50%,10px);
	transform: translate(-50%,10px);
}

}

@keyframes scroll {

0% {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

100% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%,10px);
	-moz-transform: translate(-50%,10px);
	-o-transform: translate(-50%,10px);
	-ms-transform: translate(-50%,10px);
	transform: translate(-50%,10px);
}

}


.coluna-titulo {
    width: 38%;
    display: inline-block;
	vertical-align: top;
}

.coluna-texto {
	vertical-align: top;
    width: 61%;
    display: inline-block;
	color: #fff;
	
}
.coluna-texto p{
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	font-weight:100;
}
.coluna-texto a {
    margin-top: 30px;
}


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

section.metodologies.metodologies-lista {
	background: #fff;
    display: inline-block;
    width: 100%;
    margin: 51px 0;
}

.bg-azul-rodape, .pre-footer {
    background: url(assets/img/faixa-azul-m.png) no-repeat;
    background-size: 100% 170px;
    z-index: 0; 
    width: 100%;
    background-position: bottom;
    padding-bottom: 0;
}
.pre-footer .view-full-content__title:before {    
    display: none;
}

.pre-footer .view-full-content__text-wrapper {
	background: transparent;
}
.pre-footer .view-full-content__text-wrapper p {
    color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
}
.pre-footer .view-full-content__title{
	color:#0088cd;
	font-family: 'Fira Sans', sans-serif;
	font-size: 36px;
	font-weight: normal;
}

.pre-footer .view-full-content__title b{
	font-weight: normal;
	color:#0088cd;
	font-family: 'Abril Fatface', cursive;
	font-size: 36px;
}
.pre-footer .view-full-content__button{
	    color: #fff;
    border: solid 2px #fff;
	
}
.pre-footer .view-full-content__button:after {
	display: none;
}

.pre-footer .view-full-content__left.full-section__left img:first-child {
    margin-bottom: 80px;
}
/*
font-family: 'Abril Fatface', cursive;
font-family: 'Fira Sans', sans-serif;
*/

.post-info {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: cover;
    background-color: #f2f7fa;
    background-position: center;
}


@media (max-width:800px) {
	.header > .container {
		padding: 35px 0;
	}
	section.home-hero div {
		width: 100%;
	}
	.logo-mais img {
		width: auto;
		max-width: 80%;
	}
	
	section.metodologies div {
		width: 100%;
	}
	
	.text-block.text-block--white-wrapper, .text-block.text-block--white-wrapper div, .text-block.text-block--white-wrapper h2, .text-block.text-block--white-wrapper p {
		width: 100% !important;
	}
	
	footer.footer .container div {
		width: 100%;
		text-align: center;
		margin: 15px auto 10px auto;
		padding: 0px 10px;
	}
	
	section.home-hero div {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	.pre-footer .view-full-content__title {
		margin-bottom: 23px;
	}
	.pre-footer .view-full-content__text-wrapper{
		    padding: 3px;
	}
	
	.pre-footer .view-full-content__left.full-section__left {
    background: #0069a8;
	}
	
	.pre-footer .view-full-content__left img:last-child {
		height: 80%;
		float: left;
		width: 50%;
	}
	.pre-footer .view-full-content__left.full-section__left img:first-child {
		margin-bottom: 80px;
		width: 45%;
	}


	
}


/* Henrique 10-12-2021 */
header .ui-widget-content {
    border: 1px solid #eeeeef !important;
    background: #eeeeef !important;
    color: #222222 !important;
    font: 300 18px/60px 'Fira Sans',sans-serif !important;
    text-align: center !important;
}