@font-face{

    font-family: 'GOTHIC';

    src: url("GOTHIC.TTF");

    font-weight: normal;

    font-style: normal;

}



body {

	margin: 0;

	padding: 0;

	max-width: 100%;

	background-color: #fff;

	font-family: 'GOTHIC';

}



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

body {

  margin: 0;

  padding: 0;

  max-width: 100%;

  background-color: #fff;

  font-family: 'GOTHIC';

}

}



h1 {

	font-size: 1.8em;

	color: #ed811f;

	text-align: center;

}



a {

  text-decoration: none;

}



.separator {

  background: #ed811f;

  width: 150px;

  height: 2px;

  margin: -15px 0 15px 0;

  text-align: center;

}



.separator-2 {

  width: 320px;

  height: 5px;

  margin: -15px 0 15px 0;

  text-align: center;

}



.separator-3 {

  background: #fff;

  width: 150px;

  height: 3px;

  margin: -15px 0 15px 0;

  text-align: center;

}



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

.separator-3 {

  background: #fff;

  width: 150px;

  height: 3px;

  margin: -5px 0 15px 0;

  text-align: center;



}

}



.limpar {

  clear: both;

  width: 100%;

  height: 1px;

  margin: 0;

  padding: 0;

}



/*sobremenu*/

.sobremenu {

	background: rgb(185,185,185);

  background: linear-gradient(90deg, rgba(185,185,185,1) 0%, rgba(214,214,214,1) 100%);

	width: 100%;

	height: auto;

}



.sobremenu-icones {

	padding: 0 0 0 75%;

}



.sobremenu img {

	width: 6%;

	padding: 2px 5px 2px 5px;

}



/*topo*/

.topo {

	width: 100%;

	margin: -1% 0 0 0;

	background: rgb(214,214,214);

  background: linear-gradient(180deg, rgba(214,214,214,1) 0%, rgba(240,240,240,1) 100%);

	background-size: cover;

}



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

.topo {

	width: 1%;

	margin: -3% 0 0 0;

}

}



.topo p{

	text-align: center;

}



.topo img {

	width: 25%;

  padding: 10px;



}



/*icones*/

.icon-bar {

  position: fixed;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 1;

}



.icon-bar a {

  display: block;

  text-align: center;

  padding: 16px;

  transition: all 0.3s ease;

  color: white;

  font-size: 20px;

}





.icon-face {

	background-color: #f4942e;

}



.icon-face:hover {

  background-color: #38529a;

}



.icon-insta {

	background-color: #f4942e;

}



.icon-insta:hover {

  background: rgb(131,58,180);

  background: linear-gradient(45deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);

}



.icon-youtube {

	background-color: #f4942e;

}



.icon-youtube:hover {

  background-color: #f70000;

}



.icon-linkedin {

  background-color: #f4942e;

}



.icon-linkedin:hover {

  background-color: #0092cc;

}



.icon-tt {

  background-color: #f4942e;

}



.icon-tt:hover {

  background-color: #19b2e1;

}

.icon-wp {

  background-color: #f4942e;

}



.icon-wp:hover {

  background-color: #128C7E;

}




.dois-icones {

  margin: 1% 0 0 0; 

  clear: both;

}



.dois-icones img {

  width: 50%;

}



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

.dois-icones img {

  width: 100%;

}

}



/*noticias*/



.noticias {

	width: 70%;

	text-align: center;

	margin: 4% 15% 1% 15%

}



.noticia {

  position: relative;

  overflow: hidden;

  margin: 1%;

  width: 23%;

  color: #141414;

  text-align: left;

  line-height: 1.4em;

  font-size: 16px;

  float: left;

  height: 400px;

  background-color: #d3d3d3;

}



.btn-pesquisa {

  border: none;

  background-color: #c2c2c2;

  color: #9a9a9a;

  padding: 11px;

  margin: 0;

}



.btn-pesquisa:hover {

  background-color: #838a90;

  color: #3d3d3d;

}



.pesquisa {

  border: 2px solid #d9d9d9;

  padding: 9px;

  margin: 0;

}



.pesquisa-form {

  float: right;

  margin: 0 0 25px 0;

}



.pesquisa-form-nav {

  margin: 0 0 0 25px;

}



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

 	.noticia {

 	  position: relative;

	  overflow: hidden;

	  margin: 1%;

	  width: 100%;

	  color: #141414;

	  text-align: left;

	  line-height: 1.4em;

	  font-size: 16px;

	  float: left;

	  height: 400px;

	  background-color: #d3d3d3;

	  z-index: -1;

 	}

 }



.noticia * {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: all 0.35s ease;

  transition: all 0.35s ease;

}



.noticia img {

  max-width: 100%;

  vertical-align: top;

}



.noticia figcaption {

  position: absolute;

  top: calc(40%);

  width: 100%;

  background-color: #d3d3d3;

  padding: 15px 25px 65px;

}



.noticia figcaption:before {

  position: absolute;

  content: '';

  z-index: 2;

  bottom: 100%;

  left: 0;

  width: 100%;

  height: 80px;

  /*background-image: -webkit-linear-gradient(top, transparent 0%, #d3d3d3 100%);

  background-image: linear-gradient(to bottom, transparent 0%, #d3d3d3 100%);*/

}



.noticia h3,

.noticia p {

  margin: 0 0 10px;

  color: #33648d;

}



.noticia h3 {

  font-weight: 300;

  font-size: 1em;

  line-height: 1em;

  text-transform: uppercase;

  text-align: center;

}



.data-not {

	text-align: center;

	font-size: 0.8em;

	border-bottom: 1px solid #33648d;

	

}



.desc-not {

  font-size: 1.1em;

  letter-spacing: 2px;

  opacity: 1;

}



.noticia a {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 2;

}



.noticia:hover figcaption,

.noticia.hover figcaption {

  top: 80px;

}



/*parceiros*/

.parceiros{

  margin: 2% 15% 1% 15%;

}



.slick-slide {

    margin: 0px 40px;

}



.slick-slide img {

    width: 100%;

}



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

  .slick-slide img {

    width: 500%;

}

}



.slick-slider

{

    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

            user-select: none;

    -webkit-touch-callout: none;

    -khtml-user-select: none;

    -ms-touch-action: pan-y;

        touch-action: pan-y;

    -webkit-tap-highlight-color: transparent;

}



.slick-list

{

    position: relative;

    display: block;

    overflow: hidden;

    margin: 0;

    padding: 0;

}

.slick-list:focus

{

    outline: none;

}

.slick-list.dragging

{

    cursor: pointer;

    cursor: hand;

}



.slick-slider .slick-track,

.slick-slider .slick-list

{

    -webkit-transform: translate3d(0, 0, 0);

       -moz-transform: translate3d(0, 0, 0);

        -ms-transform: translate3d(0, 0, 0);

         -o-transform: translate3d(0, 0, 0);

            transform: translate3d(0, 0, 0);

}



.slick-track

{

    position: relative;

    top: 0;

    left: 0;

    display: block;

}

.slick-track:before,

.slick-track:after

{

    display: table;

    content: '';

}

.slick-track:after

{

    clear: both;

}

.slick-loading .slick-track

{

    visibility: hidden;

}



.slick-slide

{

    display: none;

    float: left;

    height: 100%;

    min-height: 1px;

}

[dir='rtl'] .slick-slide

{

    float: right;

}

.slick-slide img

{

    display: block;

}

.slick-slide.slick-loading img

{

    display: none;

}

.slick-slide.dragging img

{

    pointer-events: none;

}

.slick-initialized .slick-slide

{

    display: block;

}

.slick-loading .slick-slide

{

    visibility: hidden;

}

.slick-vertical .slick-slide

{

    display: block;

    height: auto;

    border: 1px solid transparent;

}

.slick-arrow.slick-hidden {

    display: none;

}



/*destaques*/

.destaques {

  /*background-image: url('../IMG/BackGrude.png');

  background-size: 100% ;

  background-repeat: no-repeat;*/

  position: relative;

  width: 100%;

  height: 250px;

}

