.bloco__baner-grande {
  min-height: 750px;
	height:750px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.bloco__baner-grande .centralizar {
  display: flex;
  flex-wrap: wrap;
}
.bloco__baner-grande .baner-chamada a.botao-padrao {
  color: #fff;
  background: #a9cf38;
  max-width: 200px;
  margin-top: 20px;
}
.bloco__baner-grande .baner-chamada a.botao-padrao:hover {
  background: #b4c900;
}
.bloco__baner-grande .baner-video {
  width: 45%;
  padding: 20px;
  height: 350px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.bloco__baner-grande .baner-video iframe {
  width: 100%;
  max-width: 525px;
  height: 260px;
  border-radius: 15px 0 15px 0;
  border: 5px solid #b2d540;
}
.box-figure {
	background-color:#dddddd;
	padding: 10px 20px;
}
@media screen and (max-width: 1000px) {
  .bloco__baner-grande {
    min-height: auto;
    height: 750px;
    position: relative;
    padding-top: 110px;
  }
  .bloco__baner-grande::before {
    min-height: 100%;
    height: 100%;
  }
  .bloco__baner-grande .centralizar {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .bloco__baner-grande {
    flex-wrap: wrap;
	  height:auto;
    justify-content: flex-start;
    align-items: center;
  }
  .bloco__baner-grande .baner-video {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    max-width: 500px;
  }
  .bloco__baner-grande .baner-chamada {
    height: auto;
    margin-bottom: 20px;
    width: calc(100% - 10px);
  }
}
.index--plano {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px;
  height: 380px;
  align-content: center;
}
.index--plano:before {
  content: ""; left: 0;
  width: 100%;
  height: 380px;
  position: absolute;
  background: url("../../images/imagens/planos_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.index--plano header {
  width: 100%;
	margin: 0 0 20px 0;
}
.index--plano header h1.titulo {
  width: 100%;
  text-align: center;
  color: #fff;
}
.index--plano div.planos {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index--plano div.planos figure {
  width: calc(100% / 4);
  padding: 20px;
  margin: 0 20px;
  border-radius: 20px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  border: 2px solid rgba(0,0,0,0);
  cursor: pointer;
  transition: border 0.3s, filter 0.3s;
}
.index--plano div.planos figure:hover {
  border: 2px solid #005aad;
}
.index--plano div.planos figure.ativo {
  border: 2px solid #00529e;
  pointer-events: none;
}
.index--plano div.planos figure img {
  margin: 10px;
  color: #00529e;
	height:80px;
	width:100%;
}
.index--plano div.planos figure p.texto {
  color: #fff;
  font-size: 1.8em;
  height: 3.6em;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .index--plano {
    height: auto;
    position: relative;
  }
  .index--plano::before {
    height: 100%;
  }
  .index--plano div.planos {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .index--plano div.planos figure {
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 650px) {
  .index--plano div.planos figure {
    width: calc((100% / 2) - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .index--plano div.planos figure {
    width: calc(100% - 20px);
    margin: 5px 10px;
    flex-wrap: nowrap;
    padding: 0px;
  }
	.index--plano div.planos figure p.texto{
		display:flex;
		align-items:center;
		justify-content:center;
	}
  .index--plano div.planos figure img {
    width: 15%;
  }
}
section.index--reb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.index--reb:before {
  content: ""; left: 0;
  width: 100%;
  height: 900px;
  position: absolute;
  background: #eff1f0;
  z-index: -1;
}
section.index--reb div#novo_plano,
section.index--reb div#reb,
section.index--reb div#saldado,
section.index--reb div#nao_saldado,
section.index--reb div#aposentadoria {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.index--reb div#novo_plano .direita .conteudo figure a {
  text-align: center;
}
section.index--reb div#reb,
section.index--reb div#saldado,
section.index--reb div#nao_saldado,
section.index--reb div#aposentadoria {
  display: none;
}
section.index--reb .direita .conteudo {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.index--reb .direita .conteudo p.texto {
  width: 100%;
}
section.index--reb .direita .conteudo header {
  width: 100%;
  margin: 0px;
}
section.index--reb .direita header h1.titulo {
  font-family: "Dosis", sans-serif;
  font-size: 4em;
  color: #f1729e;
  width: 100%;
}
section.index--reb .direita .conteudo figure {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
	align-content: flex-start;
  margin: 20px 0;
}
section.index--reb .direita .conteudo figure.aposentadoria {
  flex-direction: row;
}
section.index--reb .direita .conteudo figure.bloco {
  width: 100%;
  justify-content: center;
  align-items: center;
}
section.index--reb .direita .conteudo figure.bloco img {
  width: 10%;
}
section.index--reb .direita .conteudo figure.bloco p.texto {
  width: 80%;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 400;
}
section.index--reb .direita .conteudo figure img {
  margin: 10px auto;
}
section.index--reb .direita .conteudo figure.aposentadoria img {
  width: 20%;
}
section.index--reb .direita .conteudo figure p.texto {
  width:100%;
  align-items: center;
}
section.index--reb .esquerda {
  align-items: center;
  justify-content: center;
}

.personagem {
	align-content: flex-end;
}

.video-home {
	align-content: space-around;
}

section.index--reb .esquerda .conteudo {
  width: 100%;
}
section.index--reb .esquerda .conteudo header {
  width: 100%;
  margin: 10px 0;
}
section.index--reb .esquerda .conteudo header h1.titulo {
  color: #EB6E98;
  width: 100%;
  text-align: center;
}
section.index--reb .esquerda .conteudo p.texto {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
section.index--reb .esquerda .conteudo figure {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.index--reb .esquerda .conteudo figure img {
  max-height: 630px;
}
section.index--reb .esquerda .conteudo figure.video {
  width: calc(100% - 20px);
  height: 400px;
  margin: 0 auto;
}
section.index--reb .esquerda .conteudo a.botao-padrao {
  color: #fff;
  background: #b2d540;
  margin: 20px auto;
}
section.index--reb .esquerda .conteudo a.botao-padrao:hover {
  background: #bcda58;
}
section.index--eleicoes div.bloco-pai .bloco-meio {
	align-items: center;
	align-content: center;
	padding: 0px 10px;
}
section.index--eleicoes div.bloco-pai .bloco-meio h1.titulo {
	margin-bottom:25px;
	color: #006bb6;
	font-weight:400;
}
section.index--eleicoes div.bloco-pai .bloco-meio p.texto {
	margin-bottom:25px;
}
section.index--eleicoes div.bloco-pai .bloco-meio figure img {
  max-width: 100%;
}
section.index--eleicoes div.bloco-pai .bloco-meio a.botao-padrao {
	background-color:#a9cf38;
}

section.index--eleicoes div.bloco-pai .bloco-meio a.botao-padrao:hover {
  background-color: #bcda58;
}

@media screen and (max-width: 800px) {
  section.index--reb {
    height: auto;
    position: relative;
  }
	section.index--reb.centralizar{
		width:100%;
	}
  section.index--reb:before {
    height: 100%;
  }
  section.index--reb .direita {
    width: 100%;
  }
  section.index--reb .esquerda {
    width: 100%;
	padding-bottom: 0px;
  }
  section.index--reb .esquerda.mulher {
    display: none;
  }
  section.index--reb .direita .conteudo header h1.titulo {
    font-size: 3em;
  }
}
@media screen and (max-width: 600px) {
	section.index--reb .direita .conteudo{
		padding: 0 10px;
	}
  section.index--reb .direita .conteudo figure {
    width: 100%;
    margin: 10px auto;
  }
  section.index--reb .direita .conteudo header,
  section.index--reb .direita .conteudo p.texto {
    display: block;
    text-align: center;
  }
	section.index--reb .direita .conteudo figure.aposentadoria img,
	section.index--reb .direita .conteudo figure.bloco img{
		width:auto;
	}
}
section.index--reb div#novo_plano .direita {
  justify-content: space-between;
}
section.index--reb div#novo_plano .direita .conteudo {
  width: calc(50% - 25px);
  justify-content: space-between;
  align-content: flex-start;
}
section.index--reb div#novo_plano .direita .conteudo:last-child {
  width: 100%;
}
section.index--reb div#novo_plano .direita .conteudo figure {
  width: calc(50% - 15px);
  justify-content: center;
  align-items: center;
}
section.index--reb div#novo_plano .direita .conteudo figure img {
  max-width: 300px;
  width:100%;
}
section.index--reb div#reb .direita {
  justify-content: space-between;
}
section.index--reb div#reb .direita .conteudo {
  width: calc(50% - 25px);
  justify-content: space-between;
  align-content: flex-start;
}
section.index--reb div#reb .direita .conteudo:last-child {
  width: 100%;
}
section.index--reb div#reb .direita .conteudo figure {
  width: calc(50% - 25px);
  justify-content: center;
  align-items: center;
}
section.index--reb div#reb .direita .conteudo figure img {
  max-width: 300px;
  width:100%;
}

