@font-face {
	font-family:'Avenir-Book';
	src: url('fonts/avenir-book/AvenirLTStd-Book.eot');
	src: url('fonts/avenir-book/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/avenir-book/AvenirLTStd-Book.woff2') format('woff2'),
		url('fonts/avenir-book/AvenirLTStd-Book.woff') format('woff'),
		url('fonts/avenir-book/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

@font-face {
	font-family:'Avenir-Roman';
	src: url('fonts/avenir-roman/AvenirLTStd-Roman.eot');
	src: url('fonts/avenir-roman/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('fonts/avenir-roman/AvenirLTStd-Roman.woff2') format('woff2'),
		url('fonts/avenir-roman/AvenirLTStd-Roman.woff') format('woff'),
		url('fonts/avenir-roman/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}
@font-face {
	font-family:'Avenir-Black';
	src: url('fonts/avenir-black/AvenirLTStd-Black.eot');
	src: url('fonts/avenir-black/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/avenir-black/AvenirLTStd-Black.woff2') format('woff2'),
		url('fonts/avenir-black/AvenirLTStd-Black.woff') format('woff'),
		url('fonts/avenir-black/AvenirLTStd-Black.svg#AvenirLTStd-Book') format('svg');
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

* {box-sizing:border-box; padding: 0; margin: 0;}
::before,::after {box-sizing:inherit;}
*[class$="button"],input[type="submit"], button {
	cursor: pointer;
}
.clearfixAlt::after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
}
.clear {clear: both;width: 100% !important;}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
a:hover, .page-content a:hover {
	color: #00544d ;
}
.page-content a:hover{
	text-decoration: underline;
}
a.ui-button:hover, .ui-button a:hover {
	text-decoration: none;
}
input, select, textarea {
	font-family: inherit;
	font-family: 'Avenir-Roman',sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'Avenir-Book', sans-serif;
}
strong {
	font-weight: normal;
	font-family: 'Avenir-Black', sans-serif;
}
p {
	line-height: 1.4;
}
::-webkit-input-placeholder {
   color: inherit;
}
.cor-destaque01 {
	color: #00544d !important;
}
.cor-destaque02 {
	color: #005852 !important;
}
.cor-destaque03 {
	color: #1a9c91 !important;
}
.uppercase {text-transform: uppercase;}

.underline {
	text-decoration: underline;
}

html, body {
	scroll-behavior: smooth;
}
@media (min-width:1099px) {
	.sm-left {float: left;}
}

:-moz-placeholder {
   color:  inherit;
}

::-moz-placeholder {
   color:  inherit;
}

:-ms-input-placeholder {
   color: inherit;
}
html {height: 100%;}
body {
	font-family:'Avenir-Roman',sans-serif;
	min-height: 100%;position: relative;
}

.wrapper {
	width: 92%;
	max-width: 1680px;
	margin: auto;
}
.wrapper.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.wrapper-small {
	max-width: 1090px;
}

/* .wrapper-small {
	max-width: 1190px;
}
@media (min-width:1600px) {
	.wrapper-small {
		max-width: 1090px;
	}
} */


.wrapper-800 {
	max-width: 800px;
}

.wrapper-texto {
	margin: auto;
	max-width: 790px;
}

.site-header {
	background: #000;
	background: rgba(19, 19, 19, 0.8);
	padding: 10px 0;
}
@media (min-width:768px) {
	.site-header {
		padding: 30px 0;
	}
}
.site-logo {
	display: block;
}
.site-logo svg{
	fill: #fff;
	width: 100%;
	height: 74px;
}

.site-logo {
	max-width: 50%;
}

.ui-button {
	width: 45px; height: 45px;
	border: 2px solid #fff;
	 background: transparent;
	 position: relative;
	 display: inline-block;
	 text-align: center;
	 line-height: 41px;
	 cursor: pointer;
	 fill: #fff;
}
.ui-button.ui-button-link {
	height: 36px;
	line-height: 1;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items:center;
}
.no-flexbox .ui-button.ui-button-link{
	display: inline-block;
	line-height: 37px;
	text-align: center;
}
@media (max-width:767px) {
	.ui-button.ui-button-link {
		min-height: 45px;
		line-height: 1;
		height: auto;
		margin-bottom: 8px;
		display:inline-flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items:center;
		text-align: center;
	}
	button.ui-button.ui-button-link, input.ui-button.ui-button-link  {
		display: inline-block;
	}
}

.ui-button svg {
	width: 20px; height: 20px;
	position: absolute;
	top: 0; bottom: 0;
	right: 0; left: 0;
	margin: auto;
}
.ui-button.is-disabled {
	opacity: .5;
}

.ui-button-fixedW, .ui-button.ui-button-link.ui-button-fixedW {
	min-width: 172px;
}
.ui-button.ui-button-link {
	width: auto;
	vertical-align: top;
	padding-left: 1em;
	padding-right: 1em;
	text-transform: uppercase;
	border-color: #000;
	color: #000;
	 font-family:'Avenir-Black', sans-serif;
	 vertical-align: middle;
	 -webkit-transition: background .3s;
	 transition: background .3s;
	 font-size: .9em;
	 padding: 0 1.5em;
}
a:hover .ui-button {
	text-decoration: none;
}

.ui-button.ui-button-link:hover {
	background: #005852;
	color: #fff !important;
}
.ui-button.ui-button-link:hover a {
	color: #fff !important;
}
.ui-button.ui-button-link svg {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.ui-button.ui-button-link.ui-button-link-verde {
	border-color: #03b2ac;
	color: #03b2ac;
}
.ui-button.ui-button-link.ui-button-link-verde svg{
	fill: #03b2ac;
}

.ui-button.ui-button-link.ui-button-link-verde02 {
	border-color: #00544d;
	color: #00544d;
}

.ui-button.ui-button-link.ui-button-link-verde02 svg{
	fill: #00544d;
}
.ui-button.ui-button-link.ui-button-link-verde03 {
	border-color: #005852;
	color: #005852;
}
.ui-button.ui-button-link.ui-button-link-cinza {
	border-color: #a5a5a5;
	color: #a5a5a5;
}
.site-header .wrapper > * {
	display: inline-block;
	vertical-align: middle;
}
@media (min-width:1200px) {
	.site-header .wrapper {
		width: 90%;
	}
}
.site-header .wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items:center;
}
.site-header-aux {font-size: 0;}
.site-header-aux > * {
	margin-left: 13px;
	font-size: 16px;
	vertical-align: middle;
}

.site-header-aux > .ui-button-link-verde {
	font-size: 13px;
}
.site-header-aux > .ui-button {
	height: 40px;
	line-height: 37px;
}

.social a {
	width: 40px; height: 40px;
	display: inline-block;
	border-left-width: 0;
	color: #fff;
}
.no-flexbox .social a {
	margin-left: -4px;
}
.social a:hover svg{
	fill: #fff !important;
}
.social a:first-of-type {
	border-left-width: 2px;
}
.social a svg {
	width: 15px; height: 15px;
}

.btn-facebook {background: #3b5998;}
.btn-twitter {background: #4099ff;}
.btn-instagram {background: #e1306c;}
.btn-linkedin {background: #0077b5;}
.btn-youtube {background: #cd201f;}

.site-menu {
	padding-top: 20px;
	clear: both;
}
.site-menu a:hover {
	color: #f2c71a;
}
.site-menu li {
	display: block;
	text-transform: uppercase;
	color: #a5a5a5;
	font-size: .9em;
}
.site-menu li:first-child a {
	padding-top: 0;
}
.site-menu li a{
	display: block;
	padding: 0 0 0 0;
}
.site-menu li  li a {
	padding-left: 1em;
}
.site-header {
	position: fixed;
	width: 100%;
	top: 0;left: 0;
	z-index: 20;
}
.site-menu li {padding-top: 10px; padding-bottom: 10px;}
@media (min-width:768px) {
	.site-menu li {font-size: 1em;}
}
@media (min-width:1024px) {
	.site-menu li {font-size: .9em;}
}
@media (min-width:1200px) {
	.site-header {
		margin-bottom: 58px;
	}
}
.site-header-inner {
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 15px 5% 10px 5%;
	max-height: 90vh;
	overflow-y: scroll;
	opacity: 0;
	visibility: hidden;
	transform: translateX(50%);
	z-index: 100;
}
@media (max-width:1099px) {
	.site-header-inner{
		transition: none;
	}
}
.is-menu-open .site-header-inner {
	opacity: 1;
	visibility: visible;
	transform: translateX(0%) !important;
	border-bottom: 1px solid #e8e8e8;
	transition: transform .4s, opacity .4s, visibility 0s  ;

}
.not-scrolled .site-header-inner {
	transition: none;
}
.site-header-aux, .site-header .site-logo {
	position: relative;
	z-index: 2;
}
.site-header-inner .social {
	float: left;
	font-size: 0;
}
.site-header-inner .idiomas {
	float: right;
	font-size: 0;
}
.site-header-inner .idiomas .ui-button {
	font-size: 16px;
	width: 40px; height: 40px;
}
.site-header-inner .idiomas .ui-button:last-child {
	border-left: 0;
}
.no-flexbox .site-header-inner .idiomas .ui-button:last-child {
	margin-left: -4px;
}
.site-header-inner .idiomas .ui-button {
	border-color:#a5a5a5;
	color: #a5a5a5;

}
.ui-button {
	-webkit-transition: background .3s;
	transition: background .3s;
}
.ui-button:hover {
	background: #666;
}
.has-sub .icon-dropdown{
	width: 25px;
	height: 17px;
	vertical-align: middle;
	display: inline-block;
	fill: #a5a5a5;
}


@media (max-width:1199px) {
	.site-menu li  li:first-child a {
		padding-top: 0;
	}
	.large-visible {
		display: none !important;
	}
	.site-menu .has-sub > ul{
		 /* display: none; */
		 padding: 10px 0;
	}
	.site-menu .has-sub.is-open > ul{
		 /* display: block; */
	}
	.site-menu .has-sub.is-open > ul li:last-child {
		padding-bottom: 0;
	}
}

.site-menu .has-sub.is-open svg{
	transform: rotate(180deg);
}


#call-menu--iconClose {
	display: none;
	width: 15px; height: 15px;
}
#call-menu--iconDefault {
	display: block;
}

.is-menu-open #call-menu--iconClose {
	display: block;
}
.is-menu-open #call-menu--iconDefault {
	display: none;
}

.is-menu-open .site-menu {position: relative;}
.is-menu-open .site-menu .has-sub > ul {
	position: absolute;
	top: 0;
	height: 100%;
	background: #fff;
	border-left: 1px solid #ededed;
	padding-top: 20px;
	margin-top: 20px;
	width: 80%;
	right: 0;
	visibility: hidden;
	transform: translateX(100%);
	transition: all .3s;
	z-index: 3;
	height: 100vh;
}
@media (min-width:1024px) {
	.is-menu-open .site-menu .has-sub > ul {
		width: 65%;
	}
}
.is-menu-open .site-menu .has-sub .icon-dropdown{
	position: absolute;
	transition: left .3s;
	left: 100%;
	top: 0;
}
.is-menu-open .site-menu li a {
	position: relative;
	display: inline-block;
}
.is-menu-open .site-menu .has-sub.is-open svg {
	left: -24px;
	transform: rotate(90deg);
	fill: #f2c71a;
}
.is-menu-open .site-menu .has-sub.is-open {
	color: #f2c71a;
}
.is-menu-open .site-menu .has-sub.is-open > ul {
	transform: translateX(0%);
	visibility: visible;
}
.is-menu-open .site-menu .has-sub > ul a {
	color: #a5a5a5;
	padding-left: 25px;
}
.is-menu-open .site-menu .has-sub > ul a:hover {
	color: #f2c71a;
}
.is-menu-open .site-header-aux .ui-button {border-color: #a5a5a5;}
.is-menu-open .site-header-aux .ui-button svg{fill: #a5a5a5;}

.site-header-inner {
	overflow: hidden;
}
@media (min-width:1200px) {
	.site-header-inner {
		width: 32%;
		right: 0;
		padding: 15px 0 50px 30px;
		right: 0;
		left: auto;
		max-height: none;
		height: 100vh;
	}
	.not-scrolled .site-header-inner{
		height: auto;
	}
	.is-menu-open .call-busca input[type="search"], .is-menu-open .call-busca input[type="text"] { width: 230px;}
	.is-menu-open .call-busca input[type="search"] {
		background: #fff;
		border-color: #a5a5a5;
		color: #a5a5a5;
	}
	.is-menu-open .call-busca input[type="search"], .is-menu-open .call-busca input[type="text"] {
		visibility: visible;
		opacity: 1;
		transform: scaleX(1);
	}
	.not-scrolled .has-sub .icon-dropdown{
		fill: #fff;
	}
	.site-header-aux {float: right; /*margin-top: 15px;*/ position: relative;z-index: 5;}
	.site-header .wrapper {
		/*display: block;*/
	}
	.not-scrolled .site-header-aux{
		float: none;
		margin-top: 0;
	}
	.site-header-aux > .ui-button-link-verde {
		/*visibility: hidden;*/
		display: none;
	}
	.not-scrolled .site-header-aux > .ui-button-link-verde {visibility: visible;}
	.not-scrolled .site-header .wrapper {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	}
	.site-header {padding: 15px 0;
		transition: padding .2s;
	}
	.not-scrolled .site-header {padding: 30px 0;}
	.site-logo svg {height: 64px; /*width:190px;*/width: auto;}

	 .site-header-inner {
		top: 0;
		padding-top: 120px;
		z-index: 1;
	}

	.not-scrolled .site-header .ui-button.call-busca{
		border-color: #fff;
	}
	.not-scrolled .site-header .ui-button.call-busca svg{
		fill: #fff;
	}
	.not-scrolled .site-header-inner .ui-button {
		border-color:#fff;
		color: #fff;
	}
	.site-header-inner .idiomas .ui-button {
		opacity: .5;
	}
	.site-header-inner .idiomas .ui-button.is-current {
		opacity: 1;
	}

	.is-menu-open .site-header-inner {
		padding-right: 50px;
		padding-right: 5vw;
		border-left: 1px solid #e8e8e8;
	}
	.not-scrolled .btn-facebook, .not-scrolled .btn-twitter, .not-scrolled .btn-instagram, .not-scrolled .btn-linkedin, .not-scrolled .btn-youtube{
		background: transparent;
	}
	.not-scrolled .btn-facebook:hover {background: #3b5998;}
	.not-scrolled .btn-twitter:hover {background: #4099ff;}
	.not-scrolled .btn-instagram:hover {background: #e1306c;}
	.not-scrolled .btn-linkedin:hover {background: #0077b5;}
	.not-scrolled .btn-youtube:hover {background: #cd201f;}
	.not-scrolled #call-menu {
		display: none;
	}
	.not-scrolled .site-header-inner .idiomas  {
		margin-left: 15px;
	}
	.not-scrolled .site-header-inner {
		position: static;
		visibility: visible;
		opacity: 1;
		transform: none;
		width: auto;
		float: right;
		padding: 0;
		background: transparent;
		overflow: visible;
	}
	.not-scrolled .site-header-aux {
		margin-left: auto;
		margin-right: 12px;
	}
	.not-scrolled .site-header-aux,
	.not-scrolled .site-header-inner {
		float: right;
	}
	.not-scrolled .site-menu {
		position: absolute;
		width: 100%;
		background: rgba(19, 19, 19, 0.8);
		left: 0;
		top: 100%;
		border-top: 1px solid  #5f6973;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		border-top: 1px solid #5f6973;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		padding-top: 12px;
		text-align: center;
	}
	.not-scrolled .site-menu li {
		text-transform: none;
		color: #fff;
	}
	.not-scrolled .site-menu > ul {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items:center;
	}
	.not-scrolled .site-menu > ul > li.has-sub{
		position: relative;
	}
	.not-scrolled .site-menu > ul > li {
		display: inline-block;
		position: relative;
		padding-bottom: 18px;
		flex-grow: 1;
	}
	.not-scrolled .site-menu > ul > li > a{
		padding: 0;
		border-left: 1px solid #fff;
		padding: 0 0;
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	.not-scrolled .site-menu > ul > li:first-of-type > a {
		padding-left: 0;
	}
	.not-scrolled .site-menu > ul > li li {padding: 0;}
	.not-scrolled .site-menu > ul > li li a{
		padding:16px 0;
		border-left: 0;
		border-top: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.not-scrolled .site-menu > ul > li li:last-child a{
		border-bottom: 0;
	}
	.not-scrolled .site-menu > ul > li:first-child a{
		padding-left: 0;
		border-left: 0;
	}
	.not-scrolled .site-menu > ul > li:last-child a{
		padding-right: 0;
	}
	.not-scrolled .site-menu li > ul{
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background: rgba(19, 19, 19, 0.8);
		text-align: center;
		visibility: hidden;
		transform: translateY(-50px);
		z-index: 100;
		opacity: 0;
		transition: all .4s;

	}
	.not-scrolled .site-menu li:hover > ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
	}

	.not-scrolled .site-menu li > ul li {
		text-align: center;
		display: block;
	}
	.not-scrolled .site-menu > ul {
		width: 90%;
		max-width: 1680px;
		margin: auto;
	}

}
@media (min-width:1350px) {
	.not-scrolled .site-menu > ul > li > a {
		padding-left: 23px;
		padding-right: 23px;
	}
}
@media (min-width:1400px) {
	.site-header-inner {
		width: 30%;
	}
}

@media (min-width:1900px) {
	.is-menu-open .call-busca input[type="search"], .is-menu-open .call-busca input[type="text"] {
		width: 206px;
	}
}

.call-busca {position: relative; height: 40px;margin: 0;}
.call-busca svg {
	height: 15px;
	width: 15px;
}

#searchform {
	float: left;
	height: 40px;
	margin: 0;
}
#searchform input {
	background: rgba(60, 60, 60, 0.9);
	border:none;
	color: #fff;
	height: 100%;
	width: 0px;
	position: absolute;
	right: 100%;
}
#searchform.active input {
	border: 2px solid #fff;
	padding: 0 1em;
	width: auto;
	transition: all .2s ease-out;
}
.site-logo:hover svg {
	fill: #fff;
}
.call-busca input[type="search"],.call-busca input[type="text"] {
	position: absolute;
	top: -2px;
	bottom: 0;
	right: 100%;
	height: 113%;
	height: calc(100% + 4px);
	border: 2px solid #fff;
	background: rgba(60, 60, 60, 0.9);
	color: #fff;
	padding: 0 1em;
	-webkit-transform: scaleX(0);
	transform-origin: right;
	visibility: hidden;
	/* -webkit-transition: all .2s ease-out; */
	transition: all .2s ease-out;
	opacity: 0;
}
.call-busca input:focus{
	outline-color: #f2c71a;
}
.call-busca input[type="submit"] {
	position: absolute;
	top: 0; bottom: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	font-size: 0.1px;
	visibility: hidden;
}
.call-busca.is-open input[type="search"],.call-busca.is-open input[type="text"] {
	visibility: visible;
	opacity: 1;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}


.site-footer {
	background: #000;
	padding: 30px 0 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	line-height: 1.8;
	margin-top: 125px;
	text-align: center;
	background: #000;
	/* position: absolute; */
	/* bottom: 0; */
}
.site-footer p {
	line-height: 1.9;
}
.footer-main {
	padding-bottom: 32px;
}
@media (min-width:1024px) {
	.site-footer {
		padding-top: 0;
		padding-bottom: 0;
	}
	.footer-main {
		background: url('../images/footer-bg.jpg');
		-webkit-background-size: cover;
		background-size: cover;
		padding: 65px 0 56px 0;
	}
}
@media (min-width:768px) {
	.site-footer {
		text-align: left;
	}
}
.site-footer > .wrapper > div {
	margin-bottom: 2em;
}
.site-footer a {
	letter-spacing: 0.06em;
	font-size: .9em;
}
.site-footer a:hover {
	color: #f2c71a;
}

.site-footer h3, .site-footer h3 > a {
	color: #f2c71a;
	text-transform: uppercase;
	margin-bottom: .5em;
	font-family: 'Avenir-Black', sans-serif;
	letter-spacing: 0em;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}

.site-footer h3{
}

@media (max-width:1199px) {
	.site-footer [class*="col"]{
		padding-left: 0;
		padding-right: 0;
	}

}
@media (max-width:1023px) {
	.footer-main {text-align: center;}
}
@media (max-width:767px) {
	.footer-main .areas {}
	.footer-main .areas p {text-align: left;width: 70%;margin: auto;}
}
@media (min-width:800px) and (max-width: 1099px) {
	.col-footer-3  {
		clear: both;
	}
	.col-footer-1, .col-footer-2 {
		width: 30%;
	}
}
.site-footer [class*="col"]  [class*="col"] {
	padding-left: 0;
	padding-right: 0;
}
.footer-compl {
	background: #fff;
	color: #a5a5a5;
	text-align: center;
	line-height: 1;
	font-size: 1em;
	letter-spacing: 0.02em;
}
.footer-compl {
	padding: 16px 0 40px 0;
}
.footer-compl img {
	height: 60px;
	display: block;
	margin:  16px auto ;
	vertical-align: middle;
}
.footer-mapa a {
	display: block;
}
@media (min-width:768px) {
	.footer-compl img {margin: 0;}
}
@media (min-width:990px) {
	.col-md-2-fix {
		width: 13%;
	}
}
@media (min-width:1024px) {
	.col-footer-5 {
		width: 40%;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.col-footer-1 {
		width: 50%;
	}
	.col-footer-2 {
		width: 50%;
	}
	.col-footer-3 {
		width: 50%;
	}
	.col-footer-5 {
		width: 50%;
	}
}
@media (max-width:1023px) {
	.footer-mapa  .col-xs-12 {margin-bottom: 0;}
	.site-footer a {
		margin-bottom: 0.4em;
	}
}
@media (min-width:1024px) and (max-width:1099px) {
	.col-footer-1 {
		width: 25%;
	}
	.col-footer-2 {
		width: 28%;
	}
	.col-footer-3 {
		width: 40%;
	}
	.col-footer-4 {
		width: 25%;
		display: none;
	}
}
@media (min-width:768px) and (max-width:1199px) {
	.site-footer {
		font-size: .9em;
	}
	*[class^="col-footer"] {
		float: left;
	}
	*[class^="col-footer"] {
		margin-bottom: 30px;
	}
	.footer-compl {
		text-align: left;
	}
	.footer-compl .wrapper::after {
		content: '';
		clear: both;
		width: 100%;
		display: block;
	}
	.footer-compl img {
		display: inline-block;
		height: 45px;
	}
	.footer-compl .wrapper div{
		float: right;
	}
	.footer-compl .wrapper div img {
		margin-left: 25px;
	}
}
@media (min-width:1200px) {
	.site-footer {
		font-size: .8em;
	}
	[class^="col-footer"] {
		float: left;
	}
	.col-footer-1 {
		width: 25%;
	}
	.col-footer-2 {
		width: 25%;
	}
	.col-footer-3 {
		width: 30%;
		padding-left: 2%;
		padding-right: 0;
	}
	.col-footer-4 {
		width: 11%;
	}
	.col-footer-5 {
		width: 20%;
		clear: none;
	}
	.footer-compl {
		text-align: left;
	}
	.footer-compl .wrapper::after {
		content: '';
		clear: both;
		width: 100%;
		display: block;
	}
	.footer-compl img {
		display: inline-block;
		height: 60px;
	}
	.footer-compl .wrapper div{
		float: right;
	}
	.footer-compl .wrapper div img {
		margin-left: 25px;
	}
}
.site-footer {
	font-size: 15px;
}
@media (min-width:1600px) {
	.site-footer {
		font-size: 15px;
	}
	.col-footer-1 {
		width: 23%
	}
	.col-footer-2 {
		width: 19%
	}
	.col-footer-3 {
		width: 28%;
		padding-left: 4%;
	}
	.col-footer-4 {
		width: 15%
	}
	.col-footer-5 {
		width: 27%
	}
}

.site-sec {
	background: #f7f7f7;
	padding: 36px 0;
}
@media (min-width:1024px) {
	.site-sec {
		padding: 42px 0;
	}
}
.ui-card {
	margin-bottom: 2em;
}
.ui-card.slick-slide {
	padding-left: 0px;	 padding-right: 10px;
}
.ui-card .inner {
	color: #616161;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
	display: block;
}
.ui-card .inner img {
	position: absolute;
	top: 0; left: 50%;
	display: block;
	width: auto;
	min-width: 100%;
	max-width: unset;
	height: 100%;
	min-height: 100%;
	transform: translateX(-50%);
}
.ui-card .inner > div{
	padding: 20px 10px;
	background: #fff;
	font-size:  .85em;
}
.ui-card .inner div.ui-card-img {
	position: relative;
	padding: 0 0 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 0px;
	/* display: none; */
}
.ui-card .inner div a {
	display: block;
	margin-top: .5em;
	color: #005852;
}
.ui-card .inner div p {
	height: 4.3em;
	overflow: hidden;
	font-size: 18px;
}
.ui-card .inner div svg {
	height: 10px; width: 15px;
	display: inline-block;
	vertical-align: middle;
	fill: #005852;
	margin-left: 10px;
}
.home-sec-title {
	color: #616161;
	margin-bottom: 2em;
}
.home-sec-title h2{
	color: #005852;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
@media (min-width:768px) {
	.home-sec-title h2 {font-size: 2.1em;}
}
@media (min-width:1300px) {
	.home-sec-title h2 {font-size: 2.3em;}
}
@media (min-width:1600px) {
	.home-sec-title h2 {
		font-size: 45px;
	}
}
.home-sec-title h2::before {
	content: '';
	width: .8em;
	height: 3px;
	background: #005852;
	display: block;
	margin-bottom: .2em;
}
.home-sec-title .ui-button-link {
	border-color: #000;
	/* display: inline-block; */
	margin-top: 2em;
	color: #000;
}
@media (max-width:767px) {
	.slider-control.ui-button{
		border: 0;
	}
}

.slider-control svg{
	height: 15px;
	width: 15px;
}
.slider-control .ui-button, .slider-control.ui-button  {
	border-color: #a5a5a5;
}
.slider-control .ui-button.slick-disabled, .slider-control.ui-button.slick-disabled  {
	opacity: .5;
}
 .slider-control .ui-button.is-current,  .slider-control.ui-button.is-current {
	opacity: 1;
}
.slider-control svg {
	fill: #a5a5a5;
}
.slider-control  {
	margin-top: 2em;
}
.cards-container {
	margin: auto;
}
.site-sec .slick-list {width: 100% !important;}
/*.site-sec .slick-track {width: 100% !important;}*/
/*.site-sec .slick-track > div {width: 30% !important;}*/

@media (min-width:768px) {
	.cards-container.container-fluid  {
		padding-left: 0; padding-right: 0;
		margin-left: -15px;
	}
}

@media (max-width:1023px) {
	.cards-container {
		padding: 0;
	}
	.wrapper > .row > .col-xs-12 {
		padding-left: 0; padding-right: 0;
	}
	.wrapper .row {margin-left: 0; margin-right: 0;}
}
@media (min-width:1099px) {
	.site-sec {position: relative;}
	.home-sec-title {
		position: static;
	}
	.projetos-destaque-home .slider-control {
		position: static;
		bottom: 64px;
		margin-left: 15px;
		margin-top: 0;
	}
	.projetos-destaque-home .slider-control button{
		position: absolute;
		bottom: 0; top: 0;
		margin: auto;
	}
	.projetos-destaque-home .slider-control #slider-projetosDestaque-prev{
		left: -40px;
	}
	.projetos-destaque-home .slider-control #slider-projetosDestaque-next{
		right: -30px;
	}
	.projetos-destaque-home .slider-container {
		position: relative;
	}
	.ui-card {margin: 16px auto 0 auto;}
	.cards-container {
			display: flex;
			flex-flow: row wrap;
			justify-content: space-between;

	}
	.cards-container .slick-list {
			 padding-bottom: 5px;
	}
	.ui-card .inner {
		height: 100%;
		background: #fff;
	}
	.cards-container-interna {
		margin-top: 32px;
		padding: 0;
		margin-left: -15px;
	}
	.cards-container-interna .ui-card .inner {
		width: 100%;
	}
}
.listagem-noticias-min p {
	font-size: 1em;
}

.listagem-contratacoes-min p {
	font-size: 1em;
}

.listagem-noticias-min li {
	padding: 1em 0;
	border-bottom: 1px solid #e4e4e4;
	display: block;
}

.listagem-contratacoes-min li {
	padding: 1em 0;
	border-bottom: 1px solid #e4e4e4;
	display: block;
}

.listagem-noticias-min li:first-child {padding-top: 0;}
.listagem-noticias-min li:last-child {
	border-bottom: 0;
}

.listagem-contratacoes-min li:first-child {padding-top: 0;}
.listagem-contratacoes-min li:last-child {
	border-bottom: 0;
}

.noticia-meta {
	font-size: .9em;
	color: #a5a5a5;
	margin-bottom: .3em;
	text-transform: uppercase;
}
.noticia-categ {
	color: #005852;
	font-family:'Avenir-Roman', sans-serif;
}
@media (min-width:1024px) {
	.listagem-noticias-min li  {
		width: 90%;
	}
	.listagem-noticias-min .slider-control {
		position: static;
		bottom: auto;
		margin-top: 20px;
	}
}

@media (min-width:1024px) {
	.listagem-contratacoes-min li  {
		width: 90%;
	}
	.listagem-contratacoes-min .slider-control {
		position: static;
		bottom: auto;
		margin-top: 20px;
	}
}
.site-sec-bgBranco  {
	background: #fff;
}
.bg-coruja .home-sec-title p {font-size:1em;}
@media (min-width:768px) {
	.bg-coruja {
		background: url('../images/coruja.png') no-repeat right top;
		min-height: 420px;
		-webkit-background-size: 55% auto;
		background-size: 55% auto;
	}
	.bg-coruja .home-sec-title {
		width: 60%;
	}
	.bg-coruja .home-sec-title p{
		width: 80%;
	}
	.site-sec-noPaddingBottom {
		padding-bottom: 0;
	}

	.bg-coruja-home {
		background: url(../images/coruja.png) no-repeat right 80px;
		background-size: auto 100%;
	}
}

@media (min-width:1600px) {
	.bg-coruja {
		-webkit-background-size: 50% auto;
		background-size: 50% auto;
	}
	.bg-coruja-home {
		background: url(../images/coruja.png) no-repeat right 40px;
	}
}



.page-header h2{
	text-align: center;
	font-family: 'Avenir-Black', sans-serif;
	text-transform: uppercase;
	padding: 1.2em 0;
	color: #005852;
}
@media (min-width:1024px) {
	.page-header h2{
		color: #fff;
		font-size: 2.5em;
	}
}

.busca-resultado {	text-align: center;}
.busca-resultado p {
	color: #616161;
}
@media (min-width:768px) {
	.busca-resultado .ui-button {
		margin-left: .5em;
	}
}
.busca-resultado h3{
	color: #005852;
	font-size: 1.3em;
	margin-bottom: .5em;
	text-transform: uppercase;
}
@media (min-width:1024px) {
	.busca-resultado{
		text-align: left;
	}
	.busca-resultado h3{
		font-size: 1.9em;
	}
}


.breadcrumb {
	display: none;
	margin-bottom:25px;
}
@media (min-width:768px) {
	.breadcrumb {
		color: #a5a5a5;
		font-size: .95em;
		padding: 0 0 2em 0;
		font-family:'Avenir-Black', sans-serif;
		text-align: center;
		text-align: left;
		padding: 0 0 2em 0;
		display: block;
	}
}
@media (min-width:1024px) {
	.breadcrumb {
		padding: 2em 0 1em 0;
	}
}
.breadcrumb a{
	color: #a5a5a5;
	font-family:'Avenir-Roman', sans-serif;
}
/*.busca-resultado-listagem {margin-top: 16px;}*/
.busca-resultado-listagem {margin-top: 16px;margin-bottom: 32px;}
.busca-resultado-listagem li {
	display: block;
	padding: 20px 0 25px 0;
	border-bottom: 1px solid #e4e4e4;
	color: #737373;
	display: none;
}
.busca-resultado-listagem li[data-page="0"] {display: block;}
.busca-resultado-listagem li:last-child {
	border-bottom: 0;
}
.busca-resultado-listagem h3 {
	text-transform: uppercase;
	font-size: .9em;
}
.busca-resultado-listagem h2 {
	color: #000;
	margin:0 0 0.3em 0;
	font-size: 2em;
}
.busca-resultado-listagem p {
	line-height: 1.5;
}
.resultado-footer {
	font-size: .9em;
	margin-top: 1em;
	color: #a5a5a5;
}
.resultado-footer .cor-destaque01 {
	color: #1a9c91 !important;
}
.page-content .resultado-footer {
	margin-top: 125px;
}
.page-content .post-content .resultado-footer {
	margin-top: 32px;
}
.page-content .resultado-footer a {
	color: #a5a5a5;
}
.page-content .resultado-footer a:hover {
	color: #00544d;
}
.resultado-footer div{
	margin-top: .5em;
}
.mosaico-img-square  {
	padding: 20px 0;
}
.mosaico-img-square::after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
}
.mosaico-img-square li {
	width: 31%;
	background: #000;
	display: block;
	padding: 0;
	margin: 0 2% 2% 0%;
	float: left;
}
.mosaico-img-square li  span  {
	padding-bottom: 100%;
	background: #000;
	display: block;
	height: 0;
	width: 100%;
}

@media (min-width:768px) {
	.mosaico-img-square li {
		width: 18%;
		margin: 0 1% 1% 0%;
	}
}

@media (min-width:1200px) {
	.mosaico-img-square li {
		width: 14%;
		margin: 0 1% 1% 0%;
	}
}

.resultado-busca-imagem, .resultado-busca-imagem [class^="col"] {
	padding-left: 0;
}
.site-form {
		padding: 0;
		color: #616161;
}
.site-form input, .site-form select, .custom-select, .site-form textarea {
	border: 2px solid #a5a5a5;
	background: transparent;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
.site-form input, .site-form textarea {
	padding:.6em 1em;
}
.site-form select, .custom-select {
	padding:.6em 1em;
	background-image: url('../images/dropdown-icon.png');
	background-repeat: no-repeat;
	background-position: 95% center;
}
.site-form input.ui-button {
	padding-top: 0;
	padding-bottom: 0;
}
.site-form > div, .site-form > div div,
.site-form > form, .site-form > form div, .site-form > form div div {
	margin-bottom: 1rem;
	padding-left: 0;
}
.site-form > div div {
	padding-left: 0;
	padding-right: 0;
}
.site-form > div div:last-child, .site-form > form div div:last-child {
	margin-bottom: 0;
}
.input-fullWidth {
	width: 100%;
}
.site-form-date  {font-size: 0;	}
.site-form-date * {font-size: 14px;	}
.site-form-date input  {
	width:85%;
	margin-bottom: .5em;
}
.site-form-date span  {
	width: 15%;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
}

@media (min-width:768px) {
	.site-form-date span {
		text-align: center;
	}
	.site-form-date {
		text-align: left;
	}

	.site-form-date input {
		width: 11em;
		margin: 0;
	}
}
@media (min-width:1024px) {
	.site-form-date  {font-size: 1rem;	}
	.site-form-date {
		text-align: right;
	}
	.site-form > div div {
		margin-bottom: 0;
	}
	 .site-form-date span {
		width: 	auto;
		padding-right: 0.2em;
	}
	.site-form > div div {
		padding-right: 15px;
		line-height: 1.5;
	}
	.site-form-date input {
		width: 10.5em;
		padding-right: 0;
		padding-right: 0;
		padding-left: .5em;
	}

	.site-form > div div.col-md-6:nth-child(even) {
		padding-right: 0;
	}
}

.busca-erro-msg {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #616161;
	margin-bottom: 16px;
}
@media (min-width:768px) {
	.busca-erro-msg {
		font-size: 1.8em;
	}
}
.share-topo svg{
	fill: #a5a5a5;
}
.share-topo {
	font-family: 'Avenir-Roman';
	margin-top: 1em;
}

@media (min-width:768px) {
	.share-topo {
		float: right;
		margin-top: -2px;
		display: inline-block;
		vertical-align: middle;
	}
}
.share-topo a {
	display: inline-block;
	margin: 0 4px;
}
.share-topo svg {
	width: 18px; height: 18px;
	display: inline-block;
	vertical-align: middle;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mt0 {margin-top: 0 !important;}
.mt8 {
	margin-top: 8px;
}
.mt16 {
	margin-top: 16px;
}
.mt24 {
	margin-top: 24px;
}
.mt36 {
	margin-top: 36px;
}
.mt48 {
	margin-top: 48px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb16 {
	margin-bottom: 16px;
}
.mb24 {
	margin-bottom: 24px !important;
}
.mb32 {
	margin-bottom: 32px !important;
}
.mb48 {
	margin-bottom: 48px !important;
}
.tac {
	text-align: center;
}
.no-border {
	border: 0 !important;
}
.ui-carregarMais {
	text-align: center;
	margin-top: 38px;
	clear: both;
}

.site-slider.site-slider--banner  .slick-slide {
	height: 290px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items:center;
}
.no-flexbox .site-slider--banner .chamada{
	padding-top: 80px;
}
.site-slider .slick-arrow {
	position: absolute;
	bottom: 0; top: 0;
	margin: auto;
	z-index: 5;
	border-color: #fff;

}
@media (min-width:768px) and (max-width: 1099px) {
	.site-slider.site-slider--banner  .slick-slide {
		padding: 40px 0 70px 0;
		height: auto;
		min-height: 290px;
	}
}
@media (min-width:1200px) {
	.site-slider--home .slick-arrow{margin-top: 350px;}
}
.site-slider.listagem-noticias-min .slick-arrow {
	position: absolute;
	bottom: 0; top: auto;
	margin: auto;
	z-index: 5;
	border-color: #000;
}

.site-slider.listagem-contratacoes-min .slick-arrow {
	position: absolute;
	bottom: 0; top: auto;
	margin: auto;
	z-index: 5;
	border-color: #000;
}

.site-slider .slick-arrow svg {
	fill: #fff;
}
.site-slider .slick-arrow.slick-prev {
	left: 0;
}
.site-slider .slick-arrow.slick-next {
	right: 0;
}
.site-slider--home .slick-arrow.slick-prev {
	left: 5%;
}
.site-slider--home .slick-arrow.slick-next {
	right: 5%;
}
@media (min-width:768px) {
	#slider-projetosDestaque-home {
		margin-left: 18px;
	}
	.site-slider .slick-arrow.slick-prev {
		left: 15px;
	}
	.site-slider .slick-arrow.slick-next {
		right: 15px;
	}
}
@media (min-width:1200px) {
	.site-slider--home .slick-arrow.slick-prev {
		left: 5%;
	}
	.site-slider--home .slick-arrow.slick-next {
		right: 5%;
	}
}
.site-slider .slick-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.site-slider .slick-dots li {
	display: inline-block;
	width: 14px; height: 14px;
	margin: 0 5px 24px 5px;
}
.site-slider .slick-dots li button {
	width: 14px; height: 14px;
	font-size: 0.1px;
	border: 2px solid #fff;
	background: transparent;
	display: block;
}
.site-slider .slick-dots li.slick-active button{
	border: 2px solid #f2c71a;
	background: #f2c71a;
}
.site-slider .chamada {
	text-align: center;
	color: #fff;
	max-width: 60%;
	margin: auto;
}
.site-slider .chamada h3 {
	text-transform: uppercase;
	font-family: 'Avenir-Black',sans-serif;
	font-size: 1.2em;
	margin-bottom: .3em;
}

.site-slider .chamada h3 span {
	display: block;color: #f2c71a;
}
@media (min-width:768px) {
	.site-slider .chamada h3 {
		font-size: 2.8em;
	}
	.site-slider .chamada p {
		font-size: 1.2em;
	}
}

.projeto-header {
	color: #005852;
	padding: 1em 0;
	text-align: center;
	max-width: 90%;
	padding: 2em 15px;
}


@media (min-width:1024px) {
	.projeto-header{color: #fff;     height: 250px;}
	.projeto-header .title {
		display: flex;
		flex-flow: column wrap;
		height: 100%;
		justify-content: center;
		text-align: left;
	}
}
@media (min-width:1024px) {
	.projeto-header {
		padding: 2em 55px;
		text-align: center;
		height: 345px;
		width: 1260px;

		margin-left: auto;
		margin-right: auto;
		text-align: left;
		-webkit-background-size: cover;
		background-size: cover;
		position: relative;
	}

}
@media (min-width:1599px) {
	.projeto-header {
		/*padding: 2em 25px;*/
	}
}

.projeto-header h2 {
	text-transform: uppercase;
	font-size: 2em;
}

.projeto-header h2 a:hover {

	color: inherit;
}
@media (min-width:768px) {
	.projeto-header h2 {
		font-size: 45px;
	}
}
.projeto-header-menu .call-menu {display: none;}
.projeto-header-menu .label {
	text-transform: uppercase;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-family: 'Avenir-Book', sans-serif;
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 15px;
}
@media (max-width:1023px) {
	.projeto-header-menu {
		position: fixed;
		right: 0;
		bottom: 10px;
		z-index: 10;
		margin-bottom: 0;
		height: 50px;
		width: 100%;
		z-index: 20;
		font-size: .9em;

	}
	.projeto-header-menu .call-menu {
			display: block;
			font-family: 'Avenir-Black';
			font-size: 24px;
			line-height: 38px;
			width: 100%;
			height: 40px;
			display: block;
			position: fixed;
			bottom: 0;
			left: 0;
			color: #fff;
			background: #005852;
			transition: transform .2s;
			cursor: pointer;
			box-shadow: -1px 1px 2px rgba(0,0,0,0.3);
			text-align: left;
			padding-right: 40px;
			text-align: right;
	}
	.projeto-header-menu .call-menu svg {
		width: 16px;
		height: 16px;
		fill: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 14px;
		visibility: hidden;
		z-index: 10;
	}
	.projeto-header-menu .call-menu svg.state-1 {
		visibility: visible;
	}
	.projeto-header-menu .call-menu svg.state-2 {
		visibility: hidden;
	}
	.projeto-header-menu.is-open .call-menu svg.state-1 {
		visibility: hidden;
	}
	.projeto-header-menu.is-open .call-menu svg.state-2 {
		visibility: visible;
	}
	.projeto-header-menu .inner-nav {
		transform-origin: bottom left;
		padding:5px 10px 10px 10px;
		background: #005852;
		color: #fff;
		bottom: 39px;
		position: fixed;
		width: 100%;
		left: 0;
		max-width: 470px;
		visibility: hidden;
		transform: scaleY(0);
		transition: transform .3s, visibility 0s .3s;
	}
	.projeto-header-menu .inner-nav .proj-title {
		display: none;
	}
	.projeto-header-menu .call-menu {
		transition: background .4s;
	}
	.projeto-header-menu.is-open .call-menu {
		background: #002a24;
	}
	.projeto-header-menu.is-open .inner-nav{
		transition: transform .3s, visibility .3s 0s;
		visibility: visible;
		transform: scaleY(1);
	}
	.projeto-header-menu .inner-nav a{
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);

		padding: 10px 0;
	}
	.projeto-header-menu .inner-nav a:hover {
		color: #fff;
	}
	.projeto-header-menu .inner-nav a:last-child {
		border-bottom: 0;
	}
	.projeto-header-menu .inner-nav .btn-login {
		background: #fff;
		color: #005852;
	}
}
@media (min-width:768px) {
	.projeto-header-menu .call-menu {
		width: 130px;
		/* height: 80px; */
	}
	.projeto-header-menu .call-menu svg {
		/* width: 32px; */
		/* height: 32px; */
	}
}
.projeto-header-menu {
	font-family: 'Avenir-Roman';
	color: #000;
}
.projeto-header-menu nav{
	text-transform: lowercase;

}
.projeto-header-menu .aux{
	color: #005852;
	text-transform: uppercase;
}
.projeto-header-menu {
	margin: 2em auto 0 auto;
}
.projeto-header-menu  a {
	display: block;
	padding: .5em 0;
}

@media (min-width:1024px) {
	.projeto-header-menu {
		border-top: 1px solid #e4e4e4;
	}
	.projeto-header {
		position: relative;
	}
	.projeto-header::after {
		content: '';
		clear: both;
		width: 100%;
		display: block;
	}

	.projeto-header-menu nav {
	  padding: 14px 0;
	}
	.projeto-header-menu  a {
		display: inline-block;
		padding: 0 9px;
		font-size: 14px;
		line-height: 14px;
	}
	.projeto-header-menu nav a {
		border-left:1px solid #000;
	}
	.projeto-header-menu nav a:first-child,.projeto-header-menu nav a:nth-child(2){border-left: 0;}
	.projeto-header-menu .aux {
		float: right;
	}

}
@media (min-width:1200px) {
	.projeto-header-menu  a {
		padding: 0 18px;
	}
}
.projeto-header-menu  a.btn-investir {
	background: #03b2ac;
}
.projeto-header-menu  a.btn-login {
	background: #005852;
}
.projeto-header-menu  a.btn-investir, .projeto-header-menu  a.btn-login  {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	font-family: 'Avenir-Black';
}
.projeto-header-menu  a.btn-investir:hover, .projeto-header-menu  a.btn-login:hover {
	color: #f2c71a;
}
@media (min-width:1024px) {
	.projeto-header-menu  {
		width: 100%;
		background: #fff;
		right: 0; left: 0;
		margin: auto;
		/*top: 0;*/
		bottom: 0;
		position: absolute;
		float: left;
		padding:  0 0;
		font-size: 0;
	}

}
@media (min-width:1200px) {
	.projeto-header-menu {
		width: 90%;
	}
	.projeto-header-menu  a {
		padding:0 12px 0 9px;
		font-size: 15px;
	}
}
@media (min-width:1600px) {
	.projeto-header-menu  {
		width: 90%;
	}
}
@media (min-width:1800px) {
	.projeto-header-menu  a {
		padding: 0 22px;
	}
}

.projeto-doacao-info > h3{
	text-transform: uppercase;
	font-family: 'Avenir-Black';
	color: #005852;
	margin-bottom: 1em;
}
.projeto-doacao-info li a:hover {
	color: #f2c71a;
}
.projeto-doacao-info ul{
	margin: 2em 0;
	font-size: .9em;
	text-transform: uppercase;
}
.projeto-doacao-info ul li{
	display: block;
	margin-bottom: 1em;
	font-family: 'Avenir-Black';
	color: #005852;
}
.projeto-doacao-info ul svg {
	height: 15px;
	width: 15px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	fill: #005852;
}
.projeto-doacao-info  a:hover svg {
	fill: #f2c71a;
}
@media (min-width:768px) {
	.projeto-doacao-info, .page-content {
		/* width: 94%; */
		margin: auto;
	}
	.projeto-doacao-info > h3 {
		font-size: 1.8em;
	}
}

.projeto_citacao
{
	font-style: italic;
	padding: 3.5em;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.content-title {
	color: #005852;
	padding: 0 0 24px 0;
	text-transform: uppercase;
}
.content-title.mb0 {
	padding-bottom: 0;
}
.content-title .btn-voltar {
	text-transform: none;
}
.btn-voltar svg {
	display: inline-block;
	vertical-align: middle;
}
.post-data {
	font-size: .9em;
	color: #a5a5a5;
}
.content-title h3 {
	font-size: 20px;
	font-family: 'Avenir-Black', sans-serif;
}
.post-title {color: #000; margin-bottom: 24px;}
.content-title h2 {
	font-family: 'Avenir-Black', sans-serif;
}
.content-title .btn-voltar + h2 {
	width: 100%;
}
@media (min-width:768px) {
	.content-title  {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items:center;
		width: 100%;
	}
	.content-title h3 {
		font-size: 22px;
	}
	.post-title {
		font-size: 30px;
	}
	.content-title h2 {
		font-size: 35px;
	}
	.content-title h3 {
		font-size: 32px;
	}
}
.btn-voltar {
	/*float: right;*/
	/*float: left;*/
	margin-bottom: 1em;
	display: block;
}
.btn-voltar svg {
	fill: #005852;
	width: 15px; height: 15px;
}
.post-slider {
	margin: 1em 0;
	border-bottom: 1px solid #a5a5a5;
}

@media (min-width:1024px) {
	.post-slider .site-slider .slick-arrow {
		border-color: #a5a5a5;
	}
	.post-slider .site-slider .slick-arrow svg {
		fill: #a5a5a5;
	}
	.post-slider .site-slider .slick-arrow.slick-prev{
		left: -50px;
	}
	.post-slider .site-slider .slick-arrow.slick-next{
		right: -50px;
	}
}

.post-slider .main-image {
	/* max-height: 80vh; */
}
.post-slider .main-image .legenda {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 0.5em;
	font-size: .9em;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.post-slider .main-image .slick-slide  {
	background: #f5f5f5;
}
.post-slider .main-image img {
	display: block;
	margin: auto;
	max-height: 80vh;
	max-width: 100%;
}
.post-slider-nav li {margin-right: 8px; margin-top: 16px;}
.post-slider-nav li span{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}
.post-slider-nav li:focus {
	outline-color: transparent;
}
.post-slider-nav li span{
	height: 0;
	padding-bottom: 100%;
	display: block;
	border: 4px solid transparent;
	cursor: pointer;
}
.post-slider-nav li.is-current span{
	border: 4px solid #00544d;
}

.post-slider-counter {
	padding: 1em 0;
	color: #005852;
	font-size: 18px;
	text-align: center;
}
.projeto-info-tabela {
	margin: 30px 0;
	font-size: .9em;
}
.projeto-info-tabela td {
	padding-right: 19px;
	vertical-align: top;
}
.projeto-info-tabela h4{
	text-transform: uppercase;
	color: #1a9c91 !important;
	margin-bottom: 6px;
}
.projeto-info-tabela .link-mais{
	font-family: 'Avenir-Black';
	color: #005852;
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	clear: both;
}
.projeto-info-tabela .link-mais:hover {
	color: #f2c71a;
}
.link-mais svg {
	height: 15px; width: 15px;
	fill: #005852;
	display: inline-block;
	vertical-align: middle;
}
a:hover svg  {
	/* fill: #f2c71a; */
}
.projeto-doacao-info {}
.projeto-info-tabela div{
	padding-left: 0;
}
.page-content {
	color: #616161;
}
.page-content p {
	margin-bottom: 1.2em;
}
.page-content p:last-child {
	margin-bottom: 0;
}
.page-content h4 {
	margin-bottom: .5em;font-size: 14px;
	text-transform: uppercase;
	color: #00544d;
}
.projeto-info-sidebar {
	/*border: 1px solid #ededed;*/
}
.projeto-info-sidebar h3 {
	background: #00544d;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-size: 1em;
	padding: 10px;
}
.projeto-info-sidebar > h4 {
	color: #00544d;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-size: 1em;
	padding: 10px 0 0;
}
.projeto-info-sidebar > div {
	margin-bottom: 16px;
	padding: 0 10px;
}
.sidebar-contato {
	line-height: 1.4;
}
.projeto-info-sidebar > div.sidebar-orgaos-list {
	margin-bottom: 0;
}
.projeto-info-sidebar .lista-link li {
	display: block;
}
.sidebar-orgaos-list img {
	padding: 0 10px;
	max-width: 80px;
	height: auto;
	margin-bottom: 16px;
}
.relatorio-anual-banner {
	background:#f7f7f7 url(../images/coruja-small.png) no-repeat left bottom;
	height: 90px;f
	padding: 10px;
}
.relatorio-anual-banner p{
	padding-left: 100px;
	color: #00544d;
	font-size: .95em;
	margin: 0;
}
.relatorio-anual-banner {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items:center;
}
.dropwdown-list {
	padding: 8px !important;
	border: 2px solid #a5a5a5;
	position: relative;
	cursor: pointer;
	color: #a5a5a5;
	font-size: 16px;
	margin-bottom: 16px;
}
.dropwdown-list h4 {
	margin-bottom: 0;
	color: #a5a5a5;
	text-transform: none;
}
.dropwdown-list ul {
	margin-top: 2px;
	position: absolute;
	background: #fff;
	z-index: 12;
	top: 100%;
	width: 100%;
	left: 0;
	padding: 8px 8px 0 8px!important;
	border: 2px solid #a5a5a5;
	display: none;
}
.dropwdown-list ul li {
	display: block;
}
.lista-links li {display: block;}
.lista-links a svg{ fill: currentcolor; }
.lista-links a.cor-destaque01:hover {
	text-decoration: underline;
}
.dropwdown-list ul li a, .lista-links a {
	margin-bottom: 10px;
	display: block;
}
.dropwdown-list ul li a svg {
	width: 18px; height: 14px;
	display: inline-block;
	vertical-align: middle;
}



.lista-links a {
	margin-bottom: 3px;
	display: block;
	font-size: 1em;
}

.lista-links a, .page-content .lista-links a  {
	color: #616161;
}
.lista-links a:hover, .page-content .lista-links a:hover {
	text-decoration: underline;
}

.projeto-info-sidebar .lista-links li{
	margin-bottom: 8px;
	font-size: .95em;
	color: #a5a5a5;
}
.projeto-info-sidebar .lista-links li a, .projeto-info-sidebar .lista-links li a {
	color: #a5a5a5;
}
.webcolumn-2 {
	-webkit-column-count:  2;
}
.dropwdown-list.is-open ul {
	display: block;
}
.dropwdown-list .call-dropdown {
	position: absolute;
	top: 0; right: 10px;
	bottom: 0;
	margin: auto;
	background: transparent;
	border: 0;
	cursor: pointer;
	z-index: 11;
	opacity: .5;
}
.dropwdown-list:hover .call-dropdown {
	opacity: 1;
}
.dropwdown-list .call-dropdown:focus {
	outline: 0;
}
.dropwdown-list.is-open .call-dropdown svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dropwdown-list .call-dropdown svg {
	width: 20px; height: 20px;
}

.lista-links a svg{
	margin-right: 6px;
	width: 15px; height: 15px;
	fill: currentcolor;
	display: inline-block;
	vertical-align: sub;
}

.parceiros-lista img {
	display: inline-block;
	vertical-align: middle;
	max-height: 40px;
	margin-right: 50px;
	max-width: 190px;
	margin-bottom: 35px;
}

.page-section h3.title-section {
	font-size: 24px;
	font-family: 'Avenir-Black';
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #005852;
}
.page-section {
	border-bottom: 1px solid #ededed;
	padding: 24px 0;
}
@media (min-width:768px) {
	.page-section h3 {
		font-size: 35px;
	}
}


@media (min-width:768px) {
	.hr {
		border-top:1px solid #ededed;
		background: transparent;
		padding-top: 24px;
		/* margin-top: 36px; */
	}
}
@media (min-width:1024px) {
	.page-content {margin: 36px auto;}
}
.pb0 {padding-bottom: 0 !important;}
.pt0 {padding-top: 0 !important;}
.pt36 {
	padding-top: 36px !important;
}
.pt48 {
	padding-top: 48px !important;
}
.site-slider.site-slider--blocks .slider-control {
	border-color: #a5a5a5;
}
.site-slider.site-slider--blocks .slider-control svg{
	fill: #a5a5a5;
}

.site-slider--blocks {
	width: 90%;
	margin: auto;
}

@media (min-width:768px) {
	.site-slider.site-slider--blocks .slick-arrow.slick-prev{
		left: -50px;
		background: transparent;
	}
	.site-slider.site-slider--blocks .slick-arrow.slick-next{
		right: -50px;
		background: transparent;
	}
}
.site-slider--blocks .block-simples::before {
	content: '';
	position: absolute;
	width: 100%;height: 100%;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
}
@media (min-width:768px) {
	.site-slider--blocks .block-simples {
		margin-bottom: 16px;
		padding: 20px;
	}
}
@media (min-width:900px) {
	.site-slider--blocks  .col-md-4 .block-simples {
		margin-bottom: 30px;
		padding: 20px;
	}
}

.site-slider--blocks  .col-md-4 .block-simples:hover {
	text-decoration: none;
	color: #fff;
}
.site-slider--blocks .block-simples h3 {
	position: relative;	z-index: 5;
}
.site-slider--blocks .block-simples{
	height: 195px;
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Avenir-Black';
	font-size: .9em;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items:center;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}

.listagem-noticias-small .post-title{
	font-size: 18px;
	margin-bottom: 16px;
	letter-spacing: 0.025em;
}
@media (min-width:768px) {
	.listagem-noticias-small .post-title{
		font-size: 24px;
	}
}
.listagem-noticias-small .post-title h2 {
	font-size: 30px;
}
.listagem-noticias-small .post-content {
	margin-bottom: 32px;
	position: relative;
	/* height: 400px; */
}
.listagem-noticias-small .post-content img {
	width: 100%;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.col-xs-12 {
		margin-bottom: 30px;
	}
}
@media (max-width:1023px) {
	.col-sm-12 {
		margin-bottom: 30px;
	}
}

.ui-button.ui-button-loadMore {
	display: block;
	width: 100%;
	font-family: 'Avenir-Black', sans-serif;
	background: #005852;
	color: #fff;
	text-transform: uppercase;
	margin-top: 32px;
	border: 2px solid #005852;
}
.ui-button.ui-button-loadMore:hover {background: #fff; color: #005852;}
.projeto-apoiado-interna {
	line-height: 1.5;
}
.projeto-apoiado-interna.page-content h4{
	text-transform: uppercase;
	color: #000;
	font-family: 'Avenir-Black';
	font-size: 1.2em;
}
.link-verMais {
	/*font-family: 'Avenir-Black';*/
	font-family: 'Avenir-Book';
	text-transform: uppercase;
	margin-top: 16px;
	display: inline-block;
	color: #00544d;
	font-weight: bold;
}
.link-verMais svg {position: relative; top: 3px;}
.link-verMais:hover, .page-content .link-verMais:hover{color:#f2c71a ; text-decoration: none;}
.page-content a {
	color: #00544d;
}
.page-content .ui-button a {
	color: inherit;
}
a svg {
	fill: currentcolor;
}
.projeto-status {
	font-size: .9em;
	color: #a5a5a5;

	text-transform: none;
}
@media (min-width:768px) {
	.projeto-status {
		float: right;
	}
	.projeto-info-sidebar .projeto-status   {
		float: none;
	}
}
.projeto-status-icon {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.compras-status-legenda li {
	display: block;
	margin-top: 10px;
}

@media (min-width:768px) {
	.compras-status-legenda li {
		display: inline-block; 	margin-left: 10px;
	}
	.compras-status-legenda li:first-child {
		margin-left: 0;
	}
}

.projeto-status-aberto {
	color: #7dba00;
}

.projeto-status-em-andamento {
	color: #fbb106cc;
}

.projeto-status-icon-aberto {
	background: #7dba00;
}
.projeto-status-icon-andamento {
	background: #fbb106cc;
}

.projeto-status-encerrado {
	color: #bababa;
}
.projeto-status-icon-encerrado {
	background: #bababa;
}

.projeto-status-prorrogado {
	color: #6774ff;
}
.projeto-status-icon-prorrogado {
	background: #6774ff;
}

.projeto-status-cancelado {
	color: #ff5858;
}
.projeto-status-icon-cancelado {
	background: #ff5858;

}

.compras-status-aberta {
	color: #7dba00;
}

.compras-status-icon-aberta {
	background: #7dba00;
}

.compras-status-encerrada {
	color: #bababa;
}
.compras-status-icon-encerrada {
	background: #bababa;
}

.compras-status-prorrogada {
	color: #6769ff;
}
.compras-status-icon-prorrogada {
	background: #6769ff;
}

.compras-status-cancelada{
	color: #ff5858;
}
.compras-status-icon-cancelada {
	background: #ff5858;

}



.projeto-status svg{
	width: 17px; height: 17px;
	fill: #fff;
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0;
	margin: auto;
}
.projeto-title::after {
	margin-bottom: 16px;
	content: '';
	clear: both;
	width: 100%;
	display: block;
}
.projeto-title h3 {
	float: left;
	text-transform: uppercase;
	color: #00544d;
	font-size: 18px;
	max-width: 80%;
	font-family: 'Avenir-Roman',sans-serif;
}
.page-content p, .page-content li {
	line-height: 1.5;
}

.page-content .post-cover{
	height: 350px;
	width: 100%;
	display: block;
	margin:auto auto 32px auto;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #eee;
}


.txt-large  {
	font-size: 1.2em;
}
p.txt-large {
	margin-bottom: .5em;
}


.relatorio-banner .content-title{
	padding-bottom: 0;
}
.relatorio-banner .wrapper  {}
@media (min-width:1024px) {
	.relatorio-banner {
		padding: 0 0;
		margin-top: 120px;
	}
	.relatorio-banner .ui-button-link {
		width: 100%;
	}
	.relatorio-banner .wrapper {position: relative;  padding: 45px 15px;}
	.relatorio-banner .wrapper::before  {
		content: '';
		display: inline-block;
		background: url(../images/coruja.png) no-repeat right top;
		-webkit-background-size: auto 100%;
		background-size: 100% auto;
		width: 185px;
		height: 120%;
		position: absolute;
		right: 0;
		top: -20%;
	}
}
@media (max-width:1023px) {
	.relatorio-banner .col-xs-12:last-child {
		margin-bottom: 0;
	}
}
.relatorio-banner {
	color: #a5a5a5;
}
.resultado-legenda {
	font-size: .9em;
}
.resultado-legenda li {
	margin-bottom: .5em;
	display: block;
	position: relative;
	padding-left: 25px;
}
.resultado-icon {
	display: inline-block;
	position: absolute;
	left: 0; top: 5px;
	width: 13px; height: 13px;
	background: #000;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}
.resultado-icon.status1 {
	background: #7dba00;
}
.resultado-icon.status2 {
	background: #ff9900;
}
.resultado-icon.status3 {
	background: #cc0000;
}
.cor-status1 {color: #005852;}
.cor-status2 {color: #ff9900;}
.cor-status3 {color: #cc0000;}


.sec-resultado-resumo {
	color: #676767;
}
.sec-resultado-resumo h3{
	font-size: 1em;
	text-transform: uppercase;
	color: #676767;
	margin-bottom: 1em;
}
.sec-resultado-resumo li{
	display: block;
	font-size: .9em;
}

.lista-biblioteca p{
	margin-bottom: 10px;
	color: #616161;
}
@media (min-width:1024px) {
	.lista-biblioteca .post-content {
		padding-right: 30px;
	}
}
.lista-biblioteca .post-content {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 32px;
}
.lista-biblioteca .post-content:last-of-type {
	border-bottom: 0;
}
.lista-biblioteca   {
	margin-bottom: 64px;
}

.content-title.content-title-alt {
	color: #005852;
	font-family: 'Avenir-Black', sans-serif;
}

.post-data .projeto-status {
	float: none;
	display: inline-block;
	vertical-align: bottom;
}

.compras-filtro {
	background: #f7f7f7;
	padding: 1em 0;
}
.compras-filtro .wrapper div {
	margin-bottom: 16px;
}
.compras-filtro .wrapper select {
	background-color: #fff;
}
@media (min-width:768px) {
	.compras-filtro .wrapper{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items:center;
	}
	.compras-filtro .wrapper div {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		margin-bottom: 16px;
		display: inline-block;
	}
}
@media (min-width:1024px) {
	.compras-filtro.site-form > div div, .compras-filtro.site-form > div, .compras-filtro.site-form > div   {
		margin-bottom: 16px;
	}
}


.site-sec > .page-content {
	margin-top: 0; margin-bottom: 0;
}

.fornecedor-form input, .fornecedor-form select,  .fornecedor-form textarea{width: 100%;}
/* .fornecedor-form input[type="checkbox"], .fornecedor-form input[type="radio"]{width: auto;} */

.fornecedor-form .input-check {
	margin-bottom: 16px;
}
.form-tab .content-title p {
	width: 100%;
	text-transform: none;
	color: #616161;
}
.listagem-noticias-small.lista-prestacao .post-title {
	margin:8px 0;
}
.listagem-noticias-small.lista-prestacao {
	line-height: 1.5;
}
.listagem-noticias-small.lista-prestacao p {
	margin-bottom: 1em;
}
.lista-prestacao .post-content {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 32px;
}
.slider-relatorio-buttons {
	text-align: right;
}
.slider-relatorios-nav::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #a5a5a5;
	display: block;
	position: absolute;
	bottom: 5px;
}
.slider-relatorios-nav .item {
	padding-left: 1em;
	padding-bottom: 15px;
	position: relative;
}
.slider-relatorios-nav .item span {
	position: relative;
}
.slider-relatorios-nav .item.is-current {
	color: #005852;
	font-family: 'Avenir-Black';
}
.slider-relatorios-nav .item span::before {
	content: '';
	width: 2px;
	height: 12px;
	background: #a5a5a5;
	position: absolute;
	bottom:  -15px; left: 0;
}
@media (min-width:1024px) {
	.slider-relatorios-main {
		width: 60%;
	}
}

.slider-relatorios-main h3 {
	color: #005852;
	font-size: 1.2em;
	font-family: 'Avenir-Black';
	margin-bottom: 8px;
}
@media (min-width:768px) {
	.slider-relatorios-main h3 {
		font-size: 30px;
	}
}
.slider-relatorios-main p {
	margin-bottom: 16px;
}
.header-quemSomos {
	margin-bottom: 32px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
@media (min-width:1024px) {
	.header-quemSomos {
		max-width: 100%;
	}
}
.header-quemSomos h3 {
	text-align: center;
	line-height: 1.4;
}
@media (min-width:768px) {
	.header-quemSomos h3{
		font-size:28px;
	}
}

.header-quemSomos svg {
	fill: #fff;

}

.header-quemSomos .title {
	flex-flow: row wrap;
}
.header-quemSomos svg {
	width: 80px; height: 80px;
}

.projeto-header.header-quemSomos {
	height: 245px;
	background-position: center;
}
@media (max-width:1023px) {
	.projeto-header.header-quemSomos  {
		padding: 1em;
	}
}
.page-content.quemSomos {
	width: 100%;
}
.page-content h5 {
	font-family: 'Avenir-Black';
	color: #a5a5a5;
	font-size: 1em;
	margin-bottom: .3em;
}
.quemSomos {
	color: #a5a5a5;
}
.page-content.quemSomos h3{
	font-size: 1.25em;
	color: #00544d;
	text-transform: uppercase;
	margin-bottom: .5em;
}
.page-content.quemSomos h4 {
	text-transform: none;
	font-size: 1.3em;
	color: #676767;
}
.site-sec.quemSomos-infog {
	padding: 30px 0;
	text-transform: uppercase;
	color: #7dba00;
	font-size: 17px;
}
.quemSomos-infog-4 strong {
	font-size: 25px;
	display: block;
}
@media (min-width:980px) {
	.quemSomos-infog-2::after {
		content: '';
		clear: both;
		width: 100%;
		display: block;
	}
	.quemSomos-infog-2 > div {
		float: left;
		margin-bottom: 26px;
	}
	.quemSomos-infog-2 > div:first-child {
		padding-right: 60px;
	}
	.quemSomos-infog-2 > div:last-child {
		padding-left: 60px;
		border-left: 1px solid #dedede;
	}
}
.site-sec.quemSomos-infog .container-fluid, .site-sec.quemSomos-infog .container-fluid > div {
	padding: 0;
}
.site-sec.quemSomos-infog .txt-large {
	font-size: 2em;
	font-family: 'Avenir-Black', sans-serif;
}
.site-sec.quemSomos-infog .txt-med {
	font-size: 1.5em;
	font-family: 'Avenir-Black', sans-serif;
}
.quemSomos li {
	display: block;
}
.quemSomos li::before {
	content: '';
	margin-right: 8px;
}
@media (min-width:1024px) {
	.site-sec.quemSomos-infog .txt-large {
		font-size: 60px;
	}
	.site-sec.quemSomos-infog .txt-med {
		display: block;
	}
}
.custom-file {
	border: 2px solid #a5a5a5;
	background: transparent;
	padding: .6em 1em !important;
	font-size: .85em;
	position: relative;
}
.custom-file input{
	opacity: 0;
	top: 0; left: 0;
	height: 100%;
	cursor: pointer;
	position: absolute;
}
.custom-check .checkbox {
	width: 25px; height: 25px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: 1px solid #a5a5a5;
	margin-right: 5px;

}
.custom-check label {display: inline-block;vertical-align: middle; margin-right: 10px; font-size: .9em; width: calc(100% - 50px);}
.custom-check .checkbox.is-checked {
	background: #ddd;
}
.custom-check .checkbox input{
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 10;
	-webkit-appearance:  checkbox;
	-moz-appearance:  checkbox;
	cursor: pointer;
}

.fornecedor-form  .custom-check {
	margin-top: 16px;
}

.custom-file svg {
	fill: #00544d;
	position: absolute;
	right: 1em;
}
.site-form .content-title {
	margin-bottom: 0;
}
.form-curriculo.site-sec {
	padding: 22px 0;
}
.form-curriculo .site-form .content-title {
	padding-bottom: 20px;
}
.form-curriculo .site-form .content-title h3 {
	font-size: 24px;
}

.infoContato li {
	display: block;
	margin-bottom: 1em;
	color: #616161;
	font-size: .9em;
}
.infoContato  h3 {
	color: #000;
	font-size: 1.4em;
}
.infoContato.container-fluid,
.infoContato.container-fluid > * {
	padding-left: 0;
}

.investir-ficha {
	color:#a5a5a5
}
.investir-ficha h3 {
	font-size: 1em;
	margin-bottom: 1em;
}
.investir-ficha h4 {
	font-size: 1.2em;
	margin: 1.5em 0;
}
.investir-ficha  li {
	display: block;
	margin-bottom: 1em;
}
.investir-ficha [class^="col"] {
	padding-left: 0;
	margin-top: 1em;
}

.input-check input {
	width: 30px; height: 30px;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	border: 2px solid;
	margin-right: 10px;
}
.input-check.is-checked input {
	background: #ddd;
}
.box-termo {
	border: 2px solid #a5a5a5;
	padding: 1em;
	color: #616161;
	margin-bottom: 36px;
}

.projeto-info-sidebar > div.sidebar-calendario{
	padding-left: 0;padding-right: 0;
}
.sidebar-calendario {
	border: 1px solid #a5a5a5;
	color: #a5a5a5;
	position: relative;
}
.sidebar-calendario h3 {
	margin-bottom: 0;
	text-align: center;
}
.sidebar-calendario-nav {
	text-align: center;
	padding: .6em 0;
	border-bottom: 1px solid #a5a5a5;
}
.sidebar-calendario-content {
	padding: 0 0 16px 0;
}
.sidebar-calendario-content .inner {
	font-size: 0;
}
.sidebar-calendario-content .inner span {
	width: 25%;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	margin-top: 16px;
}
.sidebar-calendario .slider-control {
	position: absolute;
	z-index: 10;
	cursor: pointer;
}
.sidebar-calendario .slider-control.slick-prev {
	top: 20px; left: 20px;
}
.sidebar-calendario .slider-control.slick-next {
	top: 20px; right: 20px;
}

.sidebar-calendario-remover{
	margin: 0 10px;
	border: 0;
}
.form-menu li {cursor: pointer; font-size: .9em; color: #a5a5a5;}
.form-menu li.is-current {background: #005852; color: #fff;}
.form-menu {
	margin-bottom: 1em;
}
.form-menu li {
	display: block;
	text-align: center;
	padding: 13px 0 8px 0 ;
	background: #f7f7f7;
}

@media (min-width:768px) {
	.form-menu {
		margin-bottom: 0;
	}
	.form-menu ul::after {
		content: '';
		clear: both;
		width: 100%;
		display: block;
	}
	.form-menu {
		border-bottom: 	7px solid #005852;
		margin-bottom: 40px;
	}
	.form-menu ul {
			display: flex;
			flex-flow: row wrap;
			justify-content: space-between;
			align-items:center;
	}
	.form-menu li {
		width: 19.5%;
		float: left;
		display: block;
		text-align: center;
		padding: 13px 0 8px 0 ;
		background: #f7f7f7;
	}
	#form-menu-adicionarProjeto.form-menu li {
		width: 24.5%;
	}
}

.form-tab-container .form-tab{
	display: none;
}
.form-tab-container .form-tab.is-visible{
	display: block;
}

.modal-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
}

.site-slider  .chamada svg {
	width: 15px; height: 15px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.link-chamada {
	display: block;
	margin-top: 15px;
}
.site-slider--banner .chamada svg {
	/* margin-top: 15px;width: 22px; height: 16px; */
}
.site-slider--banner.site-slider .chamada h3 {
	font-size: 2em;
}
.site-slider--home  {
	max-height: 90vh;
	background: #fdfdfd;
}
@media (min-width:768px) {
	.site-slider--home  {
		height: 650px;
	}
}
svg {transform-origin: center;}
.site-slider {opacity: 0; transition: opacity .2s;}
.site-slider.slick-initialized  {opacity: 1;}
.site-slider--home  {max-height: 90vh;}
.site-slider--home .slick-slide {
	height: 650px;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 130px;

	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #333;
}

@media (max-width:1023px) {
	.site-slider--home .slick-slide {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items:center;
		padding-top: 0;
	}
	.site-slider .chamada {
		width: 60%;
		margin: auto;
	}
}
@media (max-width:767px) {
	.site-header img.logo-full {
		width: 60%;
	}

	.site-slider--home .slick-slide, .site-slider.site-slider--banner  .slick-slide {
		min-height: 350px;
		height: auto;
		padding: 20px 0 60px 0;
		/* margin-top: 100px; */
	}
	.site-header {height: 70px;}
	.site-logo svg {height: 50px;}
	.site-slider .chamada{width: 100%;}
	.site-slider .chamada h3{font-size: 1.5em;}
	.site-slider--home .slick-arrow.slick-prev{
		left: 0;
	}
	.site-slider--home .slick-arrow.slick-next {
		 right: 0;
	}
}
@media (max-width:1024px) {
	.site-slider .chamada p {
		width: 60%;
		margin: auto;
	}
}
@media (min-width:1024px) {
	.site-slider--home .slick-slide {
		padding-top: 300px;
	}
}
@media (min-height:950px) and (min-width: 1024px) {
	.site-slider--home .slick-slide {
		height: 750px;
	}
	.site-slider--home .slick-slide {
		padding-top: 350px;
	}
	.site-slider--home .slick-arrow {
		margin-top: 450px;
	}
}
.page-header {
	/* padding-top: 100px; */
}
@media (min-width:1024px) {
	.page-header {
		padding-top: 190px;
		background-repeat: no-repeat;
		position: relative;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.page-header::before {
		position: absolute;
		content: '';
		width: 100%; height: 100%;
		background: rgba(0, 0, 0, 0.3);
		top: 0; left: 0;
	}
	.page-header .wrapper {position: relative; z-index: 2;}
}

.link-download {
	color: #005852;
	text-transform: uppercase;
	font-family: 'Avenir-Black';
	margin-top: 24px;
	display: block;
	text-align: center;
}
.link-download svg {width: 15px;height: 15px; display: inline-block; position: relative; top: 2px;}

.investimento-form {
	color: #616161;
}

.confirmacao-box span {
	line-height: 1.9;
	display: block;
}
.confirmacao-box h3 {
	text-transform: uppercase;
	color: #00544d;
	/* margin-bottom: 8px; */
	margin-top: 16px;
	font-family: 'Avenir-Roman';
}

.sec-instagram {
	background: #231162;
	color: #fff;
	padding: 15px 0;
	margin-bottom: -75px;
}
@media (min-width:1024px) {
	.sec-instagram {
		background-image: url(../images/instagram-bg.jpg);
		padding: 30px 0 ;
	}
}
@media (max-width:767px) {
	.projeto-info-tabela td {
		display: block;
		width: 100%;
		margin-bottom: 24px;
	}
}
@media (min-width:768px) {
	.sec-instagram .wrapper .instagram-feed {
		padding: 0 40px 0 0;
	}
}
@media (min-width:1024px) {
	.sec-instagram .wrapper .instagram-feed {
		padding: 0 40px 0 40px;
	}
	.sec-instagram .wrapper {
		padding: 0 0;
	}
}

.instagram-title {clear: both;display: block;margin: 20px auto;}
.sec-instagram .wrapper::after, .instagram-feed::after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
}
.instagram-feed img {
	display: inline-block;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.facebook-feed {
	margin-top: 20px;
}
@media (min-width:768px) {
	.instagram-feed, .facebook-feed {
		width: 50%;
		float: left;
	}
	.facebook-feed {
		text-align: right;
	}
}

@media (min-width:1024px) {
	.sec-instagram .wrapper {
		font-size: 0;
	}
	.sec-instagram .wrapper > * {
		display: inline-block;
		vertical-align: middle;
		/* width: auto; */

	}
	.instagram-feed	{
		width: 65%;
	}
	.instagram-title{
		width: 10%;
	}
	.facebook-feed {
		width: 25%;
	}
	.instagram-feed img {
		max-width: 23%;
		width: 17%;
		margin-bottom: 0;
	}
	.instagram-feed, .facebook-feed {
		float: none;
	}
	.facebook-feed {margin-top: 0;}
}


@media (min-width:1600px) {
	.instagram-feed {
		width: 59%;
	}
	.instagram-title{
		width: 10%;
	}
}

#maps-iframe {
	/*margin-bottom: 50px;*/
	/*margin-bottom: -70px;*/
	margin-bottom: 0;
	height: 200px;
	overflow: hidden;
}
/*#maps-iframe iframe{
	width: 100%;
	height: 200px;
	display: block;
	pointer-events: none;
	transition: height .3s;
}
#maps-iframe.is-active iframe{
	pointer-events: auto;
}
#maps-iframe.is-expanded iframe{
	height: 600px;
}*/

#maps-iframe #map{
	width: 100%;
	/*height: 200px;*/
	height: 600px;
	display: block;
	pointer-events: none;
	transition: height .3s;
}
#maps-iframe.is-active #map{
	pointer-events: auto;
}
#maps-iframe.is-expanded {height: 600px;}
/*#maps-iframe.is-expanded #map{
	height: 600px;
}*/

#btn-expandMap {display: none;}

@media (min-width:1024px) {
	#btn-expandMap {
		color: #fff;
		text-transform: uppercase;
		font-family: 'Avenir-Black', sans-serif;
		border:0;
		position: absolute; top: 0; left: 0;
		margin: auto;   text-align: center; cursor: pointer;
		top: 0; left: 0; right: 0;
		display: block;
		width: 100%; height: 100%;
		background: rgba(0,41,58,.8);
		transform-origin: top center;
		transition: width .6s, height .6s;
	}
	#btn-expandMap .inner {
		width: 186px;
		height: 64px;
		position: absolute;
		right: 0; left: 0; bottom: 0; top: 0;
		margin: auto;
	}
	#maps-iframe  #btn-expandMap .icon-fechar {
		visibility: hidden;
		position: absolute;
		right: 0; left: 0; bottom: 0; top: 0;
		margin: auto;
		transform: translateY(-20px);
		width: 20px; height: 20px;
		opacity: 0;
		transition: all 0s 0s;
	}
	#btn-expandMap svg {
		fill: #fff;
		width: 30px; height: 30px;
		display: block;
		margin: auto auto 10px auto;
		transform: scale(1);
		transition: transform .2s;
	}
	#btn-expandMap svg:hover {
		transform: scale(1.2);
	}
	#maps-iframe {position: relative;}
	#maps-iframe.is-expanded #btn-expandMap{
		width: 40px; height: 40px;
	}
	#maps-iframe.is-expanded #btn-expandMap .inner {
		visibility: hidden;

	}
	#maps-iframe.is-expanded #btn-expandMap svg.icon-fechar {
		transition: all .2s .3s;
		visibility: visible;
		transform: translateY(0px);
		opacity: 1;
	}
}

@media (min-width:1200px) {
	.link-anm {position: relative; display: inline-block !important;}
	.link-anm span {
		opacity: 1;
		-webkit-transition: opacity .4s;
		transition: opacity .4s;
	margin-right: 5px;
	}
	.link-anm svg {
		position: absolute;
		left: 100%;
		top: 0;
		bottom: 0;
		margin: auto;
		-webkit-transition: left .3s;
		transition: left .3s;
	}
	.site-slider .link-anm svg {
		left: 100%;
	}
	.link-anm:hover span, .ui-card:hover .link-anm span {opacity: 1;}
	.link-anm:hover svg, .ui-card:hover .link-anm svg {left: 100%;}


	.link-anm:hover span, .ui-card:hover .link-anm span, .site-slider > div:hover .link-anm span {opacity: 1;}
	.link-anm:hover svg, .ui-card:hover .link-anm svg, .site-slider > div:hover .link-anm svg{left: 100%;}
}

.page-content .resultado-footer h4 {
	font-size: 16px;
}


@media (min-width:1024px) {
	.page-content .col-md-8 { padding-left: 0; }
	.page-content .post-content .row .col-md-8  {
		padding-left: 15px;
	}
}
.post-content .listagem-noticias-small {
	/* margin-top: 24px; */
	padding: 0px;
	margin-bottom: 30px;
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 30px;
}
@media (min-width:768px) {
	.sec-resultado-resumo .col-md-3:first-child {
		border-left: 0;
	}
	.sec-resultado-resumo .col-md-3 {
		border-left: 1px solid #dadada;
		margin-bottom: 0;
	}
	.sec-resultado-resumo .wrapper {
			display: flex;
			flex-flow: row wrap;
			justify-content: space-between;
	}
}
@media (max-width:767px) {
	.ui-button.ui-button-link.form-tab-prev,.ui-button.ui-button-link.form-tab-next {
		max-width: 40%;
	}
}
.ui-button.ui-button-link.form-tab-prev {
	border-color: #a5a5a5;
	color: #a5a5a5;
}
.grid-mosaico {
	margin-bottom: 30px;
}
.grid-mosaico > div {
	padding-left: 0;
	margin-bottom: 15px;
}
.grid-mosaico > div .inner {
	background: #eee;
	height: 350px;
}

.grid-mosaico-6 > div .inner {
	height: 180px;
}

.site-slider *:focus {
	outline: 0;
}
.site-slider a:hover, .site-slider:hover .link-chamada{
	color: #f2c71a;
}
.site-slider:hover .link-chamada svg {
	fill: #f2c71a;
}

.link-chamada svg {
	fill: #fff;
}

.post-title  a {color: #000;}
.post-title  a:hover {color: #005852; text-decoration: none;}


@media (max-width:1023px) {
	.page-header {
		background: #005852;
		color: #fff;
	}
	.page-header h2 {color: #fff; padding: .8em 0; margin-bottom: 1em;}
}
@media (min-width:768px) and (max-width: 1023px) {
	.projeto-info-sidebar > div.sidebar-calendario {
		width: 50%;
	}
}

@media (max-width:767px) {
	.slider-relatorio-buttons .slider-control{
		margin-top: 1em;
		margin-bottom: 1em;
	}
}

.form-tab-button  {
	margin-right: 4px;
}
@media (min-width:1200px) {
.form-tab-button  {
	margin-right: 15px;
}
}


.slick-slide *:focus {
	outline: 0;
}

.listagem-vitrine-item h3 {
	color: #005852;
	font-family: 'Avenir-Black';
	font-size: 1em;
}

.listagem-vitrine-item .projeto-doacao-info ul svg {
	margin-right: 0;
}

.listagem-vitrine-item:last-of-type {
	border-bottom: 0;
}
.listagem-vitrine-item {
	border-bottom: 1px solid #a5a5a5;
	padding: 15px 0;
}
.listagem-vitrine-item.row  {
	margin-left: 0; margin-right: 0;
}
@media (min-width:768px) {
	.listagem-vitrine-item.row > div {
		padding-left: 0;
	}
}

.esqueci-senha {
	color: #a5a5a5 !important;
	border-bottom: 1px solid #00544d;
	display: inline-block;
	margin-top: 6px;
	font-size: .9em;
}
.esqueci-senha:hover {
	text-decoration: none !important;
	color: #00544d !important;
}
.form-login input[type="submit"], .form-login input[type="button"] {
	border-color: #005852;
	color: #005852;
	margin-bottom: 16px;
}

.alterar-dados-link {
	font-size: .9em;
	color: #a5a5a5 !important;
	text-decoration: underline;
}

@media (min-width:1024px) {
	.lista-checkInline .custom-check{
		display: inline-block;
		white-space: nowrap;
	}
}


.fornecedor-form  .lista-checkInline .custom-check {
	margin-top: 0;
}

.equipe-lista > div > div:first-child{
	padding-left: 0;
}
@media (max-width:1023px) {
	.equipe-lista > div > div {
		padding-left: 0;
	}
}
.equipe-lista {
	margin-top: 32px;
	padding: 24px 0;
	border-top: 1px solid #005852;
	border-bottom: 1px solid #e4e4e4;
}

.equipe-lista-item {color: #a5a5a5; padding: 15px 0; border-bottom: 1px solid #e4e4e4;}
.equipe-lista-item h3 {
	font-family: 'Avenir-Black';
	font-size: 1em;
	color: #005852;
}
.confirmacao-box {
	padding-left: 0;
}
.confirmacao-box .equipe-lista{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
	border-bottom: 0;
}
.confirmacao-box .equipe-lista h3 {
	text-transform: none;
}
.confirmacao-box .equipe-lista-item {
	border-bottom: 0;
	padding-bottom: 0px;
}

.meusProjetos-menu {
	text-transform: uppercase;
	margin-top: 48px;
	font-size: 1.2em;
	font-family: 'Avenir-Black';
	color: #cccccc;
}
.meusProjetos-menu a {
	color: #cccccc;
	display: inline-block;
	padding-bottom: 4px;
	margin-right: 10px;
}
.meusProjetos-menu a:hover {
	text-decoration: none;
}
.meusProjetos-menu a.is-current {
	border-bottom: 3px solid currentcolor;
	color: #005852;
}

.form-projetos textarea {
	width: 100%;
}
.form-projetos  footer {
	padding: 1em 0;
	display: block;
}
.form-projetos {
	border-bottom: 1px solid #e4e4e4;
}

.table-projetos {
	margin-top: 1em;
}
.table-projetos .header {
	color: #005852;
}
.table-projetos .header {
	padding-bottom: 8px;
	border-bottom: 2px solid #005852;
}
.table-projetos-item {
	padding: 15px 0;
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
}
.table-projetos-item:last-of-type {
	border-bottom: 0;
}
.table-projetos-item div:first-child {
	text-align: left;
}

.table-projetos-item  {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items:center;
}
.table-projetos > div > div:first-child {
	padding-left: 0;
}
.status-pendente {
	font-family: 'Avenir-Black';
	color: #ba0000;
}


.listagem-vitrine  .header, .table-projetos .header {
	display: none;
}
@media (max-width:1023px) {
	.table-projetos > div > div{
		padding-left: 0;
	}
	.table-projetos .col-xs-12{
		margin-bottom: 10px;
	}
}
@media (max-width:1023px) {
	.listagem-vitrine-item .col-sm-12 {
		margin-bottom: 16px;
	}
	.listagem-vitrine-item > div::before,
	.table-projetos .table-projetos-item > div::before {
		color: #005852;
		font-family: 'Avenir-Black';
		font-size: 1em;
		margin-bottom: .5em;
		display: block;
	}
	.listagem-vitrine-item > div:nth-of-type(2)::before {
		content: 'TÃ­Â­tulo do projeto';
	}
	.listagem-vitrine-item > div:nth-of-type(3)::before {
		content: 'InstituiÃ§Ã£o';
	}
	.listagem-vitrine-item > div:nth-of-type(4)::before {
		content: 'Linha temÃ¡tica';
	}
	.listagem-vitrine-item > div:nth-of-type(5)::before {
		content: 'Bioma';
	}
	.listagem-vitrine-item > div:nth-of-type(6)::before {
		content: 'Valor';
	}

	.table-projetos .table-projetos-item > div:nth-of-type(1)::before {
		content: 'ComentÃ¡rio';
	}
	.table-projetos .table-projetos-item > div:nth-of-type(2)::before {
		content: 'Status';
	}
	.table-projetos .table-projetos-item > div:nth-of-type(3)::before {
		content: 'ResponsÃ¡vel';
	}
	.table-projetos .table-projetos-item > div:nth-of-type(4)::before {
		content: 'Status';
	}
}
@media (min-width:1024px) {
	.listagem-vitrine  .header, .table-projetos .header {
		display: block;
	}
}



.projeto-header {
	-webkit-background-size: cover;
	background-size: cover;
}


.no-more{
  cursor: not-allowed;
}

.month-selected{
  font-weight: bold;
  color: #005852;
}

.month-unselected{
  pointer-events: none;
  cursor: default;
}
.sidebar-calendario a {
  color: #a5a5a5;
}

.sidebar-calendario a.month-active{
  color: #00544d;
}



.page-search {}
.search-result span {text-decoration: underline;}
.page-search ul {list-style: none;}
.page-search ul li {}
.page-search ul li:nth-child(odd) {
	background: #f0f0f0;
}
.page-search ul li a {
	display: block;
	padding: 0.5em;
	font-size: 1.1em;
}

#governanca{
  display: none;
}
.search-pagination {
	display: flex;
	justify-content: space-between;
}
.search-pagination a {
	display: block;
	width: 100%;
	/*flex: 1 1 auto;*/
	font-family: 'Avenir-Black', sans-serif;
	background: #005852;
	color: #fff;
	text-transform: uppercase;
	margin-top: 32px;
	border: 2px solid #005852;
	height: 45px;
	text-align: center;
	cursor: pointer;
	line-height: 41px;
	fill: #fff;
}
.search-pagination a:nth-child(2),
.search-pagination a:nth-last-child(2) {
	width: 49%;
}
.search-pagination a:hover {background: #fff; color: #005852;}


.ui-button.call-menu {margin-left: 13px;}

@media (min-width:1200px) {
	.call-menu {display: none;}
}

.cf-projApoiados {
	margin-top: 40px;
}
.cf-projApoiados .content-title {
	padding-bottom: 16px;
}
.cf-projApoiados--item {
	margin-bottom: 36px;
}
.cf-projApoiados--item .inner {
	width: 95%;
}
.cf-projApoiados--item .inner  > div {
	padding:10px 30px 20px 30px;
	position: relative;
}
.cf-projApoiados--itemTitle {
	color: #00544d;
	font-size: 1.7em;
	margin-bottom: 10px;
}
.page-content h4.cf-projApoiados--itemSubtitle {
	margin-bottom: 0;
	font-weight: 600;
	text-transform: none;
	color: #616161;
}
.cf-projApoiados--item li {
	display: block;
	margin-bottom: 10px;
}
.cf-projApoiados--item.ui-card .inner div p {
	height: auto;
}

.cf-projApoiados--meta-header {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items:center;
		margin-bottom: 8px;
		font-weight: 700;
		font-size: 1.1em;
		font-family:'Avenir-Black', sans-serif;
}
.cf-projApoiados--meta-contribuintes {
	font-family:'Avenir-Black', sans-serif;
}
.cf-projApoiados--meta-header-total {
	color: #7cc242;
}
.cf-projApoiados--meta-contribuintes {
	margin-top: 8px;
	font-size: 1.1em;
	letter-spacing: 0.05em;
}
.cf-projApoiados--meta-contribuintes span{
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;

}
.no-flexbox .cf-projApoiados--meta-header span {
	display: inline-block;
	margin-right: 10px;
}
.cf-projApoiados--meta {
	margin-top: 30px;
}
.cf-projApoiados--meta-barra {
	height: 15px;
	width: 100%;
	border-radius: 15px;
	background: #e4e4e4 !important;
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}
.cf-projApoiados--meta-barra-progress {
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 50px;
	border-radius: 15px;
	background: #7cc242 !important;
}


.cf-sidebar-title, .page-content h4.cf-sidebar-title {
	text-transform: uppercase;
	font-family:'Avenir-Black',sans-serif;
	color: #000 !important;
	text-align: center;
	font-size: 17px;
	margin: 1.5em 0;
}

.cf-logo {
	display: block;
	margin: 20px auto;
	text-align: center;
	max-height: 100px;
}

.cf-link {
	height: 70px;
	margin-bottom: 10px;
	background: #eee;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items:center;
	text-transform: uppercase;
	font-family:'Avenir-Black',sans-serif;
	font-size: 14px;
	color: #fff !important;
	position: relative;
}
.cf-link:hover {
	text-decoration: none !important;
}
.cf-link::before {
	content: '';
	/*width: 100%;
	height: 100%;*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	opacity: 1;
	transition: opacity .2s;
}
.cf-link:hover::before {
	opacity: .8;
}
.cf-link1::before {
	background: #7cc242 url('../images/cf-link1.png') no-repeat ;
	-webkit-background-size: cover;
	background-size: cover;
}
.cf-link2::before {
	background:#fdbc35 url('../images/cf-link2.png') no-repeat ;
	-webkit-background-size: cover;
	background-size: cover;
}
.cf-link3::before {
	background:#00b3f0 url('../images/cf-link3.png') no-repeat ;
	-webkit-background-size: cover;
	background-size: cover;
}
.cf-link span {
	position: relative; z-index: 2;
}
.cf-cadastro-btn {
	color: #00544d;
	position: relative;
	width: 90%;
	margin: 30px auto;
	border: 2px solid #00544d;
	display: block;
	border-radius: 13px;
	text-align: center;
	height: 55px;
	line-height: 50px;
	text-transform: uppercase;
	font-family:'Avenir-Black',sans-serif;
	transition: background .3s;
	background: #fff;
	font-size: 14px;
}
.cf-cadastro-btn:hover {
	text-decoration: none !important;
	background: #00544d;
	color: #fff !important;
}
.cf-cadastro-btn svg {
	height: 22px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}


.site-logo .logo-min {display: none;}
.site-header .wrapper > .menu-scrolled {display: none;}


@media (min-width:1200px) {
	.site-header .site-logo {
		width: 190px;
	}
	.is-scrolled .site-header .site-logo {
		width: 60px;
		overflow: hidden;
	}

	.site-header .wrapper > .menu-scrolled {
		width: 88%;
		margin: auto;
		text-align: center;
		display: none;
		font-size: 15px;
	}
	.is-scrolled .site-header .wrapper > .menu-scrolled {
		display: block;
	}
	.menu-scrolled > ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items:center;
	}
	.menu-scrolled > ul > li {
		display: inline-block;
		vertical-align: top;
		position: static;
		color: #fff;
		padding: 0 10px;
	}
	.menu-scrolled > ul > li ul {
		position: absolute;
		left: 0;
		top: 100%;
		background: #efefef;
		width: 100%;
		color: #000;
		height: 50px;
		line-height: 22px;
		font-size: .9em;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-30px);
		transition: all .2s;
		text-align: left;
		padding: 0 16%;
	}
	.menu-scrolled > ul > li ul.is-visible {
		opacity: 1;
		transform: translateY(0px);
		visibility: visible;
	}
	.menu-scrolled > ul > li ul li {
		display: inline-block;
		padding: 1em;
		border-left: 1px solid transparent;
	}
	.menu-scrolled > ul > li ul li:first-child {
		padding-left: 0;
	}
	.menu-scrolled > ul > li ul li.is-current {
		text-transform: uppercase;
		color: #00544d;
		font-size: 1em;
		border-left: 1px solid #d9d9d9;
	}
	.menu-scrolled a:hover {
		color: #f2c71a;
	}
	.is-scrolled .site-logo .logo-min {display: block;}
	.is-scrolled .site-logo .logo-full {display: none;}
}

.listagem-noticias-small .post-content .img{
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	background-size: cover !important;
	height: 240px;
}
.input_txt {display: initial !important;}

.error{
	  color:red;
	  display: inline-block;
	  vertical-align: middle;
	  margin-top: 5px;
	  font-size: .8em;
}

.checkbox .error{
  top: 100%;
  position: absolute;
}

/* Loading */
.loading {position: fixed;width: 100%;top:0;bottom:0;background: rgba(0,0,0,0.5);display: none;align-items: center;z-index: 999;}
.loading img {width: 45px;margin: auto;}

/*Alert*/
#alerta {
  left:0;
  right:0;
  top:0;
  bottom:0;
  position: fixed;
  background:rgba(0,0,0,0.4);
  z-index:999;
  /*/overflow: hidden;/*/
}
#alerta {display: none; }

#alerta #box-message {
  background: #f0f0f0;
  display: table;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  padding: 54px;
  border-radius: 4px;
  min-width: 550px;
}
#alerta .message {
  color: #4d4d4f;
  font-size: 1.3em;
}
#alerta .buttons {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 30px auto 0;
}
#alerta .buttons button {
  border: none;
  border-radius: 4px;
  border: none;
  border-radius: 4px;
  width: 198px;
  height: 40px;
  font-size: 1.2em;
  /*background: #e51937;*/
  background: #fec524;
  cursor: pointer;
  color: #4d4d4f;
  font-weight: bold;
}
#alerta .buttons .ok {}
#alerta .buttons .cancel {
  background: #e51937;
  color: #f0f0f0;
  display: none;
}

@media (min-width:1024px) {
	
	.logo-redlac {
		text-align: right;
		display: flex;
		flex-wrap: wrap;
		width: 35%;
		justify-content: space-evenly;
		align-items: center;
		padding: 0px;
		margin: 0px;
		float: right;
	}
	.logo-redlac a {
		padding: 0px;
		margin: 0px;
		max-width: 225px;
	}

	.logo-redlac img {
		width: 85%;
	}

}

.chamada-relatorioAnual p{
	max-width: 48%;
}
@media (min-width:768px) {
	#breadcrumbs {
		max-width: 50%;
		display: inline-block;
	}
}

@media (min-width:1099px) {
	.ui-card.subprojeto {
		width: 25%;
	}
	.cards-container#subprojetosContainer {
		display: block;
	}
}

@media (min-width:1099px) and (max-width: 1599px) {
	.projeto-info-sidebar {
		float: right;
		width: 300px;
	}
}

.site-slider--blocks {
	width: 100%;
}
.cf-projApoiados--categoria {
	color: #fff !important;
	background: #7cc242;
	padding: 8px 2em;
	text-transform: uppercase;
	z-index: 2;
	letter-spacing: .5px;
	font-size: 13px;
	display: inline-block !important;
	margin-top: 0 !important;
}
@media (min-width:1024px) {
	/*.cf-projApoiados--categoria {
		position: absolute;
		top: -31px;
		left: 0px;
	}*/
}
@media (min-width:768px) {
	.slider-title {
		padding-left: 15px;
	}
}

@media (min-width:1099px) {
	.listagem-noticias-small .col-md-6:nth-child(odd) {
		/* padding-right: 50px; */
	}
	.listagem-noticias-small .col-md-6:nth-child(even) {
		/* padding-left: 50px; */
	}
}

.col-md-6{
	width: 49%;
}

.listagem-noticias-small .post-content li {
	list-style-position: inside;
}
.listagem-hr-item {
	padding: 24px 0;
	border-bottom: 1px solid #ededed;
}
.listagem-hr-item:last-child {
	border-bottom: 0;
}

@media (min-width:1024px) {
	.form-login .site-form.wrapper-800 {
		margin-left: 0;
	}
}
@media (min-width:768px) {
	.form-login .content-title h2 {
		font-size: 32px;
	}
}

p:empty {
	display: none;
}
.projeto-header-menu a:hover {
	color: #f2c71a;
}
.projeto-header-menu .proj-title {
	text-transform: uppercase;


}
@media (min-width:1024px) {
	.projeto-header-menu .proj-title {
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		display: none;
		color: #00544d;
	}
}
@media (min-width:1024px) {
	.projMenu-fixed .projeto-header-menu .proj-title {
		display: inline-block;
	}
	.projMenu-fixed .projeto-header-menu{
		position: fixed;
		left: 0; right: 0;
		bottom: auto;
		z-index: 3;
		width: 100%;
		background: #efefef;
	}
	.projMenu-fixed .projeto-header-menu nav {
		padding-top: 0;
		padding-bottom: 0;
		display: inline-block;
	}
	.projMenu-fixed .projeto-header-menu nav a {
		padding-top: 18px;
		padding-bottom: 18px;
		border-left: 0;
		font-size: 13.5px;
	}
	.projMenu-fixed .projeto-header-menu nav a.proj-title {
		border-left: 1px solid #d9d9d9;
	}

	.projMenu-fixed .projeto-header-menu .inner-nav {
		width: 85%;
		margin: auto 0 auto auto;
		max-width: 90%;
	}
	.projMenu-fixed .projeto-header-menu nav {
		text-align: left;
	}
}
.loading {display: none;}

.busca-resultado .ui-carregarMais {
	margin-bottom: 38px;
}

.site-sec.listagem-noticias-small .post-content .img {
	position: static;
}

@media (min-width:1200px) {
	/* .footer-main .wrapper {
		width: 60%;
	} */
}

.page-content > .row {
	margin-left: 0;
}

.mosaico-item-title {
	background: rgba(0, 0, 0, 0.75);
	padding: 9px 1em;
	color: #fff;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	font-size: 13px;
	letter-spacing: 0.03em;
}
.grid-mosaico > div .inner {
	display: block;
	position: relative;
}
.grid-mosaico > div .inner  {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.slide-item-overlink {
	position: absolute;
	width: 100%; height: 100%;
	z-index: 3;
	top: 0; left: 0;
}

@media (min-width:768px) {
	.chamadas-container-row {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		margin-bottom: 32px;
	}
	.chamadas-container-row > .post-content {
		margin-bottom: 40px;
		margin-top: 0;
		padding-bottom: 40px;
	}
	.chamadas-container-row > .post-content .link-verMais {
		position: absolute;
		bottom: 0;
	}
}

#historico{
  margin-bottom: 20px;
  display: none;
}
#historico .row{
  padding: 15px;
}
#historico .row.even{
  background-color: #ccc;
}


@media (min-width:1200px) {
	.is-scrolled.programas-e-projetos .site-header .wrapper > .menu-scrolled {
		display: none;
	}
	.programas-e-projetos.is-scrolled  #call-menu {
		display: inline-block;
		vertical-align: middle;
	}
	.programas-e-projetos.is-scrolled .site-header-inner{
		right: 0;
		transform: translateX(50%);
		width: 460px;
		height: 100vh;
		padding: 100px 5% 100px 25px;
	}
	.programas-e-projetos.is-scrolled.is-menu-open .site-header-inner {
		transition: all .4s;
	}

	.is-scrolled.programas-e-projetos .site-logo .logo-full {
		display: block;
	}

	.is-scrolled.programas-e-projetos .site-logo .logo-min {
		display: none;
	}
	.is-scrolled.programas-e-projetos .site-header .site-logo {
		width: 190px;
	}
}

.equipe-col {
margin-bottom: 2em;
}
.equipe-col h1 {
color: #00544d;
margin-bottom: 20px;
font-size: 1.4em;
}
.equipe-col a {
display: inline-block;
/*border-bottom: 1px solid #00544d;*/
}
.equipe-col > span {
display: block;
margin-bottom: 16px;
}
/*.equipe-listagem .equipe-col a {border-bottom: none;}*/
@media (min-width:1024px) {
.equipe-col {
	width: 45%;
	float: left;
}
.equipe-col:nth-child(even) {
	float: right;
}
}

.mosaico-numeros  {
padding: 5% 0;
/*background: #f7f7f7;*/
margin: 36px auto;
}
@media (min-width:1024px) {
.mosaico-numeros {
	padding: 20px 0 !important;
}
}
.mosaico-numeros .item{
text-align: center;
width: 100%;
font-size: 14px;
display: block;
}
.mosaico-numeros .item .inner {
margin-bottom: 8px;
display: block;
padding: 20px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

}
.mosaico-numeros .txt-large {
font-size: 36px;
text-transform: uppercase;
font-family:'Avenir-Black';
display: block;
width: 100%;
}
.mosaico-numeros .cor1 .inner{
background: #007a48;
color: #fff;
}
.mosaico-numeros .cor2 .inner{
background: #fff;
color: #005952;
}
.mosaico-numeros .cor3 .inner{
background: #32bcad;
color: #fff;
}
.mosaico-numeros .cor3 .inner .txt-large{
color: #005952;
}
.mosaico-numeros .cor4 .inner{
background: #32bcad;
color: #fff;
}
.mosaico-numeros.sidebar {background: transparent;}
.mosaico-numeros.sidebar .item .inner p {
font-size: 1.5em;
}
@media (min-width:1024px) {
.mosaico-numeros  .wrapper{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.mosaico-numeros .item {
	width: 23%;
	float: left;
	margin-right: 1.8%;
	margin: 0;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	height: 205px;
}
.mosaico-numeros.sidebar {background: transparent;}
.mosaico-numeros.sidebar .item {
	width: 100%;
	height: 99px;
	margin-bottom: 1em;
}
.mosaico-numeros .item.col-2  {
	width: 46%;
}
.mosaico-numeros .item.col-3row  {
	width: 46%;
}
.mosaico-numeros .item .inner {
	height: 100%;
	margin-bottom: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items:center;
}
.mosaico-numeros .item.col-2row  .inner {
	height: 47%;
	margin-bottom: 0;
}
.mosaico-numeros .txt-large {
	font-size: 43px;
}
.mosaico-numeros.sidebar .txt-large {
	font-size: 38px;
}

.projeto-info-sidebar .mosaico-numeros .item {
	width: 100% !important;
	display: block;
	height: auto;
}
.projeto-info-sidebar .mosaico-numeros .item .inner {
	margin-bottom: 12px;
}
.projeto-info-sidebar .mosaico-numeros .item.col-2row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items:center;
}
.projeto-info-sidebar .mosaico-numeros .item.col-2row .inner {
	width: 48%;
}
.projeto-info-sidebar .mosaico-numeros  .wrapper {
	display: block;
}
}

.ui-button.ui-button-link.busca-palavra-chave {
vertical-align: top;
height: 39px;
padding: 0 12px;
}
.ui-button.ui-button-link.busca-palavra-chave svg {
margin: auto;
height: 15px;
width: 15px;
}
.projeto-info-sidebar .dropwdown-list {
height: 39px;
}

.date-select span {
width: 100%;
text-align: center;
display: inline-block;
margin-bottom:5px;
}
.datepicker  {
width: 100%;
}
@media (min-width:768px) {
.datepicker {
	width: auto;
}
.date-select span {
	text-align: left;
	width: 90px;
	margin-bottom:0;
}
.date-select input {
	width: 180px;
}
}


.justify-align {
 display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items:center;
}

.justify-align .dropwdown-list{
margin-right: 10px;
flex-grow: 1;
margin-bottom: 0;
}
.projeto-info-sidebar > div.justify-align {
 padding: 0;
}

#search_key_clear {
display: inline-block;vertical-align: middle;
}
#search_key_clear:hover {
background: transparent;
}

.search-terms #search_key_clear{
display: inline-block;
vertical-align: top;
margin-right: 4px;
}
.search-terms span{
display: inline-block;
vertical-align: middle;
}
.page-parceiros {}
.page-parceiros .post-content {margin-top: 1em;padding-top: 1em; border-top: 1px solid #ccc;}
.page-parceiros .post-content .img {width: 150px;height: 150px;position: relative;float: left;margin-right: 1em;}
.page-parceiros .post-content h3 {font-size: 1.5em;margin: 0;}
.page-parceiros .post-content p.content {}


.page-content table{
border-collapse:collapse;
/*margin: 3em auto 120px auto;*/
margin: 3em 0 120px
}
.page-content table th,
.page-content table td{
padding: .9em 2em .9em 2em ;
font-size:.9em;
border-bottom:1px solid #e4e4e4;
}

.page-content table tr:last-child td{
border-bottom:0;
}
.page-content table tr:nth-child(odd) {
/*background: #eee;*/
}
.page-content table td > * {
margin-top:12px;
}
.page-content table td > *:first-child {
margin-top:0;
}
.page-content table li {
list-style-position:inside;
margin:.2em auto;
}


.is-menu-open .site-header-aux .ui-button.call-menu {
color: #a5a5a5;
}
.menu-label {display: none;}
.projeto-header-menu .menu-label {
display: inline-block;
font-size: 14px;
vertical-align: middle;
}
@media (min-width:768px){
.projeto-header-menu .menu-label {/* display: none; */}
}
@media (min-width:1024px){

.menu-label {display: inline-block;}
.ui-button.call-menu{
	width: 105px;
	text-align: left;
	color: #fff;
	font-family:'Avenir-Black';
	padding-left: 11px;
}
.is-menu-open  .menu-label {display: none;}
.is-menu-open  .ui-button.call-menu { width: 45px;}
.ui-button.call-menu svg {
	right: 12px;
	left: auto;
}
.is-menu-open .ui-button.call-menu {
	right: 0; left: 0;
}
}
.mapa-atuacao {
border: 2px solid #00544d;
color: #00544d;
text-decoration: none;
text-align: center;
text-transform: uppercase;
display: block;
border-radius: 13px;
font-size: 0.9em;
font-weight: bold;
padding: 1em 0;
}



.amarelo {color: #f2c71a !important;}
.branco {color:#fff !important;}
.verde {color:#005852 !important;}

div.newsletter {margin-top: 26px;}
div.newsletter input {width: 86%;border: 2px solid #000;background: transparent;padding: 7px 1em;margin-top: 10px;}
div.newsletter input[type="submit"] {width: 35%;}
.grid-mosaico iframe {width: 100%;height: 100%;}
.menu-footer-container li{list-style: none;}

/*#ui-datepicker-div .ui-datepicker-year{
display: block;
}*/

.mc_input{
padding: 8px !important;
border: 2px solid #a5a5a5;
position: relative;
cursor: pointer;
color: #a5a5a5;
font-size: 16px;
margin-bottom: 16px;
}
#mc_signup_submit{
width: auto;
vertical-align: top;
padding-left: 1em;
padding-right: 1em;
text-transform: uppercase;
border-color: #000;
color: #000;
font-family: 'Avenir-Black', sans-serif;
vertical-align: middle;
-webkit-transition: background .3s;
transition: background .3s;
font-size: .9em;
padding: 0 1.5em;
height: 36px;
line-height: 1;
display: inline-flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
}



/* BOLSAS FUNBIO E SINGLE======================================================================================================================================= */

.header__title {
	width: 100%;
	max-width: 1290px;
	margin: 200px auto 0;
	height: 50vh;
	background-color: #000;
	position: relative;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.header__tiltie--title {
	position: absolute;
	padding: 15px 35px;
	font-size: 3.5em;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #fff;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	letter-spacing: 10px;
}

.limpa__filtro, .pesquisa__bolsa {
	cursor: pointer;
	margin-left: 5px;
}

.input__pesquisa input[type='button'] {
	color: #444;
	background-color: #32bcad;
	border: 1px solid #007a48;
}

body.bolsa_funbio-template-default.single.single-bolsa_funbio.postid-28351.not-scrolled {
padding: 0!important;
}

body.bolsa_funbio-template-default.single.single-bolsa_funbio.postid-28351.not-scrolled .container {
padding: 0!important;
}

.bolsas__img {width: 100%;}

.bolsa__titulo {
font-size: 2em;
padding-bottom: 20px;
}

.bolsa__info {padding: 5px;margin-right: 30px;font-size: 18px;color: #333;display:block}

.bolsa__conteudo {
padding-top: 50px;
/* margin: 10px 0; */
}

.documento__bolsa--titulo {
    font-weight: bold;
    color: #005852;
    padding-bottom: 15px;
}

.documento__bolsa--subnome {
    font-size: 18px;
}

.documento__bolsa--nome {
	font-size: 0.8em;
}

.documento__bolsa--parag {
	font-size: 0.9em;
    padding: 5px 0;
}

.documento__bolsa--parag--link {

}

.documento__bolsa--baixar {
	color: #f2c71a;
	transition: all .4s;
}

.documento__bolsa--baixar:hover {
	color: #DB9D0D;
}

.bolsas__video--titulo {
	font-weight: bold;
	padding: 100px 0 50px 0;
	font-size: 2.5em;
	color: #005852;
}

.bolsas__galeria--titulo {
	font-weight: bold;
	padding: 100px 0 50px 0;
	font-size: 2.5em;
	color: #005852;
}

.bolsas__galeria--galeria {margin: 0 auto;}

.bolsas__galeria--galeria ul li{
	list-style-type: none;
}

.bolsas__video--oembed {
	position: relative;
	padding-bottom: 0px;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.bolsas__video--oembed div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-bolsa_funbio .slider-control.slick-prev.ui-button.slick-arrow {
	z-index: 10;
	position: absolute;
	top: 50%;
	transform: translateY(-100%);
}

.single-bolsa_funbio .slider-control.slick-next.ui-button.slick-arrow {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-100%);
	right: 0;
}

.single-bolsa_funbio .slider-control .ui-button, .slider-control.ui-button {
    border-color: #f2c71a;
    background-color: #666;
}

.bolsa__biblioteca {
	padding-top: 100px;
}

.visual__size--small .iframe__video--youtube {
	width: 100%;
    max-height: 535px;
    height: 300px;
}

.visual__size--large .bolsas__video--video, .visual__size--large .iframe__video--youtube {
	width: 100%;
	max-height: 700px;
	height: 700px;
}

.visual__size--large .bolsa__adicional--video {
	width: 100%;
}

.visual__size--small .bolsa__adicional--video {
	max-width: 530px;
    width: 100%;
}

.slick-slide {
	display: none;
}

.slick-active {
	display: block;
}

.documento__bolsas {
	padding: 15px 0;
}

.gallery__item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.menu__single--bolsas {
	padding: 20px 0;
}

.menu__single--bolsas nav a{
	border-left: 1px solid #000;
	padding: 0 10px;
}

.menu__single--bolsas nav a:first-child {
    border-left: none;
}

.input__pesquisa {
	display: flex;
}

.page__bolsas .ui-card .inner div.ui-card-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slider__height--large .gallery__item {
	/* height: 640px; */
	width: 100%;
}


.back svg{
	width: 20px;
	height: 10px;
}

.info__tudo {
	display: flex;
	flex-wrap: wrap;
}

.bolsa__texto {
	color: #616161;
	padding-top: 30px;
}

.bolsa__info span {
	color: #00544d;
	font-weight: bold;
	font-size: 1.4rem;
}

.biografia__container {

}

.biografia__titulo {
    font-size: 1.5rem;
    padding: 40px 0 20px 0;
    color: #00544d;
    font-weight: bold;
}

.biografia__texto {
    color: #616161;
}

.biografia {
    font-size: 1.2rem;
    padding-bottom: 20px;
}

.biografia span {
    color: #00544d;
    font-weight: bold;
    font-size: 1.4rem;
}


.slider__height--large {
	max-width: 100%!important;
}

.slider__height--medium .gallery__item {
	/* height: 300px; */
}

.container__midias--sgbolsas {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.Contbolsa__adicional--galeria {
    width: 100%;
    max-width: 530px;
}

.documentos__bolsas {
	width: 100%;
}

.page__header--bolsas {
    background-position: left;
}

.mapa__bolsas {
	padding-top: 70px;
}

.descreicao__imagem--bolsas {
	display: none;
}

/* .open__gallery .descreicao__imagem--bolsas{
	display: block;
} */

.descricao__image--gallery {	
	width: 100%;	
	max-width: 600px;	
	padding-top: 1.5rem;
}

.slider__height--medium .slick-list.draggable, .slider__height--medium .bolsas__galeria--slider {
    height: 300px!important;
}

.slider__height--large .slick-list.draggable {
	height: 700px!important;
}

.contaienr__image--gallery {
    max-width: 768px;
    max-height: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
}

.content__bolsas {
	padding: 3rem 1rem 0 1rem;
}

.content__bolsas h2 {
	color: #00544d;
	font-weight: bold;
	padding: 1rem 0;
}

.content__bolsas p {
	color: #666;
	padding-bottom: 1rem;
}


#light-box {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	color: #fff;
	z-index: 999999999999999;
}
  
#light-box img {
	max-width: 85%;
	max-height: 70%;
}

.img__light {

}

.close__lightbox {
	position: absolute;
	top: 2%;
	right: 2%;
	font-size: 5rem;
	cursor: pointer;
	transition: all .5s;
}

.close__lightbox:hover {
	color: #007a48;
}

.conteudo__bolsa {
	padding-right: 8%;
}

.form__column {
    margin-left: auto;
}

.bolsas__form {
	display: flex;
	flex-direction: column;
}

.noticas__relacionadas--bolsas {
	margin-top: 2rem;
}
.titulo_noticias--relacionada {
	font-size: 2rem;
	color: #00544d;
}
@media only screen and (max-width: 1024px) {
	.titulo_noticias--relacionada {
		padding: 0 2rem 2rem 2rem;
	}
	.container__midias--sgbolsas {
		flex-direction: column;
		align-items: center;
	}

	.header__title {
		margin-top: 150px;
	}

	.header__tiltie--title {
		font-size: 1.5rem;
	}

	.slider__height--large .gallery__item, .slider__height--medium .gallery__item {
		/* height: 530px; */
	}

	.visual__size--small {
		max-width: 100%;
	}

	.visual__size--large .bolsas__video--video, .visual__size--large .iframe__video--youtube {
		max-height: 470px;
	}
	.contaienr__image--gallery {
		width: 70%;
	}
	.slider__height--large .slick-list.draggable {
		height: 500px!important;
	}
	.close__lightbox {
		font-size: 3rem;
	}
	
}

@media only screen and (max-width: 780px)  {
	.slider__height--large .gallery__item, .slider__height--medium .gallery__item {
		/* height: 300px; */
	}

	.header__title {
		margin-top: 10px;
	}
	.bolsas__form {
		flex-direction: column-reverse;
	}
}


@media only screen and (max-width: 500px)  {
	.bolsas__video--video {
		width: 100%;
		height: 260px;
	}
	.slider__height--large .gallery__item, .slider__height--medium .gallery__item{
		/* height: 223px; */
	}

	.visual__size--large .bolsas__video--video, .visual__size--large .iframe__video--youtube {
		max-height: 275px;
	}
	.slider__height--large .slick-list.draggable {
		height: 300px!important;
	}
	
}

@media only screen and (max-width: 376px) {
	.slider__height--large .gallery__item, .slider__height--medium .gallery__item{
		/* height: 200px; */
	}
}

@media only screen and (max-width: 321px) {
	.slider__height--large .gallery__item, .slider__height--medium .gallery__item{
		/* height: 170px; */
	}
	
	
}

.limpa__filtro{
	background:#fff!important;
	border: 2px solid #a5a5a5!important;
}

/* FAQ CHAMADA DE PROJETO */
.chamada__faq--parag-hide {
	display: none;
}
.chamada__faq--parag-show {
	display: block!important;
}

.lista__chamada {
    display: flex;
    flex-direction: column;
}

.arrow__chamada {
    width: 1rem;
    margin-right: 10px;
    fill: #555;
}

.chamada__faq--titulo {
	font-size: 1.4rem;
	color: #555;
	cursor: pointer;
	transition: all 0.5s;
}

.chamada__faq--titulo:hover, .chamada__faq--titulo:hover  > .arrow__chamada{
	color: #1a9c91; 
}

.chamada__list {
	padding: 10px 0;
	max-width: 790px;
}

.down__chamada {
	-webkit-animation: down .5s;
	animation: down .5s;
	max-height: 500px;
}

@keyframes down{
	from {
		transform: translateY(-100%);
		max-height: 0px;
		opacity: 0;
	}
	to {
		transform: translateY(0);
		height: auto;
		opacity: 1;
	}
}

.arrow__rotate {
	-webkit-animation: rotateFinal .3s;
	animation: rotateFinal .3s;
	animation-iteration-count: inherit;
}

.arrow__rotate--final {
	transform: rotate(180deg);
}

@keyframes rotateFinal{
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(180deg);
	}
}

.arrow__rotate--init {
	animation: rotateInit .3s;
}

@keyframes rotateInit{
	from {
		transform: rotate(180deg);
	}
	to {
		transform: rotate(0deg);
	}
}


/* PROJETOS FAQ */

.faq__projetos {
	margin-top: 125px;
}
.faq__title {
	color: #00544d;
	font-size: 1.9rem!important;
	padding: 15px 0;
}


.inportuguese{
	margin-bottom: 10px;
	font-style: italic;
	display: block;
	font-weight: bold;
}

.nav-bolsas {
	margin: 0 auto;
	display: flex;
	position: relative;
	top: -20px;
	background: #fff;
	padding: 15px;
	list-style: none;
}
.nav-bolsas li {
	margin: 0 10PX;
}