.destaques-img {

  width: 9%;

  float: left;

  background-color: #0078ae;

  margin-top: 5.5%;

  margin-left: 5%;

  border-radius: 50px;

}



.destaques-img:hover {

  background-color: #00678d;

}



.destaques-img img{

  width: 100%;

}



.destaques-2 {

  margin-left: 27%;

}



.destaques-fundo {

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;

}



/*fenag educacao*/

.fenag-educacao {

  background-image: url('../_IMG/bg-educacao.png');

  background-size: cover;

}



.fenag-educacao img{

  width: 20%;

  margin-top: 1%;

}



.texto-educacao {

  margin: 1% 15% 1% 15%;

  font-size: 16px;

  text-align: justify;

  line-height: 1.5;

}



.botao-educacao {

  background-color: #0080c4;

  border: none;

  color: #fff;

  padding: 15px;

  margin: 1%;

}



.botao-educacao:hover {

  background-color: #006aa3;

}



/*contador*/

.projectFactsWrap{

  display: flex;

  margin-top: 30px;

  flex-direction: row;

  flex-wrap: wrap;

  margin: 3% 0% 1% 0%;

}





#projectFacts .fullWidth{

  padding: 0;

}



.projectFactsWrap .item{

  width: 25%;

  height: 100%;

  padding: 50px 0px;

  text-align: center;

}



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

.projectFactsWrap .item{

  width: 25%;

  height: 80%;

  padding: 50px 0px;

  text-align: center;

}

}



.projectFactsWrap .item:nth-child(1){

  background: #0080c4;

}



.projectFactsWrap .item:nth-child(2){

  background: #f4942e;

}



.projectFactsWrap .item:nth-child(3){

  background: #0080c4;

}



.projectFactsWrap .item:nth-child(4){

  background: #f4942e;

}



.projectFactsWrap .item p.number{

  font-size: 40px;

  padding: 0;

  font-weight: bold;

}



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

.projectFactsWrap .item p.number{

  font-size: 16px;

  padding: 0;

  font-weight: bold;

}



}



.projectFactsWrap .item p{

  color: rgba(255, 255, 255, 0.8);

  font-size: 18px;

  margin: 0;

  padding: 10px;

  font-family: 'GOTHIC';

}



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

.projectFactsWrap .item p{

  color: rgba(255, 255, 255, 0.8);

  font-size: 14px;

  margin: 0;

  padding: 10px;

  font-family: 'GOTHIC';

}

}





.projectFactsWrap .item span{

  width: 60px;

  background: rgba(255, 255, 255, 0.8);

  height: 2px;

  display: block;

  margin: 0 auto;

}





.projectFactsWrap .item i{

  vertical-align: middle;

  font-size: 50px;

  color: rgba(255, 255, 255, 0.8);

}



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

.projectFactsWrap .item i{

  vertical-align: middle;

  font-size: 30px;

  color: rgba(255, 255, 255, 0.8);

}

}





.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{

  color: white;

}



.projectFactsWrap .item:hover span{

  background: white;

}



/*contato*/



.contato {

  background-image: url('../_IMG/bg-contato.png');

  background-size: cover;

  height: 430px;

}



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

.contato {

  background-image: url('../IMG/bg-contato.png');

  background-size: cover;

  height: 600px;

}

}



.contato-interno {

  text-align: center;

  background: rgb(189,189,189,0.5);

  margin: 1% 15% 1% 15%;

  padding: 30px 15px 30px 15px;

  border-radius: 10px;

  height: 250px;

}



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

.contato-interno {

  text-align: center;

  background: rgb(189,189,189,0.5);

  margin: 1% 15% 1% 15%;

  padding: 30px 15px 30px 15px;

  border-radius: 10px;

  height: 450px;

}

}



.contato-1 {

  width: 50%;

  float: left;

}



.contato-2 {

  width: 50%;

  float: right;

}



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

.contato-1 {

  width: 100%;

  float: left;

}



.contato-2 {

  width: 100%;

  float: right;

}

}



.feedback-input {

  color:#000;

  font-family: 'GOTHIC';

  font-weight:500;

  font-size: 18px;

  border-radius: 5px;

  line-height: 22px;

  background-color: #fff;

  border:2px solid #ccc;

  transition: all 0.3s;

  padding: 13px;

  margin-bottom: 15px;

  width:90%;

  box-sizing: border-box;

  outline:0;

}



.feedback-input-2 {

  color:#000;

  font-family: 'GOTHIC';

  font-weight:500;

  font-size: 18px;

  border-radius: 5px;

  line-height: 22px;

  background-color: #fff;

  border:2px solid #ccc;

  transition: all 0.3s;

  padding: 13px;

  margin-bottom: 15px;

  width:90%;

  height: 185px;

  box-sizing: border-box;

  outline:0;

}



.submit-contato {

  background-color: #0080c4;

  border: none;

  color: #fff;

  padding: 20px;

  margin: 0 3% 1% 0;

  float: right;

}



.submit-contato:hover {

  background-color: #006aa3;

}



/*banner*/

.bannerFull {

    position: relative;

    width: 100%;

    z-index: 0;

    height: 545px;

    top: 0;

}





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

.bannerFull {

    position: relative;

    width: 100%;

    z-index: 0;

    height: 800px;

    top: 0em;

    z-index: 0;

}



.banner-2 {

  width: 90%;

  margin-top: 25%;

}



}



.banner-principal .slider-conteudo-html {

    min-height: 455px;

    display: block;



}



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

.banner-principal .slider-conteudo-html {

    min-height: 120px;

    display: block;

}

}



.banner-interna .slider-conteudo-html {

    height: 255px;

    display: block;



}





.slider-grande-modelo1 .slide-h1 {

    text-align: left;

    margin-top: 30%;

    color:#fff;

    font-size:40px;

    line-height: 40px;

}



.slider-grande-modelo1 .slide-h2 {

    text-align: left;

    color:#fff;

    font-size:35px;

    line-height: 35px;

}



.slider-grande-modelo1 .slide-h3 {

    text-align: left;

    color:#fff;

    font-size:30px;

    line-height: 30px;

}



.slider-grande-modelo1 {

    min-height: 455px;

     background-size: cover;

}



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

.slider-grande-modelo1 {

  min-height: 100px; /*ANTIGO 850px*/

}

}



.slider-grande-modelo1 .content-table {

    position: relative;

    display: table;

    display:block\9;

    height: 450px;

}



.slider-grande-modelo1 .content-table .img-container {

    display: table-cell;

    display:block\9;

    padding-top:80px\9;

    vertical-align: middle;

}



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

.img-container {

    margin-left: 1em;

}

}



.slider-grande-modelo1 .slide-btn {

    background-image: none;

    color: #D92222;

    text-shadow: none;

    background-color: #FFF;

    opacity: 0.9;

    font-size: 18px;

    margin-top: 15px;

}



.slider-grande-modelo1 .slide-btn:hover {

    opacity: 1;

}





.slider-conteudo-video {

}



.slider-conteudo-imagem {

    max-height: 455px;

    overflow: hidden;

}



    .slider-conteudo-imagem img {

        width: 100%;

        min-width: 1400px;

        transform: translate(-50%,0);

        position: relative;

        left: 50%;

    }



.conteudoPrincipal {

    background-color: #fff;

    margin-top: -12px;

    padding-top: 30px;

}



/* Indicadores do banner*/

.carousel-indicators {

    bottom: 40px;

}



/*Conteudo banner 01*/

.conteudoBanner {

    background-color: #fff;

    display: block;

    position: absolute;

    top: 30px;

    right: 10%;

    height: 400px;

    width: 400px;

    -webkit-box-shadow: 0 0 25px #000;

    -moz-box-shadow: 0 0 25px #000;

    box-shadow: 0 0 25px #000;

    text-align: center;

    color: #266B33;

    font-size: 31px;

    padding-top: 20px;

}



    .conteudoBanner .txtDestaque {

        font-size: 50px;

    }



