/*
Theme Name: SINAENCO
Version: 1.2
*/

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,
figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}
audio:not([controls]){display:none;height:0}
progress{vertical-align:baseline}
template,[hidden]{display:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:none}
b,strong{font-weight:inherit;font-weight:bolder}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}
optgroup{font-weight:700}
button,input{overflow:visible}
button,select{text-transform:none}
button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/*-----------------------------------------------------------------------------------*/
/* [FONTS] */
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'Frutiger Light';
	src: url('assets/fonts/FrutigerLTStd-Light.otf') format("opentype");
	src: url('assets/fonts/FrutigerLTStd-Light.eot'); /* IE9 Compat Modes */
	src: url('assets/fonts/FrutigerLTStd-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('assets/fonts/FrutigerLTStd-Light.woff') format('woff'), /* Modern Browsers */
	     url('assets/fonts/FrutigerLTStd-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('assets/fonts/FrutigerLTStd-Light.svg#576be8a9f1d37c9f23e9d713f716b54e') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Frutiger Roman';
	src: url('assets/fonts/FrutigerLTStd-Roman.otf') format("opentype");
	src: url('assets/fonts/FrutigerLTStd-Roman.eot'); /* IE9 Compat Modes */
	src: url('assets/fonts/FrutigerLTStd-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('assets/fonts/FrutigerLTStd-Roman.woff') format('woff'), /* Modern Browsers */
	     url('assets/fonts/FrutigerLTStd-Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('assets/fonts/FrutigerLTStd-Roman.svg#51efdb7670e30fa7b02572ed1d807c20') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Frutiger Bold';
	src: url('assets/fonts/FrutigerLTStd-Bold.otf') format("opentype");
	src: url('assets/fonts/FrutigerLTStd-Bold.eot'); /* IE9 Compat Modes */
	src: url('assets/fonts/FrutigerLTStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('assets/fonts/FrutigerLTStd-Bold.woff') format('woff'), /* Modern Browsers */
	     url('assets/fonts/FrutigerLTStd-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('assets/fonts/FrutigerLTStd-Bold.svg#ac79850832f70f68e612ede79991fba5') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Frutiger Black';
	src: url('assets/fonts/FrutigerLTStd-Black.otf') format("opentype");
	src: url('assets/fonts/FrutigerLTStd-Black.eot'); /* IE9 Compat Modes */
	src: url('assets/fonts/FrutigerLTStd-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('assets/fonts/FrutigerLTStd-Black.woff') format('woff'), /* Modern Browsers */
	     url('assets/fonts/FrutigerLTStd-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('assets/fonts/FrutigerLTStd-Black.svg#83ea818e28e395c22f7adf907f852560') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Frutiger Black 2';
	src: url('assets/fonts/frutiger-black.ttf')  format('truetype');
}

/*-----------------------------------------------------------------------------------*/
/* [GERAL] */
/*-----------------------------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: none;
}
html,
body{
	height: 100%;
}
body{
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 1;
	letter-spacing: -0.01em;
	-webkit-font-smoothing: antialiased;
	font-weight: inherit;
	padding: 64px 0 0 0; 
}
@media (min-width: 1200px) {
	body{
		padding: 0;
	}
}
h1, h2, h3, h4, h5, p{
	margin: 0;
	padding: 0;
	font-weight: inherit;
}
ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover, a:focus{
	text-decoration: none;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
img {
	vertical-align: middle;
}
strong{
	/*font-weight: inherit;*/
}
iframe{
	display:block;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.closer p:last-child:after,
.closer ol:last-child li:last-child:after{
	content: ' ';
	display: inline-block;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #e3650e transparent;
	margin: 0 0 0 2px;
}
.home-carousel{
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 992px) {
	.closer p:last-child:after,
	.closer ol:last-child li:last-child:after{
		border-width: 0 0 12px 12px;
	}
}

@media (min-width: 992px) {
	.stuck {
	  position:fixed;
	  top:0;
	  z-index: 999;
	  width: 100%;
	}
}

input[type="text"]:focus,
textarea:focus{
	border-color: #ff8937;
}

@media (min-width: 768px) {
	.row .col-sm-6:nth-child(2n+1){
	    clear:left
	}
}
@media (min-width: 992px) {
	.row .col-sm-6:nth-child(2n+1){
	    clear:none;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [HEADER WRAPPER] */
/*-----------------------------------------------------------------------------------*/

.header-wrapper{
	background-color: #E9E9E9;
	background-size: cover;
	background-position: center center;
}
.home .header-wrapper{
	
}

/*-----------------------------------------------------------------------------------*/
/* [HEADER] */
/*-----------------------------------------------------------------------------------*/

.header{
	position: fixed;
	z-index: 1000;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	transition: all 0.3s;
	background: #ebebeb;
	border-bottom: 1px solid #AAAAAA;
}
.header--scrolled{
	background: #666;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.header__container{
	position: relative;
	display: table;
	width: 100%;
	vertical-align: middle;
	padding: 15px 0;
	transition: all 300ms;
}
.header__site-title{
	margin: 0;
	padding: 0;
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	position: relative;
	line-height: 1.1;
}
.header__site-title a{
	color: #000;
}
.header__site-title img{
	width: 144px;
	height: 21px;
	vertical-align: top;
	margin: 3px 0 0 ;
}
.header__nav-container{
	display: table-cell;
	width: 30%;
	text-align: right;
	vertical-align: middle;
}
.header__nav-toggle{
	display: block;
	text-align: right;
}
.header__nav-icon span{
	background: #000;
}
.header__nav-desktop-container{
	display: none;
}
@media (min-width: 768px) {
	.header__site-title img{
		width: 205px;
		height: 30px;
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.header{
		position: relative;
		background: transparent;
		border-bottom: 0;
	}
	.header__container{
		padding: 28px 0 5px 0;
	}
	.header__site-title{
		width:25%;
	}
	.header__site-title img{
		width: 280px;
		height: 42px;
	}
	.header__nav-container{
		width: 75%;
		padding: 12px 0 0 0;
		vertical-align: bottom;
	}
	.header__nav-toggle{
		display: none;
	}
	.header__nav-desktop-container{
		display: block;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [TOPBAR] */
/*-----------------------------------------------------------------------------------*/

.topbar{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	align-items: flex-end;
}
.topbar__social{
	padding: 0 10px 6px 0;
}
.topbar__social .icon-social{
	margin: 0 10px 0 0;
}
.topbar__login{
	flex: 1 1;
}
.login-button{
	height: 38px;
	display: inline-block;
	background: #4f9352 url(assets/img/icon-right-o-green.png) no-repeat 12px center;
	line-height: 42px;
	font-family: 'Frutiger Bold';
	font-size: 14px;
	color: #fff;
	padding: 0 15px 0 40px;
	cursor: pointer;
}
.topbar__login-profile{
	height: 38px;
	display: inline-block;
	background: #4f9352;
	line-height: 42px;
	font-family: 'Frutiger Roman';
	font-size: 13px;
	color: #fff;
	padding: 0 15px 0;
}
.topbar__login-profile strong{
	font-family: 'Frutiger Bold';
}
.topbar__login-profile a:hover{
	opacity: 0.8;
}
@media (min-width: 1200px) {
	.topbar{
		display: flex;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [FOOTER] */
/*-----------------------------------------------------------------------------------*/

.footer{
	background:#14402e;
	color: #fff;
}
.footer-row{
	display: none;
	padding: 40px 0 30px 0;
}
.footer-row:after{
	content: '';
	display: block;
	clear: both;
}
.footer-column{
	float: left;
	margin: 0 30px 0 0;
}
.footer-column:last-child{
	margin-right: 0;
}
.footer-column a{
	display: inline-block;
	font-family: 'Frutiger Light';
	font-size: 14px;
	line-height: 1.35;
	color: #fff;
	margin: 0 0 5px 0;
}
.footer-column a:hover{
	color: #ff8937;
}
.footer-column strong,
.footer-column strong a{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 14px;
	line-height: 1.35;
	color: #ff8937;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.footer-column strong a:hover{
	color: #e3650e;
}
.footer-column:last-child strong,
.footer-column:last-child strong a{
	text-transform: none;
}
.footer-bottom{
	padding: 25px 0;
	border-top: 1px solid #276648;
	text-align: center;
}
.footer-social{
	margin: 0 0 20px 0;
}
.footer-address{
	font-family: 'Frutiger Light';
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 7px 0;
}
.footer-copyright{
	font-family: 'Frutiger Light';
	font-size: 15px;
	line-height: 1.3;
	color: #8fdaa5;
}
@media (min-width: 1200px) {
	.footer-row{
		display: block;
	}
	.footer-bottom{
		padding: 40px 0;
		text-align: left;
	}
	.footer-social{
		float: right;
		margin: 0;
	}
	.footer-address{
		font-size: 16px;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [NAV PRIMARY] */
/*-----------------------------------------------------------------------------------*/

.nav-primary{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
	text-align: right;
}
.nav-primary .menu{
	display: block;
}
.nav-primary li{
	margin: 0 0 -4px 15px;
	padding: 0;
	display: inline-block;
	position: relative;
}
.nav-primary li.menu-item--active a{
	color: #e3650e;
}
.nav-primary li a{
	font-family: 'Frutiger Roman';
	font-size: 13px;
	line-height: 1;
	color: #4a4a4a;
	text-transform: uppercase;
}
.nav-primary li a:hover{
	color: #e3650e;
}
.nav-primary__lang{
	margin: 0 0 0 5px !important;
}
.nav-primary__search{
	margin: 0 0 0 10px !important;
}
@media (min-width: 1200px) {
	.nav-primary{
		display: block;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [NAV SECONDARY] */
/*-----------------------------------------------------------------------------------*/

.nav-secondary-container{
	display: none;
}
.nav-secondary{
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
	border-bottom: 1px solid #AAAAAA;
	transition: all 150ms ease;
	height: 58px;
}
.nav-secondary .menu{
	position: relative;
}
.nav-secondary li{
	margin: 0 19px 0 0;
	float: left;
}
.nav-secondary li.menu-item-has-children > a{
	background: transparent url(assets/img/icon-arrow-down-orange.png) no-repeat 100% 24px;
	padding-right: 19px !important;
}
.nav-secondary .menu > ul:after{
	content: '';
	display: block;
	clear: both;
}
.nav-secondary li.last{
	margin: 0;
	/*float: right;*/
}
.nav-secondary .menu > ul > li > a{
	display: block;
	position: relative;
	padding: 20px 0 20px 0;
	font-family: 'Frutiger Bold';
	font-size: 17px;
	line-height: 1;
	color: #333333;
	/*transition: all 150ms ease;*/
}
.nav-secondary .menu li:hover > a:after,
.nav-secondary .menu li.menu-item--active > a:after,
.menu-item-has-children--active > a:after{
	display: block;
	position: absolute;
	bottom: 0;
	content: '';
	width: 100%;
	height: 5px;
	background: #e3650e;
}
@media (min-width: 1200px) {
	.nav-secondary-container{
		display: block;
		height: 58px;
	}
	.nav-secondary{
		display: block;
	}
}

/* FIXED */
.nav-secondary.stuck{
	position: fixed;
	background: #ebebeb;
}
.nav-secondary.stuck li{
	margin: 0 15px 0 0;
}
.nav-secondary.stuck .menu > ul > li > a{
	font-size: 15px;
	padding: 21px 0 21px 0;
}
.nav-secondary.stuck li.menu-item-has-children > a{
    background-size: 11px auto;
}
.logo-sticky{
	width: 0;
	overflow: hidden;
	margin: 0 !important;
}
.logo-sticky a{
	height: 55px;
    background: transparent url(assets/img/logo-sinaenco2.png) no-repeat 0 13px;
    padding: 0!important;
}
.logo-sticky:hover a:after{
	display: none!important;
}
.nav-secondary.stuck .logo-sticky{
	width: 90px;
}
.search-sticky{
	width: 0;
	overflow: hidden;
	margin: 0 !important;
}
.search-sticky a{
    padding: 0!important;
}
.search-sticky:hover a:after{
	display: none!important;
}
.nav-secondary.stuck .search-sticky{
	width: 25px;
}
.search-sticky .icon-search{
	margin: 15px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/* [ICONS] */
/*-----------------------------------------------------------------------------------*/

.icon-social{
	display: inline-block;
	width: 22px;
	height: 20px;
	vertical-align: middle;
	overflow: hidden;
	text-indent: 9999px;
}
.icon-social-facebook-green{
	background: transparent url(assets/img/icon-social-facebook-footer.png) no-repeat;
}
.icon-social-twitter-green{
	background: transparent url(assets/img/icon-social-twitter-green.png) no-repeat;
}
.icon-social-linkedin-green{
	background: transparent url(assets/img/icon-social-linkedin-green.png) no-repeat;
}
.icon-social-youtube-green{
	background: transparent url(assets/img/icon-social-youtube-green.png) no-repeat;
	width: 24px;
}
.icon-social-twitter{
	background: transparent url(assets/img/icon-social-twitter.png) no-repeat;
}
.icon-social-linkedin{
	background: transparent url(assets/img/icon-social-linkedin.png) no-repeat;
}
.icon-social-facebook{
	background: transparent url(assets/img/icon-social-facebook.png) no-repeat;
}
.icon-social-google{
	background: transparent url(assets/img/icon-social-google.png) no-repeat;
}
.icon-social-print{
	background: transparent url(assets/img/icon-print.png) no-repeat;
	margin: 0 10px 0;
}

.icon-search{
	background: transparent url(assets/img/icon-search.png) no-repeat;
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: middle;
}
.icon-search--mobile{
	background: transparent url(assets/img/icon-search-dark.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 19px;
	vertical-align: middle;
	margin: 0 0 0 7px;
}


/*-----------------------------------------------------------------------------------*/
/* [DROPDOWN] */
/*-----------------------------------------------------------------------------------*/

.nav-dropdown{
	display: block;
	width: 100%;
	/*height: 183px;*/
	/*display: none;*/
	height: 0;
	position: absolute;
	overflow: hidden;
	left: 0;
	z-index: 99999;
	background: #333;
}
/*.nav-primary li:hover > .nav-dropdown,
.nav-secondary li:hover > .nav-dropdown{
	display: block;
}*/
.nav-secondary li.menu-item-has-children--active .nav-dropdown{
	/*display: block;*/
}

.nav-dropdown:after{
	content: '';
	display: block;
	clear: both;
}

/**/

.nav-dropdown-nav{
	display: block;
	width: 253px;
	height: 100%;
	padding: 25px 20px 30px 40px;
	background: #222;
	float: left;
}
.nav-dropdown-nav a{
	display: block;
	margin: 0 0 5px 0;
	font-family: 'Frutiger Bold';
	font-size: 16px;
	line-height: 1.375;
	color: #e3650e;
}
.nav-dropdown-nav a:hover{
	/*color: #9a3f00;*/
	color: #ff8937;
}
.nav-dropdown-nav a:last-child{
	margin: 0;
}

/**/

.nav-dropdown-story{
	display: block;
	width: 365px;
	height: 100%;
	padding: 30px 0 30px 40px;
	float: left;
}
.nav-dropdown-story--last{
	width: 482px;
}
.nav-dropdown-story--last .nav-dropdown-story__container{
	border-right: 0;
}
.nav-dropdown-story__container{
	display: block;
	padding: 0 30px 0 0 ;
	border-right: 1px solid #525252;
	height: 125px;
}
.nav-dropdown-story__title{
	display: block;
	font-family: 'Frutiger Bold';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 0 0 5px 0;
}
.nav-dropdown-story__text{
	display: block;
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 0 0 9px 0;
}
.nav-dropdown-story__text strong{
	font-family: 'Frutiger Bold';
}
.nav-dropdown-story__more{
	display: block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}
.nav-dropdown-story__more:hover{
	color: #ff8937;
	background: transparent url(assets/img/icon-plus-o-hover2.png) no-repeat 0 0;
}

/**/

.nav-dropdown-quote{
	display: block;
	width: 482px;
	height: 100%;
	padding: 25px 0 30px 50px;
	float: left;
	/*background: transparent url(assets/img/img-hugo-marques.png) no-repeat right top;*/
	background-repeat: no-repeat;
	background-position: right top;
}
.nav-dropdown-quote__text{
	display: block;
	position: relative;
	width: 210px;
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 15px 0;
}
.nav-dropdown-quote__text strong{
	font-family: 'Frutiger Bold';
}
.nav-dropdown-quote__text:before{
	display: block;
	content: '\2018\2018';
	position: absolute;
	top: -15px;
	left: -20px;
	font-family: 'Frutiger Light';
	font-size: 52px;
	letter-spacing: -3px;
	color: #e3650e;
}
.nav-dropdown-quote__author{
	width: 240px;
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
}
.nav-dropdown-quote__author strong{
	font-family: 'Frutiger Bold';
}

/**/

.nav-dropdown-info{
	display: block;
	width: 482px;
	height: 100%;
	padding: 30px 0 30px 190px;
	float: left;
	background: transparent url(assets/img/icon-scale.png) no-repeat 50px 37px;
}
.nav-dropdown-info__title{
	font-family: 'Frutiger Bold';
	font-size: 20px;
	line-height: 1.375;
	color: #fff;
}
.nav-dropdown-info__text{
	font-family: 'Frutiger Light';
	font-size: 20px;
	line-height: 1.375;
	color: #fff;
}
.nav-dropdown-info__more{
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
}

/**/

.nav-dropdown-info2{
	width: 482px;
	height: 100%;
	padding: 33px 60px 30px 120px;
	float: left;
	background: transparent url(assets/img/icon-compass.png) no-repeat 40px center;
}
.nav-dropdown-info2__text{
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 0 0 12px 0;
}
.nav-dropdown-info2__more{
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}


/*-----------------------------------------------------------------------------------*/
/* NAV ICON */
/*-----------------------------------------------------------------------------------*/

.nav-icon{
	display: inline-block;
	width: 20px;
	height: 15px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 300ms ease-in-out;
	cursor: pointer;
	vertical-align: middle;
}
.nav-icon span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #333;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 300ms ease-in-out;
}
.nav-icon span:nth-child(1) {
	top: 0px;
}
.nav-icon span:nth-child(2){
	top: 6px;
}
.nav-icon span:nth-child(3) {
	top: 12px;
}
.nav-icon--active span:nth-child(1) {
	transform: rotate(45deg);
	top: 6px;
}
.nav-icon--active span:nth-child(2) {
	transform: rotate(-45deg);
	top: 6px;
}
.nav-icon--active span:nth-child(3) {
	display: none;
}


/*-----------------------------------------------------------------------------------*/
/* CLOSE ICON */
/*-----------------------------------------------------------------------------------*/

.close-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	padding:2px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 300ms ease-in-out;
	cursor: pointer;
}
.close-icon span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	border-radius: px;
	opacity: 1;
	top: 9px;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 300ms ease-in-out;
}
.close-icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-icon span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*-----------------------------------------------------------------------------------*/
/* [NAV MOBILE] */
/*-----------------------------------------------------------------------------------*/

.nav-mobile{
	display: none;
	width: 100%;
	height: calc(100% - 63px);
	/*max-height: 0;*/
	top: 63px;
	z-index: 99999;
	overflow-y: scroll;
	position: fixed;
	background: #222;
}
.nav-mobile,
.push-body,
.header {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.nav-mobile--left {
	left: -100%;
}
.nav-mobile--right {
	right: -100%;
}
.nav-mobile--bottom {
	max-height: 0;
}
.nav-mobile--open{
	/*box-shadow: 0px 0 15px rgba(0, 0, 0, 0.3)*/
}
.nav-mobile--left.nav-mobile--open {
	left: 0px;
}
.nav-mobile--right.nav-mobile--open {
	right: 0px;
}
.nav-mobile--bottom.nav-mobile--open {
	/*max-height: 434px*/
	max-height: 420px;
}
.push-body {
/*	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	left: 0;
	top:0;*/
}
.push-body-toright {
	left: 100%;
}
.push-body-toleft {
	left: -100%;
}
.push-body-toright .header{
	left: 100%;
}
.push-body-toleft .header{
	left: -100%;
}
@media (min-width: 1200px) {
	.nav-mobile{
		display: none !important;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [BREADCRUMB] */
/*-----------------------------------------------------------------------------------*/

.breadcrumb{
	padding: 18px 0 8px 0;
}
.breadcrumb__text{
	font-family: 'Frutiger Roman';
	font-size: 13px;
	line-height: 1.3;
	color: #6d6d6d;
	text-transform: lowercase;
}
.breadcrumb__active{
	font-family: 'Frutiger Black';
}
.breadcrumb a:hover{
	color: #ff8937;
}

/*-----------------------------------------------------------------------------------*/
/* [PAGE HEADER] */
/*-----------------------------------------------------------------------------------*/

.page-header{
	position: relative;
	padding: 60px 0;
	border-bottom: 1px solid #ddd;
}
.home .page-header{
	/*display: none;*/
	border: 0;
	padding: 60px 0 45px 0;
}
.page-header__title{
	font-family: 'Frutiger Black';
	font-size: 35px;
	line-height: 1;
	color: #ff8937;
	text-align: center;
	text-transform: uppercase;
}
.page-header__title--search{
    text-transform: none;
}
.page-header_search{
	font-family: 'Frutiger Bold';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 10px 0;
}
.page-header__subtitle{
	font-family: 'Frutiger Light';
	font-size: 46px;
	line-height: 1;
	color: #4a4a4a;
	text-align: center;
}
.page-header__subtitle strong{
	font-family: 'Frutiger Black';
}
@media (min-width: 768px) {
	.page-header__title{
		font-size: 45px;
	}
}
@media (min-width: 992px) {
	.page-header__title{
		font-size: 60px;
	}
}
@media (min-width: 1200px) {
	.page-header{
		padding: 60px 0;
	}
	.home .page-header{
		display: block;
	}
	.page-header__title{
		font-size: 72px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [MAIN] */
/*-----------------------------------------------------------------------------------*/

.main{
	padding: 40px 0;
}
.home .main{
	background-color: #ebebeb;
}
.page-template-noticias .main,
.page-template-faq .main{
	padding: 20px 0 40px 0;	
}
.main__title{
	font-family: 'Frutiger Light';
	text-align: center;
	margin: 0 0 25px 0;
	font-size: 22px;
	line-height: 1.33;
	color: #205740;
}
.main__title strong{
	font-family: 'Frutiger Bold';
}
.main__title a{
	color: #ff8937;
}
.main__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 30px 0;
}
.main__text p{
	margin: 0 0 1em 0;
}
.main__text p:last-child{
	margin-bottom: 0;
}
.main__text a{
	color: #ff8937;
}
/*.main__text p:last-child:after{
	content: ' ';
	display: inline-block;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #e3650e transparent;
	margin: 0 0 0 2px;
}*/
.main__text strong{
	font-family: 'Frutiger Bold';
}
.main__text ol li{
	list-style: none;
}
.main__text ol {
	list-style: none;
	counter-reset: item;
	padding-left: 0;
}
.main__text  li {
	counter-increment: item;
	margin-bottom: 1em;
	position: relative;
	padding: 0 0 0 25px;
}
.main__text  li:before {
	content: counter(item)'.';
	font-family: 'Frutiger Bold';
	color: #4ca26a;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 768px) {
	.main{
		padding: 40px 10px;
	}
}

@media (min-width: 992px) {
	.main{
		padding: 80px 10px 0px;
		margin-bottom: 80px;
	}
	.page-template-noticias .main,
	.page-template-faq .main{
		padding: 45px 0 80px 0;	
	}
	.main__title{
		font-size: 30px;
		margin: 0 0 25px 0;
	}
	.main__title--big{
		font-size: 42px;
		margin: 0 0 50px 0;
	}
	.main__text{
		font-size: 21px;
		margin: 0 0 60px 0;
	}
	.main__text p:last-child:after{
		border-width: 0 0 12px 12px;
	}
}
@media (min-width: 1200px) {
	.main{
		padding-left: 0;
		padding-right: 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [HIGHLIGHT] */
/*-----------------------------------------------------------------------------------*/

.highlight{
	display: block;
	position: relative;
	margin: 0 0 30px 0;
	background: #fff;
	overflow: hidden;
	border: 1px solid #DBDBDB;
}
.highlight--agenda{
	cursor: pointer;
}
.highlight:after{
	content: ' ';
	display:block;
	clear: both;
}
.highlight__image{
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.highlight__image img{
	width: 100%;
	height: auto;
}
.highlight__body{
	width: 100%;
  height: auto;
	position: absolute;
	top: 30%;
	background-color: rgba(0, 0, 0, 0.5);
}
.highlight__body::before{
	content: ' ';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 28px 28px;
	border-color: transparent transparent #e3650e transparent;
}
.highlight__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 2;
}
.highlight__title{
	display: block;
	font-family: 'Frutiger Black';
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
a.highlight__title:hover{
	color: #e3650e;
}
a.highlight:hover .highlight__title{
	color: #e3650e;
}
.highlight--agenda:hover .highlight__title{
	color: #e3650e;
}
.highlight--agenda:hover .highlight__more{
	color: #ca5a0d;
	background-image: url(assets/img/icon-plus-o-hover.png?2);
}
.highlight__text{
	display: block;
	font-family: 'Frutiger Light';
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 25px 0;
}
.highlight__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-showmore.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}
.highlight__more:hover{
	color: #ca5a0d;
	background-image: url(assets/img/icon-showmore.png?2);
}
.highlight__more--down{
	background: transparent url(assets/img/icon-down-o.png) no-repeat 0 0;
}
.highlight__author{
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
.highlight__author strong{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 18px;
}
.highlight--quote{
	margin: 0 0 40px 0;
}
.highlight--quote .highlight__body{
	padding: 25px 15px;
}
.highlight--quote .highlight__title{
	position: relative;
}

@media (min-width: 768px) {
	.highlight:before{
		border-width: 0 0 38px 38px;
	}
	.highlight__image {
		width: 100%;
		float: left;
	}
	.highlight__body{
		width: 55%;
    padding: 2% 5% 10px 15%;
    position: absolute;
    top: 30%;
    background-color: rgba(0, 0, 0, 0.5);
	}
	.highlight--quote .highlight__body{
		padding: 25px 15px 0 50px;
	}
	.highlight__title{
		font-size: 18px;
	}
	.highlight__text{
		display: block;
	}
	.highlight--quote .highlight__title:before{
		display: block;
		content: '\2018\2018';
		position: absolute;
		top: -25px;
		left: -37px;
		font-family: 'Frutiger Light';
		font-size: 90px;
		letter-spacing: -6px;
		color: #e3650e;
	}
	
}
@media (min-width: 992px) {
	.highlight__body{
		padding: 45px 45px 0 45px;
	}
	.highlight--quote .highlight__body{
		padding: 45px 30px 0 70px;
	}
	.highlight__more{
		position: absolute;
		bottom: 0px;
		left: 15px;
	}
	.highlight--quote .highlight__title:before{
		display: block;
		content: '\2018\2018';
		position: absolute;
		top: -35px;
		left: -55px;
		font-family: 'Frutiger Light';
		font-size: 120px;
		letter-spacing: -6px;
		color: #e3650e;
	}
	.highlight__author{
		margin: 0 0 39px 0;
	}
}
@media (min-width: 1200px) {
	.highlight__title{
		font-size: 30px;
	}
	.highlight__text{
		font-size: 21px;
	}
	.highlight__author{
		font-size: 18px;
	}
	.highlight__author strong{
		font-size: 21px;
	}
	.highlight--quote .highlight__title:before{
		display: block;
		content: '\2018\2018';
		position: absolute;
		top: -35px;
		left: -55px;
		font-family: 'Frutiger Light';
		font-size: 120px;
		letter-spacing: -6px;
		color: #e3650e;
	}
}


/**/

.badge-date{
	position: absolute;
	top: 0;
	left: 0;
}
.badge-date:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 90px 0 0;
	border-color: rgba(227,101,14,0.85) transparent transparent transparent;
	z-index: 1;
}
.badge-date__date{
	position: absolute;
	top: 15px;
	left: 12px;
	z-index: 2;
	font-family: 'Frutiger Light';
	color: #fff;
	font-size: 22px;
}
.badge-date__month{
	position: absolute;
	top: 36px;
	left: 13px;
	z-index: 2;
	font-family: 'Frutiger Black';
	color: #fff;
	font-size: 12px;
}

/**/
.highlight--swiper{
	margin: 0;
}
.highlight--swiper .highlight__image{
	width: 100%;
	height: 60vh;
}
.highlight--swiper .highlight__body{
	padding: 25px 15px;
}
@media (min-width: 550px) {
	.badge-date:before{
		border-width: 195px 160px 0 0;
	}
	.badge-date__date{
		top: 25px;
		left: 25px;
		font-size: 36px;
	}
	.badge-date__month{
		top: 57px;
		left: 24px;
		font-size: 21px;
	}
}
@media (min-width: 768px) {
	.highlight--swiper{
		margin: 0;
	}
	.highlight--swiper .highlight__image{
		width: 100%;
	}
	.highlight--swiper .highlight__body{
		width: 55%;
    padding: 2% 5% 2% 15%;
    position: absolute;
    top: 30%;
    background-color: rgba(0, 0, 0, 0.5);
	}
	/**/
	.badge-date:before{
		border-width: 130px 106px 0 0;
	}
	.badge-date__date{
		top: 15px;
		left: 12px;
		font-size: 29px;
	}
	.badge-date__month{
		top: 42px;
		left: 13px;
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.badge-date:before{
		border-width: 195px 160px 0 0;
	}
	.badge-date__date{
		top: 25px;
		left: 25px;
		font-size: 36px;
	}
	.badge-date__month{
		top: 57px;
		left: 24px;
		font-size: 21px;
	}
}
@media (min-width: 1200px) {
	
}

/**/
.highlight-pagination{
	padding:10px 0;
	background: #ebebeb;
}
.highlight-pagination:after{
	content: '';
	display: block;
	clear: both;
}
.highlight-pagination__item{
	font-family: 'Frutiger Light';
	width: 100%;
	float: left;
	padding: 15px;
	text-align: left;
	font-size: 18px;
	line-height: 1.2;
	color: #205740;
	cursor: pointer;
}
.highlight-pagination__item--active{
	font-family: 'Frutiger Bold';
	color: #e3650e;
}
.highlight-pagination__item:hover{
	color: #e3650e;
}
@media (min-width: 768px) {
	.highlight-pagination{
		background: transparent;
		margin: 0 0 45px 0;
		padding: 0;
	}
	.highlight-pagination{
		display: block;
		margin: 0 0 45px 0;
	}
	.highlight-pagination__item{
		font-family: 'Frutiger Roman';
		width: 33.3%;
		padding: 30px 30px;
		color: #4a4a4a;
		text-align: center;
	}
	.highlight-pagination__item--active{
		background: transparent url(assets/img/swiper-pagination-active.png) no-repeat 50% 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [STORIES] */
/*-----------------------------------------------------------------------------------*/

.story{
	display: block;
}
.story__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
}
.story__title{
	font-family: 'Frutiger Light';
	color: #205740;
}
.story__title:hover,
.story__title a:hover{
	color: #e3650e;
}
.story__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
}
.story__image{
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.story__image img{
	width: 100%;
	height: auto;
}
.story__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}

/**/

.story--style1 .story__category{
	font-size: 13px;
	line-height: 2;
}
.story--style1 .story__title{
	display: block;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 30px 0;
}
.story--style1 .story__text{
	font-size: 18px;
	line-height: 1.4;
}
@media (min-width: 1200px) {
	.story--style1 .story__category{
		font-size: 15px;
	}
	.story--style1 .story__title{
		font-size: 30px;
	}
	.story--style1 .story__text{
		font-size: 21px;
	}
}

/**/
.story--style2{
	margin-bottom: 15px;
}
.story--style2 .story__category{
	font-size: 13px;
	line-height: 2;
	text-align: center;
}
.story--style2 .story__text{
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 20px 0;
}
.story--style2 .story__text:hover{
	color: #e3650e;
}
a.story--style2:hover .story__text{
	color: #e3650e;
}
.story--style2 .story__image{
	margin: 0 0 15px 0;
}
@media (min-width: 1200px) {
	.story--style2{
		margin-bottom: 0;
	}
	.story--style2 .story__category{
		font-size: 15px;	}
	.story--style2 .story__text{
		font-size: 21px;
	}
	.story--style2 .story__image{
		margin: 0 0 20px 0;
	}
}

/**/
.story--style3{
	margin: 0 0 30px 0;
}
.story--style3 .story__image{
	margin: 0 0 15px 0;
}
.story--style3 .story__title{
	font-size: 18px;
	line-height: 1.4;
	color: #4a4a4a;
}
.story--style3:hover .story__title{
	color: #ff8937;
}
.story--style3:after{
	content: '';
	display: block;
	clear: both;
}
@media (min-width: 1200px) {
	.story--style3 .story__image{
		width: 245px;
		float: left;
		margin: 0 20px 0 0;
	}
	.story--style3 .story__title{
		font-size: 21px;
	}
}

/**/

.story--style4{
	margin: 0 0 25px 0;
}
.story--style4 .story__title{
	font-size: 20px;
	line-height: 1.3;
}
@media (min-width: 1200px) {
	.story--style4 .story__title{
		font-size: 25px;
	}
}

/**/

.story--style5{
	margin: 0 0 20px 0;
}
.story--style5 .story__category{
	font-size: 15px;
	line-height: 2;
}
.story--style5 .story__text{
	font-size: 21px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
.story--style5 .story__text:hover{
	color: #e3650e;
}
.story--style5 .story__image{
	margin: 0 0 17px 0;
}

@media (min-width: 1200px) {
	.story--style5{
		margin: 0;
	}
	.story--style5 .story__text{
		margin: 0 0 33px 0;
	}
}

/**/
.story--style6{
	text-align: center;
	margin: 0 0 25px 0;
}
.story--style6 .story__category{
	font-size: 14px;
	margin: 0 0 5px 0;
}
.story--style6 .story__title{
	display: block;
	font-size: 18px;
	line-height: 1.4;
	color: #4a4a4a;
}
.story--style6 .story__title:hover{
	color: #ff8937;
}
.story--style6 .story__title a{
	display: block;
}

@media (min-width: 992px) {
	.story--style6{
		margin: 0;
	}
	.story--style6 .story__category{
		font-size: 15px;
	}
	.story--style6 .story__title{
		font-size: 21px;
	}
}

/**/

.story--style7 .story__title{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}
.story--style7:hover .story__title{
	color: #ff8937;
}
.story--style7 .story__text{
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 30px 0;
}
.story--style7 .story__image{
	margin: 0 0 20px 0;
}
@media (min-width: 1200px) {
	.story--style7 .story__title{
		font-size: 21px;
	}
	.story--style7 .story__text{
		font-size: 18px;
		margin: 0 0 45px 0;
	}
}

/**/

.story--style8{
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #DBDBDB;
}
.story--style8 .story__title{
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 15px 0;
}
.story--style8 .story__text{
	font-size: 21px;
	line-height: 1.3;
	color: #4a4a4a;
}
@media (min-width: 1200px) {
	.story--style8 .story__title{
		font-size: 25px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [COLLECTIONS] */
/*-----------------------------------------------------------------------------------*/

.collection__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	text-transform: lowercase;
	cursor: pointer;
}
.collection__more:hover{
	color: #CA5A0D;
	background: transparent url(assets/img/icon-plus-o-hover.png) no-repeat 0 0;
}
.collection--style1{
	padding: 0 0 20px 0;
}



/**/
.collection--style2{
	padding: 0 0 15px 0;
}
.collection--style2 .collection-footer{
	text-align: center;
	padding: 10px 0 0 0;
}
@media (min-width: 1200px) {
	.collection--style2{
		padding: 0 0 30px 0;
	}
	.collection--style2 .collection-footer{
		padding: 30px 0 0 0;
	}
}

/**/

.collection--style3{
	padding: 20px 0 25px 0;
	border-top: 1px solid #DBDBDB;
}
.collection--style3 .collection__title{
	font-family: 'Frutiger Black';
	font-size: 13px;
	color: #4a4a4a;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
@media (min-width: 1200px) {
	.collection--style3{
		padding: 20px 0 55px 0;
	}
	.collection--style3 .collection__title{
		margin: 0 0 40px 0;
		font-size: 15px;
	}

}

/**/

.collection--style4{
	padding: 30px 0 0 0;
	border-top: 1px solid #DBDBDB;
}
.collection--style4 .collection__footer{
	text-align: center;
	padding: 5px 0 0 0;
}
@media (min-width: 1200px) {
	.collection--style4{
		padding: 50px 0 0 0;
	}
	.collection--style4 .collection__footer{
		padding: 45px 0 0 0;
	}
}

/**/

.collection--style5{
	padding: 20px 0 40px 0;
}
.collection--style5 .collection__title{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
@media (min-width: 1200px) {
	.collection--style5{
	padding: 20px 0 55px 0;
	}
}

/**/

.collection--style6 .collection__title{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	margin: 30px 0 12px 0;
}
@media (min-width: 1200px) {
	.collection--style6 .collection__title{
		margin: 0 0 12px 0;
	}
}

/**/
.collection--style7{
	margin: 0 0 35px 0;
}
.collection--style7 .collection__title{
	font-family: 'Frutiger Black';
	font-size: 32px;
	color: #205740;
	margin: 0 0 30px 0;
	text-align: center;
}
.collection--style7 .collection__footer{
	text-align: center;
	padding: 0 0 0 0;
}
@media (min-width: 1200px) {
	.collection--style7 .collection__title{
		font-size: 60px;
		margin: 0 0 50px 0;
	}
	.collection--style7 .collection__footer{
		padding: 45px 0 0 0;
	}
}

/**/

.collection--style8{
	padding: 30px 0 0 0;
}
.collection--style8 .collection__footer{
	text-align: center;
	padding: 5px 0 0 0;
}
@media (min-width: 1200px) {
	.collection--style8{
		/*padding: 50px 0 0 0;*/
	}
	.collection--style8 .collection__footer{
		padding: 45px 0 0 0;
	}
}

/**/


.most-read{
	background:#ebebeb;
	padding: 60px 0 25px 0;
}
.most-read__title{
	font-family: 'Frutiger Black';
	font-size: 32px;
	color: #205740;
	margin: 0 0 30px 0;
	text-align: center;
}
.most-read .story--style6 .story__title:hover{
	color: #e3650e !important;
}
@media (min-width: 1200px) {
	.most-read__title{
		font-size: 40px;
		margin: 0 0 50px 0;
	}
}

/**/

.collection-pagination{
	text-align: center;
	padding: 60px 0;
}
.collection-pagination__prev, .collection-pagination__next {
	display: inline-block;
}
.collection-pagination__prev a, .collection-pagination__next a{
	position: relative;
	display: inline-block;
	margin: 0 30px;
}
.collection-pagination__prev a{
	padding: 0 27px 0 0;
}
.collection-pagination__next a{
	padding: 0 0 0 27px;
}

.collection-pagination__next a:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: transparent url(assets/img/icon-up-o.png) no-repeat 0 0;
	transform: rotate(-90deg);	
}
.collection-pagination__prev a:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: transparent url(assets/img/icon-up-o.png) no-repeat 0 0;
	transform: rotate(90deg);
}
.collection-pagination__prev a, .collection-pagination__next a{
	font-family: 'Frutiger Black';
    font-size: 16px;
    line-height: 23px;
    color: #e3650e;
}
.collection-pagination__prev a:hover, .collection-pagination__next a:hover{
	color: #CA5A0D;
}
.collection-pagination__prev a:hover:before, .collection-pagination__next a:hover:before{
	background: transparent url(assets/img/icon-up-o-hover.png) no-repeat 0 0;
}

/*-----------------------------------------------------------------------------------*/
/* [CONTENT] */
/*-----------------------------------------------------------------------------------*/

.content{
	
}
.home .box-servicos{
	background-color: #fff;
}
.content__image{
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.content__image img{
	width: 100%;
	height: auto;
}
.content__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 10px 0;
}
.content__category a{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
}
.content__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.content__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 5px 0;
}
.content__text p{
	margin: 0 0 35px 0;
}
.content__text strong{
	font-family: 'Frutiger Bold';
}
.content__text ul{
	list-style: inherit;
	padding-left: 20px;
}
.content__text li{
	list-style: inherit;
}
.content__text > p:last-child:after{
	content: ' ';
	display: inline-block;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #e3650e transparent;
	margin: 0 0 0 2px;
}
.content__text blockquote{
	position: relative;
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 18px;
	line-height: 1.3;
	padding: 0 40px;
	margin: 0;
	font-style: italic;
}
.content__text blockquote:before{
	display: block;
	content: '\2018\2018';
	position: absolute;
	top: -24px;
	left: -10px;
	font-family: 'Frutiger Light';
	font-size: 88px;
	letter-spacing: -7px;
	color: #a8c7b7;
}
.content__text a{
	color: #ff8937;
}
.content__text table{
	table-layout: fixed;
	border-spacing: 0;
	text-align: center;
	width: 100%;
}
.content__text table th{
	background: #5FA164;
	font-family: 'Frutiger Black';
	font-size: 16px;
	color: #fff;
	padding: 19px 10px 16px 10px;
}
.content__text table td{
	padding: 10px;
	font-family: 'Frutiger Light';
	font-size: 16px;
	color: #4a4a4a;
	padding: 19px 10px 16px 10px;
}
.content__text table strong,
.content__text table tr td:first-child{
	font-family: 'Frutiger Black';
	color: #205740;
}
.content__text tr:nth-child(odd) {
	background-color: #EBEBEB;
}
.content__text .wp-caption img{
	margin: 0 0 15px 0;
}
.content__excerpt{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
	font-style: italic;
	margin: 0 0 20px 0;
}
.content__meta{
	margin: 0 0 30px 0;
	line-height: 1.3;
}
.content__date{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 16px;
}
.content__author{
	font-family: 'Frutiger Roman';
	color: #4a4a4a;
	font-size: 16px;
}
.content__image{
	margin: 0 0 30px 0;
}
.content__image--print{
	display: none;
	margin: 0 0 30px 0;
}
.content-header__social{
	margin: 10px 0 0 0;
}
.content-footer__social{
	margin: 0 0 30px 0;
	font-family: 'Frutiger Black';
	color: #929292;
	font-size: 15px;
}
@media (min-width: 992px) {
	.content__title{
		font-size: 42px;
	}
}
@media (min-width: 1200px) {
	.content{
		padding: 0 40px 0 0;
	}
	.content__category{
		margin: 0 0 10px 50px;
	}
	.content__title{
		/*font-size: 42px;*/
		margin: 0 40px 10px 50px;
	}
	.content__excerpt{
		font-size: 28px;
		margin: 0 40px 20px 50px;
	}
	.content__meta{
		margin: 0 0 40px 50px;
	}
	.content-header__social{
		float: right;
	}
	.content__text{
		margin: 0 40px 5px 50px;
		font-size: 21px;
	}
	.content__image{
		margin: 0 0 50px 0;
	}
	.content-footer__social{
		margin: 0 0 60px 50px;
	}
	.content__text blockquote{
		font-size: 28px;
		width: 240px;
		float: left;
		margin: 0 60px 0 0px;
		padding: 0;
	}
	.content__text blockquote:before{
		display: block;
		content: '\2018\2018';
		position: absolute;
		top: -35px;
		left: -75px;
		font-family: 'Frutiger Light';
		font-size: 137px;
		letter-spacing: -7px;
		color: #a8c7b7;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [SLIDESHOW] */
/*-----------------------------------------------------------------------------------*/

.slideshow{
	margin: 0 0 40px 0;
}
.slideshow-title {
    font-family: 'Frutiger Black';
    font-size: 22px;
    color: #205740;
    margin: 30px 0 20px 0;
    text-align: left;
}
.slideshow__image{
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slideshow__image img{
	width: 100%;
	height: auto;
}
.slideshow__text{
	padding: 20px;
    border: 1px solid #ccc;
    border-top: 0;
}
.slideshow__pages{
	font-family: 'Frutiger Black';
	font-size: 15px;
	margin: 0 0 2px 0;
	letter-spacing: -0.1em;
}
.slideshow__caption{
	font-family: 'Frutiger Light';
	font-size: 18px;
	line-height: 1.4;
	font-style: italic;
}
.slideshow__button-prev,
.slideshow__button-next{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 70px;
	z-index: 99;
	margin-top: -35px;
	cursor: pointer;
	background-color: rgba(255,137,55,0.9);
	background-repeat: no-repeat;
	background-position: center;
}
.slideshow__buttons-container{
	position: absolute;
	top: 0;
	width: 100%;	
}
.slideshow__buttons-container img{
	width: 100%;
	height: auto;
}
.slideshow__button-prev{
	left: 0;
	background-image: url(assets/img/slideshow-prev.png?2);
}
.slideshow__button-next{
	right: 0;
	background-image: url(assets/img/slideshow-next.png?2);
}
@media (min-width: 768px) {
	.slideshow-title {
	    font-size: 28px;
	    margin: 30px 0 40px 0;
	}
	.slideshow__text{
		padding: 30px;
	}
}
@media (min-width: 1200px) {
	.slideshow-title {
	    margin: 30px 0 40px 50px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [CONTENT CENTER] */
/*-----------------------------------------------------------------------------------*/

.content-center{
	padding: 0  0 0;
}
.content-center__image{
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.content-center__image img{
	width: 100%;
	height: auto;
}
.content-center__image:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 69px 64px 0 0;
	border-color: rgba(227, 101, 14, 0.6) transparent transparent transparent;
	z-index: 1;
}
.content-center__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 10px 0;
}
.content-center__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 25px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.content-center__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 5px 0;
}
.content-center__text p:last-child:after{
	content: ' ';
	display: inline-block;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #e3650e transparent;
	margin: 0 0 0 2px;
}
.content-center__text p{
	margin: 0 0 35px 0;
}
.content-center__text p:last-child:after{
	content-center: ' ';
	display: inline-block;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #e3650e transparent;
	margin: 0 0 0 2px;
}
.content-center__text strong{
	font-family: 'Frutiger Bold';
}
.content-center__text a{
	color: #ff8937;
}
.content-center__excerpt{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
	font-style: italic;
	margin: 0 0 20px 0;
}
.content-center__image{
	margin: 0 0 30px 0;
}
.content-center__header{
	text-align: center;
}
@media (min-width: 768px) {
	.content-center__title{
		font-size: 30px;
		margin: 0 40px 10px 50px;
	}
	.content-center__image:before{
		border-width: 180px 166px 0 0;
	}
}
@media (min-width: 992px) {
	.content-center__title{
		font-size: 42px;
	}
	.content-center__text{
		font-size: 21px;
		margin: 0 40px 5px 50px;
	}
	.content-center__excerpt{
		font-size: 28px;
		margin: 0 40px 40px 50px;
	}
	.content-center__image{
		margin: 0 0 50px 0;
	}
	.content-center__image:before{
		border-width: 234px 217px 0 0;
	}

}
@media (min-width: 1200px) {
	.content-center__image:before{
		border-width: 275px 225px 0 0;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [COMMENTS] */
/*-----------------------------------------------------------------------------------*/

.comments{
	
}

/*-----------------------------------------------------------------------------------*/
/* [NAV-CATEGORIES] */
/*-----------------------------------------------------------------------------------*/

.nav-categories{
	padding: 0 0 20px 0;
	background: #fff;
}
.nav-categories--mobile{
	margin: 0 0 30px 0;
}
.nav-categories ul{
	display: table;
	width: 100%;
}
.nav-categories li{
	display: block;
}
.nav-categories a{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Frutiger Black';
	line-height: 1.3;
	color: #929292;
	font-size: 15px;
	padding: 20px 0 15px 0;
	margin: 0 0 20px 0;
}
.nav-categories a:hover{
	color: #ff8937;
}
.nav-categories li:last-child a{
	margin: 0 0 0 0;
}
.nav-categories li.current-cat a{
	color: #4a4a4a;
	background: transparent url(assets/img/icon-arrow-down-darkgrey.png) no-repeat 50% 100%;
}
@media (min-width: 1200px) {
	.nav-categories{
		margin: 0 0 25px 0;
		padding: 0 0 20px 0;
	}
	.nav-categories li{
		display: table-cell;
	}
	.nav-categories a{
		padding: 35px 10px 25px 10px;
		margin: 0 0 0 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [SIDEBAR] */
/*-----------------------------------------------------------------------------------*/

.widget{
	margin: 0 0 60px 0;
}
.widget--stories{
	padding: 30px 0 0 0;
	border-top: 1px solid #DBDBDB;
}
.widget--stories2{
	padding: 30px 0;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}
.widget__title--style1{
	font-family: 'Frutiger Black';
	color: #205740;
	font-size: 26px;
	line-height: 1.35;
	margin: 0 0 30px 0;
}
.widget__title--style2{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 30px 0;
}
.widget-story{
	display: block;
	margin: 0 0 15px 0;
}
.widget-story:last-child{
	margin: 0;
}
.widget-story__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.widget-story__title{
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Frutiger Light';
	color: #4a4a4a;
}
a.widget-story:hover .widget-story__title{
	color: #ff8937;
}
.widget-story__title:hover{
	color: #ff8937;
}
.widget-more{
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}
.widget-more:hover{
	color: #CA5A0D;
	background: transparent url(assets/img/icon-plus-o-hover.png) no-repeat 0 0;
}
.widget-story__image{
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 -20px 0 0;
}
.widget-story__image img{
	width: 100%;
	height: auto;
}
.widget-story__meta{
	font-family: 'Frutiger Light';
	color: #939393;
	font-size: 16px;
	line-height: 1.3;
	margin: 5px 0 0 0;
}

@media (min-width: 1200px) {
	.widget-story{
		margin: 0 0 30px 0;
	}
	.widget-story__title{
		font-size: 21px;
	}
	.widget-story__category{
		font-size: 15px;
	}
	.widget-story__image{
		margin: 0 0 20px 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [BOX] */
/*-----------------------------------------------------------------------------------*/

.box1{
	display: block;
	background: #EBEBEB;
	padding: 45px 25px;
	text-align: center;
	margin: 0 0 40px 0;
	cursor: pointer;
}
.box1__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.box1__subtitle{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px 0;	
}
.box1__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.box1__more{
	font-family: 'Frutiger Roman';
	color: #e3650e;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.box1:hover .box1__more{
	color: #CA5A0D;
}
@media (min-width: 1200px) {
	.box1{
		margin: 0;
	}
	.box1__title{
		font-size: 29px;
	}
	.box1__subtitle{
		font-size: 21px;
	}
	.box1__text{
		font-size: 19px;
	}
	.box1__more{
		font-size: 21px;
	}
}

/**/

.box1--small{
	padding: 35px 25px;
}
.box1--small .box1__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 26px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}

.box1--small .box1__subtitle{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px 0;	
}

.box1--small .box1__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}

.box1--small .box1__more{
	font-family: 'Frutiger Roman';
	color: #e3650e;
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}

/**/

.box2-group:after{
	content: '';
	display: block;
	clear: both;
}
.box2{
	display: block;
	padding:40px 20px;
	background: #389559;
	text-align: center;
	transition: all 100ms ease;
	border-bottom: 1px solid #0f6d45;
}
.box2:hover{
	background: #00482a;
}
.box2:last-child{
	border: 0;
	padding:40px 20px 40px 20px;
}
.box2__icon{
	position: relative;
	height: 90px;
	margin: 0 0 20px 0;
}
.box2__icon img{
	max-height: 100%;
	width: auto;
}
.box2__icon-a,
.box2__icon-b{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 100ms ease;
}
.box2__icon-a{
	opacity: 1;
}
.box2__icon-b{
	opacity: 0;
}
.box2--hover:hover .box2__icon-a{
	opacity: 0;
}
.box2--hover:hover .box2__icon-b{
	opacity: 1;
}
.box2__title{
	font-family: 'Frutiger Black';
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.box2__text{
	font-family: 'Frutiger Light';
	color: #adfec2;
	font-size: 16px;
	line-height: 1.44;
}
@media (min-width: 768px) {
	.box2{
		width: 33.33%;
		float: left;
		border-bottom: 0;
		border-right: 1px solid #0f6d45;
		padding: 45px 20px;
	}
	.box2:last-child{
		padding: 45px 20px;
	}
	.box2__icon{
		height: 90px;
	}
	.box2__title{
		font-size: 22px;
	}
	.box2__text{
		font-size: 18px;
	}
}

/**/

.box3-group{
	
}
.box3-group:after{
	content: '';
	display: block;
	clear: both;
}
.box3{
	padding: 40px 20px;
	background: #389559;
	text-align: center;
	display: table;
	border-bottom: 1px solid #0f6d45;
	width: 100%;
}
.box3:last-child{
	border: 0;
	padding: 40px 20px;
}
.box3:hover{
	background: #00482a;
}
.box3__icon{
	height: 60px;
	margin: 0 0 20px 0;
	display: block;
	vertical-align: top;
	position: relative;
}
.box3__icon img{
	max-height: 100%;
	width: auto;
}
.box3__icon-a,
.box3__icon-b{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 100ms ease;
}
.box3__icon-a{
	opacity: 1;
}
.box3__icon-b{
	opacity: 0;
}
.box3--hover:hover .box3__icon-a{
	opacity: 0;
}
.box3--hover:hover .box3__icon-b{
	opacity: 1;
}

.box3__body{
	display: block;
	vertical-align: top;
}
.box3__title{
	font-family: 'Frutiger Black';
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.box3__text{
	font-family: 'Frutiger Light';
	color: #adfec2;
	font-size: 16px;
	line-height: 1.44;
}
@media (min-width: 768px) {
	.box3{
		width: 100%;
		float: left;
		text-align: left;
		padding: 45px 20px;
	}
	.box3:last-child{
		padding: 45px 20px;
	}
	.box3__icon{
		float: left;
		margin: 0 25px 0 0;
		width: 150px;
		height: 85px;
	}
	.box3__title{
		font-size: 22px;
	}
	.box3__text{
		font-size: 18px;
	}
	.box3__icon{
		display: table-cell;
	}
	.box3__body{
		display: table-cell;
	}
	/**/

	.box3--servicos-online-1{
		width: 44%;
	}
	.box3--servicos-online-2{
		width: 56%;
	}

	.box3--o-setor-1{
		width: 44%;
	}
	.box3--o-setor-2{
		width: 56%;
	}
}
@media (min-width: 992px) {
	.box3{
		width: 50%;
		float: left;
		border-right: 1px solid #0f6d45;
		border-bottom: 0;
	}
	.box3__icon{
		float: left;
	}
}

/**/

.box4-group{
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}
.box4-group:after{
	content: '';
	display: block;
	clear: both;
}
.box4{
	padding: 20px 20px 30px 20px;
	background: #fff;
	text-align: center;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	transition: all 100ms ease;
}
.box4--hover:hover{
	background: #389559;
	/*cursor: pointer;*/
}
.box4__icon{
	position: relative;
	height: 110px;
	margin: 0 0 20px 0;
}
.box4__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 10px 0;
	transition: all 100ms ease;
}
.box4--hover:hover .box4__title{
	color: #fff;
}
.box4__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.44;
	transition: all 100ms ease;
}
.box4--hover:hover .box4__text{
	color: #adfec2;
}
.box4__icon-a,
.box4__icon-b{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 100ms ease;
}
.box4__icon-a{
	opacity: 1;
}
.box4__icon-b{
	opacity: 0;
}
.box4--hover:hover .box4__icon-a{
	opacity: 0;
}
.box4--hover:hover .box4__icon-b{
	opacity: 1;
}
@media (min-width: 768px) {
	.box4{
		width: 50%;
		float: left;
	}
	.box4__icon{
		margin: 0 0 10px 0;
	}
	.box4__text{
		width: 320px;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.box4{
		width: 50%;
		float: left;
		padding: 70px 60px 80px 60px;
	}
	.box4__title{
		font-size: 30px;
	}
	.box4__text{
		font-size: 18px;
	}
}


/**/

.box5-group{
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	margin: 15px 0 0 0;
}
.box5-group:after{
	content: '';
	display: block;
	clear: both;
}
.box5{
	padding: 20px 20px 30px 20px;
	background: #fff;
	text-align: center;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	transition: all 100ms ease;
}
.box5--hover:hover{
	background: #389559;
	/*cursor: pointer;*/
}
.box5__icon{
	position: relative;
	height: 110px;
	margin: 0 0 20px 0;
}
.box5__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 10px 0;
	transition: all 100ms ease;
}
.box5__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.44;
	transition: all 100ms ease;
}
@media (min-width: 768px) {
	.box5{
		width: 50%;
		float: left;
	}
}
@media (min-width: 992px) {
	.box5{
		width: 25%;
		padding: 40px 35px;
	}
	.box5__icon{
		margin: 0 0 10px 0;
	}
	.box5__title{
		font-size: 30px;
	}
	.box5__text{
		font-size: 18px;
		margin: 0 auto;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [LISTFULL] */
/*-----------------------------------------------------------------------------------*/

.listfull-count{
	font-family: 'Frutiger Light';
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 22px;
	color: #205740;
}
.listfull-count strong{
	font-family: 'Frutiger Bold';
	color: #ff8937;
}
.listfull{
	border-top: 1px solid #DBDBDB;
}
.listfull__loading{
	position: relative;
	min-height: 150px;
}
.listfull__loading:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.925);
    position: absolute;
    top: 0;
    z-index: 10;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.listfull__loading:before {
    content: '';
    display: block;
    position: absolute;
    /*background: #ccc;*/
    left: 50%;
    margin-left: -17px;
    top: 50px;
    z-index: 20;

    border-radius: 50%;
    width: 34px;
    height: 34px;
    border: 0.25rem solid #EBEBEB;
    border-top-color: #e3650e;
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
}

.listfull-item{
	display: block;
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	padding:35px 20px;
	text-align: center;
}
/*.listfull-item--has-content{
	cursor: pointer;
}*/
.listfull-item--active .listfull-item__more{
	background: transparent url(assets/img/icon-up-o.png) no-repeat 0 0;
}
/*.listfull-item.listfull-item--active:hover .listfull-item__more{
	background: transparent url(assets/img/icon-up-o-hover.png) no-repeat 0 0;
}*/
.listfull--text-left .listfull-item{
	text-align: left;
	padding:35px 20px;
}
.listfull-item__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
/*.listfull-item.listfull-item--has-content:hover .listfull-item__title{
	color: #e3650e;
}*/
/*a.listfull-item:hover .listfull-item__title{
	color: #e3650e;
}*/
.listfull-item__title{
	display: block;
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 15px 0;
}
.listfull-item__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
}
.listfull-item__text a {
	color: #ff8937;
}
.listfull-item__text strong {
	font-weight: 700;
}
.listfull-item__content{
	height: 0;
	overflow-y:hidden;
}
.listfull-item__table-container{
	position:relative;
	margin: 0 -20px;
}
.listfull-item__text-container{
	overflow:hidden;
	position:relative;
	height: 0;
}
.listfull-item__table{
	padding: 25px 0;
}
.listfull-item__table table{
	table-layout: fixed;
	border-spacing: 0;
}
.listfull-item__table table th{
	background: #5FA164;
	font-family: 'Frutiger Black';
	font-size: 16px;
	color: #fff;
	padding: 19px 0 16px 0;
}
.listfull-item__table table td{
	padding: 10px;
	font-family: 'Frutiger Light';
	font-size: 16px;
	color: #4a4a4a;
	padding: 19px 10px 16px 10px;
}
.listfull-item__table table strong,
.listfull-item__table table tr td:first-child{
	font-family: 'Frutiger Black';
	color: #205740;
	text-align: right;
}
.listfull-item__table tr:nth-child(odd) {
	background-color: #EBEBEB;
}
.listfull-item__author{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 13px;
	line-height: 1.3;
	margin: 20px 0 0 0;
}
.listfull-item__author strong{
	font-family: 'Frutiger Black';
	text-transform: uppercase;
}
.listfull-item__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-down-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 25px 0 0 0;
	cursor: pointer;
}
/*.listfull-item:hover .listfull-item__more{
	color: #CA5A0D;
	background: transparent url(assets/img/icon-down-o-hover.png) no-repeat 0 0;
}*/
.listfull-item__more:hover{
	color: #CA5A0D;
	background: transparent url(assets/img/icon-down-o-hover.png) no-repeat 0 0;
}
.listfull-item.listfull-item--active .listfull-item__more:hover{
	background: transparent url(assets/img/icon-up-o-hover.png) no-repeat 0 0;
}
.listfull-item__more-link{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 25px 0 0 0;
}
.listfull-item__meta{
	font-family: 'Frutiger Light';
	color: #939393;
	font-size: 16px;
	line-height: 1.3;
	margin: 15px 0 0 0;
}
.table-responsive{
	overflow-x: auto;
}
@media (min-width: 1200px) {
	.listfull-count{
		font-size: 30px;
	}
	.listfull-item{
		padding:45px 140px;
	}
	.listfull--text-left .listfull-item{
		padding: 45px 100px 45px 50px;
	}
	.listfull-item__title{
		font-size: 30px;
	}
	.listfull-item__title--big{
		font-size: 38px;
	}
	.listfull-item__text{
		font-size: 21px;
	}
	.listfull-item__author{
		font-size: 15px;
	}
	.listfull-item__table-container{
		margin: 0 -140px;
	}
	.listfull-item__table table{
		width: 100%;
	}
	.listfull-item__table table td{
		padding: 19px 0 16px 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [CTA] */
/*-----------------------------------------------------------------------------------*/

.cta{
	margin: 40px 0 0 0;
	padding: 30px 0;
	background: #EBEBEB;
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 22px;
	line-height: 1.3;
	text-align: center;
}
.cta a{
	font-family: 'Frutiger Roman';
	color: #e3650e;
}
.cta strong{
	font-family: 'Frutiger Black';
}
@media (min-width: 1200px) {
	.cta{
		margin: 80px 0 0 0;
		padding: 60px 0;
		font-size: 30px;
	}
}

/**/

.cta-newsletter{
	border-top:1px solid #DBDBDB;
	padding: 20px 0;
	margin: 0 0 30px 0;
}
.cta-newsletter:after{
	clear: '';
	display: block;
	clear: both;
}
.cta-newsletter__body{
	text-align: center;
}
.cta-newsletter__title{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.05;
	margin: 0 0 15px 0;
}
.cta-newsletter__title strong{
	font-family: 'Frutiger Black';
	font-size: 22px;
}
.cta-newsletter__form{
	width: 100%;
}
.cta-newsletter__input{
	width: 100%;
	height: 50px;
	border: 1px solid #BCBCBC;
	font-family: 'Frutiger Light';
	font-size: 18px;
	color: #4a4a4a;
	padding: 0 0 0 10px;
}
.cta-newsletter__input::-webkit-input-placeholder {
	color: #808080;
	font-style: italic;
}
.cta-newsletter__input:-moz-placeholder { /* Firefox 18- */
	color: #808080;  
	font-style: italic;
}
.cta-newsletter__input::-moz-placeholder {  /* Firefox 19+ */
	color: #808080;  
	font-style: italic;
}
.cta-newsletter__input:-ms-input-placeholder {  
	color: #808080;  
	font-style: italic;
}
.cta-newsletter__submit{
	width: 100%;
	height: 50px;
	border: 0;
	background: #e3650e;
	font-family: 'Frutiger Black';
	font-size: 16px;
	color: #fff;
}
.cta-newsletter__success{
	background: #ebebeb;
	padding: 15px;
	font-family: 'Frutiger Light';
	text-align: center;
	font-size: 21px;
	color: #205740;
}
@media (min-width: 1200px) {
	.contact__submit{
		width: 110px;
	}
}
@media (min-width: 768px) {
	.cta-newsletter__form {
	    float: left;
	}
	.cta-newsletter__input {
	    float: left;
	    width: 610px;
	}
	.cta-newsletter__submit{
		width: 110px;
		height: 50px;
		float: left;
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	.cta-newsletter__body{
		width: 300px;
		float: left;
		text-align: left;
		padding: 3px 0 0 0;
	}
	.cta-newsletter__form {
	    width: 640px;
	}
	.cta-newsletter__input {
	    width: 530px;
	    border-right: 0;
	}
	.cta-newsletter__title strong{
		display: block;
	}
}
@media (min-width: 1200px) {
	.cta-newsletter{
		padding: 60px 0;
		margin: 0 0 20px 0;
	}
	.cta-newsletter__body{
		padding: 0;
		width: 370px;
	}
	.page-template-noticias .cta-newsletter{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.cta-newsletter__form{
		width: 730px;
	}
	.cta-newsletter__title{
		font-size: 26px;
		margin: 0;
	}
	.cta-newsletter__title strong{
		font-size: 28px;
	}
	.cta-newsletter__input{
		width: 620px;
		height: 50px;
		font-size: 21px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [SWIPER SLIDES] */
/*-----------------------------------------------------------------------------------*/

.slides{
	border: 1px solid #DBDBDB;
	margin: 0 0 30px 0;
}
.slides__title{
	font-family: 'Frutiger Black';
	font-size: 32px;
	color: #205740;
	margin: 30px 0 20px 0;
	text-align: center;
}
.slide{
	padding: 0 60px 45px 60px;
	text-align: center;
}
.slide__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 2;
}
.slide__text{
	font-family: 'Frutiger Light';
	font-size: 18px;
	line-height: 1.4;
	color: #4a4a4a;
	margin: 0 0 30px 0;
}
.slide__text a{
	display: block;
}
.slide__text a:hover{
	color: #e3650e;
}
.slide__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}
.slide__more:hover{
	color: #CA5A0D;
	background: transparent url(assets/img/icon-plus-o-hover.png) no-repeat 0 0;
}
.swiper-button-prev{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff8937'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff8937'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev:hover{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e3650e'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next:hover{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e3650e'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: -2px;
}
.swiper-pagination-bullet{
	width: 60px;
	height: 7px;
	border-radius: 0;
	margin: 0 2px;
	background: #ccc;
	opacity: 1;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
	background: #e3650e;
}

@media (min-width: 992px) {
	.slides{
		margin: 0 0 40px 0;
	}
	.slide{
		padding: 0 90px 45px 90px;
	}
	.slide__category{
		font-size: 15px;
	}
	.slides__title{
		font-size: 40px;
	}
	.slide__text{
		font-size: 21px;
		margin: 0 0 20px 0;
	}
}
@media (min-width: 1200px) {
	.slides__title{
		margin: 40px 0 25px 0;
	}
}



.regionais__title{
	font-family: 'Frutiger Black';
	font-size: 32px;
	color: #205740;
	margin: 30px 0 40px 0;
	text-align: center;
}
@media (min-width: 992px) {
	.regionais__title{
		font-size: 60px;
		margin: 30px 0 50px 0;
	}
}



.regional{
	display: block;
	margin: 0 0 25px 0;
	text-align: center;
}

.regional__image{
	margin: 0 0 15px 0;
}
.regional__title{
	font-family: 'Frutiger Light';
	font-size: 16px;
	color: #4a4a4a;
}
.regional:hover .regional__title{
	color: #e3650e;
}
@media (min-width: 0) and (max-width: 619px){
	.regional{
		width: 50%;
		float: left;
	}
	.regional:nth-child(2n+1){
	    clear:left
	}
}
@media (min-width: 620px) and (max-width: 739px){
	.regional{
		width: 33.3%;
		float: left;
	}
	.regional:nth-child(3n+1){
	    clear:left
	}
}
@media (min-width: 740px) and (max-width: 1199px){
	.regional{
		width: 25%;
		float: left;
		margin: 0 0 40px 0;
	}
	.regional:nth-child(4n+1){
	    clear:left
	}
}
@media (min-width: 1200px){
	.regional{
		width: 16.6%;
		float: left;
	}
	.regional:nth-child(6n+1){
	    clear:left
	}
}

/*-----------------------------------------------------------------------------------*/
/* [CARD] */
/*-----------------------------------------------------------------------------------*/

.card{
	display: block;
	position: relative;
	padding: 20px;
	border: 1px solid #DBDBDB;
	margin: 0 0 30px 0;
}
.card--has-footer{
	padding: 20px 20px 103px 20px;
}
.card:before{
	content: ' ';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 28px 28px;
	border-color: transparent transparent #e3650e transparent;
}
.card__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.card__image{
	margin: -20px -20px 20px -20px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.card__image img{
	width: 100%;
	height: auto;
}
.card__title{
	display: block;
	font-family: 'Frutiger Light';
	margin: 0 0 15px 0;
	font-size: 25px;
	line-height: 1.33;
	color: #205740;
}
a.card:hover .card__title{
	color: #ff8937;
}
a.card__title:hover{
	color: #ff8937;
}
a.card__download:hover .download__title{
	color: #ff8937;	
}
.card__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
}
.card__download{
	display: block;
	margin: 35px 0 0 0;
	cursor: pointer;
}
.card__download:after{
	content: '';
	display: block;
	clear: both;
}
.card__footer{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	padding: 0 20px 10px 20px;
}
.card__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 0 30px 0 0;
}
.card__more:hover{
	color: #ca5a0d;
	background-image: url(assets/img/icon-plus-o-hover.png?2);
}
.card__more:last-child{
	margin-right: 0;
}
.card__footer .card__more{
	display: block;
	margin: 0 0 10px 0;
}
.card__download:hover .download__title{
	color: #ff8937;
}
@media (min-width: 768px) {
	.card__image{
		margin: -30px -30px 30px -30px;
	}
	.card--has-footer{
		padding: 30px 30px 113px 30px;
	}
	.card__footer{
		padding: 0 30px 20px 30px;
	}
}
@media (min-width: 992px) {
}

@media (min-width: 1200px) {
	.card{
		padding: 40px;
		margin: 0 0 30px 0;
	}
	.card--has-footer{
		padding-bottom: 103px;
	}
	.card:before{
		border-width: 0 0 38px 38px;
	}
	.card__image{
		margin: -40px -40px 40px -40px;
	}
	.card__title{
		font-size: 30px;
	}
	.card__text{
		font-size: 21px;
	}
	.card__footer{
		padding: 0 40px 40px 40px;
	}
	.card__footer .card__more{
		display: inline-block;
		margin: 0 20px 0 0;
	}
}

/**/

.card-single{
	display: block;
	position: relative;
	padding: 20px;
	border: 1px solid #DBDBDB;
	margin: 0 0 30px 0;
	text-align: center;
}
.card-single__download{
	display: block;
	padding: 35px 0 0 0;
}
.card-single__download:after{
	content: '';
	display: block;
	clear: both;
}
.card-single:before{
	content: ' ';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 28px 28px;
	border-color: transparent transparent #e3650e transparent;
}
.card-single__download .download__icon{
	float: none;
	margin: 0 0 15px 0;
}
.card-single__download .download__title{
	margin: 0;
}
.card-single__download .download__info{
	margin: 0;
}
@media (min-width: 1200px) {
	.card-single{
		text-align: left;
		padding: 40px;
		margin: 0 0 30px 0;
	}
	.card-single__download .download__icon{
		float: left;
		margin: 0;
	}
	.card-single__download .download__title{
		margin: 0 0 0 58px;
	}
	.card-single__download .download__info{
		margin: 0 0 0 58px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [CARD FULL] */
/*-----------------------------------------------------------------------------------*/

.card-full-container{
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}
.card-full-container:after{
	content: ' ';
	display: block;
	clear: both;
}
.card-full{
	display: block;
	position: relative;
	padding: 20px;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	width: 100%;
	float: left;
}
.card-full__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.card-full__image{
	margin: -40px -40px 40px -40px;
}
.card-full__image img{
	max-width: 100%;
}
.card-full__title{
	display: block;
	font-family: 'Frutiger Light';
	margin: 0 0 15px 0;
	font-size: 22px;
	line-height: 1.33;
	color: #205740;
}
a.card-full:hover .card-full__title{
	color: #ff8937;
}
.card-full--empty{
	text-align: center;
	margin: 0;
}
.card-full--download-left{
	cursor: pointer;
}
.card-full--download-left .card-full__title{
	margin: 0;
	text-align: center;
	font-size: 16px;
}
.card-full__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
}
.card-full__meta{
	font-family: 'Frutiger Light';
	color: #939393;
	font-size: 14px;
	margin: -10px 0 0 ;
}
.card-full__download{
	display: block;
	padding: 20px 0 0 0;
	cursor: pointer;
}
.card-full__download:after{
	content: '';
	display: block;
	clear: both;
}
a.card-full:hover .card-full__download .download__title,
a.card-full__download:hover .download__title,
.card-full--download-left a:hover  .card-full__title{
	color: #ff8937;
}
.card-full--download-left:hover .card-full__title{
	color: #ff8937;
}
.card-full__download:hover .download__title{
	color: #ff8937;
}
.card-full__footer{
	padding: 35px 0 0 0;
}
.card-full__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 0 30px 0 0;
}
.card-full__more:last-child{
	margin-right: 0;
}
@media (min-width: 768px) {
	.card-full--download-left .card-full__title{
		text-align: left;
		margin: 0 0 0 58px;
		font-size: 22px;
	}
	.card-full--empty .card-full__title {
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.card-full--50{
		width: 50%;
	}
	.card-full{
		padding: 40px;
	}
	.card-full__category{
		font-size: 15px;
	}
	.card-full__title{
		font-size: 30px;
	}
	.card-full--empty .card-full__title {
		margin: 0;
	}
	.card-full__text{
		font-size: 21px;
	}
	.card-full__meta{
		font-size: 16px;
	}
	.card-full__download{
		padding: 35px 0 0 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [DOWNLOAD] */
/*-----------------------------------------------------------------------------------*/

.download__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 0 58px;
}
.download__info{
	font-family: 'Frutiger Roman';
	color: #4a4a4a;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 0 58px;
}
.download__info a{
	color: #e3650e;
}
.card-full--download-left .download__info{
	margin: 0;
	text-align: center;
}
.download__info strong{
	font-family: 'Frutiger Black';
}
.download__icon{
	float: left;
	margin: 0 15px 0 0;
}
.card-full--download-left .download__icon{
	float: none;
	margin: 0 0 15px 0;
	text-align: center;
}
@media (min-width: 768px) {
	.download__title{
		font-size: 21px;
	}
	.download__info{
		font-size: 16px;
	}
	.card-full--download-left .download__info{
		margin: 0 0 0 58px;
		text-align: left;
	}
	.card-full--download-left .download__icon{
		float: left;
		margin: 0 0 0 0;
		text-align: left;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [NAV CALENDAR] */
/*-----------------------------------------------------------------------------------*/

.navbox{
	display: none;
}

.navbox-filter{
	margin: 0 0 20px 0;
}
.navbox-filter ul{
	display: table;
	/*width: 100%;*/
	margin: 0 auto;
}
.navbox-filter li{
	display: block;
}
.navbox-filter a{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Frutiger Black';
	color: #929292;
	font-size: 15px;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}
.navbox-filter a:hover{
	color: #e3650e;
}
.navbox-filter li:last-child a{
	margin: 0;
}
.navbox-filter li.current-cat a{
	color: #4a4a4a;
	background: transparent url(assets/img/icon-arrow-down-darkgrey.png) no-repeat 50% 100%;
}
@media (min-width: 768px) {
	.navbox-filter li{
		display: table-cell;
	}
	.navbox-filter a{
		padding: 0 15px 25px 0;
		margin: 0;
	}
	.navbox-filter--agenda a{
		padding: 0 0 25px 0;
		margin: 0 30px 0 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [CALENDAR] */
/*-----------------------------------------------------------------------------------*/

.calendar{
	border-bottom: 1px solid #DBDBDB;
}
.calendar-item{
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	padding:35px 20px;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.calendar-item__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 15px;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}
.calendar-item__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.calendar-item:hover .calendar-item__title{
	color: #e3650e;
}
.calendar-item--empty .calendar-item__title{
	text-align: center;
	margin: 0;
}
.calendar-item__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.3;
}
.calendar-item__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-down-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	cursor: pointer;
	margin: 20px 0 0 0;
}
.calendar-item:hover .calendar-item__more{
	color: #CA5A0D;
	background: transparent url(assets/img/icon-down-o-hover.png) no-repeat 0 0;
}
.calendar-item--active .calendar-item__more{
	background: transparent url(assets/img/icon-up-o.png) no-repeat 0 0;
}
.calendar-item.calendar-item--active:hover .calendar-item__more{
	color: #CA5A0D;
	background: transparent url(assets/img/icon-up-o-hover.png) no-repeat 0 0;
}
.calendar-item__content{
	height: 0;
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
	overflow: hidden;
}
.calendar-item__meta{
	font-size: 16px;
	margin: 25px 0 0 0;
}
.calendar-item__meta p{
	margin: 0 0 1em 0;
}
.calendar-item__meta strong{
	font-family: 'Frutiger Black';
}
.calendar-item__meta a{
	color: #e3650e;
}
.calendar-date{
	margin: 0 0 20px 0;
}
.calendar-date__date{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 36px;
}
.calendar-date__date span{
	font-size: 22px;
}
.calendar-date__month{
	font-family: 'Frutiger Black';
	color: #205740;
	font-size: 21px;
}
@media (min-width: 768px) {
	.calendar-item{
		padding:45px 50px 45px 145px;
		text-align: left;
	}
	.calendar-item--empty{
		padding:45px 50px;	
	}
	.calendar-date{
		position: absolute;
		top: 47px;
		left: 25px;
		width: 95px;
		text-align: center;
		margin: 0;
	}
	.calendar-item__title{
		font-size: 30px;
	}
	.calendar-item__content{
		font-size: 21px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [NAVBOX HEADER] */
/*-----------------------------------------------------------------------------------*/

.navbox-header{
	margin: 40px 0 40px 0;
	border-bottom: 1px solid #2D563E;
	padding: 0 0 20px 0;
	text-align: center;
}
.navbox-header__current{
	display: inline-block;
	font-family: 'Frutiger Black';
	color: #205740;
	font-size: 32px;
}
.navbox-header__prev{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-left-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 0 0 14px 0;
	cursor: pointer;
	float: left;
	margin: 14px 0 0 0;
}
.navbox-header__prev:hover{
	color: #CA5A0D;
	background: transparent url(assets/img/icon-left-o-hover.png) no-repeat 0 0;
}
.navbox-header__next{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-right-o.png) no-repeat 100% 0;
	padding: 0 27px 0 0 ;
	margin: 14px 0 0 0;
	cursor: pointer;
	float: right;
}
.navbox-header__next:hover{
	color: #CA5A0D;
	background: transparent url(assets/img/icon-right-o-hover.png) no-repeat 100% 0;
}
@media (min-width: 1200px) {
	.navbox-header{
		padding: 40px 0 20px 0;
	}
	.navbox-header__current{
		font-size: 40px;
	}
	.navbox-header__prev{

	}
	.navbox-header__next{
		
	}
}


/*-----------------------------------------------------------------------------------*/
/* [MAP] */
/*-----------------------------------------------------------------------------------*/

.map{
	padding: 40px 0 0 0;
}
.map__title{
	font-family: 'Frutiger Black';
	font-size: 32px;
	color: #205740;
	margin: 0 0 25px 0;
	text-align: center;
}
.map__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 25px 0;
}
.map__iframe{
	width: 100%;
	border: 0;
	height: 250px;
}
.map__container{
	margin: 0 -20px;
}
.scrolloff{
	pointer-events: none;
}
@media (min-width: 1200px) {
	.map{
		padding: 75px 0 0 0;
	}
	.map__title{
		font-size: 40px;
	}
	.map__text{
		font-size: 21px;
	}
	.map__iframe{
		height: 650px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [MAP NAVIGATION] */
/*-----------------------------------------------------------------------------------*/

#svg-map path {
	fill:#DFDFDF;
}

#svg-map #acre path,
#svg-map #amazonas path,
#svg-map #bahia path,
#svg-map #ceara path,
#svg-map #distritofederal path,
#svg-map #goias path,
#svg-map #matogrosso path,
#svg-map #matogrossodosul path,
#svg-map #minasgerais path,
#svg-map #para path,
#svg-map #paraiba path,
#svg-map #parana path,
#svg-map #pernambuco path,
#svg-map #riodejaneiro path,
#svg-map #riograndedonorte path,
#svg-map #riograndedosul path,
#svg-map #santacatarina path,
#svg-map #saopaulo path{
	fill:#5C9E78;
}
#svg-map a:hover {
	cursor: default;
}
#svg-map #acre:hover path,
#svg-map #amazonas:hover path,
#svg-map #bahia:hover path,
#svg-map #ceara:hover path,
#svg-map #distritofederal:hover path,
#svg-map #goias:hover path,
#svg-map #matogrosso:hover path,
#svg-map #matogrossodosul:hover path,
#svg-map #minasgerais:hover path,
#svg-map #para:hover path,
#svg-map #paraiba:hover path,
#svg-map #parana:hover path,
#svg-map #pernambuco:hover path,
#svg-map #riodejaneiro:hover path,
#svg-map #riograndedonorte:hover path,
#svg-map #riograndedosul:hover path,
#svg-map #santacatarina:hover path,
#svg-map #saopaulo:hover path{
	fill:#085640 !important;
	cursor:pointer;
}

#svg-map a.current-cat path {
	fill:#085640 !important;
}

.map-navigation #svg-map{
	width: 100%;
	height: auto;
	padding: 20px 0;
}
.map-navigation{
	padding: 20px 0;
}
.map-navigation__title{
	font-family: 'Frutiger Light';
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 22px;
	line-height: 1.33;
	color: #4a4a4a;
	font-style: italic;
}
.map-navigation__list{
	padding: 0 0 0 0;
}
.map-navigation__list a{
	display: block;
	font-family: 'Frutiger Light';
	color: #e3650e;
	font-size: 21px;
	line-height: 1.6;
}
.map-navigation__list a:hover,
.map-navigation__list li.current-cat a{
	color: #9a3f00
}
@media (min-width: 1200px) {
	.map-navigation__list{
		padding: 70px 0 0 0;
	}
	.map-navigation #svg-map{
		width: 90%;
	}
	.map-navigation__title{
		font-size: 30px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [FORM2] */
/*-----------------------------------------------------------------------------------*/

.form2{
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #DBDBDB;
}
.form2--clean{
	padding: 0;
	margin: 0;
	border:0;
}
.form2__title{
	font-family: 'Frutiger Light';
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 32px;
	line-height: 1.33;
	color: #205740;
}
.form2__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 30px 0;
}
.form2__group{
	margin: 0 0 20px 0;
}
.form2__col:after{
	display: block;
	content: '';
	clear: both;
}
.form2__input{
	width: 100%;
	height: 50px;
	border: 1px solid #BCBCBC;
	font-family: 'Frutiger Light';
	font-size: 21px;
	color: #4a4a4a;
	padding: 0 0 0 10px;
	border-radius: 0;
	background:transparent;
}
.form2__input:disabled{
	background: #e9e9e9;
	color: #777;
}
.form2__input::-webkit-input-placeholder {
	color: #808080;
	font-style: italic;
}
.form2__input:-moz-placeholder { /* Firefox 18- */
	color: #808080;  
	font-style: italic;
}
.form2__input::-moz-placeholder {  /* Firefox 19+ */
	color: #808080;  
	font-style: italic;
}
.form2__input:-ms-input-placeholder {  
	color: #808080;  
	font-style: italic;
}
.form2__input--left{
	float: left;
	width: 48.75%;
}
.form2__input--right{
	float: right;
	width: 48.75%;
}
.form2__email .form2__input{
	margin: 0 0 20px 0;
}
.form2__email:after{
	display: block;
	content: '';
	clear: both;
}
.form2__submit{
	width: 100%;
	height: 50px;
	border: 0;
	background: #e3650e;
	font-family: 'Frutiger Black';
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
@media (min-width: 1200px) {
	.form2{
		padding: 0 0 60px 0;
	}
	.form2__title{
		font-size: 42px;
	}
	.form2__text{
		font-size: 21px;
	}
	.form2__email .form2__input{
		margin: 0;
	}
	.form2__email .form2__input{
		width: 610px;
		float: left;
	}
	.form2__email .form2__input{
		border-right: 0;
	}
	.form2__submit{
		width: auto;
		padding: 0 15px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [servicos-online-list] */
/*-----------------------------------------------------------------------------------*/

.servicos-online-list{
	margin: 0 0 30px 0;
}
.servicos-online-list__title{
	font-family: 'Frutiger Light';
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 1.33;
	color: #205740;
}
.servicos-online-list__subtitle{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 20px 0;
}
.servicos-online-list__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}
.servicos-online-list__text strong{
	font-family: 'Frutiger Black';
	margin: 0 10px 0 0;
}
.servicos-online-list__content{
	height: 0;
	overflow-y: hidden;
	text-align: left;
}
.servicos-online-list__content p{
	margin: 0 0 1em 0;
}
.servicos-online-list__more{
    display: inline-block;
    font-family: 'Frutiger Black';
    font-size: 16px;
    line-height: 23px;
    color: #e3650e;
    background: transparent url(assets/img/icon-down-o.png) no-repeat 0 0;
    padding: 0 0 0 27px;
    margin: 25px 0 0 0;
    cursor: pointer;
}
.servicos-online-list__more:hover{
    color: #CA5A0D;
    background: transparent url(assets/img/icon-down-o-hover.png) no-repeat 0 0;
}
.servicos-online-list__content--active .servicos-online-list__more {
    background: transparent url(assets/img/icon-up-o.png) no-repeat 0 0;
}
.servicos-online-list__content--active .servicos-online-list__more:hover {
    background: transparent url(assets/img/icon-up-o-hover.png) no-repeat 0 0;
}
@media (min-width: 1200px) {
	.servicos-online-list{
		margin: 0 0 75px 0;
	}
	.servicos-online-list__title{
		font-size: 30px;
	}
	.servicos-online-list__subtitle{
		font-size: 21px;
	}
	.servicos-online-list__text{
		font-size: 18px;
		margin: 0 0 30px 0;
	}
}

/**/

.banner1 img{
	max-width: 100%;
}

/**/

.servicos-online-table{
	border: 1px solid #ebebeb;
	padding:45px 0 0 0;
	text-align: center;
	margin: 0 0 40px 0;
}
.servicos-online-table__title{
	display: block;
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 15px 0;
}
.servicos-online-table__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 45px 0;
	padding: 0 20px;
}
.servicos-online-table__text strong{
	font-family: 'Frutiger Black';
}
.servicos-online-table__container{
	margin: 0 ;
	overflow:hidden;
	position:relative;
}
.servicos-online-table table{
	width: 100%;
	/*table-layout: fixed;*/
	border-spacing: 0;
	border-bottom: 1px solid #ebebeb;
}
.servicos-online-table tr:nth-child(odd) {
	background-color: #ebebeb;
}
.servicos-online-table table th{
	background: #205740;
	font-family: 'Frutiger Black';
	font-size: 18px;
	color: #fff;
	padding: 19px 10px 16px 10px;
}
.servicos-online-table table td{
	padding: 10px;
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.4;
	color: #4a4a4a;
	padding: 19px 10px 16px 10px;
}
.servicos-online-table table strong{
	font-family: 'Frutiger Black';
	color: #205740;
	text-align: right;
}
.servicos-online-table table span{
	color: #205740;
}
@media (min-width: 1200px) {
	.servicos-online-table{
		margin: 0 0 80px 0;
	}
	.servicos-online-table__title{
		font-size: 30px;
	}
	.servicos-online-table__text{
		font-size: 21px;
		padding: 0;
	}
	.servicos-online-table table th{
		font-size: 22px;
	}
}


/**/
.servicos-online-simples{
	background: #ebebeb;
	text-align: center;
	padding: 60px 0;
	margin: 0 0 80px 0;
}
.servicos-online-simples__title{
	display: block;
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 42px;
	line-height: 1.3;
	margin: 0 0 15px 0;
}
.servicos-online-simples__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 21px;
	line-height: 1.3;
}
.servicos-online-simples__text a{
	color: #205740;
}

/**/


/**/

.servicos-online-mais-lidas .collection__title{
	font-size: 28px;
	margin-top: 40px;
}
@media (min-width: 1200px) {
	.servicos-online-mais-lidas .collection__title{
		font-size: 40px;
		margin-top: 60px;
	}
}

/**/

.servicos-online-resultado{
	height: 0;
	overflow: hidden;
}
.servicos-online-resultado__content{
	background: #ebebeb;
	padding: 30px;
}
.servicos-online-resultado__title {
    font-family: 'Frutiger Black';
    font-size: 28px;
    color: #205740;
    margin: 0 0 30px 0;
    text-align: center;
}
.servicos-online-resultado__text {
    font-family: 'Frutiger Light';
    font-size: 18px;
    line-height: 1.4;
    color: #4a4a4a;
}
.servicos-online-resultado__text strong{
    font-family: 'Frutiger Bold';
}
.servicos-online-resultado__text u{
    text-decoration: underline;
}

@media (min-width: 992px){
	.servicos-online-resultado__title {
	    font-size: 32px;
	}
	.servicos-online-resultado__content{
		background: #ebebeb;
		padding: 50px;
	}
	.servicos-online-resultado__text {
		font-size: 21px;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [TIMELINE] */
/*-----------------------------------------------------------------------------------*/

.timeline {
	position: relative;
} 
.timeline::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
.timeline-block {
	position: relative;
	margin: 2em 0 4em 0;
}
.timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-block:first-child {
	margin-top: 0;
}
.timeline-block:last-child {
	margin-bottom: 0;
}
.timeline-content {
	position: relative;
	/*margin: 0 0 0 40px;*/
	text-align: left;
}
.timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-img{
	position: relative;
	margin: 0 0 20px 0;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.timeline-img img{
	width: 100%;
	height: auto;
}
.timeline-content__date{
	font-family: 'Frutiger Light';
	font-size: 40px;
	line-height: 1;
	text-indent: -5px;
	color: #ff8937;
}
.timeline-content__title{
	font-family: 'Frutiger Light';
	font-size: 22px;
	line-height: 1.3;
	color: #205740;
	margin: 0 0 5px 0;
}
.timeline-content__text{
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.4;
	color: #4a4a4a;
}
/*@media (min-width: 768px) {
	.timeline-content__date{
		font-size: 50px;
	}
}*/
@media (min-width: 768px) {
	.timeline{
		padding: 30px 0;
	}
	.timeline::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		width: 1px;
		background: #ebebeb;
		margin-left: 0;
	}
	.timeline-block {
		margin: 4em 0;
	}
	.timeline-block:first-child {
		margin-top: 0;
	}
	.timeline-block:last-child {
		margin-bottom: 0;
	}
	.timeline-dot {
		position: absolute;
		top: 22px;
		left: 50%;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #ff8937;
		margin-left: -7px;
	}
	.timeline-content {
		margin-left: 0;
		width: 46.5%;
		text-align: right;
		padding: 0 0 0 80px;
	}
	.timeline-content__date{
		font-size: 70px;
		text-indent: 0;
		text-indent: -10px;
	}
	.timeline-content__title{
		font-size: 30px;
	}
	.timeline-content__text{
		font-size: 18px;
	}
	.timeline-img {
		margin: 0 0 0 47px;
		width: 46.5%;
		float: right;
	}
	.timeline-block:nth-child(odd) .timeline-content {
		float: right;
		text-align: left;
		padding: 0 80px 0 0;
	}
	.timeline-block:nth-child(odd) .timeline-img {
		float: left;
		text-align: left;
		margin: 0 0 0 0;
	}
	.timeline-block:nth-child(odd) .timeline-content__date{
		text-indent: -10px;
	}
}


/*-----------------------------------------------------------------------------------*/
/* [FILTER] */
/*-----------------------------------------------------------------------------------*/

.filter{
	background: #EBEBEB;
	padding: 30px 20px;
	margin: 0 0 35px 0;
	text-align: center;
}
.filter__title{
	font-family: 'Frutiger Black';
	font-size: 32px;
	line-height: 1.1;
	color: #205740;
	text-align: center;
	margin: 0 0 30px 0;
}
.filter__input{
	width: 100%;
	height: 50px;
	border: 1px solid #BCBCBC;
	font-family: 'Frutiger Light';
	font-size: 21px;
	color: #4a4a4a;
	padding: 0 0 0 10px;
	border-radius: 0;
	background:transparent;
	margin: 0 0 20px 0;
}
.filter__select{
	margin: 0 0 30px 0;
}
.filter__select select{
	-webkit-appearance: none;
	width: 100%;
	background:transparent;
}
.filter__select .filter__input{
	margin: 0;
}

.filter__input::-webkit-input-placeholder {
	color: #808080;
	font-style: italic;
}
.filter__input:-moz-placeholder { /* Firefox 18- */
	color: #808080;  
	font-style: italic;
}
.filter__input::-moz-placeholder {  /* Firefox 19+ */
	color: #808080;  
	font-style: italic;
}
.filter__input:-ms-input-placeholder {  
	color: #808080;  
	font-style: italic;
}
.filter__checkbox-group{
	margin: 0 0 0 0;
	font-family: 'Frutiger Light';
	font-size: 16px;
	color: #4a4a4a;
	line-height: 1.6;
	text-align: left;
}
.filter__checkbox-group strong{
	font-family: 'Frutiger Black';
	text-transform: uppercase;
	display: block;
	margin: 15px 0 5px 0;
}
.filter__clear,
.filter__submit{
	display: inline-block;
	height: 46px;
	line-height: 46px;
	border: 0;
	background: #fff;
	font-family: 'Frutiger Black';
	font-size: 16px;
	color: #e3650e;
	padding: 0 25px;
	cursor: pointer;
}
.filter__submit--center{
	float: none !important;
}
.filter__clear{
	margin: 15px 0 15px 0;
}
@media (min-width: 768px) {
	.filter__clear{
		float: right;
		margin: 30px 0 0 0;
	}
	.filter__submit{
		float: left;
		margin: 30px 0 0 0;
	}
	.filter__checkbox-group strong{
		margin: 0 0 5px 0;
	}
}
@media (min-width: 1200px) {
	.filter{
		background: #EBEBEB;
		padding: 40px 40px 60px 40px;
	}
	.filter__clear{
		float: right;
		margin: 0;
	}
	.filter__submit{
		float: left;
		margin: 0;
	}
	.filter__select{
		margin: 0 0 30px 0;
	}
	.filter__title{
		font-size: 40px;
	}
	.filter__checkbox-group{
		margin: 0 0 30px 0;
	}
	.filter__checkbox-group strong{
		margin: 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [FILTER LETTERS] */
/*-----------------------------------------------------------------------------------*/

.filter-nav{
	margin: 0 0 45px 0;
	background: #fff;
}
.filter-nav--mobile{
	margin: 0 0 15px 0;	
	text-align: center;
}
.filter-nav ul{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #e3650e;
}
.filter-nav li{
	display: table-cell;
	position: relative;
}
.filter-nav span{
	display: block;
	text-align: center;
	font-family: 'Frutiger Light';
	color: #e3650f;
	font-size: 42px;
	padding: 25px 0 25px 0;
	cursor: pointer;
	opacity: 0.5;
}
.filter-nav li.current-cat span{
	color: #e3650f;
}
.filter-nav li.have-itens span{
	opacity: 1;
}
.filter-nav li.current-cat:after{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e3650f;
}

/*-----------------------------------------------------------------------------------*/
/* [FILTER LETTERS] */
/*-----------------------------------------------------------------------------------*/

.filter-list{

}
.filter-item{
	border-bottom: 1px solid #dbdbdb;
	background: transparent url(assets/img/icon-arrow-down-orange.png) no-repeat right 20px top 22px;
	padding: 15px 0 0 0;
	overflow: hidden;
	position: relative;
}
.filter-item--active{
	overflow: visible;
	background-image: url(assets/img/icon-arrow-up-orange.png);
}
.filter-letter{
	font-family: 'Frutiger Light';
	font-size: 40px;
	line-height: 1;
	color: #205740;
	text-transform: uppercase;
	text-align: center;
}
.filter-item__title{
	font-family: 'Frutiger Light';
	font-size: 18px;
	line-height: 1.3;
	color: #4a4a4a;
	margin: 0 0 15px 0;
	padding: 0 60px 0 0;
	cursor: pointer;
}
.filter-item__text{
	font-family: 'Frutiger Light';
	font-size: 16px;
	color: #4a4a4a;
	line-height: 1.6;
	height: 0;
	overflow: hidden;
}
.filter-item__logo{
	text-align: center;
	padding: 0;
	margin: 15px 0 0 0;
}
.filter-item__logo img{
	max-width: 150px;
	height: auto;
}
.filter-item--active .filter-item__title{
	font-family: 'Frutiger Bold';
}
.filter-tags{
	font-family: 'Frutiger Light';
	font-size: 16px;
	color: #4a4a4a;	
	margin: 0 0 20px 0;
}
.filter-tags strong{
	display: block;
	font-family: 'Frutiger Bold';
	font-size: 15px;
	text-transform: uppercase;
}
.filter-tags a{
	color: #e3650f;
}
@media (min-width: 1200px) {
	.filter-letter{
		font-size: 80px;
	}
	.filter-item__title{
		font-size: 21px;
	}
	.filter-item__text{
		font-size: 18px;
	}
	.filter-item__logo{
		text-align: right;
		padding: 0 40px 0 0;
		margin: 0;
	}
	.filter-item{
		padding: 15px 19px 0 20px;
	}
}
/*-----------------------------------------------------------------------------------*/
/* [TABS] */
/*-----------------------------------------------------------------------------------*/

.tab-content{
	display: none;
}
.tab-content--active{
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/* [CONTACT] */
/*-----------------------------------------------------------------------------------*/

.contact__form-group{
	margin: 0 0 20px 0;
}
.contact__input, .wpcf7-text, .wpcf7-select, .wpcf7-textarea{
	width: 100%;
	height: 50px;
	border: 1px solid #BCBCBC;
	font-family: 'Frutiger Light';
	font-size: 21px;
	color: #4a4a4a;
	padding: 0 0 0 10px;
	border-radius: 0;
	background:transparent;
	margin: 10px 0 20px;
}
.wpcf7-textarea{ 
    height: auto
}

.contact__textarea{
	height: 150px;
	padding: 15px;
}
.contact__select{
	
}
.contact__select select{
	-webkit-appearance: none;
	width: 100%;
	background:transparent;
}
.contact__input::-webkit-input-placeholder {
	color: #808080;
	font-style: italic;
}
.contact__input:-moz-placeholder { /* Firefox 18- */
	color: #808080;  
	font-style: italic;
}
.contact__input::-moz-placeholder {  /* Firefox 19+ */
	color: #808080;  
	font-style: italic;
}
.contact__input:-ms-input-placeholder {  
	color: #808080;  
	font-style: italic;
}
.contact__btns{
	text-align: center;
}
.contact__submit, .wpcf7-submit{
	display: inline-block;
	width: 100%;
	height: 50px;
	border: 0;
	background: #e3650e;
	font-family: 'Frutiger Black';
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.contact__submit:hover{
	background: #CA5A0D;
}
.contact__help-block{
	display: block;
	margin: 8px 0 0 0;
	display: inline-block;
	font-family: 'Frutiger Light';
	font-size: 16px;
	color: #333;
}
.contact__description-block{
	display: block;
	margin: 8px 0 0 0;
	display: inline-block;
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 23px;
	color: #333;
}
.contact__success{
	background: #ebebeb;
	padding: 55px 40px 50px 40px;
	font-family: 'Frutiger Light';
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	color: #205740;
}
.contact__success a{
	color: #e3650e;
	font-family: 'Frutiger Black';
	font-size: 16px;
}
@media (min-width: 1200px) {
	.contact__submit{
		width: 110px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [LISTFULL ORDERED] */
/*-----------------------------------------------------------------------------------*/

.listfull-ordered-title{
	font-family: 'Frutiger Black';
	font-size: 32px;
	color: #205740;
	margin: 40px 0 15px 0;
	text-align: center;
}
.listfull-ordered{
	border-top: 1px solid #DBDBDB;
}
.listfull-ordered__item{
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	padding: 20px;
}
.listfull-ordered-item__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
}
.listfull-ordered-item__text strong{
	font-family: 'Frutiger Black';
}
.listfull-ordered-item__num{
	font-family: 'Frutiger Light';
	font-size: 40px;
	line-height: 1;
	color: #4ca26a;
	margin: 0 0 10px 0;
}
@media (min-width: 992px) {
	.listfull-ordered-item__num{
		font-size: 50px;
	}
}
@media (min-width: 1200px) {
	.listfull-ordered-title{
		margin: 70px 0 30px 0;
		font-size: 40px;
	}
	.listfull-ordered__item{
		padding: 45px;
	}
	.listfull-ordered-item__num{
		letter-spacing: -0.1em;
		margin: 0 0 0 0;
	}
	.listfull-ordered-item__text{
		font-size: 21px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [TITLES] */
/*-----------------------------------------------------------------------------------*/

.title1{
	font-family: 'Frutiger Black';
	font-size: 32px;
	color: #205740;
	margin: 0 0 30px 0;
	text-align: center;
}
.subtitle1{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 25px 0;
}
.subtitle1 a{
	color: #ff8937;
}
.hr1{
	border:0;
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 25px 0;
}
@media (min-width: 1200px) {
	.title1{
		font-size: 40px;
	}
	.subtitle1{
		font-size: 21px;
		margin: 0 0 50px 0;
	}
	.hr1{
		margin: 0 0 50px 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [NAVBOX HEADER] */
/*-----------------------------------------------------------------------------------*/

.card-full-header{
	margin: 0 0 40px 0;
	text-align: center;
}
.card-full-header:after{
	content: '';
	display: block;
	clear: both;
}
.card-full-header__current-cat{
	display: block;
	font-family: 'Frutiger Black';
	color: #205740;
	font-size: 32px;
	border-bottom: 1px solid #2D563E;
	padding: 0 0 25px 0;
	margin: 0 0 35px 0;
}
.card-full-header__current-date{
	display: inline-block;
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 22px;
	margin: 0 0 15px 0;
}
.card-full-header__prev{
	display: inline-block;
	float: left;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-left-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 5px 0 0 0;
	cursor: pointer;
}	
.card-full-header__next{
	display: inline-block;
	float: right;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-right-o.png) no-repeat 100% 0;
	padding: 0 27px 0 0 ;
	margin: 5px 0 0 0;
	cursor: pointer;
}
@media (min-width: 1200px) {
	.card-full-header__current-cat{
		font-size: 40px;
	}
	.card-full-header__current-date{
		display: inline-block;
		font-size: 32px;
		margin: 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [NAVBOX HEADER] */
/*-----------------------------------------------------------------------------------*/

.diretoria{
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	margin: 0 0 60px 0;
}
.diretoria-item{
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.diretoria__category{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	padding: 30px 20px 5px 20px;
}
.diretoria__title{
	font-family: 'Frutiger Light';
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
	padding: 0 20px 5px 20px;	
	color: #4a4a4a;
}
.diretoria__text{
	font-family: 'Frutiger Light';
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	padding: 0 20px 45px 20px;	
	color: #e3650e;
}
.diretoria__image{
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.diretoria__image img{
	width: 100%;
	height: auto;
}
.diretoria-header{
	font-family: 'Frutiger Black';
	color: #205740;
	font-size: 32px;
	margin: 0 0 35px 0;
	text-align: center;
}
.diretoria-header span{
	font-family: 'Frutiger Light';
}

.image-banner img{
	max-width: 100%;
	height: auto;
}
@media (min-width: 568px) {
	.diretoria-item{
		float: left;
		width: 50%
	}
}
@media (min-width: 992px) {
	.diretoria__category{
		font-size: 15px;
	}
	.diretoria-item{
		/*width: 33.33%;*/
		width: 25%;
	}
	.diretoria-header{
		font-family: 'Frutiger Black';
		font-size: 40px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [FULL WIDTH] */
/*-----------------------------------------------------------------------------------*/

.full-width{
	width: 100%;
	overflow: hidden;
}
.full-width .container{
	padding: 0;
	/*overflow: hidden;*/
}
@media (min-width: 1200px) {
	.full-width{
		width: auto;
		overflow: visible;
	}
	.full-width .container{
		padding-left: 20px;
		padding-right: 20px;
		/*overflow: hidden;*/
	}
}


/*-----------------------------------------------------------------------------------*/
/* [ML MENU] */
/*-----------------------------------------------------------------------------------*/

.ml-menu {
	display: block;
	position: relative;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.ml-menu__wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
}
.ml-menu__level {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	overflow-y: scroll;
	width: calc(100% + 50px);
	height: 100%;
	margin: 0;
	padding: 20px 20px 0 20px;
	list-style-type: none;
}
.ml-menu__level--current {
	visibility: visible;
}
.ml-menu__item {
	display: block;
	width: calc(100% - 50px);
}
.ml-menu__link {
	position: relative;
	color: #bdbdbd;
	-webkit-transition: color 0.1s;
	transition: color 0.1s;
	display: block;
	margin: 0 0 12px 0;
	font-family: 'Frutiger Bold';
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #e3650e;
}
.ml-menu__link:hover{
	color: #ff8937;
}
.ml-menu__link[data-submenu]::after {
	content: '';
	margin: 0 0 0 10px;
	color: #fff;
	display: inline-block;
	height: 10px;
	width: 5px;
	background: url(assets/img/icon-ml-menu-right.png) 0 0 no-repeat;
}
[class^='animate-'],
[class*=' animate-'] {
	visibility: visible;
}
.animate-outToRight .ml-menu__item {
	-webkit-animation: outToRight 0.6s both ease;
	animation: outToRight 0.6s both ease;
}
@-webkit-keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.animate-outToLeft .ml-menu__item {
	-webkit-animation: outToLeft 0.6s both ease;
	animation: outToLeft 0.6s both ease;
}
@-webkit-keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.animate-inFromLeft .ml-menu__item {
	-webkit-animation: inFromLeft 0.6s both ease;
	animation: inFromLeft 0.6s both ease;
}
@-webkit-keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate-inFromRight .ml-menu__item {
	-webkit-animation: inFromRight 0.6s both ease;
	animation: inFromRight 0.6s both ease;
}
@-webkit-keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.ml-menu__item--links{
	background: #333;
	margin: 0 -20px;
	width: 100%;
}
.ml-menu-links{
	padding: 20px;
}
.ml-menu-links a{
	display: block;
	margin: 0 0 12px 0;
	font-family: 'Frutiger Roman';
	color: #c2c2c2;
	font-size: 12px;
	text-transform: uppercase;
}
.ml-menu-links a:hover{
	color: #fff;
}
.ml-menu-links a:last-child{
	margin: 0;
}
.ml-menu-links:after{
	content: '';
	clear: both;
	display: block;
}
.ml-menu-links__left{
	width: 60%;
	float: left;
}
.ml-menu-links__right{
	width: 40%;
	float: right;
}
.ml-menu__item--footer{
	background: #333;
	margin: 0 -20px;
	width: 100%;
}
.ml-menu-footer{
	border-top: 1px solid #222222;
	/*padding: 15px 20px;*/
	padding: 0;
}
.ml-menu-footer .login-button{
	margin: 0 10px 0 0;
	vertical-align: middle;
	background-color: #399559;
}

.ml-menu__item--story{
	background: #333;
	margin: 30px -20px 0 -20px;
	width: 100%;
}
.ml-menu-story{
	padding: 29px 20px;
}
.ml-menu-story__title{
	font-family: 'Frutiger Bold';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 0 0 7px 0;
}
.ml-menu-story__text{
	font-family: 'Frutiger Light';
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 0 0 20px 0;
}
.ml-menu-story__more{
	display: block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
}	
.ml-menu-story__more:hover{
	color: #ff8937;
	background: transparent url(assets/img/icon-plus-o-hover2.png) no-repeat 0 0;
}

.ml-menu__item--back{
	background: #333;
	margin: 0 -20px;
	width: 100%;
}
.ml-menu-back{
	display: block;
	padding: 15px 20px;
	text-align:center;
	border-top: 1px solid #222222;
	color: #529752;
	font-family: 'Frutiger Roman';
	font-size: 13px;
}
.ml-menu-back:hover{
	color: #65b965;
}
.ml-menu-back:before {
	content: '';
	margin: 0 5px 0 0;
	color: #fff;
	display: inline-block;
	height: 10px;
	width: 5px;
	background: url(assets/img/icon-ml-menu-left.png) 0 3px no-repeat;
}


/*-----------------------------------------------------------------------------------*/
/* [DROPDOWN] */
/*-----------------------------------------------------------------------------------*/

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 21px;
  font-style: italic;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 50px;
}
/*.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}*/
/*.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}*/
/*.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}*/
.btn-default {
  font-family: 'Frutiger Light';
  color: #bbb;
  background-color: transparent;
  border-color: #bcbcbc;
}
/*.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #fff;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #fff;
  border-color: #adadad;
}*/
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #fff;
  border-color: #ff8937;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #fff;
  /*border-color: #8c8c8c;*/
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 16px;
  height: 8px;
  margin-left: 2px;
  vertical-align: middle;
  background: url(assets/img/icon-arrow-down-mediumgrey.png) center no-repeat;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-family: 'Frutiger Light';
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #4a4a4a;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  background: url(assets/img/icon-arrow-up-mediumgrey.png) center no-repeat;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 100% \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 40px;
  z-index: 1;
  color: #000;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #bcbcbc;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  /*border-color: #b94a48;*/
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.bootstrap-select.active .btn-default{
	color: #4a4a4a;
	font-style: normal;
}

.bootstrap-select.letras{
	width: auto !important;
}
.bootstrap-select.letras .btn-default {
  font-family: 'Frutiger Light';
  color: #205740;
  background-color: transparent;
  border-color: #bcbcbc;
  font-size: 40px;
  text-transform: uppercase;
  font-style: normal;
  height: 53px;
  padding: 0px 30px 0px 12px;
  border: 0 !important;
  box-shadow: none!important;
}
.bootstrap-select.letras .dropdown-menu > li > a{
	text-transform: uppercase;
}

/**/


.page-template-impugnacao .main__title,
.page-template-impugnacao .main__text{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}



.contribuicao-sindical-banner{
	margin: 0 0 55px 0 !important;
}


/*-----------------------------------------------------------------------------------*/
/* [Calculadora] */
/*-----------------------------------------------------------------------------------*/

.calc{
	padding: 40px 20px 0 20px;
}
.calc:after{
	display: block;
	content: '';
	clear: both;
}
.calc__form{
	position: relative;
	width: 100%;
	float: left;
}
.calc__title{
	font-family: 'Frutiger Light';
	font-size: 24px;
	line-height: 1.3;
	color: #205740;
	margin: 0 0 30px 0;
}
.calc__input{
	height: 50px;
	border: 1px solid #c7c7c7;
	border-right: 0;
	font-family: 'Frutiger Light';
	font-size: 21px;
	color: #4a4a4a;
	padding: 0 0 0 10px;
	width: 100%;
	padding-right: 135px;
	margin: 0 0 10px 0;
}
.calc__input::-webkit-input-placeholder {
	color: #808080;
	font-style: italic;
}
.calc__input:-moz-placeholder { /* Firefox 18- */
	color: #808080;  
	font-style: italic;
}
.calc__input::-moz-placeholder {  /* Firefox 19+ */
	color: #808080;  
	font-style: italic;
}
.calc__input:-ms-input-placeholder {  
	color: #808080;  
	font-style: italic;
}
.calc__submit{
	position: absolute;
	top: 0;
	right: 0;
	width: 135px;
	height: 50px;
	line-height: 50px;
	border: 0;
	background: #e3650e;
	font-family: 'Frutiger Black';
	font-size: 16px;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
}
.calc__result{
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}
.calc__result-val{
	width: 100%;
	background: #ebebeb;
	height: 50px;
	font-family: 'Frutiger Light';
	font-size: 18px;
	line-height: 50px;
	color: #4a4a4a;
	margin: 0 0 10px 0;
}
.calc__result-title{
	font-family: 'Frutiger Black';
	font-size: 14px;
	color: #4a4a4a;
	line-height: 1.3;
	text-transform: uppercase;
}
.calc__result-title span{
	font-family: 'Frutiger Light';
}
.calc__result-total{
	font-family: 'Frutiger Bold';
}
@media (min-width: 768px) {
	.calc__result{
		width: 33.33%;
		padding: 0 3px 0 0;
	}
}
@media (min-width: 992px) {
	.calc{
		padding: 45px 92px;
	}
	.calc__form{
		/*width: 264px;*/
	}
	.calc__input{
		/*width: 140px;*/
		border-right: 0;
	}
	.calc__submit{
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	.calc__result:last-child {
	    padding: 0;
	}
	.calc__result-val{
		font-size: 21px;
	}
}
@media (min-width: 1200px) {
	.calc__form{
		display: block;
		width: 425px;
		margin: 0 3px 0 0;
	}
	.calc__input{
		/*width: 300px;*/
	}
	.calc__result{
		width: 162px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [Search] */
/*-----------------------------------------------------------------------------------*/

.busca{
	display: none;
	background: #222;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px 0;
	z-index: 9999999;
}
.busca__form{
	display: table;
	table-layout: fixed;
	position: relative;
    width: 100%;
}
.busca__logo{
	display: table-cell;
	width: 40px;
    background: transparent url(assets/img/logo-sinaenco3.png) no-repeat 0 5px;
    background-size: contain;
}
.busca__input-container{
	display: table-cell;
	width: 100%;
}
.busca__input{
	padding: 0;
	width: 95%;
	height: 30px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #8d8d8d;
	font-family: 'Frutiger Light';
	color: #fff;
	font-size: 18px;
	margin-left: 5%;
}
.busca__input::-webkit-input-placeholder {
	color: #b1afaf;
	font-style: italic;
}
.busca__input:-moz-placeholder { /* Firefox 18- */
	color: #b1afaf;  
	font-style: italic;
}
.busca__input::-moz-placeholder {  /* Firefox 19+ */
	color: #b1afaf;  
	font-style: italic;
}
.busca__input:-ms-input-placeholder {  
	color: #b1afaf;  
	font-style: italic;
}
.busca__submit{
	width: 22px;
	height: 22px;
	background: transparent url(assets/img/icon-busca.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 1px;
	right: 5px;
	border: 0;
	cursor: pointer;
	text-indent: 9999px;
}
@media (min-width: 768px) {
	.busca{
		padding: 30px 0;
	}
	.busca__logo{
		width: 64px;
	}
	.busca__input{
		font-size: 28px;
		height: 37px;
	}
	.busca__submit{
		width: 33px;
		height: 33px;
		top: -9px;
		right: 9px;
	}	
}
@media (min-width: 1200px) {
	.busca{
		padding: 45px 0;
	}
	.busca__logo{
		width: 74px;
	}
	.busca__input{
		font-size: 38px;
		height: 47px;
	}
	.busca__submit{
		width: 45px;
		height: 45px;
		top: -9px;
		right: 9px;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [FaÃ§a parte] */
/*-----------------------------------------------------------------------------------*/

.faca-parte-title{
	font-family: 'Frutiger Black';
	font-size: 28px;
	color: #205740;
	margin: 40px 0 25px 0;
	text-align: center;
}
.faca-parte__title{
	font-family: 'Frutiger Light';
	color: #205740;
	font-size: 21px;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
.faca-parte__text{
	font-family: 'Frutiger Light';
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 30px 0;
}
.faca-parte__text strong{
	font-family: 'Frutiger Bold';
}
.faca-parte__text a{
	color: #ff8937;
}
.faca-parte__text a:hover{
	color: #CA5A0D;
}
@media (min-width: 1200px) {
	.faca-parte-title{
		font-size: 40px;
		margin: 80px 0 50px 0;
	}
	.faca-parte__title{
		font-size: 30px;
	}
	.faca-parte__text{
		font-size: 21px;
		margin: 0 0 35px 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* Infinite */
/*-----------------------------------------------------------------------------------*/

.infinite-link{
	text-align: center;
	padding: 30px 0 0 0;
}
.infinite-link__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-down-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	text-transform: lowercase;
}
@media (min-width: 1200px) {
	.infinite-link{
		padding: 60px 0 0 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* Banners HTML */
/*-----------------------------------------------------------------------------------*/

.banner-html-1{
	display: block;
	position: relative;
	height: 275px;
	margin: 0 0 8px 0;
	overflow: hidden;
}
.banner-html-1__image{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.banner-html-1__badge{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(227,101,14,0.85);
}
.banner-html-1__svg{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.8;
}
.banner-html-1__svg #Path{
  fill: #e3650e;
}
.banner-html-1__content{
	display: table;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
}
.banner-html-1__title{
	text-align: center;
	font-family: 'Frutiger Light';
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	z-index: 2;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
}
.banner-html-1__title strong{
	font-family: 'Frutiger Black';
}
@media (min-width: 992px) {
	.banner-html-1{
		height: 605px;
	}
	.banner-html-1__badge{
		background: transparent;
	}
	.banner-html-1__svg{
		display: block;
		z-index: 1
	}
	.banner-html-1__content{
		bottom: 40px;
		right: 40px;
		width: 335px;
		height: auto;
		
	}
	.banner-html-1__title{
		/*top: 70px;*/
		/*right: 60px;*/
		text-align: right;
		font-size: 34px;
		padding: 10px 0 0 0;
		
	}
}

/**/

.banner-html-2{
	display: block;
	position: relative;
	height: 272px;
	overflow: hidden;
}
.banner-html-2--big{
	height: 300px;
}
.banner-html-2__badge{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(227,101,14,0.85);
}
.banner-html-2__svg{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}
.banner-html-2__svg #Path{
  fill: #e3650e;
}
.banner-html-2__content{
	display: table;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
}
.banner-html-2__title{
	text-align: center;
	font-family: 'Frutiger Light';
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
	z-index: 2;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
}
.banner-html-2__title strong{
	font-family: 'Frutiger Black';
	font-size: 32px;
}
.banner-home2__title-spacer{
	display: table-cell;
}
.banner-html-2__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	background: transparent url(assets/img/icon-plus-o-white.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	margin: 22px 0 0 0;
	max-width: 180px;
	text-align: left;
}
@media (min-width: 992px){
	.banner-html-2__badge{
		background: transparent;
	}
	.banner-html-2__svg{
		display: block;
		z-index: 1
	}
	.banner-html-2__content{
		left: 50px;
	}
	.banner-html-2__title{
		width: 422px;
		font-size: 32px;
		padding: 0;
		text-align: left;
	}
	.banner-html-2__title strong{
		font-size: 36px;
	}
	.banner-html-2__more{
		max-width: 100%;
	}
}

/*-----------------------------------------------------------------------------------*/
/* Ficha tÃ©cnica */
/*-----------------------------------------------------------------------------------*/

.ficha-tecnica{
	padding: 20px;
	background: #ebebeb;
	margin: 0 0 35px 0;
}
.ficha-tecnica-title{
	font-family: 'Frutiger Black';
	color: #205740;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.ficha-tecnica-items{
	
}
.ficha-tecnica-items__item{
	margin: 0 0 10px 0;
	padding-left: 25px;
	position: relative;
}
.ficha-tecnica-items__title{
	font-family: 'Frutiger Bold';
	/*display: inline-block;*/
}
.ficha-tecnica-items__item:before{
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #e3650e transparent;
	margin: 0 0 0 2px;
	position: absolute;
	left: 0;
	top: 6px;
}
@media (min-width: 768px) {
	.ficha-tecnica{
		padding: 40px;
		margin: 0 0 35px -50px;
	}
	.ficha-tecnica-title{
		font-size: 28px;
	}
}

/*-----------------------------------------------------------------------------------*/

.get-posts{
	display: block;
	clear: both;
	text-align: center;
	padding: 45px 0 0 0;
}
.get-posts__more{
	display: inline-block;
	font-family: 'Frutiger Black';
	font-size: 16px;
	line-height: 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-plus-o.png) no-repeat 0 0;
	padding: 0 0 0 27px;
	text-transform: lowercase;
	cursor: pointer;
}
.get-posts__more:hover{
	color: #CA5A0D;
	background: transparent url(assets/img/icon-plus-o-hover.png) no-repeat 0 0;
}

/*-----------------------------------------------------------------------------------*/
/* Impressao */
/*-----------------------------------------------------------------------------------*/

@media print {
	.header-wrapper,.footer,.sidebar,.content-footer,.comments,.content-header__social{
		display: none;
	}
	.main{
		padding: 0!important;
	}
	.content__image{
		display: none;
	}
	.content__image--print{
		display: block!important;
	}
}

/*-----------------------------------------------------------------------------------*/
/* Localize */
/*-----------------------------------------------------------------------------------*/

.localize-filters{
	margin: 0 0 10px 0;
}
.localize-filters__content{
	height: 0;
	overflow-y: hidden;
	text-align: left;
	overflow-x: hidden;
}
.localize-filters__more{
    display: inline-block;
    font-family: 'Frutiger Black';
    font-size: 16px;
    line-height: 23px;
    color: #e3650e;
    background: transparent url(assets/img/icon-down-o.png) no-repeat 0 0;
    padding: 0 0 0 27px;
    cursor: pointer;
}
.localize-filters__more:hover{
    color: #CA5A0D;
    background: transparent url(assets/img/icon-down-o-hover.png) no-repeat 0 0;
}
.localize-filters__content--active .localize-filters__more {
    background: transparent url(assets/img/icon-up-o.png) no-repeat 0 0;
}
.localize-filters__content--active:hover .servicos-online-list__more {
    background: transparent url(assets/img/icon-up-o-hover.png) no-repeat 0 0;
}
@media (min-width: 768px) {
	.localize-filters__content{
		height: auto !important;
	}
	.localize-filters__more{
		display: none;
	}
}

/*-----------------------------------------------------------------------------------*/
/* PAGINATION */
/*-----------------------------------------------------------------------------------*/

.pagination{
	margin: 0 0 30px 0;
}
.pagination ul{
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 0;
	text-align: center;
}
.pagination li {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Frutiger Roman';
	color: #4a4a4a;
	font-size: 18px;
}
.pagination li span{
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	line-height: 44px;
	width: 40px;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	font-family: 'Frutiger Roman';
	color: #4a4a4a;
	font-size: 18px;
	text-decoration:none;
	cursor: pointer;
	padding: 0;
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	width: 40px;
	text-align: center;
	margin: 0;
}
.pagination li a:hover{
	color: #CA5A0D;
}
.pagination li.active a {
	font-family: 'Frutiger Black';
	color: #e3650e;
}
.pagination li.prev a,
.pagination li.next a{
	font-size: 0;
}
.pagination li.prev a{
	background: transparent url(assets/img/icon-up-o.png) no-repeat center;
	transform: rotate(-90deg);
}
.pagination li.next a{
	background: transparent url(assets/img/icon-up-o.png) no-repeat center;
	transform: rotate(90deg);
}
.pagination li.prev a:hover{
	background: transparent url(assets/img/icon-up-o-hover.png) no-repeat center;
	transform: rotate(-90deg);
}
.pagination li.next a:hover{
	background: transparent url(assets/img/icon-up-o-hover.png) no-repeat center;
	transform: rotate(90deg);
}

@media (min-width: 768px) {
	.pagination{
		margin: 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* HEADER LOGIN */
/*-----------------------------------------------------------------------------------*/

.header-login{
	display: none;
	background: #222;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 20px;
	z-index: 9999999;
}
.header-login__logo{
	display: none;
	width: 40px;
	height: 30px;
    background: transparent url(assets/img/logo-sinaenco3.png) no-repeat 0 5px;
    background-size: contain;
}
.header-login__input{
	display: block;
	width: 100%;
	padding: 0;
	height: 30px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #8d8d8d;
	font-family: 'Frutiger Light';
	color: #fff;
	font-size: 18px;
	margin: 0 0 15px 0;
}
.header-login__input::-webkit-input-placeholder {
	color: #b2b2b2;
	opacity: 1;
}
.header-login__input:-moz-placeholder { /* Firefox 18- */
	color: #b2b2b2;  
	opacity: 1;
}
.header-login__input::-moz-placeholder {  /* Firefox 19+ */
	color: #b2b2b2;  
	opacity: 1;
}
.header-login__input:-ms-input-placeholder {  
	color: #b2b2b2;  
	opacity: 1;
}
.header-login__form{
	position: relative;
	padding: 15px 0 5px 0;
}
.header-login__form-title{
	font-family: 'Frutiger Bold';
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px;
}
.header-login__submit{
	width: 80px;
	height: 30px;
	display: inline-block;
	border: 0;
	background: #e3650e;
	font-family: 'Frutiger Black';
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	cursor: pointer;
}
.header-login__links a{
	display: inline-block;
	font-family: 'Frutiger Roman';
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 23px;
	color: #e3650e;
	background: transparent url(assets/img/icon-right-o-black.png) no-repeat;
}
.header-login__links a:first-child{
	margin: 0 10px 0 0;
}
.ajax-login-form-message{
	font-family: 'Frutiger Roman';
	font-size: 13px;
	color: #fff;
	padding: 15px 0 10px 0;
}
@media (min-width: 768px) {
	.header-login__logo{
		display: block;
	}
	.header-login__container{
		display: flex;
	}
	.header-login{
		padding: 30px 0;
	}
	.header-login__logo{
		flex: 0 0 64px;
		width: 64px;
		height: 37px;
	}
	.header-login__form{
		flex: 1 1;
		padding: 0 25px 0 35px;
	}
	.header-login__form-title{
		position: absolute;
		top: -15px;
	}
	.ajax-login-form{
		display: flex;
		position: relative;
	}
	.header-login__input{
		flex: 1 1;
		height: 37px;
		margin: 0 10px 0 0;
	}
	.header-login__submit{
		flex: 0 0 110px;
		width: 110px;
		height: 37px;
	}
	.header-login__links{
		flex: 0 0 175px;
	}
	.header-login__links a{
		display: block;
	}
	.header-login__links a:first-child{
		margin: 0 0 5px 0;
	}
	.ajax-login-form-message{
		position: absolute;
		padding: 0;
		bottom: -24px;
	}
}
@media (min-width: 1200px) {
	.header-login{
		padding: 45px 0;
	}
	.header-login__logo{
		flex: 0 0 74px;
		width: 74px;
		height: 45px;
	}
	.header-login__form-title{
		position: absolute;
		top: -18px;
	}
	.header-login__input{
		height: 45px;
		font-size: 24px;
		margin: 0 20px 0 0;
	}
	.header-login__submit{
		flex: 0 0 110px;
		width: 110px;
		height: 45px;
		font-size: 18px;
	}
	.header-login__links a:first-child{
		margin: 0 0 10px 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/* [NOVA HOME] */
/*-----------------------------------------------------------------------------------*/

@media (min-width: 768px){
	.home .part3{
		width: 32%;
		float: left;
	}
}

.home .img-noticia-main{
	width: 100%;
	height: 55vh;
}

.home .img-noticia{
	width: 100%;
	height: 30vh;
}

.home .img-noticia-main, .home .img-noticia{
	background-size: cover;
}

.home .box-maior, .home .box-menor, .home .box-txt{
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	border: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

.home .box-menor.laranja{
	border: 1px solid #e3650e;
}

.home .box-maior:hover, .home .box-maior:focus,
.home .box-menor:hover, .home .box-menor:focus,
.home .box-txt:hover, .home .box-txt:focus{
	border: 1px solid #e3650e;
}

.home .box-menor.laranja:hover{
	border: 1px solid #913c00;
}

.home .box-maior:hover .story__title, .home .box-maior:focus .story__title,
.home .box-menor:hover .story__title, .home .box-menor:focus .story__title,
.home .box-txt:hover .story__title, .home .box-txt:focus .story__title{
	color: #e3650e;
}

.home .box-menor.laranja .story__title{
	color: #e3650e;
}

.home .box-menor.laranja:hover .story__title, 
.home .box-menor.laranja .story__title:hover,
.home .box-menor.laranja .story__title a:hover{
	color: #913c00;
}

.home .box-maior .story__title a,
.home .box-menor .story__title a,
.home .box-txt .story__title a{
	display: block
}

.home .box-maior{
	margin-bottom: 30px;
}

.home .box-maior .story__title{
	font-family: 'Frutiger Black';
	color: #4a4a4a;
	font-size: 40px;
	padding: 30px 15px;
}

.home .box-menor{
	height: 46vh;
	margin-bottom: 30px;
}

.home .box-menor:nth-of-type(1){
	margin-right: 2%;
}

.home .box-menor:nth-of-type(3){
	margin-left: 2%;
}

.home .box-menor .story__title{
	padding: 20px 8px;
	color: #4a4a4a;
	font-size: 20px;
	text-align: center;
}

.home .box-menor .story__title span{
	font-family: 'Frutiger Black';
	font-size: 18px;
	text-transform: uppercase;
}

.home .box-txt{
	margin-bottom: 15px;
}

.home .box-txt .story__title{
	font-family: 'Frutiger Roman';
	padding: 10px 30px;
	color: #4a4a4a;
	font-size: 20px;
}

.home .box-txt .story__title span{
	font-family: 'Frutiger Black';
	font-size: 18px;
	text-transform: uppercase;
}

.home .box-servicos h2,
.home .box-conteudo h2{
	font-family: 'Frutiger Black';
	font-size: 56px;
	color: #205740;
	text-align: center;
	margin-top: 20px;
}

.home .box-servicos .box2-group .box2{
	width: 14.28%;
	background: transparent;
	border-right: 0;
}

.home .box-servicos .box2-group .box2:hover{
	background: transparent;
}

.home .box-servicos .box2-group .box2 .box2__title{
	font-family: 'Frutiger Black';
	font-size: 18px;
	color: #4a4a4a;
	text-transform: capitalize;
}

.home .box-servicos .box2-group .box2 .box2__text{
	display: none;
}

.home .box-acesso{
	display: none;
}

.home .box-conteudo{
	background-color: #fff;
}

.home .box-conteudo h2{
	margin-bottom: 20px;
}

.home .box-conteudo .box-fpd{
	height: auto;
	position: relative;
	border: 1px solid #dbdbdb;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.home .box-conteudo .box-fpd::before{
	content: ' ';
	position: absolute;
	bottom: -6px;
	left: calc(50% - 50px);
	width: 100px;
	height: 0;
	border-style: solid;
	border-width: 4px;
	border-color: #e3650e;
}

.home .box-conteudo .box-fpd:hover{
	border: 1px solid #e3650e;
}

.home .box-conteudo .box-fpd .wrapper-fpd{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 0px 20px;
}

.home .box-conteudo .box-fpd .wrapper-fpd .fpd_img{
	height: 18vh;
}

.home .box-conteudo .box-fpd .wrapper-fpd .fpd_title{
	font-family: 'Frutiger Black 2';
	font-size: 18px;
	color: #4a4a4a;
	text-transform: uppercase;
	text-align: center;
	margin: 20px auto 10px;
	padding: 0px 10px;
}

.home .box-conteudo .box-fpd .wrapper-fpd .fpd_category{
	font-family: 'Frutiger Bold';
	font-size: 18px;
	color: #e3650e;
	text-align: center;
	line-height: 1.2em;
	margin: 10px auto;
	padding: 0px 10px;
}

.home .box-conteudo .box-fpd .wrapper-fpd .fpd_text{
	font-family: 'Frutiger Light';
	font-size: 18px;
	color: #4a4a4a;
	text-align: center;
	margin: 10px auto;
	padding: 0px 10px;
}

.home .box-conteudo .box-downloads{
	height: auto;
	position: relative;
	border: 1px solid #dbdbdb;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.home .box-conteudo .box-downloads::before{
	content: ' ';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 28px 28px;
	border-color: transparent transparent #e3650e transparent;
}

.home .box-conteudo .box-downloads:hover{
	border: 1px solid #e3650e;
}

.home .box-conteudo .box-downloads .wrapper-downloads{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px 10px 15px;
}

.home .box-conteudo .box-downloads .wrapper-downloads .dl_title{
	font-family: 'Frutiger Black';
	font-size: 18px;
	color: #4a4a4a;
	text-transform: uppercase;
	text-align: center;
	margin: 25px auto;
}

.home .box-conteudo .box-downloads .wrapper-downloads .dl_text{
	font-family: 'Frutiger Light';
	font-size: 18px;
	color: #4a4a4a;
	margin: 10px auto;
}

.home .box-conteudo .box-downloads .wrapper-downloads .dl_link{
	font-family: 'Frutiger Light';
	font-size: 18px;
	color: #e3650e;
	margin: 10px auto;
}

.home .box-semifooter{
	background-color: #fff;
}

.home .box-semifooter .twitter-widget .twitter-title{
	display: none;
}

.home .box-banner{
	text-align: center;
	margin: 30px auto;
}

.home .img-responsive{
	max-width: 100%;
}

.home .no-margin{
	margin: 0;
}

.home .no-padding{
	padding: 0;
}

@media (min-width: 1600px){
	.home .box-menor{
		height: 41.5vh;
	}
}

@media (max-width: 768px){
	.home .img-noticia-main{
		height: 30vh;
	}
	.home .box-maior .story__title{
		padding: 15px 10px;
	}
	.home .img-noticia{
		height: 20vh;
	}
	.home .box-menor{
		height: 100%;
		float: left;
	}
	.home .box-menor:nth-of-type(1){
		margin-right: 0;
	}
	.home .box-menor:nth-of-type(3){
		margin-left: 0;
	}
	.home .box-servicos{
		padding-left: 0;
		padding-right: 0;
	}
	.home .box-servicos .box2-group .box2{
		width: 100%;
	}
	.home .box-conteudo .box-fpd{
		height: 100%;
	}
	.home .box-conteudo .box-downloads{
		height: 100%;
	}
}