section.index--reb div#saldado .direita {
  justify-content: space-between;
}
section.index--reb div#saldado .direita .conteudo {
  width: calc(50% - 25px);
  justify-content: space-between;
  align-content: flex-start;
}
section.index--reb div#saldado .direita .conteudo:last-child {
  width: 100%;
}
section.index--reb div#saldado .direita .conteudo figure {
  width: calc(50% - 25px);
  justify-content: center;
  align-items: center;
}
section.index--reb div#saldado .direita .conteudo figure img {
  max-width: 300px;
  width:100%;
}

section.index--reb div#nao_saldado .direita {
  justify-content: space-between;
}
section.index--reb div#nao_saldado .direita .conteudo {
  width: calc(50% - 25px);
  justify-content: space-between;
  align-content: flex-start;
}
section.index--reb div#nao_saldado .direita .conteudo:last-child {
  width: 100%;
}
section.index--reb div#nao_saldado .direita .conteudo figure {
  width: calc(50% - 25px);
  justify-content: center;
  align-items: center;
}
section.index--reb div#nao_saldado .direita .conteudo figure img {
  max-width: 300px;
  width:100%;
}
section.index--investimento {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.index--investimento:before {
  content: ""; left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  left: 0;
}
section.index--investimento header {
  width: 100%;
  margin: 40px 0 10px 0;
}
section.index--investimento header h1.titulo {
  color: #006bb6;
  width: 100%;
  font-weight: normal;
  text-align: center;
}
section.index--investimento .bloco-meio {
  margin: 20px 0 70px 0;
  align-items: center;
}
section.index--investimento .bloco-meio header {
  margin: 0;
}
section.index--investimento .bloco-meio header h1.titulo {
  font-family: 'Open Sans', sans-serif;
}
section.index--investimento .bloco-meio figure {
  width: 15%;
  height: 90px;
}
section.index--investimento .bloco-meio .info {
  width: 80%;
  padding-left: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
section.index--investimento .bloco-meio .info header h1.titulo {
  font-size: 3em;
  color: #1c9ab6;
  text-align: left;
}
section.index--investimento .bloco-meio:last-child .info header h1.titulo {
  color: #a9cf38;
}
@media screen and (max-width: 800px) {
  section.index--investimento .bloco-meio {
    width: calc(100% - 20px);
    margin: 20px auto;
  }
  section.index--investimento .bloco-meio a {
    flex-wrap: wrap;
  }
  section.index--investimento .bloco-meio figure {
    text-align: center;
  }
	section.index--investimento .bloco-meio figure a img{
		width:100%;
	}
section.index--baner-emprestimo .esquerda{
	width:100%;
	max-width:100%;
}
}
@media screen and (max-width: 400px) {
  section.index--investimento .bloco-meio figure {
    text-align: center;
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  section.index--investimento .bloco-meio figure a img{
		width:100%;
	  width: 50px;
	}
  section.index--investimento .bloco-meio .info {
    width: 100%;
	  padding-left:0;
  }
  section.index--investimento .bloco-meio .info header h1.titulo {
    font-size: 3em;
  }
  section.index--investimento .bloco-meio .info header h1.titulo,
  section.index--investimento p.texto {
    display: block;
    width: 100%;
    text-align: center;
  }
}
section.index--numero-funcef {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.index--numero-funcef:before {
  content: ""; left: 0;
  width: 100%;
  height: 100%;
  background: #1c9ab6;
  position: absolute;
  z-index: -1;
  left: 0;
}
section.index--numero-funcef header {
  width: 100%;
  margin: 40px 0 10px 0;
}
section.index--numero-funcef header h1.titulo {
  color: #fff;
  width: 100%;
  text-align: center;
}
section.index--numero-funcef .bloco-terco {
  flex-wrap: nowrap;
  margin: 20px 0 40px 0;
}
section.index--numero-funcef .bloco-terco h1.numero-destaque {
  font-family: "Dosis", sans-serif;
  font-size: 5em;
  font-weight: 400;
  color: #ffd600;
}
section.index--numero-funcef .bloco-terco p.texto {
  color: #fff;
  flex-basis: 70%;
  padding-left: 10px;
}
section.index--numero-funcef .bloco-terco:nth-child(4) p.texto {
  flex-basis: 60%;
}
section.index--numero-funcef a.botao-padrao {
  background: #a9cf38;
  color: #fff;
  align-self: center;
  margin: 20px auto;
}
section.index--numero-funcef .single.card{
	width:100%;
}
@media screen and (max-width: 1000px) {
  section.index--numero-funcef .bloco-terco {
    width: 100%;
    margin: 10px 0;
    padding-left: calc(50% - 250px);
  }
  section.index--numero-funcef .bloco-terco p.texto {
    flex-basis: auto;
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  section.index--numero-funcef .bloco-terco {
    width: 100%;
    margin: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.index--numero-funcef .bloco-terco h1.numero-destaque,
  section.index--numero-funcef .bloco-terco p.texto {
    display: block;
    margin: 5px 0 15px 0;
    width: 100%;
    text-align: center;
  }
  section.index--numero-funcef .bloco-terco:nth-child(4) p.texto {
    flex-basis: 100%;
  }
}
section.index--transparencia {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.index--transparencia:before {
  content: ""; left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  left: 0;
}
section.index--transparencia header {
  width: 100%;
  margin: 40px 30px 10px 0px;
}
section.index--transparencia header h1.titulo {
  color: #006bb6;
  width: 100%;
  font-weight: normal;
  text-align: center;
}
section.index--transparencia .bloco {
  width: calc((100% / 5) - 40px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 20px 40px 20px;
}
section.index--transparencia .bloco i{
	font-size: 9em;
	color:#f7941d;
}
section.index--transparencia .bloco a {
  text-align: center;
}
section.index--transparencia a.botao-padrao {
  margin: 0 auto;
  background: #a9cf38;
  color: #fff;
	margin:20px auto;
}
section.index--transparencia a.botao-padrao.link{
	height: 50px;
    width: 160px;
	display: flex;
}
section.index--transparencia .bloco img {
  width: 50px;
}
section.index--transparencia .bloco p.min-texto {
  font-family: "Dosis", sans-serif;
  width: 100%;
  text-align: center;
  font-size: 2.2em;
  font-weight: 600;
  color: #006bb6;
  margin: 5px 0;
  line-height: 1.5em;
}
section.index--transparencia .bloco p.texto {
  line-height: 1.5em;
  text-align: center;
  width: 100%;
  height: 3em;
}
@media screen and (max-width: 800px) {
  section.index--transparencia {
    position: relative;
    height: auto;
    justify-content: space-around;
	  flex-direction: column;    
	  align-items: center;
  }
  section.index--transparencia .bloco {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 500px) {
  section.index--transparencia .bloco {
    width: 100%;
  }
}
section.index--baner-emprestimo {
  width: 100%;
  display: flex;
  height: 300px;
  justify-content: space-between;
  flex-wrap: wrap;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  left: 0;
}
section.index--baner-emprestimo .esquerda {
  height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  max-width: 385px;
}
section.index--baner-emprestimo .esquerda header h1.titulo {
  font-size: 5em;
  color: #fff;
}
section.index--baner-emprestimo .esquerda p.texto {
  font-size: 2em;
  font-weight: thin;
  margin: 10px 0;
  color: #fff;
}
section.index--baner-emprestimo .esquerda a.botao-padrao {
  background: #a9cf38;
  color: #fff;
  margin: 20px 0;
}
section.index--baner-emprestimo .esquerda a.botao-padrao:hover {
  background: #bcda58;
}


section.index--baner-emprestimo div.bloco-meio header h1.titulo {
  font-size: 5em;
  color: #fff;
}
section.index--baner-emprestimo div.bloco-meio p.texto {
  font-size: 2em;
  font-weight: thin;
  margin: 10px 0;
  color: #fff;
}
section.index--baner-emprestimo div.bloco-meio a.botao-padrao {
  background: #a9cf38;
  color: #fff;
  margin: 20px 0;
}
section.index--baner-emprestimo div.bloco-meio a.botao-padrao:hover {
  background: #bcda58;
}

/***************************/
/* AJUSTES MOBILE - HILTON */
/***************************/

@media (max-width: 1024px){
	section.index--numero-funcef{
		position: relative;
		padding-left:0px;
	}
section.index--numero-funcef .bloco-terco {
    margin: 20px 0 40px 0px;
    padding-left: 40px;
    }
section.index--numero-funcef .bloco-terco h1.numero-destaque {    
    font-size: 3.7em !important;    
    }
	section.index--numero-funcef .bloco-terco p.texto{
		padding-left: 0px;
	}
	section.index--transparencia .bloco{
		    margin: 10px 20px 40px 0px;
	}
}

@media (max-width: 768px){
section.index--investimento .bloco-meio {        
    margin: auto !important;           
    margin-bottom: 50px !important;
    margin-top: 20px !important;
	padding: 0 10px;
    }
section.index--transparencia .bloco {
    width: calc(88% / 2);    
    }
section.index--numero-funcef .bloco-terco {    
    padding-left: calc(50% - 250px);
    }
}

@media (max-width: 375px){
section.index--transparencia .bloco {
    width: calc(100% / 1) !important;
    }
section.index--reb .esquerda .conteudo figure img {
    max-width: 375px !important;
    }
}