.video-section .pattern-overlay {

background-color: rgba(71, 71, 71, 0);

padding: 110px 0 32px;

min-height: 496px; 

/* Incase of overlay problems just increase the min-height*/

}

.video-section h1, .video-section h3{

text-align:center;

color:#fff;

}

.video-section h1{

font-size:110px;

font-weight:bold;

text-transform: uppercase;

margin: 40px auto 0px;

}

.video-section h3{

font-size: 25px;

font-weight:lighter;

margin: 0px auto 15px;

}

.video-section .buttonBar{display:none;}

.player {font-size: 1px;}

#carousel-principal .fa-spin{

    position: absolute;

    left: 50%;

    color: #000;

    font-size: 50px;

    top: 200px;

}



#carousel-interno .fa-spin{

    position: absolute;

    left: 50%;

    color: #000;

    font-size: 50px;

    top: 200px;

}



.botao-banner {

  padding: 15px;

  border-radius: 10px;

}



.sr-only {

  margin: 50% 0 0 0;

  font-size: 100px;

}



/*rodape*/

.rodape {

  clear: both; 

  background-color: #0080c4;

  max-width: 100%;

  height: 400px;

  padding: 1% 5% 1% 5%;

  font-size: 16px;

  text-align: justify;

  line-height: 1.5;

  color: #fff;

}



.rodape-1 {

  width: 29%;

  float: left;

  padding: 2%;

}



.rodape-1 img {

  width: 50%;

}



.rodape-2 {

  width: 29%;

  float: left;

  padding: 2%;

}



.rodape-2 img {

  width: 100%;

}



.rodape-3 {

  width: 20%;

  float: left;

  padding: 5%;

}



.rodape-3 img {

  width: 100%;

}



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

.rodape {

  clear: both; 

  background-color: #0080c4;

  max-width: 100%;

  height: 850px;

  padding: 1% 10% 1% 10%;

  font-size: 16px;

  text-align: justify;

  line-height: 1.5;

  color: #fff;

}



.rodape-1 {

  width: 100%;

  float: left;

  padding: 3%;

}



.rodape-1 img {

  width: 50%;

}



.rodape-2 {

  width: 100%;

  float: left;

  padding: 5%;

}



.rodape-2 img {

  width: 100%;

}



.rodape-3 {

  width: 100%;

  float: left;

  padding: 3%;

}



.rodape-3 img {

  width: 100%;

}

}



.bt-rodape {

  background-color: #ed811f;

  border: none;

  color: #fff;

  width: 80%;

  padding: 15px;

  border-radius: 10px;

  margin-top: 5%;

  font-size: 16px;

}



.bt-rodape:hover {

  background-color: #de7516;

}





/********************************************************************************************** NOTICIA ********************************************************************************************/



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

}



.topo-noticia {

  background: rgb(0,128,196);

  background: linear-gradient(45deg, rgba(0,128,196,1) 0%, rgba(0,82,125,1) 100%); 

  height: 100px;

  margin: 0;

  padding: 4% 0 0 5%;

}



.topo-noticia p{

  color: #fff;

  font-size: 2em;

  margin: 0;

  padding: 0;

}



.conteudo {

  margin: 2% 15% 2% 15%;

  z-index: 999;

}



.noticia-solo {

  width: 70%;

  float: left; 

}



.noticia-solo img {

  width: 100%;

}



.noticia-direita {

  width: 25%;

  float: right;

}



.noticia-direita-titulo {

  width: 100%;

  background-color: #d0d0d0;

  color: #fff;

  padding: 5px 0 5px 15px;

  font-weight: bold; 

  font-size: 18px;

}



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



.topo-noticia p{

  color: #fff;

  font-size: 2em;

  margin: 0;

  padding: 0;

  margin-left: 70px;

  margin-top: 15px;

}



.noticia-solo {

  width: 100%;

  float: left; 

}



.noticia-solo img {

  width: 100%;

}



.noticia-direita {

  width: 100%;

  float: right;

}

}



/*conteudo noticia*/



.data-noticia {

  background-color: #ec821e;

  width: 80px;

  height: 80px;

  border-radius: 80px;

  float: left;

}



.data-noticia p {

  color: #fff;

  text-align: center;

  font-weight: bold;

  padding-top: 2px;

}



.titulo-noticia {

  color: #656565;

  padding: 0px 0 0 100px;

  font-size: 22px;

  font-weight: bold;

}



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

.data-noticia {

  background-color: #ec821e;

  width: 60px;

  height: 60px;

  border-radius: 60px;

}



.data-noticia p {

  color: #fff;

  text-align: center;

  font-weight: bold;

  padding-top: ;

  font-size: 12px;

}



.titulo-noticia {

  clear: both;

  color: #656565;

  padding: 25px 0 0 0;

  font-size: 18px;

  font-weight: bold;

}

}



.separator-noticia {

  background: #e5e5e5;

  width: 100%;

  height: 2px;

  margin: 0px 0 15px 0;

  text-align: center;

}



.share {

  float: right;

  margin-bottom: 2%;

}



.share i {

  font-size: 22px;

  color: #ccc;

  float: left;

}



.compartilhar {

  float: left;

  margin: 0 20px 0 5px;

  padding: 0;

  color: #ccc;

}



.share button{

  background-color: #e9e9e9;

  border: none;

  padding: 5px;

}



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

.share button{

  background-color: #e9e9e9;

  border: none;

  padding: 5px;

}

}



.share button:hover {

  background-color: #dadada;

}



.noticia-final {

  margin: 1% 5% 5% 5%;

}



.texto-padrao {

  text-align: justify;

  color: #3f3f3f;

  font-style: 14px;

}



.texto-destaque {

  font-size: 16px;

  color: #7e7e7e;

  font-weight: bold;

  border-left: 5px solid #ec821e;

  padding: 5px 0 5px 15px;

  background-color: #dedede;

}



blockquote{

  font-size: 18px !important;

  color: #7e7e7e !important;

  font-weight: bold;

  border-left: 5px solid #ec821e !important;

margin:0 !important;

  padding: 5px 0 5px 15px !important;

  background-color: #dedede !important;

}



.mini-destaque {

  font-weight: bold;

  color: #ec821e;

}



.relacionados a {

  text-decoration: none;

  color: #3f3f3f;

  text-align: justify;

}



.relacionados a:hover{

  font-weight: bold;

}



/************************************************************************************* NOTICIA  GERAL *******************************************************************************************/



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

}



.destaques-noticias {

  height: auto;

}



.destaque-titulo {

  font-weight: bold;

  font-size: 22px;

  margin: 0 0 15px 0;

  color: #929292;

}



.destaque-noticia-1 {

  width: 45%;

  float: left;

  margin: 0 0 0 2.5%;

}



.destaque-noticia-1 img{

  width: 100%;

}



.destaque-noticia-1 img:hover{

  filter: grayscale(1);

  width: 99%;

}



.destaque-noticia-2 {

  width: 45%;

  float: left;

  margin: 0 2.5% 0 5%;

}



.destaque-noticia-2 img{

  width: 100%;

  margin: 0;

  padding: 0

}



.destaque-noticia-2 img:hover{

  filter: grayscale(1);

  width: 99%;

}



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

  .destaque-noticia-1 {

    width: 100%;

    float: left;

    margin: 0 0 0 0;

  }



  .destaque-noticia-1 img{

    width: 100%;

  }



  .destaque-noticia-1 img:hover{

    filter: grayscale(1);

    width: 99%;

  }



  .destaque-noticia-2 {

    width: 100%;

    float: left;

    margin: 0 0 0 0;

  }



  .destaque-noticia-2 img{

    width: 100%;

    margin: 0;

    padding: 0

  }



  .destaque-noticia-2 img:hover{

    filter: grayscale(1);

    width: 99%;

  }

}



.destaque-data {

  float: right;

  margin: 15px 0 0 0;

  font-size: 14px;

  background-color: #d0d0d0;

  color: #fff;

  padding: 5px;

  font-weight: bold;

}



