@font-face {
    font-family:'MarkPro-Medium';
    src: url('fonts/MarkPro-Medium.eot');
	src: url('fonts/MarkPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/MarkPro-Medium.woff2') format('woff2'),
		url('fonts/MarkPro-Medium.woff') format('woff'),
		url('fonts/MarkPro-Medium.svg#MarkPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
 

@font-face {
    font-family:'Merriweather';
    src: url('fonts/MerriweatherLight.eot');
	src: url('fonts/MerriweatherLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/MerriweatherLight.woff2') format('woff2'),
		url('fonts/MerriweatherLight.woff') format('woff'),
		url('fonts/MerriweatherLight.svg#Merriweather Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

 

* {box-sizing:border-box; padding: 0; margin: 0;}
::before,::after {box-sizing:inherit;}
*[class$="button"],input[type="submit"], button {
	cursor: pointer;
}
body { 
	font-family:'MarkPro-Medium', sans-serif;
	padding-top: 100px;
}

.mt48 {
	margin-top: 48px;
}
.mt24 {
	margin-top: 24px;
}
.clearfix::after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
}
input, select, textarea {
	font-family: inherit;
} 

 
.wrapper {
	width: 90%;
	max-width: 1200px;	
	margin: auto;
	position: relative;
}
.wrapper-small {
	max-width: 680px;
	margin: auto;
}

.site-header {
	background: #af1e23;
	color: #fff;
	padding: 20px 0;
}
.idioma {
	position: relative;
	font-size: .9em;
}
.idioma-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	top: -10px;
	margin: auto;
	height: 10px;
	right: -14px;
}
.idioma a {
	display: inline-block;
	    padding: 6px 10px;
}
.idioma-icon svg {
	height: 8px; fill: #fff;
}

.idioma .inner{
	display: block;
	position: absolute;
	top: 100%;
	padding: 8px 0; 
	width: 100%; 
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: all .2s ease-in;
	padding: 0;
}
.idioma:hover .inner, .idioma .inner:hover {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.idioma  .inner a {
	background: #fff;
	color: #af1e23;
	width: 100%;
	position: relative;
	left: 10px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
	display: table;
}
.site-nav {
	text-transform: lowercase;
	font-size: 1em;
}
.site-nav a {
	padding: 6px 0 2px 0;
	margin: 0 10px;
	display: inline-block; 
	border-bottom: 1px solid transparent;
}
.site-nav a:hover {
	color: #fab514;
}
.site-nav a:hover{
	color: #fab514;
}

.site-nav a.is-current {
	color: #fab514; 
	border-bottom: 1px solid;
}
.is-scrolled .site-nav a.is-current {
	color: #af1e23;
}
.site-nav-cta {
	padding: 10px;
	background: #fab514;
	color: #af1e23;
	text-transform: uppercase;
	padding-left: 6px !important; padding-right: 6px !important;
}
.site-nav a.site-nav-cta:hover {
	background: #fff;
	color: #af1e23;

}



.control-menu {display: none; cursor: pointer;}
.control-menu {
	display: block;
	top: 10px; left: 15px;
	position: fixed;
	height: 40px; width: 40px;
 	border: 0;
	z-index: 20;
	
}
.control-menu svg {
	height: 25px;
}
.control-menu > * {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
 
.control-menu .close {visibility: hidden;}
.control-menu svg {
	fill: #fff;
}
.is-menuOpen .control-menu .call {visibility: hidden;}
.is-menuOpen .control-menu .close {visibility: visible;}

@media (max-width:1023px){
  .site-nav {
  	position: fixed;
  	top: 100px; left: 0;
  	width: 100%; height: auto;
  	background: #fab514;
  	z-index: 5;
  	text-align: center;
  	display: flex;
  	flex-flow: column wrap;
  	justify-content: center;
  	align-items: center;
  	opacity: 0;
  	padding: 10px 0;
  	visibility: hidden;
  }
  .site-nav a.is-current {
  	color: #af1e23;
  	border-bottom-color: #fff;
  }
  .site-nav .idioma {display: none;}
  .is-menuOpen .site-nav {
  	opacity: 1;
  	visibility: visible;
  }
  .site-nav  a {
  	display: block;
  	padding: 16px 0;
  	margin: 0 auto;
  	font-size: 1.7em;
  	border-bottom: 1px solid #fff;
  }
  .site-nav-menu {
  	width: 90%;
  }
 .site-nav  a.site-nav-cta {
  	background: #af1e23;
  	color: #fff; 
  	margin:20px auto 40px auto !important;
  	display: inline-block;
  	font-size: 1.3em;
  	padding-left: 2em !important;
  	padding-right: 2em !important;
  	border-bottom: 0;
  }
  .site-nav  a:last-child {border-bottom: 0; }
  .site-nav-menu  a::after {content: '\226b';position: relative;left: .5em;display: inline-block;font-size: 0.6em;line-height: 0;}
}

.site-header .logo h1{
	font-size: 0;
	display: block;
}
.site-header .logo h1 img{
	display: block;	
	width: 100%;
	max-width: 230px;
}
@media (min-width:768px){
   .site-header .logo h1 img{
		width: 230px;
   }
   body.en .site-header .logo h1 img{
		width: auto;
   }
   .hidden-desktop {
		display: none;
		visibility: hidden;
   }
}
@media (max-width:767px){
  .site-header .logo h1 img {
  	margin: auto;
  }
}

@media (min-width:1024px){
  .site-header{
  	padding: 35px 0;
  }
  .site-header .wrapper{
  	display: flex;
  	flex-flow: row nowrap;
  	justify-content: space-between;
  	align-items: center;
  }
  .site-nav > * {
  	display: inline-block;
  	margin-left: 17px;
  	vertical-align: middle;
  }
}
 
.grid-3 .grid-col{
	margin-bottom: 24px;
}

a.grid-col {display: block;}
.chamada-img {
	height: 200px;
	width: 100%;
	margin-bottom: 12px;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	overflow: hidden;
}
.label-categ-iniciativa {
	font-size: 11px;
	margin-bottom: 4px;
	color: #5b514c;
}


.cor-1 {
	color: #fab414;
}
.cor-2 {
	color: #5f1473;
}



.site-sec > .wrapper {
	padding: 30px 0;
}
.sec-header {
	text-align: center;
	padding-bottom: 30px;
	max-width: 550px;
	margin: auto;
	
}

.sec-header h3 {
	font-family:'MarkPro-Medium', sans-serif;
	font-size: 1.1em;
}
.sec-header h2 {
	font-family:'MarkPro-Medium', sans-serif;
	text-transform: uppercase;
}
.btn-cta-wrapper {
	margin: 24px auto;
	text-align: center;
}
.btn-cta {
	max-width: 80%;
	margin: auto;
	width: 380px;
	background: #af1e23;
	color: #fff;
	text-align: center;
	padding: 16px 0;
	text-transform: uppercase;
}
.btn-cta:hover {
	background: #fab514;
    color: #af1e23;
}
.hr {
	border-top:1px solid #e0e0e0;
}

@media (min-width:768px){
  .chamada-img  {
  	height: 236px;
  }
  .grid-3 {
	  font-size: 0;
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-around;
	  align-items: flex-start;
	 }
  .grid-3 .grid-col{
  	font-size: 16px;
  	width: 33.33%;
  	display: inline-block;
  	margin-bottom: 24px; 
  	max-width: 45%;

  	padding: 0 18px;
  }  
  .grid-3 .grid-col:nth-child(3n) {
  	padding-right: 0;
  } 
  .grid-3 .grid-col:nth-child(1n) , .grid-3 .grid-col:nth-child(4n) {
  	padding-left: 0;
  }
  .grid-3.fix-2 .grid-col {
	flex-grow: 1;
  }
  .site-sec > .wrapper {
  	padding: 50px 0;
  }
  .sec-header {
  	padding-bottom: 40px;
  }
  .sec-header h2 {
	font-size: 2.2em; 
  }
}

.sec-header p {
	font-size: 14px;
}

.sec-newsletter {
	color: #5a5a5a;
	background: #ece9e5;
	text-align: center;
}

::-webkit-input-placeholder {
   color: inherit;
}

:-moz-placeholder { /* Firefox 18- */
   color:  inherit;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:  inherit;
}

:-ms-input-placeholder {  
   color: inherit;
}



.sec-newsletter h2 {
	font-size: 1.6em;
}

.sec-newsletter input{
	color: #5a5a5a;
	background: #ece9e5;
	padding: 9px 10px;
	background: transparent;
	border: 2px solid #c4bcb2;
	width: 380px;
	max-width: 100%;
	margin-bottom: 16px;
	font-size: 1em;
	color: #b6aba0;
}
.sec-newsletter .error input{
	border-color: #af1e23;
}
.sec-newsletter .success input{
	border-color: #0a633b;
}
button {
	border-radius: 0;
}
.sec-newsletter button {
	background: #555;
	color: #fff;
	font-size: 1em;
	padding: 10px 14px;
	margin-left: 18px;
	border: 0;
	font-family: inherit;
}
.sec-newsletter .sec-header {
	padding-bottom: 25px;
}

.site-footer {
	background: #5a504b;
	color: #fff;
	padding: 30px 0;
}
{
	display: block;
	max-width: 80%;
	margin: 16px 0;
} 
 
.copyright {
	font-size: .8em;
}
.site-footer .site-nav-cta {
  	background: #fff;
  	color: #5a504b;
  }
@media (min-width:768px){
  .site-footer .logo  {
  	width: 155px; 
  	padding-right: 30px;
  	flex-shrink: 0;
  }
  .site-footer{
  	padding: 36px 0;
  }
  
  .footer-aside > * {
  	 margin-bottom: 24px;
  } 
  .site-footer .wrapper {
  	display: flex;
  	flex-flow: row nowrap;
  	justify-content: space-between;
  	align-items: flex-start;
  }
  .footer-menu {
  	display: flex;
  	flex-flow: row wrap;
  	justify-content: space-between;
  	align-items: center;
  	
  }
  .footer-menu > * {
  	display: inline-block;
  }
}
@media (min-width:1200px){
  .footer-menu-small {
  	width: 49%;
  } 
}
.site-slider {
	position: relative;
}
.site-slider .slick-arrow {
	position: absolute;
	top: 0; bottom: 0;
	height: 40px; width: 40px;
	margin: auto;
	z-index: 4;
	cursor: pointer;
}
.slick-arrow svg {
	fill: #fff;
}
.site-slider .slick-next {
	right: 2%;
}
.site-slider .slick-prev {
	left: 2%;
}
.site-slider .slick-dots {
	position: absolute;
	bottom: 30px;
	width: 100%; 
	text-align: center;
}
.site-slider .slick-dots li {
	display: inline-block;
}
.site-slider .slick-dots li button{
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 16px; height: 16px;
	font-size: 0;
	border: 0;
	opacity: .5;
	margin-right: 10px;
}
.site-slider .slick-dots .slick-active button, .site-slider .slick-dots li button:focus {
	outline: 0;
	opacity: 1;
}
.site-slider,.site-slider .slide {
	height: 530px;
	max-height: 100vh;	
}

.site-slider .slide {
	padding-top: 60px;
	color: #fff;
	text-align: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.site-slider .slide::before {
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.1);
}
.site-slider .slide h2{
	font-size: 1.2em;
}
@media (min-width:768px){
  
  .site-slider .slide h2 {font-size: 2em;} 
}

.site-slider .slide .wrapper {
	max-width: 860px;
	position: relative;
	z-index: 2;
}

.mod-destaque1, .mod-destaque2 {
	height: 430px;
	background: #ddd;
	margin-bottom: 2%;
}
.mod-destaque1 {
	
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}

/*.mod-destaque1 .mod-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(175, 30, 35, .9);
    padding: 20px 0 20px 20px;
}*/

.mod-destaque1 .mod-txt {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color:#fff;
}
.mod-destaque1 .mod-txt .label-categ-noticia {
	color: #fff;
	text-transform: uppercase;
}
.mod-destaque1 .mod-txt a {
	display: block;
}
.mod-destaque1 .mod-txt h2 {
	font-size: 2.2em;
	max-width: 85%; 
	background: #af1e23;
	display: inline;
	line-height: 1.5;
}
.mod-destaque2 {
	
	position: relative;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: top center;
}
.mod-destaque2 .mod-txt {
	background: #ddd;
	color: #fff;
	padding: 20px 25px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.mod-destaque2 .btn-cta {
	background: #fff;
	width: auto;
	color: #5f1473;
	padding: 6px 10px;
	display: inline-block;
}
.mod-destaque2 .mod-txt h2 {
	font-size: 2em;
	margin-bottom: 10px;
	font-weight: normal;
}
.mod-destaque2 .mod-txt p { 
	margin-bottom: 16px;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.cor-2 .mod-destaque2 .mod-txt  {
	background: #5f1473;
}


@media (min-width:768px){
  .mod-destaque1 {
  	width: 65%;
	float: left;
  }
  .mod-destaque2 {
  	width: 33.3333%;
	float: right;
  }
}

.label-categ-noticia {
	margin-top: 8px; 
	font-size: 12px;  
	display: inline-block;
	color: #beb4aa;
	border-bottom: 2px solid currentcolor;
}

.link-email {text-decoration: underline;}

@media (max-width:767px){
  .site-footer a{
	display: block;
	margin-bottom: 1em;
  }
  .site-footer .site-nav-cta {
  	display: inline-block;
  }
  .copyright {
  	font-size:.7em;
  }
}

.noticias-lista-destaque {
	padding: 32px 0;
	border-bottom:1px solid #e0e0e0;
}

@media (min-width:1024px){
	.noticias-lista-destaque h2{
		font-size: 1.8em;
	}  
}


.label-categ-noticia {
	color: #e7b330;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.noticia-mais {
	color: #e7b330;
	margin-bottom: 8px;
	font-family:'MarkPro-Medium', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

.noticias-lista-destaque h2 {
	line-height: 1.2;
	margin-bottom: 12px;
}
.noticia-chamada {
	color: #575757;
	 font-family:'Merriweather',serif;
	 font-size: .8em;
}
.noticia-chamada p {
	margin-bottom: 16px;
}
.label-categ-noticia {margin-top: 0; line-height: 1;}
.noticia-autor{
	margin-bottom: 16px;
	font-weight: normal;
	font-style: italic;
} 
.noticias-lista-destaque .img img {
	max-height: 200px;
	max-width: 100%;
	display: block;
	margin: 16px auto;
}



@media (min-width:768px){
  .noticias-lista-destaque .img{
  	float: left;
	width: 50%;
  }
  .noticias-lista-destaque .txt {
  	width: 48%;
  	float: right;
  }

  .noticias-lista-destaque .img{
		height: 350px;
		overflow: hidden;
		max-height: none;
		margin: 0;
	}
	.noticias-lista-destaque .img img{
		max-height: 350px; 
		height: 350px;
		margin: 0;
	}

	.noticias-lista-destaque:nth-child(odd) .img{
		float: right;
	}
	.noticias-lista-destaque:nth-child(odd) .txt{
		float: left;
	}
}

.noticia-filtros {
	border-top:2px solid #e0e0e0;
	padding: 12px 0 0;
	color: #b9b9b8;
	font-size: 13px;
}

.noticias-breve, .noticias-banner {
	background: #531a70;
	color: #fff;
	padding: 30px 0;
}

.noticias-breve  h2, .noticias-banner h2 {
	font-size: 1.6em;
}

.noticias-breve .grid-col {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.noticias-breve .grid-col .chamada-img{
	width: 100px; 
	height: 100px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
}

.noticias-breve .grid-col .txt{
	padding: 0 16px;
}

.noticias-breve .grid-col  h2 {
	font-size: 1.2em;
	font-family:'Merriweather',serif;
	font-weight: normal;
}

.serif {
	font-family:'Merriweather',serif;
}

input, button {
	font-family: inherit;
}

.filtro-submit {
	border: 0;
	background: #ccc;
	color: #fff;
	width: 180px;
	text-align: center;
	padding: 8px 8px;
	text-transform: lowercase;
	font-size: 14px;
	display: inline-block;
	position: relative;
}
.cor-2 .filtro-submit{
	background: #531a70;
	
}

.filtro-submit svg {
	height: 8px;
	fill: #fff; 
	position: absolute; 
	right: 10px;
	top: 0; bottom: 0;
	margin: auto;
	transform: translateX(0) scale(1);
	transition:  transform .2s ease-out, opacity .3s;
}
.filtro-submit:hover svg {
	transform: translateX(-10px) scale(.95);
	opacity: .4
}
.noticia-filtros {
	font-size: 13px;
}
.noticia-filtros * {
	font-size: 1em;
}
.noticia-filtros select {
	background: #fff;
	border: 1px solid #e1deda;
	border-radius: 0;
	padding:6px 12px;
	-webkit-appearance: none;
	appearance: none;
	width: 190px;
	color: #cfcbc4;
	text-align: center;
}

.filtro-data select {
	width: 80px;
}
@media (max-width:767px){
	.noticia-filtros{
		text-align: center;
	}
   .noticia-filtros select { 
		display: block;
		width: 100%;
		margin: 8px auto;
	}
	
	.filtro-data {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	}
	.filtro-data select {
		width: 100px;
		display: inline-block; 
	}
	.filtro-data select:last-child {
		margin-right: 0;
	}
	.filtro-submit {
		display: block;
		margin-top: 16px;
		width: 100%;
		padding: 12px 0;
	}
}
@media (min-width:768px){
	.noticia-filtros > div > div {
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
	}
	.noticia-filtros .custom-select {
		margin:0 8px;
	}
	.noticia-filtros .custom-select select {
		margin: auto;
	}
 	.noticia-filtros {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	} 
}


.acoes-destaque {
	background: #952327;
	color: #fff;
	padding: 20px;
}
.acoes-destaque .cta {
	height: 210px;
	width: 100%;
	background: #ddd;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.acoes-destaque h3{
	color: #fab514;
	font-size: 1.3em;
	line-height: 1.1;
}
.acoes-destaque > * {
	margin-bottom: 20px;
}
@media (min-width:768px){
   .acoes-destaque > * {
		margin-bottom: 0;
   }
  .acoes-destaque {
  	display: flex;
  	flex-flow: row nowrap;
  	justify-content: space-between;
  	align-items: flex-start;
  	padding: 0 0 0 20px;
  }
  .acoes-destaque .cta {
  	width: 30%;
  }
  .acoes-destaque h3 {
  	font-size: 2.1em;
  	width: 30%;
  	align-self: flex-start;
  	padding-top: 20px;
  }
   .acoes-destaque p {
   	width: 20%;
   	padding-top: 20px;
   	line-height: 1.5;
   	font-size: .9em;
   	font-family:'Merriweather',serif;
   }
}
.noticia-chamada {
	line-height: 1.3;
}
.grid-col .noticia-chamada {
	margin-top: 8px;
}

.noticias-banner .noticia-chamada {
	color: #fff;
}

.noticias-banner .noticia-mais {
	color: #beb4aa;
}
.noticia-mais:hover {
	background: #af1e23 !important;
	color: #fff !important;
}
.label-categ-noticia {
	color: #beb4aa;
	margin-top: 8px;
}

.interna-nav {
	font-weight: bold;
	color: #5a504b;
	font-size: 13px;
	margin-top: 2em;
	display: inline-block;
	width: 49%; 
}
@media (min-width:1024px){
  .interna-nav {
  	position: absolute;
	top: 50px;
	margin-top: 0;
	width: auto;
  }
  .interna-nav--next {
	right: 0
  }
  .interna-nav--prev {
	left: 0
  }
}

.interna-wrapper {
	color: #5a504b;
	font-weight: normal;
	font-family:'Merriweather',serif;
	padding-top: 36px;  
	font-size: .8em;
	line-height: 1.6;
	color: #7a726e;
	position: relative;
}

.interna-wrapper > * {
	font-size: 1.1em; 
	max-width: 780px;
	margin: auto auto 1.5em auto;
}

.interna-wrapper > img {
	/*max-width: 100%;*/
	display: block;
	width: 100%;
}

.share {
	text-align: center; 
}
.share a{ 
	color: #fab414;
}

.share h3{ 
	font-size: 1.2em;
	margin-bottom: .2em;
}
.cta-interna {
	color: #fff;
	padding: 20px ;
	background: #fab414;
	margin: 24px auto;
}
.cta-interna .site-nav-cta {
	display: block;
	margin-top: 2em;
	background: #fff;
	color: #fab414;
	text-align: center;
	padding: 12px 0;
}

@media (min-width:768px){
  .cta-interna .wrapper{
  	display: flex;
  	flex-flow: row nowrap;
  	justify-content: space-between;
  	align-items: center;
  }
  .cta-interna .site-nav-cta {
  	width: 30%;
  	margin-top: 0;
  	padding: 30px 20px;
  }
  .cta-interna h3 {
  	width: 40%;
  }
}
.share svg{
	fill: #fab414;
	height: 24px;
	margin-top: 6px;
	transition: fill .2s; 
	
}
.share a:hover svg {
	fill: #555;
}
.share h3 {
	font-size: 1em;
}
@media (min-width:1200px){
  .share {
  	position: absolute; top: 36px;  
  	left: 0;
  	height: 100px;
  	margin: auto;
  	text-align: left;  
	  
	transition: opacity .3s, transform .3s;
  }
  .share svg{
  	filter: drop-shadow(-1px 1px 0px #fff);
  }
  .share a {
  	display: block;
  }

  .is-scrolled .share {
	opacity: 1;
	transform: translateY(0);
  }
}

.lista-tags {
	margin:48px auto 75px auto;
	text-align: center;
}
.lista-tags a{
	display: inline-block;
	margin: 0 6px;
	padding: 6px 24px;
	background: #fab414;
	color: #fff;
	font-size: 13px;
}

.lista-tags a:hover {
	color: #af1e23;
}
.links-importantes {
	margin: 64px auto;
	color: #5a504b;
}
.links-importantes h2 {
	font-size: 1.4em;
}
.links-importantes .grid-col {
	padding-top: 14px;
	border-top: 1px solid #e0e0e0;
}

.home-iniciativas {
	background: url(../images/grafismo-grayscale.png) top left no-repeat;
}
.home-iniciativas .btn-cta{
	width: 33%;
	padding: 16px 3em;
}

.cor-3 {
	color: #af1e23;
}
.cor-3 .filtro-submit{
	background: #af1e23;
}
.cor-4 {
	color: #f55f1e;
}
.cor-4 .filtro-submit{
	background: #f55f1e;
}

.custom-select {
	display: inline-block;  
	position: relative;
}
.custom-select select{
	background: transparent;
}
.custom-select svg{
	height: 8px;
	fill: #ded9d4;
	display: inline-block;
	position: absolute;
	right: 9px;
	top: 0; bottom: 0;
	margin: auto;
}

.publicacoes-lista  {
	margin: 48px auto;
}
.publicacoes-lista li {
	display: block;
	padding: 15px 0;
	border-top:1px solid #e0e0e0;
	
}
.publicacoes-lista li h3 {
	font-size: 1.4em;
}
.publicacoes-lista .filtro-submit {
	color: #af1e23;
	background: transparent;
	width: 160px;
	text-transform: none;
	font-size: 16px;
}
.publicacoes-lista-data {
	color: #555;
}
.publicacoes-lista .filtro-submit svg{
	fill: #af1e23;
}
/*Ajuste 12112018*/
.all-news-left {
    margin-right: 3%;
}
/*Fim do Ajuste*/

@media (min-width:768px){
  .publicacoes-lista li {
	display: flex;
    flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
  }
  .publicacoes-lista li h3 {
  	width: 50%;
  }
  .publicacoes-lista.busca-lista li h3 {
  	width: 100%;
  }
}

.publicacoes-lista-bottom .filtro-submit{
	width: 170px;
	display: block;
	margin: auto;
	text-transform: uppercase;
} 
.page-counter {
	text-align: center;
	display: block;
	margin-top: 8px;
}

.publicacoes-lista li.to-show {
	display: none;
}
.publicacoes-lista-bottom .filtro-submit.is-disabled {
	opacity: .4;
}
@media (max-width:767px){
  
  .publicacoes-lista li h3 {
  	margin-bottom: 18px;
  	display: block;
  }
  .publicacoes-lista .filtro-submit {
  	width: auto;
  	text-align: left;
  	padding-top: 2px;
  }
  .publicacoes-lista-bottom .filtro-submit{
	padding-top: 8px;
	padding-bottom: 8px;
  }
  .custom-select {
  	display: block;
  }

}
.site-nav .idioma a {
	/* padding-right: 0; */
} 

.social a {
	display: inline-block;
}
.social svg {
	height: 24px;
}
.site-footer .social svg {
	fill: #fff;
	margin: 0 6px;
}


.downloads-header {
	margin-top: -40px;
}

.site-sec > .wrapper.downloads-header {
	padding-top: 20px;
	color: #5a504b;
	font-size: 1.2em;
	text-transform: none;
}
.site-sec > .wrapper.downloads-header .sec-header h2{ 
	font-size: 1.2em;
	text-transform: none;
}
.downloads-header .interna-nav--prev{ 
	top: 24px;
}

.form-download.noticias-lista-destaque .txt {
	float: right;
}
.form-download.noticias-lista-destaque .img {
	float: left;
}

.form-download input {
	display: block;
	padding: 11px;
	background: #fff;
	border: 1px solid #e1deda;
	border-radius: 0;
	padding:6px 12px; 
	color: #cfcbc4; 
	margin-top: 9px;
	width: 100%;
	font-size: 15px;

}
.form-download input[type="text"],
.form-download input[type="telephone"],
.form-download input[type="email"] {
	-webkit-appearance: none;
}
.form-download .checkbox {
	font-size: 13px;
	color: #cfcbc4; 
	margin-top: 16px;
	font-size: 14px;
	display: block;
}
.form-download .checkbox input{
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}
.form-download .filtro-submit{
	display: block;
	margin-top: 24px;
	background: #5a504b;
	text-transform: uppercase;
}

.filtro-submit:hover {
	background: #fab514;
	color: #af1e23;
}
.form-dowload-chamada h2 {
	font-size: 1.5em;
	color: #af1e23;
}

.form-dowload-chamada p {
	font-family:'Merriweather',serif;
	font-size: .8em;
	line-height: 1.6;
}
.form-download form {
	padding-top: 10px;
}

.call-busca {
	position: relative;
}


.inner-busca input {
	font-size: 1em;
	padding:.6em .8em;
	border: 0;
}


.inner-busca ::-webkit-input-placeholder {
   color: #c2b9b0;
}

.inner-busca :-moz-placeholder { /* Firefox 18- */
   color:  #c2b9b0;
}

.inner-busca ::-moz-placeholder {  /* Firefox 19+ */
   color:  #c2b9b0;
}

.inner-busca :-ms-input-placeholder {  
   color: #c2b9b0;
}

.call-busca {
	cursor: pointer;
}
.call-busca {
	width: 100%;
	margin: 1em auto;
}

.call-busca svg {
	height: 24px;
	fill: #fff;
}
.inner-busca { 
	top: 0;
	z-index: 2; 
	text-align: center;
	display: block;
	margin: .8em auto auto; 
}
.inner-busca-input {
	display: block;
	margin: auto;
}
.inner-busca-submit {
	margin-top: .6em; 
	border: 0;
	background: #fab514;
	color: #fff;
	padding: .6em 3em;
	text-transform: uppercase;
}
.close-busca {display: none;}
.site-header .site-nav .social a {
	display: none;
	fill: #fff;
	padding-left: 0px;
	padding-right: 8px;
}
.site-header {
	position: fixed; top: 0;
	width: 100%;
	z-index: 10;
}
.site-header .control-menu{
	display: none;
}
@media (min-width:1024px){
	.close-menu {display: none;}
	.control-menu {display: none;} 
	.is-scrolled .site-header .control-menu{
		display: block;
		left: 0;
		right: auto;
		position: absolute;
		color: #000;
		top: 0; bottom: 0;
		margin: auto;
	}

	.is-scrolled .idioma {
		display: none !important;
	}

	.call-busca {
		width: 26px; height: 20px;
		margin-left: 24px !important;
	}
	.inner-busca {
		position: absolute;
		right: 170%;
		top: -16px;
		z-index: 2;
		opacity: 0;
		visibility: hidden;
		transition: all .4s;
	}  

	.close-busca {
		display: block;color: #fff;
		text-transform: uppercase;
		position: absolute;
		top: -1.4em;
		height: 1em;
		font-size: .75em;
	}
	.is-buscaOpen .inner-busca {
		opacity: 1;
		visibility: visible;

	}
	.inner-busca-submit {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto 0;
		border: 0;
		background: #fab514;
		color: #fff;
		padding: 0.6em 3em;
		text-transform: uppercase;
	}
	.is-buscaOpen .call-busca > input {
		visibility: visible;
		opacity: 1;
	}
	.inner-busca input{
		width: 700px;	
	} 

	.is-buscaOpen .site-nav .idioma, .is-buscaOpen .site-nav a{
		opacity: 0;
	}
	.is-scrolled.is-buscaOpen .site-header .logo {
		opacity: 0;
	}
	.inner-busca-submit {
		/* margin-top: 0; */
	}
	.site-header {
		position: fixed; top: 0;
		width: 100%;
		z-index: 10;
	}
	 
	.is-scrolled .site-header .site-nav-menu{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 20;
		margin: 0;
		background: #fab414;
		color: #fff;
		padding:30px 20px 30px 5%;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-100px);
		
	}

	.is-scrolled.is-menuOpen .site-header .site-nav-menu {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);transition: all .2s;
	}
	.is-scrolled .site-header .site-nav-menu a{ 
		display: block;
		border-bottom: 1px solid #fff;
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 0;
	}
	.is-scrolled .site-header .site-nav-menu a:last-child {
		border-bottom: 0;
	}
	.is-scrolled .site-header .site-nav-menu a:hover,
	.is-scrolled .site-header .site-nav-menu .close-menu:hover {
		color: #af1e23;
	} 

	.is-scrolled .close-menu {
		display: block;color: #fff;
		text-transform: uppercase;  
		height: 1em;
		font-size: .75em;
		margin-bottom: 2em;
		cursor: pointer;
	}

	

	.is-scrolled .site-header .site-nav .social a,
	.is-scrolled .site-header .site-nav a.site-nav-cta{
		display: inline-block;
	}
	.is-scrolled .site-header .site-nav  {
		position: absolute; right: 0;
	}
	.is-scrolled .site-header .logo{
		margin: auto;
	}
	.site-header {
		position: fixed; top: 0;
		width: 100%;
		z-index: 10;
		padding: 15px 0;
	}
	.is-scrolled .site-header .logo h1 img {
		height: 58px;

	}
}


.submenus {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%; 
	visibility: hidden;
	opacity: 0;
	color: #000;
	transition: all .2s;
	z-index: 5;
}
.submenus.is-visible { 
	visibility: visible;
	opacity: 1;
	
}



.submenu  {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	transition: all .2s;
}
.submenu.is-visible {
	background: #fff;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.submenu > div {
	padding:0 20px;
	margin: 20px 0;
	width: 17.6%;
	border-right: 1px solid #e6e3df;
} 
.submenu > div.submenu-title {
	padding:20px;
	margin: 0 0;
	background: #fab414;
	color: #af1e23; 
	font-size: 1.3em;
	text-transform: lowercase;
	text-align: center;
	border-right: none;
}
.submenu > div:last-child {
	border-right: 0;
}


.submenu h4 {
	color: #af1e23;
	margin-bottom: 8px;
	font-size: 1.3em;
}

.submenu > div p {
	font-family:'Merriweather',serif;
	font-size: 12px;
}

.submenu > div .noticia-mais {
	color: #5a504b;
}

.subAcoes-aside h4 {
	text-transform: uppercase;
	color: #fab514;
	font-size: 14px;
}
.subAcoes-aside ul{
	margin-top: 20px;
}
.subAcoes-aside ul li {
	display: block;
	color: #af1e23;
	font-size: 14px;
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
}

.icon-arrowNext {
	width: 10px;
	display: inline-block;
	vertical-align: middle;
	fill: currentcolor;
}

.banner-quemSomos .inner{
	background: #af1e23;
}

@media (min-width:768px){
  .banner-quemSomos .cover{
  	padding-top: 230px;
  	background-position: bottom;
  	-webkit-background-size: cover;
  	background-size: cover;
  } 
  .banner-quemSomos .inner {
  	position: relative;
  	z-index: 2;
  }
}



.tac {
	text-align: center;
}

.banner-quemSomos h3{
	margin-bottom: 8px;
	color: #fab414;
}
.banner-quemSomos  ul {
	padding: 20px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	color: #fff;
	text-align: center;
}
.banner-quemSomos  li {
	display: block; 

}
.banner-quemSomos  li h3 {
	font-size: 22px;
}
.banner-quemSomos  li p {
	font-family:'Merriweather',serif;
	font-size: 13px;
	line-height: 1.6;
}
@media (min-width:768px){
   .banner-quemSomos  ul  {
   	padding: 35px 0 55px 0;
   }
   .banner-quemSomos  li  {
   	width: 50%;
   	padding: 0 2em;
   }
}

.interna-sub {
	text-transform: uppercase;
	font-size: 20px !important;
	margin-bottom: 16px;
	text-align: center;
	color: #5a504b;
	font-family:'MarkPro-Medium' !important;
}

.lista-atuacao a{
	display: block;
	background: #fab414;
	color: #fff;
	margin: 22px auto auto ;
	width: 160px;
	text-align: center;
	padding: 18px ;
}
.lista-atuacao svg{
	fill: transparent;
	stroke: #fff;
	stroke-width: 4px;
}
.lista-atuacao svg.icon-atuacao-1 {
	fill: #fff; 
	stroke: none;
}
.lista-atuacao .icon{
	width: 64px;
	margin-bottom: 12px;
}
.lista-atuacao p{
	text-decoration: underline;
}
.lista-atuacao strong{
	text-decoration: underline;
	display: block;
	font-size: 1.2em;
}

.lista-atuacao.lista-atuacao-conselho a{
	width: 100%;
}

@media (min-width:768px){
   	.lista-atuacao {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between; 
		max-width: 870px;
		margin: auto;
	}
	.lista-atuacao a {
		height: 100%;
		margin: 20px 0 0;
		height: 160px;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.lista-atuacao.lista-atuacao-conselho{
		flex-flow: row wrap;
		max-width: 700px;
	}
	.lista-atuacao.lista-atuacao-conselho a{
		height: auto;
		width: 49%;
		margin-bottom: 2%;
	}
}

.timeline{
	max-width: 700px;
	margin: 36px auto;
	color: #5a504b;
	position: relative;
	padding: 30px 0 0;
} 

.timeline::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #ebe9e5;
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: auto;
}

.timeline h3::before {
	content: '';
	display: block;
	width: 10px; height: 10px;
	border-radius: 50%;
	margin: auto auto 8px auto;
	background: #fab414;
}
.timeline-texto{
	background: #fff;
}

.timeline-item  {
	margin-bottom: 40px;
	text-align: center;
	font-family:'Merriweather',serif;
	font-size: 12px;
	position: relative;
	z-index: 2;
}
.timeline-item h3 {
	font-family:'MarkPro-Medium', sans-serif;
	color: #fab414;
	margin-bottom: .5em;
	font-size: 1.4em;
}
/*.timeline-item > div {
	margin-bottom: 18px;
}*/

.noticia-mais {
	padding: 3px;
	display: inline-block;
}

.timeline-item .noticia-mais {
	margin-top: 8px;
	display: block;
}
@media (min-width:768px){
  
  .timeline-item .noticia-mais {
  	display: inline-block;
  } 
}
.timeline iframe {
	max-width: 100%;
}
.iframe-wrapper {
	height: 0;
	padding-bottom: 51%;
	position: relative;
}
.iframe-wrapper iframe{
	width: 90%;
	height: 100%;
	position: absolute;
	/* top: 0; */
	right: 0;
}
.call-video {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.call-video .icon {
	height: 40px;
	position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin:auto;
	stroke: #fff;
	fill: transparent;
	stroke-width: 3;
	transition: transform .3s ease-out;
}
.call-video:hover .icon {
	transform: scale(1.2);
}

@media (min-width:1024px){
	.timeline {
		margin-top: 0;
	}
	.timeline-texto{
		background: none;
	}
   .timeline-texto, .timeline-imagem {
   	float: left;
   	width: 50%;
   	
   }
   .timeline-imagem, .timeline-texto p, .timeline-texto h3 {
   	 padding: 0 18px;
   }
   .timeline-imagem img {
   	width: 100%;
   	display: block;
   }
   .timeline-imagem .iframe-wrapper img {
   	width: 90%;
   	display: block;
   }
    .timeline-texto {
    	text-align: right;
    }

   .timeline h3 {position: relative;}
   .timeline-texto h3::before {
		content: ''; 
		width: 7px; height: 7px;
		border-radius: 50%;
		margin: auto auto 8px auto;
		background: #fab414;
		position: absolute; 
		top: 0; bottom: 0;
		right: -3.5px;
		display: inline-block;
		vertical-align: middle;
	}
	.timeline-imagem {
		padding-left: 0;
	}
	.timeline-imagem .iframe-wrapper {
		 margin-top: 9px;
		 padding-left: 3px;
	}
	.timeline-imagem .iframe-wrapper::before {
		content: '';
		background: #fab414;
		height: 2px;
		width: 100%;
		display: block;
		z-index: 2;position: relative;
	}

	.timeline-item:nth-child(even) .timeline-texto {
		float: right;
	}
	.timeline-item:nth-child(even) .timeline-texto {
		text-align: left; 
	}
	.timeline-item:nth-child(even) .timeline-imagem {
		float: right;
		padding-right: 0;
		padding-left: 0;
	}
	.timeline-item:nth-child(even) .iframe-wrapper iframe {
		left: 0;
		right: 0;
	}
	.timeline-item:nth-child(odd) .iframe-wrapper img {
		margin-left: auto;
		margin-right: 0;
	}
	.timeline-item:nth-child(even) .iframe-wrapper img {
		margin-left: 0;
		margin-right: auto;
	}
	.timeline-item:nth-child(even) .timeline-texto h3::before {
		left: -3.5px;
		right: auto; 
	}

	/*.timeline-item, .timeline-item > div {
		margin-bottom: -12px;
	}*/
	.timeline-item > div.timeline-imagem {
		margin-bottom: 18px;
	}
	.timeline-item > div.timeline-imagem:empty {
		margin-bottom: 0;
	}
	.timeline {
		padding-bottom: 50px;
	}
}


img {
	max-width: 100%;
}
.lista-parceiros { 
	font-size: 0;
	text-align: left;
	max-width: 880px;
	margin: auto;
}
.lista-parceiros li {
	display: inline-block;
	padding: 0 20px 45px 20px;
	width: 50%;
	font-size: 16px;
}
.lista-parceiros li span{
	display: block;
	text-align: center;
	color: #5b5b5b;
	font-size: .9em; 
}


@media (min-width:768px){
   .lista-parceiros li {
   	width: 20%;
   }
}





.transp-sec {
	
}

.interna-wrapper .sec-header {
	font-size: 1rem;
}

.transp-sec .sec-header h3{
	font-size: 1.8em;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	line-height: 1.2;
}

 .transp-sec-chart > div {
 	margin-bottom: 36px;
 }
 .transp-sec-chart p {
 	margin-bottom: 1em;
 }

@media (min-width:1024px){
  .transp-sec-chart > div {
  	width: 50%;
  	float: left;
  	padding: 0 30px;
  } 
  .transp-sec-chart > div:first-child {
  	text-align: right;
  }
  .transp-sec-chart > div:last-child {
  	text-align: left;
  }
}
.transp-lista {
	font-family:'MarkPro-Medium', sans-serif;

}
.transp-sec-chart {
	max-width: 740px;
	margin: auto;
}
.transp-lista table{
	font-size: 12px;
	text-align: left;
	width: 100%; 
	max-width: 330px; 
	border-collapse: collapse;
}
.transp-lista h4 {
	text-align: left;
	margin-bottom: 10px;
}
.transp-lista td { 
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
.transp-lista td:last-child {
	text-align: right;
}
.transp-lista tr:last-child td {
	border-bottom: 0;
}
.transp-lista td.transp-lista-index {
	width: 2em;
	font-size: .9em; 
}
.transp-sec-chart-talentos {
	margin: 48px auto;
}


.equipe-sec .label {
	font-size: 14px;
	color: #5a5a5a;
	text-align: center;
}
.equipe-sec .img {
	width: 160px;
	height: 160px;
	margin: auto;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	background-color: #ebe9e5;
	margin-bottom: 8px;
}

@media (min-width:768px){
  .equipe-sec .grid-3  {
		display: block;
		text-align: center;
  } 
  .equipe-sec .grid-3 .grid-col {
		width: 20%;
  } 
}
@media (min-width:1024px){
    .equipe-sec .grid-3 .grid-col {
		width: 16.6%;
  } 
}
.equipe-sec .sec-header {
	max-width: none;
}
.equipe-sec .label h3, 
.equipe-sec .label h4 {
	font-size: 15px;
}
.equipe-sec.site-sec > .wrapper {
	padding: 25px 0;
}
 
  
.equipe-sec .label h4 {
	font-size: .8em;
	 font-family:'Merriweather',serif;
}

@media (min-width:1024px){
  .sec-equipe-decor {
  	width: 100%;
  	height: 600px;
  	position: absolute; top: 130px; left: 0;
  	pointer-events: none;
  	background: url(../images/equipe-decor.jpg) top left no-repeat;
  	-webkit-background-size: auto 100%;
  	background-size: auto 100%;
  }  
}

.noticias-importante h4 {
	font-family:'MarkPro-Medium', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
}
.noticias-importante {
	color: #fff;
	background: #5f1473;
	padding: 10px 0;
	font-family:'Merriweather',serif;
	text-align: center;
	font-size: 11px;
}
.noticias-importante .wrapper > * {
	margin-bottom: 7px;
}
 .noticias-importante svg {
 	height: 10px;
 	fill: #fff;
 }
a.wrapper {display: block;}
.pb0 {padding-bottom: 0 !important;}
@media (min-width:768px){
	.noticias-importante .wrapper > *  {
		margin-bottom: 0;
	}
   .noticias-importante .wrapper {
   	display: flex;
   	flex-flow: row wrap;
   	justify-content: space-between;
   	align-items: center;
   	font-size: 16px;
   }
   .noticias-importante .wrapper > * {

   }
}

.call-video {
	cursor: pointer;
}
.icon-play {
	cursor: pointer;
}
.slide .icon-play {
	margin-top: 24px;
	position: relative;
}
@media (min-width:1024px){
	.slide .icon-play {
		margin-top: 90px;
	}  
}
.icon-play svg{
	fill: transparent;
	stroke-width: 3px;
	stroke: #fff;
	height: 50px;
}

.overlay {
	background: rgba(0,0,0,0.5);
	position: fixed; top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 90; 
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	transition:  all .3s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.overlay.is-visible {
	opacity: 1;
	visibility: visible;
}
.overlay .inner{
	max-width: 900px;
	width: 90%;
	margin: auto;
	position: absolute;  
	opacity: 0;
	transition: all .3s .1s;
}
.overlay .inner iframe {
	width: 100%;
}
.is-visible  .inner {
	opacity: 1; 
}

.grid-col:hover h2 {
	text-decoration: underline;
}

.close-submenu {display: none;}
@media (max-width:767px){
  .submenu > div {
  	width: 100%;
  }
  .submenus {
  	margin-top: 0;
  	bottom: auto;
  	height: 60vh;
  	height: calc( 90vh - 140px );
  	border-bottom: 1px solid #e0e0e0; 

  	overflow: scroll;
  	padding-bottom: 30px;
  	background: #fff;
	text-align: center;
  }
  .submenu > div {
  	margin: 10px 0 0 0;
  }
  .subAcoes-aside ul li {
  	font-size: 18px;
  	border-top: 1px solid #e0e0e0;border-bottom: 0;
  }
  .close-submenu {
  	display: block;
  	margin-top: 30px;
  	padding-bottom: 10px;
    text-decoration: underline;
    cursor: pointer;
  }
  .subAcoes-aside ul {margin-top: 0;}
  .subAcoes-aside h4 {display: none;}
  .subAcoes-aside ul li {
  	padding: 16px 0; 
  }
  .submenu > div.submenu-title {display: none;}
}


.modal {
	background: #fff;
	text-align: center;
	padding: 20px;
}

.modal-title{
	color: #af1e23;
}
.modal .interna-wrapper {
	padding-top: 16px;
}
.modal .interna-wrapper p:last-child{
	margin-bottom: 0;
}


.call-busca-mobile {display: none;}
@media (max-width:1023px){
  #noticias-home .mod-destaque1, #noticias-home .mod-destaque2 {
		display: none;
  }
  .site-footer  {text-align: center;}
  .site-footer .logo, .site-footer .idioma, .site-footer .site-nav-cta {display: none;}
  .site-nav .call-busca {display: none;}
  .call-busca-mobile {
  	display: block;
  	position: fixed;
  	top: 8px;
  	z-index: 22;
  	width: 50px;
  	height: 50px;
  	right: 15px;
  	display: flex;
  	flex-flow: row wrap;
  	justify-content: center;
  	align-items: center;
  }
   
  .inner-busca {
  	position: absolute;
  	right: 0;
  	color: #fff;
  	text-align: left;
  	width: 91vw;
  	margin-top: -3px;
  	visibility: hidden;
  	opacity: 0;
  	transition:  all .3s;
  }
   
  .inner-busca input {margin-left: 0; width: 100%;}
 

  .is-buscaOpen .inner-busca  {
  	visibility: visible;
  	opacity: 1;
  }
  
  .control-menu {top: 30px;}
  .site-header .logo {display: block;}
  .site-nav-menu .close-menu {
  	display: none;
  }
  .inner-busca-submit {
  	position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    height: 70%;
    font-size: 13px;
  }  
  .close-busca {
  	position: absolute;
  	bottom: -21px;
  	color: #fff;
  	text-transform: uppercase;
  	display: block;
  	font-size: 12px;
  } 
  .site-header .logo h1 img {
  	height: 60px;
  }
  .is-buscaOpen .site-header h1 {visibility: hidden;} 
}

@media (max-width:767px){
  .is-buscaOpen .control-menu, .is-buscaOpen .site-header h1 {visibility: hidden;} 
}
.site-header .logo h1 img.logo-alt {display: none;}
@media (min-width:768px){
  .site-header .logo h1 img {
  	margin: auto;
  } 
}
@media (min-width:1024px){
	.site-header .logo h1 img.logo-alt {display: block;}
    .site-header .logo {position: relative;}
	.logo-alt {position: absolute;top: 0; left: 0; visibility: hidden;}
	.is-scrolled .logo-alt {position: absolute;top: 0; left: 0; right: 0; visibility: visible;}
	.is-scrolled .logo-main {  visibility: hidden;}
}


.'filtro-visualizarPor' {

}
.filtro-btn {
	display: inline-block;
	padding: 5px 1em; 
	width: 165px;
	text-align: center;
	color: #cfcbc4;
	border: 1px solid #e1deda;
	cursor: pointer;
	margin-left: 8px;
}
.filtro-btn.is-current, .filtro-btn:hover {
	color: #fff;
	background: #beb4aa;
}

@media (max-width:767px){
	.filtro-visualizarPor {
		font-size: 10px;
		margin-bottom: 2em;
		text-align: left;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	}
	.publicacoes-lista {
		margin-bottom: 36px;
		padding-bottom: 16px;
		    border-bottom: 2px solid #e0e0e0;
	}
	.publicacoes-lista li:first-child {border-top: 0;}
	.filtro-visualizarPor .filtro-btn, .filtro-visualizarPor .custom-select{
		width: 90px;
		font-size: 10px;
	}
	.hidden-mobile {display: none;}
	.footer-menu{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}
	.footer-menu .social{
		order: -1;
	}
	.footer-menu > a{
		width: 100%;
	}
	.sec-newsletter h2 {
		font-size: 1.3em;
	}
	.sec-newsletter h3 {
		font-size: .9em;
	}
	.sec-newsletter .sec-header {
		padding-bottom: 8px;
	}
	.publicacoes-lista {
		margin-top: 0px;
	}
	.site-sec > .wrapper.downloads-header {
		padding-top: 10px;
	}
	.site-sec > .wrapper.downloads-header .sec-header {
		font-size: .8em;
		    border-bottom: 1px solid #e0e0e0; 
		    padding-bottom: 10px;
		    padding-top: 0;
	}
	.interna-nav {display: none;}
	.form-dowload-chamada {
		text-align: center;
	}
	.form-dowload-chamada h2 {
		font-size: 1.2em;
	}
	.form-download .filtro-submit {
		width: auto;
		padding: 8px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 36px;
	}
	.noticias-importante {display: none;}
	 
	.noticias-lista-destaque {
		padding-top: 0;
	}
	.noticias-lista-destaque {
		width: 100vw;
		margin-left: -5vw;
	}
	.noticias-lista-destaque .txt{
		padding-left: 16px;
		padding-right: 16px;
		text-align: center;
	}
	
	.mobile-carroussel .slick-dots {
		top: auto;
		bottom: 0;
	}
	 
	.mobile-carroussel .slick-dots button{
		background: #beb4aa;
		width: 10px;
		height: 10px;
	}

	.noticias-breve .mobile-carroussel .slick-dots {
		top: auto;
		bottom: 0;
		position: static;
	}
	.noticias-breve .mobile-carroussel .slick-dots button{
		width: 10px;
		height: 10px;
	}


	.mobile-carroussel .slick-dots li{
		display: inline-block;
		margin: 0 4px;
		opacity: .5;
	}

	.mobile-carroussel .slick-dots {
		text-align: center;
		position: absolute; 
		width: 100%;
	}

	.mobile-carroussel .slick-dots button {
		display: inline-block;
		font-size: 0;
		
		
		border-radius: 50%;
		border: 0;
	}

	.home-iniciativas .mobile-carroussel .slick-dots {
		top: 160px;
	}
	.home-iniciativas .mobile-carroussel .slick-dots button {
		width: 20px; height: 20px;
		background: #fff;
	}
	 
	.mobile-carroussel li.slick-active {
		opacity: 1;
	}

	
	
	.noticias-breve .noticia-mais {display: none;}
	.noticias-breve .grid-col .chamada-img {margin-bottom: 0;}
	.acoes-destaque {
		text-align: center;
	}

	.lista-tags a {
		margin-bottom: 8px;
		padding: 2px 18px;
	}

	.sec-newsletter button {
		padding-top: 4px;
		padding-bottom: 4px;
		text-transform: uppercase;
	}
}

@media (min-width:1024px){
  body {
  	padding-top: 130px;
  } 
  .site-header {
  	padding: 0;
  }
  .site-header .wrapper{
  	height: 130px;
  }
}

.icon-cc {
	fill: currentcolor;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

@media (min-width:768px){
  .footer-aside {
  	flex-grow: 1;
  	padding-left: 45px;
  } 
}	
.form-download  .lista-selecao  li.checkbox {
	text-align: left;
}
@media (min-width:768px){
  .lista-selecao li, .form-download  .lista-selecao  li.checkbox {
  	width: 48% ;
  	margin-top: 0;
  	display: inline-block !important;
  } 
}

.toggle-text {position: relative;}
.toggle-text .state2{position: absolute; left: 0; top: 0; visibility: hidden;}
.toggle-text.is-toggled .state2{visibility: visible;}
.toggle-text.is-toggled .state1{visibility: hidden;}

.publicacoes-lista li.faq-lista-item ,.faq-lista-item {
	display: block;
	position: relative;
	cursor: pointer;
}
.faq-mais {
	position: absolute;
	top: 21px;
	right: 0;
	cursor: pointer;

}
.faq-mais svg {
	display: inline-block;
	height: 1em;
	vertical-align: middle;
	fill: currentcolor;
	margin-top: -4px;
}
.faq-mais .state2 {
	left: auto;
	right: 0;
}
.publicacoes-lista li.faq-lista-item h3 {
	width: 90%;
}
.faq-lista-item .inner {
	font-family: 'Merriweather',serif;
    padding-top: 16px;
    font-size: .8em;
    line-height: 1.6;
    color: #7a726e;
    max-width: 600px;
    display: none;
}
.faq-lista-item.is-open .inner {
	display: block;
}

@media (min-width:1200px){
  .icon-whatsapp {
		display: none;
	}
}


.icon-whatsapp svg{
	height: 26px;
}

.banner-doacao-mobile{
	color: #fff;
	padding: 35px 10%;
	text-align: center;
	background: #af1e23;
}
@media (min-width:768px){
  .banner-doacao-mobile {display: none;} 
}
.banner-doacao-mobile h3 {
	margin-bottom: 8px;
	font-size: 22px;
}

.banner-doacao-mobile p {
	margin-bottom: 8px;
	font-family: 'Merriweather',serif;
    font-size: 16px;
    line-height: 1.6;
}
.banner-doacao-mobile .btn-cta {
	background: #fab414;
	color: #af1e23;
	padding: 16px 2em;
	margin-top: 18px;
	display: block;
}
.links-importantes-transp {
	text-align: center;
}
.lista-transp {
	padding: .5em 0;
	text-align: center;
}
.lista-transp a{	
	display: block;
	padding: .5em 0;
}
.lista-transp  a {
	color: #fab514;
}
.lista-transp  a:hover {
	color: #af1e23;
}
@media (min-width:768px){
  .links-importantes-transp {text-align: left;}
}
@media (min-width:1024px){
	.lista-transp {
		opacity: 0;
		transform: translateX(20px); 

	}
	.links-importantes-transp .grid-col:hover h2 {text-decoration: none;}
	.links-importantes-transp .grid-col:hover .lista-transp {
		opacity: 1;
		transform: translateX(0);

		transition:  all .3s;
	}
	.links-importantes-transp .grid-col h2 .cor-4 {
		display: inline-block;
		transition:  all .3s;
	}
	.links-importantes-transp .grid-col:hover h2 .cor-4{ 
		display: inline-block;
		transform: rotate(-90deg);
	}
	
   .lista-transp a {
   	text-align: left;
   }
}

.site-header + div {
	min-height: 100vh;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform: translateY(200px);
}
body {
	overflow-y: hidden;
}
body.loaded {
	overflow-y: auto;
}
body.loaded .site-header + div {
	min-height: initial;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.premio {
    position: absolute;
    right: 0;
    top: 22px;
    text-align: right;
}
/*Ajuste 12/11/18*/
.idioma.mobile {
    position: absolute;
    z-index: 9999;
    right: 130px;
    display: block;
    top: 10px;
    display: none;
    color: #fff;
}
@media(min-width: 1440px){
	.idioma.mobile {
		position: absolute;
		z-index: 9999;
		right: 20%;
		display: block;
		top: 10px;
		color: #fff;
	}
}
.noticia-read-all {
	margin-top: 24px;
	text-align: center;
}
.noticia-read-all .btn {
	max-width: 80%;
    margin: auto;
    width: 380px;
    background: #531a70;
    color: #fff;
    text-align: center;
    padding: 16px 20px;
    text-transform: uppercase;
}