.destaque-chamada {

  font-weight: bold;

  font-size: 20px;

  color: #3f3f3f;

  margin: 0;

  padding: 0;

}



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

  .destaque-data {

    float: right;

    margin: 15px 0 0 0;

    font-size: 12px;

    background-color: #d0d0d0;

    color: #fff;

    padding: 5px;

    font-weight: bold;

  }



  .destaque-chamada {

    font-weight: bold;

    font-size: 16px;

    color: #3f3f3f;

    margin: 0;

    padding: 0;

  }

}



/*noticia solo*/



.solo-noticia {

  width: 28%;

  float: left;

  margin: 2% 2.5% 2% 2.6%;

  height: 300px;

}



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

.solo-noticia {

  width: 80%;

  float: left;

  margin: 2% 10% 2% 10%;

  height: 250px;

}

}



.solo-noticia img {

  width: 100%;

}



.solo-noticia img:hover{

  width: 99%;

  filter: grayscale(1);

}



.mais-noticia {

  font-size: 24px;

  text-align: center;

  font-weight: bold;

  margin: 5% 0 2% 0;

}



.solo-chamada {

  font-weight: bold;

  font-size: 16px;

  color: #3f3f3f;

  margin: 0;

  padding: 0;

}



.separator-4 {

  background: #ec821e;

  width: 150px;

  height: 3px;

  margin: -15px 0 15px 0;

  text-align: center;

}



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

.mais-noticia {

  font-size: 20px;

  text-align: center;

  font-weight: bold;

  margin: 100px 0 2% 0;

}



.solo-chamada {

  font-weight: bold;

  font-size: 14px;

  color: #3f3f3f;

  margin: 0;

  padding: 0;

}



.separator-4 {

  background: #ec821e;

  width: 150px;

  height: 3px;

  margin: -5px 0 15px 0;

  text-align: center;

}

}



.carregar-mais {

  background-color: #fff;

  border: 2px solid #ec821e;

  color: #ec821e;

  font-size: 16px;

  padding: 15px 30px 15px 30px;

  margin: 5% 0 2% 0;

}



.carregar-mais:hover {

  background-color: #ffd1a5;

}



/************************************************************************************* DIRETORIAS ******************************************************************************************/



.limpar {

  margin: 0;

  clear: both;

  padding: 0;

}



.multi-diretoria {

  text-align: center;

}



.multi-diretoria-2 {

  text-align: center;

}



.single-diretoria {

  width: 28%;

  float: left;

}



.single-diretoria-2 {

  width: 28%;

  float: left;

  margin: 0 1% 0 21%;

}



.bt-diretoria {

  background-color: #ec8200;

  color: #fff;

  border: none;

  padding: 10px;

  float: right;

  margin-right: 30px;

  margin-bottom: 2%; 

}



.bt-diretoria:hover {

  background-color: #ff920d;

  transition: 1s;

  cursor: pointer;

}





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

.single-diretoria {

  width: 100%;

  float: none;

} 

.single-diretoria-2 {

  width: 100%;

  float: left;

  margin: 0;



}

}



.single-diretoria img{

  filter: grayscale(100%); 

  -webkit-filter: grayscale(100%);

  transition: 0.2s;

  width: 75%;

}



.single-diretoria-2 img{

  filter: grayscale(100%); 

  -webkit-filter: grayscale(100%);

  transition: 0.2s;

  width: 75%;

}



.single-diretoria img:hover{

  filter: grayscale(0%); 

  -webkit-filter: grayscale(0%);

}



.single-diretoria-2 img:hover{

  filter: grayscale(0%); 

  -webkit-filter: grayscale(0%);

}





.cargo-diretoria {

  font-size: 12px;

}



.nome-diretoria {

  font-size: 16px;
  font-weight: bold;

}



.linha-azul{

  border-style: solid;

  border-color: #fff;

  border-width: 3px;

  border-left: none;

  border-top: none;

  border-right: none;

  width: 100%;

  height: 5px;

  margin: 2%;

  display: inline-block;

}



/************************************************************************************* BALANCETES ******************************************************************************************/



ol, ul {

  list-style: none;

}



/* fontawesome */

[class*="fa-"]:before {

  font-family: 'FontAwesome', sans-serif;

}



.pure-tree {

  text-align: left;

  display: block;

  transition: ease .4s all;

}





.pure-tree.main-tree {

  width: 100%;

  display: inline-block;



}



.pure-tree:not(.main-tree) {

  padding-left: 1.2em;

}



.pure-tree:not(.main-tree) li {

  overflow: hidden;

  height: 0;

  display: block;

}

.pure-tree label {

  display: block;

  cursor: pointer;

  color: #717780;

  border-bottom: 1px dashed #B0B9C5; /*COR DA LINHA*/

  padding: 1.125em 1.125em 1.125em 0;

}

.pure-tree label:before {

  width: 1em;

  height: 1em;

  line-height: 1em;

  display: inline-block;

  font-family: 'FontAwesome', sans-serif;

  content: "\f114";

  padding-right: .75em;



}

.pure-tree label:hover {

  color: #434a58;

  border-bottom-color: #434a58;

}





.pure-tree .pure-tree_link a {

  padding: 1.500em 1.125em 0.750em 0;

  display: block;

  border-radius: .2em;

  color: #717780;

  text-decoration: none;

}

.pure-tree .pure-tree_link a:hover {

  color: #0278b6;

  font-weight: bold;

}

.pure-tree.nested {

  padding-left: 1.7em;

}

.pure-tree [type="checkbox"] {

  display: none;

}

.pure-tree [type="checkbox"]:checked + label {

  color: #f18220;

  border-bottom-color: #434a58;

}

.pure-tree [type="checkbox"]:checked ~ ul > li {

  height: auto;

}



/************************************************************************************* ASSOCIEAÇÕES ******************************************************************************************/



.half {

  padding: 1em;

}

/* Acordeon styles */

.tab {

  position: relative;

  margin-bottom: 1px;

  width: 100%;

  overflow: hidden;

  transition:all 0.8s ease;

}

.mah-accordion input {

  position: absolute;

  opacity: 0;

  z-index: -1;

  transition:all 0.8s ease;

}

.mah-accordion label {

    position: relative;

    display: block;

    background: #bebebe;

    cursor: pointer;

    color: #fff;

    padding: 15px;

    font-weight: bold;

}



.tab-content {

  max-height: 0;

  overflow: hidden;

  background: #fff;

  -webkit-transition: max-height .35s;

  transition: max-height .35s;

}

.tab-content p {

    color: #303030;

    padding: 5px;

    margin: 0;

    text-align:left;

}

.tab-content img {

    max-width: 100%;

    width: 265px;

    margin: 1px;

}

/* :checked */

.mah-accordion input:checked ~ .tab-content {

  max-height: inherit;

  transition:all 0.8s ease;

}

/* Icon */

.mah-accordion label::after {

  position: absolute;

  right: 0;

  top: 0;

  display: block;

  width: 3em;

  height: 3em;

  line-height: 3;

  text-align: center;

  -webkit-transition: all .35s;

  transition: all .35s;

  background-color: #ababab;

}

.mah-accordion input[type=checkbox] + label::after {

  content: "+";

}

.mah-accordion input[type=checkbox]:checked + label::after {

  -webkit-transform: rotate(315deg);

          transform: rotate(315deg);

}



.tab-content h2 {

    margin: 0 0 10px 0;

    padding: 5px;

    color: #2196F3;

}

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

  .left_part,.right_part{

    width:100%;

    text-align:center;

  }

}



.assoc-diretoria {

  font-size: 19px;

  margin: 1% 0 1% 0;

  font-weight: bold;

}



.mini-diretoria {

  font-weight: bold;

}



.assoc-bt {

  background-color: #ec821e;

  border: none;

  color: #fff;

  padding: 10px 15px 10px 15px;

  margin: 2% 2% 1% 0;

  font-size: 16px;

}



.assoc-bt:hover {

  background-color: #d77418;

}



/************************************************************************************* ESTATUTO ******************************************************************************************/



.estatuto-bt {

  color: #fff;

  background-color: #0080c4;

  padding: 10px;

  border-radius: 8px;

  border: none;

  margin: 1% 0 2% 0;

}



.estatuto-bt:hover {

  background-color: #006aa2;

}



/************************************************************************************* CONHECENDO A FENAG ******************************************************************************************/



.tertiary-title {

  color: #666666;

}



.infobox-list {

    display: table;

    text-align: center;

}





.info-boxes li {

    width: 260px;

    height: 260px;

    background: #efefef;

    border: 1px solid #e3e5e6;

    border-radius: 3px;

    margin: 2% 20px 40px;

    position: relative;

    overflow: hidden;

}



.infobox-list li {

    display: inline-block;

    vertical-align: middle;

}





.info-boxes li .infobox {

    display: table-cell;

    vertical-align: middle;

    height: 260px;

    width: 260px;

    padding: 20px 0 0 0;

}



.info-boxes li .shade {

    position: absolute;

    width: 260px;

    height: 260px;

    left: 0;

    top: 0px;

    background-color: #006ca6;

    color: #fff;

    display: table;

    vertical-align: middle;

    padding: 20px 0 0 0;

    transform: translateY(-240px);

      -webkit-transform: translateY(-240px);

      -moz-transform: translateY(-240px);

      -ms-transform: translateY(-240px);

    animation-name: windowshade-out;

      -webkit-animation-name: windowshade-out;

      -moz-animation-name: windowshade-out;

      -ms-animation-name: windowshade-out;

}



.info-boxes li:hover .shade {

    animation-name: windowshade;

      -webkit-animation-name: windowshade;

      -moz-animation-name: windowshade;

      -ms-animation-name: windowshade;

}



.info-boxes li .shade, 

.info-boxes li:hover .shade {

  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

      -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

      -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  

  animation-duration: 1.5s;

      -webkit-animation-duration: 0.5s;

      -moz-animation-duration: 0.5s;

      -ms-animation-duration: 0.5s; 

  animation-iteration-count: 1;

      -webkit-animation-iteration-count: 1;

      -moz-animation-iteration-count: 1;

      -ms-animation-iteration-count: 1;

  animation-fill-mode: forwards;

      -webkit-animation-fill-mode: forwards;

      -moz-animation-fill-mode: forwards;

      -ms-animation-fill-mode: forwards;  

}



.info-boxes li .shade h3 {

    color: #fff;

    padding: 10px;

    font-weight: bold;

}





.infobox img {margin-bottom:7px}



.info-boxes li .shade {

  position:absolute;

  width:245px;

  height:245px;

  left:0;

  top:0;

  background-color: #006ca6;

  color:#fff;

  display:table;

  vertical-align:middle;

  padding:20px 10px 0;

  -webkit-transform:translateY(-240px);

  -moz-transform:translateY(-240px);

  -ms-transform:translateY(-240px);

  transform:translateY(-240px);

  animation-name:windowshade-out

    -webkit-animation-name:windowshade-out;

    -moz-animation-name:windowshade-out;

    -ms-animation-name:windowshade-out;

}



.info-boxes li .shade h3 {color:#fff;padding:10px;font-weight:bold}

.info-boxes li .shade p {color:#fff;line-height:1.4em;font-weight:normal}



.info-boxes li:hover .shade{

  -webkit-animation-name:windowshade;

  -moz-animation-name:windowshade;

  -ms-animation-name:windowshade;

  animation-name:windowshade}



.ie9 .info-boxes li:hover .shade {top:245px}

.info-boxes li:hover a {text-decoration:none}



@-webkit-keyframes windowshade{

  0%{

    -webkit-transform:translateY(-240px);

    -moz-transform:translateY(-240px);

    -ms-transform:translateY(-240px);

    transform:translateY(-240px)}

  100%{

    -webkit-transform:translateY(0);

    -moz-transform:translateY(0);

    -ms-transform:translateY(0);

    transform:translateY(0)}

}



@-moz-keyframes windowshade{

  0%{

  -webkit-transform:translateY(-240px);

  -moz-transform:translateY(-240px);

  -ms-transform:translateY(-240px);

  transform:translateY(-240px)}

  100%{

    -webkit-transform:translateY(0);

    -moz-transform:translateY(0);

    -ms-transform:translateY(0);

    transform:translateY(0)}

}



@-ms-keyframes windowshade{

  0%{

  -webkit-transform:translateY(-240px);

  -moz-transform:translateY(-240px);

  -ms-transform:translateY(-240px);

  transform:translateY(-240px)}

  100%{

    -webkit-transform:translateY(0);

    -moz-transform:translateY(0);

    -ms-transform:translateY(0);

    transform:translateY(0)}

}



@keyframes windowshade{

  0%{

  -webkit-transform:translateY(-240px);

  -moz-transform:translateY(-240px);

  -ms-transform:translateY(-240px);

  transform:translateY(-240px)}

  100%{

    -webkit-transform:translateY(0);

    -moz-transform:translateY(0);

    -ms-transform:translateY(0);

    transform:translateY(0)}

}



@-webkit-keyframes windowshade-out{

  0%{

  -webkit-transform:translateY(0);

  -moz-transform:translateY(0);

  -ms-transform:translateY(0);

  transform:translateY(0)}

  100%{

    -webkit-transform:translateY(-240px);

    -moz-transform:translateY(-240px);

    -ms-transform:translateY(-240px);

    transform:translateY(-240px)}

}



@-moz-keyframes windowshade-out{

  0%{

  -webkit-transform:translateY(0);

  -moz-transform:translateY(0);

  -ms-transform:translateY(0);

  transform:translateY(0)}

  100%{

    -webkit-transform:translateY(-240px);

    -moz-transform:translateY(-240px);

    -ms-transform:translateY(-240px);

    transform:translateY(-240px)}

}



@-ms-keyframes windowshade-out{

  0%{

  -webkit-transform:translateY(0);

  -moz-transform:translateY(0);

  -ms-transform:translateY(0);

  transform:translateY(0)}

  100%{

    -webkit-transform:translateY(-240px);

    -moz-transform:translateY(-240px);

    -ms-transform:translateY(-240px);

    transform:translateY(-240px)}

}



@keyframes windowshade-out{

  0%{

  -webkit-transform:translateY(0);

  -moz-transform:translateY(0);

  -ms-transform:translateY(0);

  transform:translateY(0)}

  100%{

    -webkit-transform:translateY(-240px);

    -moz-transform:translateY(-240px);

    -ms-transform:translateY(-240px);

    transform:translateY(-240px)}

}



/*************************************************************************************  COMPROMISSO GERENTES ******************************************************************************************/



.assinatura {

  float: right;

  font-weight: bold;

  background-color: #ccc;

  width: 96%;

  padding: 2%;

}



/*************************************************************************************************  GALERIA  *******************************************************************************************/



.eventos {

  width: 100%;

}



.imagem-galeria{

  width: 100%;

  border-radius: 50%;

}



.evento-solo {

  width: 15%;

  float: left;

  margin: 2% 5% 2% 5%;

  text-align: center;

}



.evento-solo img{

  filter: grayscale(1);

}



.evento-solo img:hover{

  filter: grayscale(0);

  transition: 0.6s ease;

}



.evento-solo a {

  color: #404040;

}



.evento-solo p:hover {

  background-color: #ccc;

}



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

.evento-solo {

  width: 40%;

  float: left;

  margin: 2% 5% 2% 5%;

  text-align: center;

}

}



.ultimo-solo {

  width: 40%;

  float: left;

  background-color: #e3e3e3;

  margin: 1% 5% 1% 5%; 

}



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

.ultimo-solo {

  width: 100%;

  float: left;

  background-color: #e3e3e3;

  padding: 1% 5% 1% 5%; 

  margin: 0;

}

}



.ultimo-solo:hover {

  background-color: #d3d3d3;

  transition: 0.6s;

}



.ultimo-solo img {

  float: left;

  width: 40%;

  margin: 0% 3% 0% 0%;

}



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

.ultimo-solo img {

  float: left;

  width: 100%;

  margin: 1% 0 2% 0;

}

}



.evento-nome {

  font-size: 18px;

  font-weight: bold;

  margin-top: 40px;

}



.veja-mais-galeria {

  background-color: #ec821e;

  padding: 10px 15px 10px 15px;

  color: #fff;

  border: none;

  float: right;

  margin: 0 2% 0 0;

}



.veja-mais-galeria:hover {

  background-color: #d96d08;

  transition: 0.3s;

}



.imagens {

  width: 100%;

}



.imagens img{

  width: 22.5%;

  height: 200px;

  margin: 1% 1% 1% 1%;

}



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

.imagens img{

  width: 47%;

  height: 110px;

  margin: 1% 1% 1% 1%;

}

}



/*CARREGAR MAIS*/



.flex {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

}

.content {

  height: 100px;

  width: 45%;

  color: #fff;

  font-size: 24px;

  line-height: 100px; /* centering text just for view */

  text-align: center;

  background-color: grey;

  margin: 5px;

  border: 1px solid lightgrey;

  display: none;

}

#loadMore {

  width: 200px;

  color: #fff;

  display: block;

  text-align: center;

  margin: 20px auto;

  padding: 10px;

  border-radius: 10px;

  border: 1px solid transparent;

  background-color: blue;

  transition: .3s;

}

#loadMore:hover {

  color: blue;

  background-color: #fff;

  border: 1px solid blue;

  text-decoration: none;

}

.noContent {

  color: #000 !important;

  background-color: transparent !important;

  pointer-events: none;

}



.container-page {

  background: #fdfdfd;

  padding: 1rem;

  margin: 3rem auto;

  border-radius: 0.2rem;

  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);

  counter-reset: pagination;

  text-align: center;

}

.container-page:after {

  clear: both;

  content: "";

  display: table;

}

.container-page ul {

  width: 100%;

}



.middle {

  width: 32rem;

}





.container-page ul, li {

  list-style: none;

  display: inline;

  padding-left: 0px;

}



.container-page li {

  counter-increment: pagination;

}

.container-page li:hover a {

  color: #fdfdfd;

  background-color: #1d1f20;

  border: solid 1px #1d1f20;

}

.container-page li.active a {

  color: #fdfdfd;

  background-color: #1d1f20;

  border: solid 1px #1d1f20;

}

.container-page li:first-child {

  float: left;

}

.container-page li:first-child a:after {

  content: "Previous";

}

.container-page li:nth-child(2) {

  counter-reset: pagination;

}

.container-page li:last-child {

  float: right;

}

.container-page li:last-child a:after {

  content: "Next";

}

.container-page li a {

  border: solid 1px #d7d7d7;

  border-radius: 0.2rem;

  color: #7d7d7d;

  text-decoration: none;

  text-transform: uppercase;

  display: inline-block;

  text-align: center;

  padding: 0.5rem 0.9rem;

}

.container-page li a:after {

  content: " " counter(pagination) " ";

}





.middle li a {

  display: none;

}

.middle li:first-child a {

  display: inline-block;

}

.middle li:first-child a:after {

  content: "<";

}

.middle li:last-child a {

  display: inline-block;

}

.middle li:last-child a:after {

  content: ">";

}

.middle li:nth-child(2) a {

  display: inline-block;

}

.middle li:nth-child(3) a {

  display: inline-block;

}

.middle li:nth-child(4) a {

  display: inline-block;

}

.middle li:nth-child(5) a {

  display: inline-block;

}

.middle li:nth-last-child(2) a {

  display: inline-block;

}

.middle li:nth-last-child(3) {

  display: inline-block;

}

.middle li:nth-last-child(3):after {

  padding: 0 1rem;

  content: "...";

}

/*VIDEO*/



.control-item,

.control-item::before,

.control-item::after {

    margin: 0;

    padding: 0;

    border: none;

    box-sizing: border-box;

    color: #fff;

}

.control-item  {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    min-height: 100%;

}



video { max-width: 100%; }



.control-item { 

    background: none;

    color: var(--colorBtnPrincipal);

    outline: none;

}



.control-item  { cursor: pointer; }



.video-container {

    position: relative;

    max-width: 700px;

    margin: 1% 0 1% 0;

}

.video {

    max-width: 100%;

    border-radius: 5px;

}

.video::-webkit-media-controls, .video::-webkit-media-controls-enclosure {

    display:none !important;

}

/*              VIDEO CONTROLS               */

.video:-moz-full-screen + .video-controls {

    bottom: 0;

}

.video:-webkit-full-screen + .video-controls {

    bottom: 0;

}



.video-controls {

    display: flex;

    justify-content: space-around;

    align-items: center;

    position: absolute;

    bottom: 4px;

    left: 0;

    z-index: 2147483647;

    padding: 10px;

    width: 97%;

    border-radius: 0 0 5px 5px;

    background-color: rgba(0,0,0,0.3);

    color: #fff;

}

.play-and-pause-video {

    padding: 8px 12px;

    width: 40px;

    border-radius: 4px;

    background-color: crimson;

}





/*              VIDEO PROGRESS               */

.progress-video-container {

    display: flex;

    align-items: center;

    position: relative;

    width: 65%;

}

.time-video {

    font-family: sans-serif;

    font-size: 16px;

    font-weight: bold;

    color: var(--colorBtnPrincipal);

}

.progress-time { order: -1;}



.progress-video, .slide-volume-video {

    background-image: linear-gradient(orange, orange);

    background-repeat: no-repeat;

    background-size: 0% 100%;

} 

.progress-video, .slide-volume-video {

    width: 100%;

    height: 10px;

    margin: 0 10px;

    -webkit-appearance: none;

    border-radius: 4px;

    outline: none;

    background-color: var(--rangeBg);

}





/*            ESTILOS COMUNS              */

.progress-video::-moz-range-thumb,

.slide-volume-video::-moz-range-thumb {

    width: 15px;

    height: 15px;

    background-color: var(--colorBtnPrincipal);

    border: none;

}

.slide-volume-video::-webkit-slider-thumb, .progress-video::-webkit-slider-thumb {

    width: 15px;

    height: 15px;

    -webkit-appearance: none;

    border-radius: 50%;

    background-color: var(--colorBtnPrincipal);

}

.progress-video::-moz-range-track, .slide-volume-video::-moz-range-track { 

    height: 0;

    background-color: var(--rangeBg);

    border-radius: 4px;

}

.control-item { font-size: 18px; }





/*              VIDEO AUDIO               */ 

.slide-volume-video {

    width: 60px;

    display: none;

    transition: display .2s ease-out;

    margin-left: -2px;

}



.audio-video-container:hover > .slide-volume-video{

    display: inline-block;

}





/*             MEDIAS QUERIES*            */

@media (max-width: 320px) {

    .control-item { font-size: 10px; }

    .progress-video-container {

        width: 60%;

    }

    .slide-volume-video { width: 40px; }

    .time-video {font-size: 10px; }

}

@media (max-width: 480px){

    .video-controls {

        justify-content: space-around;

        padding: 10px 0px;

    }

    .control-item { font-size: 16px; }

    .time-video { font-size: 12px; }

    .play-and-pause-video {

        width: 15px;

        padding: 0;

        background: none;

        box-shadow: none;

    }

    .progress-video { margin: 0 3px;}

    .slide-volume-video { width: 45px; }

}

@media (min-width: 1200){

    .video:-webkit-full-screen + .video-controls > .progress-video-container {

        width: 100%;

    }

}



/*************************************************************************************************  ASSEDIO  *******************************************************************************************/

main {

  height: auto;

  background: white;

  display: -webkit-box;

  display: flex;

  -webkit-box-align: center;

          align-items: center;

  -webkit-box-pack: center;

          justify-content: center;

}



.o-container a {

  text-decoration: none;

}



.o-container {

  max-width: 100%;

}



.c-tabs-nav {

  display: -webkit-box;

  display: flex;

  list-style: none;

  margin: 0;

  padding: 0;

}



.c-tabs-nav__link {

  -webkit-box-flex: 1;

          flex: 1;

  margin-right: 4px;

  padding: 12px;

  color: #fff;

  background-color: #f1bd35;

  text-align: center;

  -webkit-transition: color 0.3s;

  transition: color 0.3s;

  width: 23%;

}



.c-tabs-nav__link img {

  width: 30%;

  margin: 10% 10% 10% 10%;

}



.c-tabs-nav__link:last-child {

  margin-right: 0;

}

.c-tabs-nav__link:hover {

  color: #6d6d6d;

}



.c-tabs-nav__link.is-active {

  color: #dc446e;

  background-color: #f3a000;

}



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

.c-tabs-nav__link {

  -webkit-box-flex: 1;

          flex: 1;

  margin-right: 4px;

  padding: 12px;

  color: #fff;

  background-color: #f1bd35;

  text-align: center;

  -webkit-transition: color 0.3s;

  transition: color 0.3s;

  width: 23%;

}



.c-tabs-nav__link img {

  width: 80%;

  margin: 10% 10% 10% 10%;

}



.c-tabs-nav__link:last-child {

  margin-right: 0;

}

.c-tabs-nav__link:hover {

  color: #6d6d6d;

}



.c-tabs-nav__link.is-active {

  color: #dc446e;

  background-color: #f3a000;

}



}



.c-tabs-nav__link a {

  text-decoration: none;

}



.cat-assedio {

  background-color: #fff;

  width: 100%;

  padding: 10px 0 10px 0;

  color: #f1bd35;

  font-weight: bold;

  font-size: 16px;

}



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

.cat-assedio {

  background-color: #fff;

  width: 100%;

  padding: 10px 0 10px 0;

  color: #f1bd35;

  font-weight: bold;

  font-size: 14px;

}

}



.c-tab {

  display: none;

  transition: all 0.9s;

  background-color: #f2f2f2;

  color: grey;

}



.c-tab.is-active {

  display: block;

  transition: all 0.9s;

}



.c-tab__content {

  padding: 1.5rem;

  transition: all 0.9s;

}



.form-denuncia {

  margin: 3% 12% 1% 8%;

  width: 80%;

  background-color: #eaeaea;

  padding: 25px;

}



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

.form-denuncia {

  margin: 3% 0% 1% 0%;

  width: 80%;

  background-color: #eaeaea;

  padding: 25px;

}

}



.associado {

  padding: 0 150px 0 0;

}



.associado2 {

  margin: -15px 0 20px 210px;



}



.Estado {

  padding: 0 150px 0 0;

}



.Estado2 {

  font-size: 14px

  border-radius: 5px;

  background-color: #fff;

  border:2px solid #ccc;

  transition: all 0.3s;

  padding: 10px;

  margin-bottom: 10px;

  width:60%;

  height: 40px;

  box-sizing: border-box;



}



.Denuncia {

  padding: 0 125px 0 0;

}



.Denuncia2 {

  color:#000;

  font-family: 'GOTHIC';

  font-weight:400;

  font-size: 14px;

  border-radius: 5px;

  line-height: 22px;

  background-color: #fff;

  border:2px solid #ccc;

  transition: all 0.3s;

  padding: 13px;

  margin-bottom: 15px;

  width:60%;

  height: 185px;

  box-sizing: border-box;

  outline:0;

  margin-left: 210px;

}



.Arquivo {

  padding: 0 40px 0 0;

}



.Arquivo2 {

  background-color: #ccc;

  width:60%;

}



.enviar-denuncia {

  background-color: #4b4b4b;

  padding: 15px 25px 15px 25px;

  color: #fff;

  border: none;

  margin: 5% 0 2% 0;

}



.enviar-denuncia:hover {

  background-color: #000;

  transition: 2s;

}



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

.associado {

  padding: 0 10px 0 0;

}



.associado2 {

  margin: 5px 0 20px 10px;



}



.Estado {

  padding: 0 150px 0 0;

}



.Estado2 {

  font-size: 14px

  border-radius: 5px;

  background-color: #fff;

  border:2px solid #ccc;

  transition: all 0.3s;

  padding: 10px;

  margin-bottom: 10px;

  width:100%;

  height: 40px;

  box-sizing: border-box;



}



.Denuncia {

  padding: 0 10px 0 0;

}



.Denuncia2 {

  color:#000;

  font-family: 'GOTHIC';

  font-weight:400;

  font-size: 14px;

  border-radius: 5px;

  line-height: 22px;

  background-color: #fff;

  border:2px solid #ccc;

  transition: all 0.3s;

  padding: 13px;

  margin-bottom: 15px;

  width:100%;

  height: 185px;

  box-sizing: border-box;

  outline:0;

  margin-left: 0px;

}



.Arquivo {

  padding: 0 40px 0 0;

}



.Arquivo2 {

  background-color: #ccc;

  width:100%;

}



.enviar-denuncia {

  background-color: #4b4b4b;

  padding: 15px 25px 15px 25px;

  color: #fff;

  border: none;

  margin: 5% 0 2% 0;

}



.enviar-denuncia:hover {

  background-color: #000;

  transition: 2s;

}

}



.bt-baixe-cartilha {

  background-color: #f3a000;

  padding: 10px;

  margin: 1% 0 1% 0;

  color: #fff;

  border: none;

}



.bt-baixe-cartilha:hover {

  background-color: #ccc;

  transition: 2s;

}



/*******************************************************************DIRETORIA************************************************************************************/



.cd-horizontal-timeline {

  opacity: 0;

  margin: 2em auto;

  -webkit-transition: opacity 0.2s;

  -moz-transition: opacity 0.2s;

  transition: opacity 0.2s;

}

.cd-horizontal-timeline::before {

  /* never visible - this is used in jQuery to check the current MQ */

  content: 'mobile';

  display: none;

}

.cd-horizontal-timeline.loaded {

  /* show the timeline after events position has been set (using JavaScript) */

  opacity: 1;

}

.cd-horizontal-timeline .timeline {

  position: relative;

  height: 100px;

  width: 80%;

  background-color: #fff;

  margin: 0 0 0 130px;

  margin-top: -4%

}



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

  .cd-horizontal-timeline .timeline {

  position: relative;

  height: 100px;

  width: 100%;

  background-color: #fff;

  margin: 0 0 0 0px;

  margin-top: -4%

  }

}

.cd-horizontal-timeline .events-wrapper {

  position: relative;

  height: 100%;

  margin: 0 40px;

  overflow: hidden;

}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {

  /* these are used to create a shadow effect at the sides of the timeline */

  content: '';

  position: absolute;

  z-index: 2;

  top: 0;

  height: 100%;

  width: 0px;

}

.cd-horizontal-timeline .events-wrapper::before {

  left: 0;

  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));

  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));

}

.cd-horizontal-timeline .events-wrapper::after {

  right: 0;

  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));

  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));

}

.cd-horizontal-timeline .events {

  /* this is the grey line/timeline */

  position: absolute;

  z-index: 1;

  left: 0;

  top: 49px;

  height: 2px;

  /* width will be set using JavaScript */

  background: #dfdfdf;

  -webkit-transition: -webkit-transform 0.4s;

  -moz-transition: -moz-transform 0.4s;

  transition: transform 0.4s;

}

.cd-horizontal-timeline .filling-line {

  /* this is used to create the green line filling the timeline */

  position: absolute;

  z-index: 1;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: #f18220;

  -webkit-transform: scaleX(0);

  -moz-transform: scaleX(0);

  -ms-transform: scaleX(0);

  -o-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transform-origin: left center;

  -moz-transform-origin: left center;

  -ms-transform-origin: left center;

  -o-transform-origin: left center;

  transform-origin: left center;

  -webkit-transition: -webkit-transform 0.3s;

  -moz-transition: -moz-transform 0.3s;

  transition: transform 0.3s;

}

.cd-horizontal-timeline .events a {

  position: absolute;

  bottom: 0;

  z-index: 2;

  text-align: center;

  font-size: 1.1rem;

  padding-bottom: 15px;

  color: #383838;

  /* fix bug on Safari - text flickering while timeline translates */

  -webkit-transform: translateZ(0);

  -moz-transform: translateZ(0);

  -ms-transform: translateZ(0);

  -o-transform: translateZ(0);

  transform: translateZ(0);

}

.cd-horizontal-timeline .events a::after {

  /* this is used to create the event spot */

  content: '';

  position: absolute;

  left: 50%;

  right: auto;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transform: translateX(-50%);

  bottom: -5px;

  height: 12px;

  width: 12px;

  border-radius: 50%;

  border: 2px solid #dfdfdf;

  background-color: #f8f8f8;

  -webkit-transition: background-color 0.3s, border-color 0.3s;

  -moz-transition: background-color 0.3s, border-color 0.3s;

  transition: background-color 0.3s, border-color 0.3s;

}

.no-touch .cd-horizontal-timeline .events a:hover::after {

  background-color: #f18220;

  border-color: #f18220;

}

.cd-horizontal-timeline .events a.selected {

  pointer-events: none;

}

.cd-horizontal-timeline .events a.selected::after {

  background-color: #0278b6;

  border-color: #0278b6;

}

.cd-horizontal-timeline .events a.older-event::after {

  border-color: #0278b6;

}

@media only screen and (min-width: 1100px) {

  .cd-horizontal-timeline {

    margin: 6em auto;

  }

  .cd-horizontal-timeline::before {

    /* never visible - this is used in jQuery to check the current MQ */

    content: 'desktop';

  }

}



.cd-timeline-navigation a {

  /* these are the left/right arrows to navigate the timeline */

  position: absolute;

  z-index: 1;

  top: 50%;

  bottom: auto;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  height: 34px;

  width: 34px;

  border-radius: 50%;

  border: 2px solid #dfdfdf;

  /* replace text with an icon */

  overflow: hidden;

  color: transparent;

  text-indent: 100%;

  white-space: nowrap;

  -webkit-transition: border-color 0.3s;

  -moz-transition: border-color 0.3s;

  transition: border-color 0.3s;

}

.cd-timeline-navigation a::after {

  /* arrow icon */

  content: '';

  position: absolute;

  height: 16px;

  width: 16px;

  left: 50%;

  top: 50%;

  bottom: auto;

  right: auto;

  -webkit-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  -o-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  background: url(../img/cd-arrow.svg) no-repeat 0 0;

}

.cd-timeline-navigation a.prev {

  left: 0;

  -webkit-transform: translateY(-50%) rotate(180deg);

  -moz-transform: translateY(-50%) rotate(180deg);

  -ms-transform: translateY(-50%) rotate(180deg);

  -o-transform: translateY(-50%) rotate(180deg);

  transform: translateY(-50%) rotate(180deg);

}

.cd-timeline-navigation a.next {

  right: 0;

}

.no-touch .cd-timeline-navigation a:hover {

  border-color: #0278b6;

}

.cd-timeline-navigation a.inactive {

  cursor: not-allowed;

}

.cd-timeline-navigation a.inactive::after {

  background-position: 0 -16px;

}

.no-touch .cd-timeline-navigation a.inactive:hover {

  border-color: #dfdfdf;

}



.cd-horizontal-timeline .events-content {

  position: relative;

  width: 100%;

  margin: 2em 0;

  overflow: hidden;

  -webkit-transition: height 0.4s;

  -moz-transition: height 0.4s;

  transition: height 0.4s;

}

.cd-horizontal-timeline .events-content li {

  position: absolute;

  z-index: 1;

  width: 100%;

  left: 0;

  top: 0;

  -webkit-transform: translateX(-100%);

  -moz-transform: translateX(-100%);

  -ms-transform: translateX(-100%);

  -o-transform: translateX(-100%);

  transform: translateX(-100%);

  padding: 0 5%;

  opacity: 0;

  -webkit-animation-duration: 0.4s;

  -moz-animation-duration: 0.4s;

  animation-duration: 0.4s;

  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out;

}

.cd-horizontal-timeline .events-content li.selected {

  /* visible event content */

  position: relative;

  z-index: 2;

  opacity: 1;

  -webkit-transform: translateX(0);

  -moz-transform: translateX(0);

  -ms-transform: translateX(0);

  -o-transform: translateX(0);

  transform: translateX(0);

}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {

  -webkit-animation-name: cd-enter-right;

  -moz-animation-name: cd-enter-right;

  animation-name: cd-enter-right;

}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {

  -webkit-animation-name: cd-enter-left;

  -moz-animation-name: cd-enter-left;

  animation-name: cd-enter-left;

}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {

  -webkit-animation-direction: reverse;

  -moz-animation-direction: reverse;

  animation-direction: reverse;

}

.cd-horizontal-timeline .events-content li > * {

  max-width: 800px;

  margin: 0 auto;

}

.cd-horizontal-timeline .events-content h2 {

  font-weight: bold;

  font-size: 2.6rem;

  font-family: "Playfair Display", serif;

  font-weight: 700;

  line-height: 1.2;

}

.cd-horizontal-timeline .events-content em {

  display: block;

  margin: 10px auto;

}

.cd-horizontal-timeline .events-content em::before {

  content: '- ';

}

.cd-horizontal-timeline .events-content p {

  color: #959595;

}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {

  line-height: 1.6;

}

@media only screen and (min-width: 768px) {

  .cd-horizontal-timeline .events-content h2 {

  }

  .cd-horizontal-timeline .events-content em {

  }

  .cd-horizontal-timeline .events-content p {

  }

}



@-webkit-keyframes cd-enter-right {

  0% {

    opacity: 0;

    -webkit-transform: translateX(100%);

  }

  100% {

    opacity: 1;

    -webkit-transform: translateX(0%);

  }

}

@-moz-keyframes cd-enter-right {

  0% {

    opacity: 0;

    -moz-transform: translateX(100%);

  }

  100% {

    opacity: 1;

    -moz-transform: translateX(0%);

  }

}

@keyframes cd-enter-right {

  0% {

    opacity: 0;

    -webkit-transform: translateX(100%);

    -moz-transform: translateX(100%);

    -ms-transform: translateX(100%);

    -o-transform: translateX(100%);

    transform: translateX(100%);

  }

  100% {

    opacity: 1;

    -webkit-transform: translateX(0%);

    -moz-transform: translateX(0%);

    -ms-transform: translateX(0%);

    -o-transform: translateX(0%);

    transform: translateX(0%);

  }

}

@-webkit-keyframes cd-enter-left {

  0% {

    opacity: 0;

    -webkit-transform: translateX(-100%);

  }

  100% {

    opacity: 1;

    -webkit-transform: translateX(0%);

  }

}

@-moz-keyframes cd-enter-left {

  0% {

    opacity: 0;

    -moz-transform: translateX(-100%);

  }

  100% {

    opacity: 1;

    -moz-transform: translateX(0%);

  }

}

@keyframes cd-enter-left {

  0% {

    opacity: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

  }

  100% {

    opacity: 1;

    -webkit-transform: translateX(0%);

    -moz-transform: translateX(0%);

    -ms-transform: translateX(0%);

    -o-transform: translateX(0%);

    transform: translateX(0%);

  }

}

/*******************************************************************REVISTAS************************************************************************************/

.ind-revistas {
  width: 28%;
  background-color: #fff5ee;
  float: left;
  padding: 2%;
  margin-bottom: 2%;
}

.ind-revistas img {
  width: 100%;
}

.btn-revista {
  width: 48%;
  float: left;
  background-color: #ed811f;
  padding: 5px 0 5px 0;
  margin: 3% 1% 0 1%;
  border: 1px solid #ed811f;
  border-radius: 10px;
  color: #fff;
}

.btn-revista:hover {
  background-color: #fff;
  border: 1px solid #ed811f;
  color: #ed811f;
  transition: 1s;
  cursor: pointer;
}

@media screen and (max-width:500px) {
.ind-revistas {
  width: 98%;
  background-color: #fff5ee;
  float: left;
  padding: 2%;
  margin-bottom: 2%;
}
}