@import "menu_superior.css";


.lum-adv-tabular-data > tbody > tr > td.lum-adv-tabular-data-item-controls input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
.lSSlideOuter .lSPager.lSpg{
	margin-top:5px !important;
	position:relative;
	z-index:2;
}

.lumis-service-search-search .lum-content-body{
	max-width:100% !important;
	padding-right:170px;
}


#search_area{
	max-width:100%;
}
.facebook,
.Facebook{
	color: #999;
}

.facebook:hover{
	color: #3b5998;
}

.twitter,
.Twitter{
	color: #999;
}

.twitter:hover{
	color: #1dcaff;
}

.linkedin,
.LinkedIn{
	color: #999;
}

.linkedin:hover{
	color: #4875B4;
}

.instagram,
.Instagram{
	color: #999;
}

.instagram:hover{
	color: #4E433C;
}

.youtube,
.YouTube{
	color: #999;
}

.youtube:hover{
	color: #FF3333;
}

.sound,
.SoundCloud{
	color: #999;
}

.sound:hover{
	color: #ff7700;
}

.medium,
.Medium{
	color: #999;
}

.medium:hover{
	color: #03a87c;
}

audio {
	width:100%;
	height: 450px;
	padding-bottom:15px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#search_area{
	display:flex;
	flex-wrap: wrap;
}
#search_area .titulo-6{
	width:100%;
	font-size:4em;
	margin:10px 0 30PX 0;
	font-family: 'Dosis', sans-serif;
	text-align:center;
	color: #1fbbee;
}
.busca-geral-input{
	width:calc(50% - 10px) !important;
		font-size:0.8em;
	margin-right:10px !important;
	border-radius: 5px;
    border: 1px solid #2aa4be;
    padding: 5px;
    color: #999;
    height: 50px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #fff;
}

.busca-geral-input input{
	width:100%;
	padding:5px;
}

.busca-geral-select{
	width:30%;
	font-size:0.8em;
	margin-right:10px;
    border-radius: 5px;
    border: 1px solid #2aa4be;
    color: #999;
    height: 50px;
    border-radius: 5px;
    max-width: 200px;
    background: #fff;
    background-image: url(../../images/icones/icone_dropdown.png);
    background-position: 95% 12px;
    background-repeat: no-repeat;
}

.lumis-service-search-searchResults .lum-actions{
	position:relative;
	margin-left:0px !important;
}

.busca-geral-select p,
.busca-geral p{
	position:relative;
	height:100%;
	width:100%;
	font-size: 1.8em;
    color: #333;
    font-weight: normal;
    margin-top: 0px !important; 
    line-height: 1.8em;
    margin-bottom: 0px !important;
}
.busca-geral-select p select{
	position:relative;
	height:100%;
	width:100%;
	padding-left:10px;
}

.lum-search-form.busca-geral{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:100%;
	padding-right:0;
	margin-bottom: 15px;
}


.lum-actions{
	list-style:none !important;
	padding:0 !important;
}

#search_area .lum-actions a{
	background: #00529e;
  color: #fff !important;
  display: flex;
  align-items: center;
	border-radius: 5px;
  justify-content: center;
  height: 50px;
  width: 160px;
  font-size: 1.5em;
  text-align: center;
  transition: background 0.5s;
	text-decoration: none;
}

.noticia-item{
	height:100%;
}

.titulo-noticia-busca {
	font-size:2.3em;
}

.titulo-noticia-busca a {
	text-decoration:none !important;
}

.titulo-noticia-busca a:hover {
	text-decoration:underline !important;
}

.lista_noticia_imprensa li{
	margin:5px 0;
	border-bottom: 1px solid #ccc;
	padding:5px 0;
}

.lista_noticia_imprensa li a{
	display: inline-block;
	width:100%;
}

.lista_noticia_imprensa li a:hover{
	text-decoration:underline;
}

.lista_noticia_imprensa li strong{
	color:#00529e;
}

@media screen and (max-width: 780px){
	#search_area .lum-actions a{
		margin-top:10px;
	}
	.busca-geral-input{
		width:calc(100% - 10px) !important;
	}
	.busca-geral-select{
		width:100%;
		max-width:100%;
		margin-top:10px;
	}
}

#search_area .title-search.busca-geral{
	width:100%;
	font-size:2em;
	margin:10px 0;
	padding:10px 0;
}
img.jssocials-share-logo {
  height: 1.5em !important;
}
.jssocials-share-facebook,
.jssocials-share-link {
  background: none !important;
  border: none !important;
}
.jssocials-share-link {
  box-shadow: none !important;
}
.lum-interface-title {
  font-size: 2.5em !important;
}
.paginacao {
  margin-top: 20px !important;
  padding: 10px 0;
  display: flex;
	width:100%;
  align-items: center;
  justify-content: center;
}
.paginacao a {
	font-size: 1.5em;
    color: #fff !important;
    text-decoration: none !important;
    background: #006bb6;
    padding: 5px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
}

.paginacao .barra {
  display: flex;
  margin: 0 20px;
  justify-content: center;
}
.paginacao .barra a {
    border: 1px solid transparent;
    margin: 0 10px;
    background: none;
    color: #006bb6 !important;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
	transition: background-color 0.5s;
}
.paginacao .barra a:hover{
	background-color:#006bb6;
	color:#fff !important;
}
.paginacao .barra a.ativo {
  border: 1px solid #006bb6;
	background-color:#006bb6;
	color: #fff !important;
}
#formulario-balanco legend {
  display: none;
}
.lum-pagination {
  padding: 10px 0;
  border-top: 2px solid #006bb6;
  border-bottom: 2px solid #006bb6;
}
.lum-pagination-range {
  display: none;
}
.lum-pagination-navigation-page {
  font-size: 1.5em;
}
.lum-pagination-navigation-page input {
  width: 50px;
  border: 1px solid #ccc;
}
.select-padrao,
.balanco-selecao {
  font-size: 1.8em;
  border-radius: 5px;
  border: 1px solid #2aa4be;
  padding: 5px;
  color: #999;
	height: 50px;
    padding: 10px 30px;
    border-radius: 5px;
    max-width: 400px;
    background: #fff;
    background-image: url(../../images/icones/icone_dropdown.png);
    background-position: 95% 12px;
    background-repeat: no-repeat;
}
.breadcrumb-typeheader {
  width: 100%;
	max-width:1000px;
	margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: absolute;
  top: 100px;
 left: calc(50% - 450px);
	 top:110px;
}
.breadcrumb {
  width: 100%;
  display: flex;
}
.breadcrumb ul {
  display: flex;
  margin-top: 10px;
}
.breadcrumb ul li {
  font-size: 1.4em;
  color: #333;
  font-weight: 100;
  margin: 0 5px 0 0;
	display:flex;
}
.breadcrumb ul li a{
	margin-right: 5px;
}
.breadcrumb-typeheader .breadcrumb ul li {
  color: #fff;
}
#pesquisa .lum-actions .lum-first a.lum-button {
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  transition: background 0.5s;
  width: 160px;
  color: #fff;
  background: #2aa4be;
  height: 50px;
}
#pesquisa .lum-actions .lum-first a.lum-button:hover {
  background: #45bcd6;
} */
.lum-content-body {
  margin-top: 20px;
}
div.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
	top:0;
	left:0;
}
div.popup section.popup_bloco {
  padding: 30px;
  margin: 5% auto;
  width: calc(100% - 20px);
  max-width: 450px;
  background: #fff;
	position:relative;
	max-height:80vh;
	overflow:auto;
}
div.popup section.popup_bloco .popup_topo {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #00529e;
}
div.popup section.popup_bloco .popup_topo div.close {
  padding: 10px 12px;
  border-radius: 100%;
  align-self: flex-end;
  font-weight: bold;
  color: #f46901;
  font-size: 2em;
  cursor: pointer;
	position: absolute;
	right:10px;
	top:10px;
}
div.popup section.popup_bloco .popup_topo h1.titulo {
  font-size: 2.5em;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #006bbe;
}
div.popup section.popup_bloco .conteudo {
  width: 100%;
  margin: 10px 0;
}

div.popup section.popup_bloco .conteudo h1.titulo{
	font-size:2.5em;
	margin:10px 0;
	font-weight:bold;
}
div.popup section.popup_bloco .conteudo iframe{
	width: 100%;
	min-height:650px;
}
div.popup section.popup_bloco .conteudo form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
div.popup section.popup_bloco .conteudo form label {
  width: 100%;
  font-size: 1.3em;
  margin-top: 15px;
  color: #333;
}
div.popup section.popup_bloco .conteudo form input {
  width: 100%;
  padding: 10px;
  padding-left: 20px;
	height:50px;
  font-size: 1.5em;
  color: #333;
  margin: 5px 0;
  border: 1px solid #00529e;
}
div.popup section.popup_bloco .conteudo form input::placeholder {
  color: #aaa;
}
div.popup section.popup_bloco .conteudo form button {
  align-self: flex-end;
}
div.popup section.popup_bloco .conteudo form a {
  width: 100%;
  font-size: 1.2em;
  margin: 5px 0;
  color: #22a;
  text-decoration: underline;
}
div.popup section.popup_bloco.grande{
	max-width:900px;
}
div.popup section.popup_bloco.grande .conteudo form a{
	max-width: 160px;
	background-color: #00529e;
	color: #fff;
	text-align: center;
	height: 50px;
    font-size: 1.5em;
	margin: 5px auto;
}
div.popup #ouvidoria_2 h1.titulo{
	font-size:3em;
	margin:10px 0;
}
div.clubes {
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.clubes figure {
  width: calc((100% / 2) - 10px);
}
@media screen and (max-width: 500px) {
  div.clubes {
    flex-wrap: wrap;
  }
  div.clubes figure {
    width: 100% !important;
  }
	
}
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}

@font-face {
      font-family: 'funcef';
      src: url('../fonte/funcef.eot?56457767');
      src: url('../fonte/funcef.eot?56457767#iefix') format('embedded-opentype'),
           url('../fonte/funcef.woff?56457767') format('woff'),
           url('../fonte/funcef.ttf?56457767') format('truetype'),
           url('../fonte/funcef.svg?56457767#funcef') format('svg');
      font-weight: normal;
      font-style: normal;
    }

@font-face {
	font-family: 'funcef_menu_logos';
	src: url('../fonte/fa-brands-400.eot');
	src: url('../fonte/fa-brands-400.eot') format('embedded-opentype'),
		url('../fonte/fa-brands-400.woff') format('woff'),
		url('../fonte/fa-brands-400.ttf') format('truetype'),
		url('../fonte/fa-brands-400.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'funcef_menu_regular';
	src: url('../fonte/fa-regular-400.eot');
	src: url('../fonte/fa-regular-400.eot') format('embedded-opentype'),
		url('../fonte/fa-regular-400.woff') format('woff'),
		url('../fonte/fa-regular-400.ttf') format('truetype'),
		url('../fonte/fa-regular-400.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'funcef_menu_solido';
	src: url('../fonte/fa-solid-900.eot');
	src: url('../fonte/fa-solid-900.eot') format('embedded-opentype'),
		url('../fonte/fa-solid-900.woff') format('woff'),
		url('../fonte/fa-solid-900.ttf') format('truetype'),
		url('../fonte/fa-solid-900.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
i.icone{
	font-size: 5em;
}

i.funcef:after{
	content: attr(data-fonte);
	font-family: "funcef";
	font-size: 1em;
}
i.icones_logos:after{
	content: attr(data-fonte);
	font-family: "funcef_menu_logos";
	font-size: 1em;
}
i.icones_solido:after{
	content: attr(data-fonte);
	font-family: "funcef_menu_solido";
	font-size: 1em;
}
i.icones_solido.ativo:after{
	content: "\f077";
	font-family: "funcef_menu_solido";
	font-size: 1em;
	transform: RotateZ(180deg);
}

i.icones_regular:after{
	content: attr(data-fonte);
	font-family: "funcef_menu_regular";
	font-size: 1em;
}

body {
  font-family: 'Open Sans', sans-serif;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.texto {
  font-size: 1.8em;
  line-height: 1.5em;
	width:100%;
}
.titulo {
  font-size: 5em;
  line-height: 1em;
  font-family: 'Dosis', sans-serif;
}
.titulo-abas {
  font-size: 5em;
  line-height: 1em;
  font-family: 'Dosis', sans-serif;
	color:#f1729e;
}
.titulo-mais-noticias {
  font-size: 3em;
  line-height: 1em;
  font-family: 'Dosis', sans-serif;
	color:#00529e;
	font-weight:600;
}
.bold {
  font-weight: bold;
}
.centralizar {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.centralizar_explorer {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .centralizar {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 600px){
	.titulo{
		font-size:3em;
	}
}
@media screen and (max-width: 1025px) {
  section.index--reb div#novo_plano .direita,
	section.index--reb div#reb .direita,
section.index--reb div#saldado .direita, 
section.index--reb div#nao_saldado .direita{
	  padding: 0 10px;
  }
}
a.link {
  cursor: pointer;
}
.botao-formulario,
.botao-padrao {
  background: #006bb6;
	border-radius:5px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 160px;
  font-size: 1.5em;
  text-align: center;
  transition: background 0.5s;
	text-transform: uppercase;
	cursor:pointer;
}
.botao-download-padrao{
    padding: 10px 20px;
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    align-items: center;
    background: #aaa;
    display: flex;
	border-radius:5px;
	transition: background-color 0.5s;
	border: 2px solid rgba(0,0,0,0);
}
.botao-download-padrao:hover{
	background-color:#fff;
	color: #006bbe !important;
	border: 2px solid #006bbe;
}
.botao-download-padrao i{
	margin-right:10px;
	
}
div.carregar-mais {
  width: 100%;
}
div.carregar-mais a {
  width: 100%;
  max-width: 300px;
  padding: 10px 0;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
  margin: 20px auto;
  border-radius: 5px;
  border: 1px solid #006bbe;
  display: block;
}
.bloco,
.bloco-meio,
.bloco-terco,
.bloco-quarto{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.bloco-meio {
  width: calc(50% - 10px);
}
.bloco-terco {
  width: calc((100% / 3) - 10px);
}
.bloco-quarto{
width: calc((100% / 4) - 10px);
	justify-content:center;
}
.bloco-quarto a{
	width:100%;
}
#bt_header {
  height: 50px;
  width: 50px;
  border-radius: 5px 5px 0 0px;
  position: fixed;
  right: -40px;
  top: 60%;
  color: #fff;
  background: #006bbe;
  text-align: center;
  line-height: 50px;
  font-size: 3em;
  transform: rotateZ(-90deg);
  opacity: 0.5;
  transition: opacity 0.5s, right 0.5s;
  cursor: pointer;
}
#bt_header:hover {
  opacity: 1;
  right: 0;
}
#menu_close {
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.3);
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
	position:fixed;
}
#menu_close div.bt_close{
	position: fixed;
	right: 10px;
	top: 10px;
	padding:12px;
	border-radius: 100%;
	font-size:1.5em;
	font-weight: bold;
	cursor: pointer;
	background-color: #eee;
	cursor:pointer;
}
#bloco__header {
  position: absolute;
  width: 100%;
  left: calc(50% - 600px);
  display: flex;
  flex-wrap: wrap;
  height: 180px;
  top:10px;
  z-index: 3;
}
#bloco__header .header--pesquisa {
  width: 100%;
  height: 50px;
  position: relative;
}
#bloco__header .header--pesquisa form {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-items: flex-end;
}
#bloco__header .header--pesquisa form input {
  width: 100%;
  position: relative;
  max-width: 200px;
  font-size: 1.4em;
  padding: 5px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
#bloco__header .header--pesquisa form input::placeholder {
  color: #fff;
  opacity: 1;
}
#bloco__header .header--pesquisa form input i {
  position: absolute;
  right: 5px;
  font-size: 1.4em;
  color: #fff;
}
#bloco__header .header--menu {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#bloco__header .mobile--bt {
  position: fixed;
  top: 32px;
  left: 20px;
  width: 30px;
  height: 30px;
  border-top: 10px double #00529e;
  cursor: pointer;
  display: none;
}
#bloco__header .mobile--bt::after {
  content: ""; left: 0;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 4px;
  background: #00529e;
}
#bloco__header .header--menu .menu-logo {
  width: 100%;
  flex-basis: 12%;
  height: 100%;
}
#bloco__header .header--menu .menu-logo figure {
  background: #fff;
  border-radius: 15px 0 15px 0;
  border-radius: 30px 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 100%;
}
#bloco__header .header--menu .menu-logo figure img {
  width: 100%;
  max-width: 80px;
}
#bloco__header .header--menu .menu-links {
  width: 100%;
  flex-basis: 88%;
}
#bloco__header .header--menu .menu-links ul.menu-lista {
  width: 100%;
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
}
#bloco__header .header--menu .menu-links ul.menu-lista:before {
  content: "";
  left: 0;
  top: 30px;
  position: absolute;
  width: 300%;
  height: 70px;
  z-index: -1;
  left: -100%;
  background: rgba(0,82,158,0.8);
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item {
  width: calc(100% / 7);
  height: 70px;
  font-size: 1.4em;
  color: #fff;
  text-align: center;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item:last-child{
	max-width: 50px;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item:nth-child(7) {
  background: #1c9ab6;
  border-radius: 15px 0 15px 0;
  height: 40px;
  transition: background 0.5s;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item:nth-child(7):hover {
  background: #45bcd6;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item:last-child a {
  cursor: auto;
  text-align: right;
  justify-content: center;
  padding-left: 10px;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item:last-child a i{
	font-size:1.2em;
	cursor:pointer;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item:hover ul.sub-menu-lista {
  opacity: 1;
  pointer-events: auto;
  background-color: #00386b;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item img {
  height: 40px;
  width: 40px;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0);
  cursor: pointer;
  transition: transform 0.5s;
transform: scale(0.8,0.8)
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item img:hover {
 transform: scale(1,1)
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item a {
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  height: 100%;
  transition: background 0.5s;
  width: 100%;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item a:hover {
  font-weight: bold;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item:last-child a:hover {
  background: rgba(0,0,0,0);
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista {
  position: absolute;
  width: 1055px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0;
  left: 145px;
  pointer-events: none;
  transition: opacity 0.2s;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista.mega-lista {
  position:absolute;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista li.sub-menu-item {
  width: calc(100% / 5);
  min-width: 200px;
  height: 200px;
  display: flex;
  background: #00386b;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista.mega-lista li.sub-menu-item {
  width: calc(100% / 3);
  height: 50px;
  min-width: auto;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista.mega-lista li.sub-menu-item a{
	align-items: center;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista li.sub-menu-item figure {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista li.sub-menu-item figure img {
  height: 80px;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista li.sub-menu-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
}
#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista li.sub-menu-item a:hover{
	font-weight: bold;
}
#bloco__header .header--menu section.menu-links ul.menu-lista li.lista-item span.drop_mobile{
	display:none;
}
@media screen and (max-width: 1000px) {
  #bloco__header .mobile--bt {
    display: block;
  }
  #bloco__header {
    height: auto;
	  left: 0;
  }
  #bloco__header .header--menu {
    display: none;
    position: fixed;
    left: -300px;
    width: 100%;
    height: 100vh;
    max-width: 300px;
    background: #fff;
    z-index: 2;
	  top:0;
  }
  #bloco__header .header--menu section.menu-logo {
    height: 10%;
    max-width: 150px;
    margin: 20px auto;
	display:none;
  }
  #bloco__header .header--menu section.menu-links {
    height: 100%;
	  top:0;
  }
  #bloco__header .header--menu section.menu-links ul.menu-lista {
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,82,158,0.8);
	  top:0;
  }
  #bloco__header .header--menu section.menu-links ul.menu-lista::before {
    display: none;
  }
  #bloco__header .header--menu section.menu-links ul.menu-lista li.lista-item {
    width: 100%;
    margin: 10px 0;
    height: auto;
	  position:relative;
  }
	#bloco__header .header--menu section.menu-links ul.menu-lista li.lista-item span.drop_mobile{
		display: block;
    position: absolute;
    right: 0;
    padding: 0 15px;
    height: 34px;
		display:flex;
		align-items:center;
		justify-content:center;
    background-color: rgba(0,0,0,0.2);
		top:0;
		cursor:pointer;
		z-index:2;
	}
	#bloco__header .header--menu section.menu-links ul.menu-lista li.lista-item:nth-child(7) span.drop_mobile,
	#bloco__header .header--menu section.menu-links ul.menu-lista li.lista-item:nth-child(5) span.drop_mobile,
	#bloco__header .header--menu section.menu-links ul.menu-lista li.lista-item:nth-child(6) span.drop_mobile{
		display:none;
	}

	#bloco__header .header--menu section.menu-links ul.menu-lista li.lista-item:nth-child(7) {
    width:160px
  }

  #bloco__header .header--menu section.menu-links ul.menu-lista li.lista-item a {
    height: auto;
  }
	#bloco__header .header--menu .menu-links .menu-lista li.lista-item:last-child a{
		justify-content: center;
	}
  #bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista.ativo {
    height: auto;
    max-height: 300px;
		opacity:1;
	  margin:0;
	  padding:0;
  }
	  #bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista {
    display: block;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 0;
    max-height: 0;
    transition: max-height 0.8s;
    pointer-events: auto;
    left: 0;
  }
  #bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista li.sub-menu-item {
    width: 100%;
    height: auto;
  }
  #bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista li.sub-menu-item i {
    display: none;
  }
  #bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista li.sub-menu-item a {
    position: relative;
  }
  .breadcrumb-typeheader {
    padding-left: 10px;
    top: 90px;
	  left: 0;
	display:none;
  }
	#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista.mega-lista{
		position: relative;
	}
	#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista.mega-lista li.sub-menu-item{
		min-width: 100%;
	}
}
div.topo_mobile {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #fff;
  position: fixed;
  top: 0;
  display: none;
}
div.topo_mobile figure {
  width: 100%;
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.topo_mobile figure a {
  height: 100%;
}
div.topo_mobile figure a img {
  height: 100%;
}
form.pesquisa_mobile {
  background: #00529e;
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-left: 10px;
  align-items: center;
}
form.pesquisa_mobile input {
  width: 100%;
  position: relative;
  max-width: 200px;
  font-size: 1.4em;
  padding: 5px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
form.pesquisa_mobile input::placeholder {
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1190px){
	#bloco__header .header--menu .menu-links .menu-lista li.lista-item ul.sub-menu-lista{
		max-width:1000px;
	}
}
@media screen and (max-width: 1000px) {
  div.topo_mobile {
    display: flex;
  }
  #bloco__header .header--pesquisa form.pesquisa_desktop {
    display: none;
  }
  .pesquisa_mobile {
    display: block;
  }
}
#bloco__footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#bloco__footer .footer--menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#bloco__footer .footer-comunicacao {
  width: 100%;
  display: flex;
  height: 150px;
  justify-content: space-between;
}
#bloco__footer .footer-comunicacao .bloco-terco {
  justify-content: center;
  align-items: center;
}

#bloco__footer .footer-comunicacao .bloco-terco i.icone{
	font-size: 7em;
	color: #ccc;
}
#bloco__footer .footer-comunicacao .bloco-terco img {
  width: 20%;
	max-width:70px;
	margin-right: 10px;
}
#bloco__footer .footer-comunicacao .bloco-terco div.comunicacao-conteudo {
  width: auto;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 10px;
}
#bloco__footer .footer-comunicacao .bloco-terco div.comunicacao-conteudo p.titulo {
  color: #1c9ab6;
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 600;
}
#bloco__footer .footer-comunicacao .bloco-terco div.comunicacao-conteudo p.titulo a.link{
	font-weight:600;
}
#bloco__footer .footer-comunicacao .bloco-terco div.comunicacao-conteudo p.texto {
  color: #999;
  font-weight: bold;
}
#bloco__footer .footer-social {
  width: 100%;
  display: flex;
  margin: 10px auto 30px auto;
}
#bloco__footer .footer-social .bloco-meio:last-child {
  justify-content: flex-end;
}
#bloco__footer .footer-social .bloco-meio p.texto {
  font-size: 1.3em;
  flex-basis: 35%;
  color: #999;
  align-self: center;
}
#bloco__footer .footer-social .bloco-meio a.social {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  height: 50px;
}
#bloco__footer .footer-social .bloco-meio a.social i {
	font-size:3.5em;
}
#bloco__footer .footer-social .bloco-meio a.bt_app {
  width: 30%;
  background-color: #000;
  border-radius: 5px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  height: 50px;
}
#bloco__footer .footer-social .bloco-meio a.bt_app img{
	max-width: 150px;
}
#bloco__footer .footer--menu .menu-links {
  width: 100%;
  padding: 30px 0 0 0;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
#bloco__footer .footer--menu .menu-links p.texto{
	color:#fff;
}
#bloco__footer .footer--menu .menu-links figure {
  width: 100%;
  text-align: center;
  margin: 70px 0 25px 0;
  cursor: pointer;
}
#bloco__footer .footer--menu .menu-links figure i {
  font-size:3em;
	color:#fff;
}
#bloco__footer .footer--menu .menu-links ul.menu-lista {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bloco__footer .footer--menu .menu-links ul.menu-lista:before {
  content: ""; left: 0;
  position: absolute;
  width: 300%;
  height: 100%;
  z-index: -1;
  left: -100%;
  top: 0;
  background: #255375;
}
#bloco__footer .footer--menu .menu-links .menu-lista li.lista-item {
  width: calc((100% / 10) - 30px);
  height: 40px;
  font-size: 1em;
  color: #fff;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bloco__footer .footer--menu .menu-links .menu-lista li.lista-item a {
  line-height: 1.5em;
  font-size: 1.5em;
  padding-bottom: 20px;
}
#bloco__footer .footer--menu .menu-mapa {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7941d;
  padding: 30px 0 40px 0;
  display: none;
}
#bloco__footer .footer--menu .menu-mapa .centralizar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bloco__footer .footer--menu .menu-mapa .mapa-lista {
  width: 11%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 300px;
}
#bloco__footer .footer--menu .menu-mapa .mapa-lista.fale {
  width: 12%;
}
#bloco__footer .footer--menu .menu-mapa .mapa-lista header {
  width: 100%;
  margin: 10px 0;
}
#bloco__footer .footer--menu .menu-mapa .mapa-lista header h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
}
#bloco__footer .footer--menu .menu-mapa .mapa-lista li.mapa-item {
  font-size: 1.2em;
  width: 100%;
  color: #fff;
  height: 30px;
  margin: 2px 0;
}
#bloco__footer .footer--menu .menu-mapa .mapa-lista li.mapa-item.aderir {
  font-weight: bold;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 10px;
}
#bloco__footer .footer--menu .menu-mapa .mapa-lista li.mapa-item.aderir a {
  font-weight: bold;
}
#bloco__footer .footer--menu .menu-mapa .footer-autoatendimento {
  width: 20%;
  padding: 0 10px;
  border-left: 1px solid #fff;
  flex-direction: row;
  justify-content: space-between;
}
#bloco__footer .footer--menu .menu-mapa .footer-autoatendimento input {
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  padding-bottom: 5px;
  margin: 10px 0;
  border-bottom: 1px solid #fff;
}
#bloco__footer .footer--menu .menu-mapa .footer-autoatendimento input::placeholder {
  color: #fff;
  opacity: 1;
}
#bloco__footer .footer--menu .menu-mapa .footer-autoatendimento .senha {
  width: 50%;
}
#bloco__footer .footer--menu .menu-mapa .footer-autoatendimento .senha a {
  color: #fff;
  font-size: 1.2em;
  margin: 10px 0;
  width: 100%;
  display: block;
}
#bloco__footer .footer--menu .menu-mapa .footer-autoatendimento .acessar {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1150px) {
  #bloco__footer .footer--menu .menu-mapa {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
	padding: 0 10px;
  }
  #bloco__footer .footer--menu .menu-mapa::before {
    height: 100%;
  }
  #bloco__footer .footer--menu .menu-mapa .mapa-lista {
    width: calc(100% / 3);
  }
  #bloco__footer .footer--menu .menu-mapa .footer-autoatendimento {
    width: 100%;
    max-width: 500px;
    border-left: none;
  }
  #bloco__footer .footer--menu .menu-links .menu-lista li.lista-item {
    width: calc((100% / 4) - 10px);
    height: 60px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 810px) {
  #bloco__footer .footer-comunicacao {
    height: auto;
    flex-wrap: wrap;
  }
  #bloco__footer .footer-comunicacao .bloco-terco {
    width: 100%;
    margin: 10px auto;
	padding: 0 10px;
  }
  #bloco__footer .footer-social {
    height: auto;
    flex-wrap: wrap;
  }
  #bloco__footer .footer-social .bloco-meio {
    width: 100%;
    margin: 10px 0;
    justify-content: center;
  }
  #bloco__footer .footer-social .bloco-meio:last-child {
    justify-content: space-around;
  }
  #bloco__footer .footer-social .bloco-meio p.texto {
    flex-basis: 100%;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  #bloco__footer .footer-social .bloco-meio a.bt_app {
	max-width: 200px;
	width:100%;
    margin: 10px;
  }
  #bloco__footer .footer-comunicacao .bloco-terco{
	  justify-content: flex-start;
  }
}
@media screen and (max-width: 750px) {
  #bloco__footer .footer--menu .menu-links {
    height: auto;
    padding: 20px 0;
  }
  #bloco__footer .footer--menu .menu-links ul.menu-lista {
    flex-wrap: wrap;
    justify-content: space-around;
    height: auto;
  }
}
@media screen and (max-width: 470px) {
  #bloco__footer .footer--menu .menu-links .menu-lista li.lista-item {
    width: calc((100% / 2) - 20px);
  }
	.bloco,
.bloco-meio,
.bloco-terco,
.bloco-quarto{
  width: 100%;
	margin:10px 0;
}
}
@media screen and (max-width: 500px) {
  #bloco__footer .footer--menu .menu-mapa .mapa-lista {
    width: 100%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #fff;
  }
  #bloco__footer .footer--menu .menu-mapa {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
  }
  #bloco__footer .footer--menu .menu-mapa::before {
    height: 100%;
  }
}
#site {
  min-height: calc(100vh - 300px);
  width: 100%;
	margin:0;
}
.bloco__baner-grande {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.bloco__baner-grande:before {
  content: ""; left: 0;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  left: 0;
  top: 0;
}
.baner-chamada {
  width: 60%;
  height: 400px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.baner-chamada header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.baner-chamada header p.texto {
  width: 100%;
  color: #fff;
  font-size: 1.8em;
}
.baner-chamada header h1.chamada {
  width: 100%;
  margin-top: 20px;
	margin-bottom: 20px;
  font-size: 6em;
  color: #fff;
  font-family: 'Dosis', sans-serif;
	font-weight:400;
	text-shadow: 1px 2px 4px #333333;
}
@media screen and (max-width: 800px) {
  .baner-chamada header h1.chamada {
    font-size: 4em;
  }
}
.direita,
.esquerda {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
	align-content: flex-start;
}
.padrao--multimidia {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10px;
}
.padrao--multimidia p a.botao-padrao {
  color: #fff;
  background: #a9cf38;
  max-width: 200px;
  margin-top: 70px;
}
.padrao--multimidia p a.botao-padrao:hover {
  background: #bcda58;
}
.padrao--multimidia .lSAction > .lSPrev {
  left: -53px;
}
.padrao--multimidia .lSAction > .lSNext {
  right: -50px;
}
.lSAction>a{
	height: 50px;
	top: 40%;
	z-index: 2;
}
.lSAction>a img{
	height:100%;
}
.padrao--multimidia header {
  width: 100%;
}
.padrao--multimidia header h1.titulo {
  width: 100%;
  margin: 10px 0;
  text-align: center;
  color: #006bb6;
}
.padrao--multimidia .multimidia-item {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.padrao--multimidia .multimidia-item .next,
.padrao--multimidia .multimidia-item .prev {
  position: absolute;
  font-size: 3em;
  font-weight: bold;
  top: calc(50% - 10px);
  z-index: 2;
}
.padrao--multimidia .multimidia-item .next {
  right: 10px;
}
.padrao--multimidia .multimidia-item .prev {
  left: 10px;
}
.padrao--multimidia .multimidia-item ul.carousel-slide {
  justify-content: center;
    position: relative;
    width: 100%;
    height: auto !important;
    text-align: center;
}
.padrao--multimidia .multimidia-item ul.carousel-slide li.carousel-item {
  width: calc(100% / 3);
  padding: 10px;
  position: relative;
  background: #efefef;
	min-height:270px;
}
.padrao--multimidia .multimidia-item ul.carousel-slide li.carousel-item a {
  width: 100%;
  height: 100%;
}
.padrao--multimidia .multimidia-item ul.carousel-slide li.carousel-item a figure {
  width: 100%;
  max-width:320px;
  height: 180px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin:0 auto;
}
.padrao--multimidia .multimidia-item ul.carousel-slide li.carousel-item a figure .categoria {
  width: 100%;
  max-width: 100px;
  padding: 10px;
  background: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: bold;
  font-size: 1.3em;
}
.padrao--multimidia .multimidia-item ul.carousel-slide li.carousel-item a p.texto {
  color: #828282;
  margin-top: 10px;
  text-align: left;
	font-size:1.4em;
	margin-left:7px;
}
.padrao--multimidia .botao-padrao {
  width: 160px;
  height: 50px;
  background: #b4c900;
  color: #fff;
  margin: 25px auto;
}
.lSAction > .lSNext,
.lSAction > .lSPrev {
  font-size: 5em;
  color: #006bb6;
  opacity: 1;
  top: 50%;
  z-index: auto;
}
.padrao--multimidia .lSAction > .lSNext img,
.padrao--multimidia .lSAction > .lSPrev img {
  height: 60px;
  transition: filter 0.3s;
}
.padrao--multimidia .lSAction > .lSNext:hover img,
.padrao--multimidia .lSAction > .lSPrev:hover img {
  filter: brightness(2);
}
.lSSlideWrapper {
  position: inherit;
  overflow: visible;
}
@media screen and (max-width: 1300px){
	.padrao--multimidia .lSAction > .lSPrev {
  left: -37px;
}
.padrao--multimidia .lSAction > .lSNext {
  right: -35px;
}
}
@media screen and (max-width: 1200px) {
  .lSAction > .lSNext {
    right: 10px;
  }
  .lSAction > .lSPrev {
    left: 10px;
  }
	.padrao--multimidia .lSAction > .lSPrev {
  left: 0px;
}
.padrao--multimidia .lSAction > .lSNext {
  right: 0px;
}
}

/* ----- landing page comunicacao ----- */

.bloco__baner-grande.comunicacao {
  min-height: 350px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
background-position:center;
}

.bloco__baner-grande.comunicacao header.baner_header{
	width: 100%;
	margin: 250px 0 10px 0 ;
}

.bloco__baner-grande.comunicacao header h1.titulo{
	text-align: left;
	color: #fff;
}

.bloco__baner-grande.comunicacao p.texto{
	max-width:500px;
	margin-top: 10px;
	color:#fff;
}

.bloco_principais_noticias{
	width: 100%;
}

header{
	width: 100%;
}
header h1.titulo{
	width: 100%;
	margin: 10px 0;
	color: #006bbe;
	font-weight:400;
}

section.bloco_principais_noticias{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.bloco_principais_noticias a.link{
	margin: 20px auto;
}

section.bloco_principais_noticias div.esquerda,
section.bloco_principais_noticias div.direita{
	width: calc(50% - 10px);
}

section.bloco_principais_noticias div.esquerda div.noticia_grande{
	width:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height:100%;
}

section.bloco_principais_noticias div.esquerda div.noticia_grande div.noticia_info{
	max-width: 350px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 325px;
	background: #fff;
	border-left: 5px solid #ec7498;
	display: flex;
	flex-direction: column;
}

section.bloco_principais_noticias div.direita div.superior,
section.bloco_principais_noticias div.direita div.inferior{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}
section.bloco_principais_noticias div.direita div.superior div.noticia_media{
	width: calc(50% - 10px);
	position: relative;
}

	section.bloco_principais_noticias div.direita div.superior div.noticia_media figure{
		margin-bottom: 10px;
		height: 230px;
		width:100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative
	}
section.bloco_principais_noticias div.direita div.inferior div.noticia_pequena{
	border-left: 5px solid #ec7498;
	padding: 10px;
	position: relative;
}
section.bloco_principais_noticias p.data{
	width: 100%;
	color: #aaa;
	font-size: 1.2em;
}
section.bloco_principais_noticias p.titulo{
	width: 100%;
	color: #0062ad;
	font-weight: bold;
	font-size: 1.8em;
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
}

section.bloco_principais_noticias p.texto{
		width: 100%;
		color: #333;
	font-size:1.5em !important;
	}
section.bloco_principais_noticias a.link_noticia{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

section.educacao{
	width: 100%;
	position: relative;
	min-height: 400px;
	display: flex;
	align-content: center;
	align-items: center;
	background-size: cover;
	background-image: url('/lumis-theme/br/com/funcef/portal/theme/funcef/images/bg_banner_educacao_financeira.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;	
	padding: 10px 0;
}

section.educacao:before{
	content: "";
	left: 0;
	position: absolute;
	width: 300%;
	height: 100%;
	z-index: -1;
	left: -100%;
}
section.educacao div.centralizar{
	justify-content: flex-start;
	align-content: center;
}

section.educacao header{
	width: 50%;
}

section.educacao header h1.titulo{
	text-align: left;
}

section.educacao p.texto{
	width: 50%;
	margin: 30px 0;
}

section.canais_digitais{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
}

section.canais_digitais .single.card p.texto{
	text-align:center
}

section.canais_digitais a.bloco_canal{
	width: calc((100% / 6) - 10px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 20px 0;
}

section.canais_digitais a.bloco_canal i{
	color:#1c4865;
	font-size:5em;
}

section.atendimentos a.bloco_canal i{
	color:#1c4865;
	font-size:5em;
}

section.canais_digitais a.bloco_canal p.canal_texto{
	font-size: 2em;
	font-weight: bold;
	color: #1c4865;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

section.imprensa_identidade{
	width: 100%;
	display: flex;
	background-color: #eff1f0;
}

section.imprensa_identidade .single.card{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
}

section.imprensa_identidade .single.card .imprensa_info{
	width:100%;
	text-align:center;
}

section.imprensa_identidade .esquerda,
section.imprensa_identidade .direita{
	width: 50%;
	padding:20px 0;
}

section.imprensa_identidade .direita{
	background: #1996b4;
}

section.imprensa_identidade .esquerda{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

section.imprensa_identidade .esquerda header h1.titulo,
section.imprensa_identidade .direita header h1.titulo{
	color: #fff;
}

section.imprensa_identidade .esquerda div.conteudo,
section.imprensa_identidade .direita div.conteudo{
	width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.imprensa_identidade .esquerda div.conteudo,
section.imprensa_identidade .direita div.conteudo{
	width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.imprensa_identidade .direita div.conteudo header{
	text-align:center;
}


section.imprensa_identidade .direita div.conteudo{
	justify-content: flex-start;
}

section.imprensa_identidade .direita div.conteudo a.logo{
	width: 100%;
	text-align: center;
}


section.imprensa_identidade .esquerda header{
	margin: 10px 0;
	text-align:center;
}

section.imprensa_identidade .esquerda p.texto{
	width:100%;
	text-align:center;
}

section.imprensa_identidade .esquerda h2.sub_titulo{
	font-size: 2em;
	font-weight: bold;
}

section.imprensa_identidade div.imprensa_email{
	width: 100%;
	display: flex;
	padding:10px 0;
	margin:10px 0;
	text-align:center;
}

section.imprensa_identidade div.imprensa_email div.conteudo{
	width: 100%;
}

section.imprensa_identidade div.imprensa_email i{
	width: 15%;
	font-size: 5em;
	margin-right:5px;
	text-align:center;
}

section.imprensa_identidade div.imprensa_email div.conteudo h2.sub_titulo{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
}

section.imprensa_identidade .esquerda div.conteudo > p{
	margin: 10px auto;
}

section.imprensa_identidade .esquerda div.conteudo a.link{
	margin: 10px auto;
	display:block;
}

@media screen and (max-width: 1000px) {
    section.bloco_principais_noticias .single.card{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.bloco_principais_noticias div.esquerda .single.card{
        min-height: 450px;
        margin-bottom: 20px;
    }
    section.bloco_principais_noticias div.esquerda .single.card,
    section.bloco_principais_noticias div.direita .single.card{
        width: calc(100% - 20px);
    }

    section.educacao div.centralizar{
        padding: 0px 10px;
    }

}

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

        section.canais_digitais a.bloco_canal{
            width: calc((100% / 3) - 10px)
        }

        section.imprensa_identidade{
            flex-wrap: wrap;
        }

        section.imprensa_identidade .esquerda,
        section.imprensa_identidade .direita{
            width: 100%;
            padding: 20px 0;
            justify-content: center;
            align-items: center;
        }

        section.educacao header h1.titulo{
            font-size: 2.8em;
        }
        section.educacao header,
        section.educacao p.texto{
            width: 70%;
        }
}
@media screen and (max-width: 550px){

        section.bloco_principais_noticias div.esquerda div.noticia_grande{
			display:none;
		}
	section.bloco_principais_noticias div.esquerda, section.bloco_principais_noticias div.direita{
		width:100%;
	}
	section.bloco_principais_noticias div.direita div.inferior{
		display:none;
	}
	
	section.bloco_principais_noticias div.direita div.superior div.noticia_media{
		width:100%;
		margin:10px 0 30px 0;
		padding:0px 10px;
	}
	section.bloco_principais_noticias div.direita div.superior{
		flex-wrap:wrap;
	}
}

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

        section.canais_digitais a.bloco_canal{
            width: calc((100% / 2) - 10px)
        }
}

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

        section.canais_digitais a.bloco_canal{
            width: calc(100% - 10px)
        }
}
/* ----- landing page plano*/

.bloco__baner-grande.plano{
  min-height: 750px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
background-position: center;
}

.bloco__baner-grande.plano .centralizar{
	margin-bottom: 30px;
}

.bloco__baner-grande.plano header.baner_header{
	width: 100%;
	margin: 250px 0 10px 0;
}

.bloco__baner-grande.plano header h1.titulo{
	text-align: left;
	color: #fff;
}

.bloco__baner-grande.plano p.texto{
	max-width:500px;
	margin-top: 10px;
	color:#fff;
	text-align: left;
}

.bloco__baner-grande.plano a.link{
	display: flex;
	max-width: 240px;
}

section.adesao{
	width: 100%;
	background: #ec7498;
	padding: 50px 0;
}

section.equacionamento {
	background-size:cover;
	background-position:center;
	height:400px;
	padding-top:120px;
	background-attachment: fixed;
}

section.equacionamento h1.titulo {
	color:#006bb6;
    font-weight: 400;
}

section.equacionamento a.botao_padrao {
	margin-top:20px;
}

section.adesao .centralizar{
	display: flex;
	justify-content: space-between;
}

section.adesao .centralizar .single.card{
	justify-content: space-between;
	align-items:center;
}

@media screen and (max-width: 500px){
	section.adesao .centralizar .single.card{
		flex-direction: column;
	}
}

section.adesao .centralizar a.botao_padrao{
	padding: 20px 30px;
	font-size: 1.5em;
    display: flex;
    align-items: center;
	display:inline-table;
	margin-top:20px;
	background-color: transparent;
    border: 2px solid #ffffff;
}

section.adesao .centralizar a.botao_padrao:hover {
	background-color: #ffffff;
    border: 2px solid #ffffff;
	color:#ec7498 !important;
}

section.adesao .centralizar h1.titulo_2 {
	line-height:2em;
}


section.regplan .centralizar a.botao_padrao{
	padding: 20px 20px;
	font-size: 1.5em;
    display: flex;
    align-items: center;
	display:inline-table;
	margin-top:20px;
}

section.regplan .centralizar a.botao_padrao:hover {
	background-color: #fff;
    color: #006bbe !important;
    border: 2px solid #006bbe;
}

section.equacionamento .centralizar a.botao_padrao:hover {
	background-color: transparent;
    color: #006bbe !important;
    border: 2px solid #006bbe;
}

section.educacao .centralizar a.botao_padrao:hover {
	background-color: transparent;
    color: #006bbe !important;
    border: 2px solid #006bbe;
}

section.bloco_principais_noticias a.botao_padrao:hover {
	background-color: transparent;
    color: #006bbe !important;
    border: 2px solid #006bbe;
}

section.imprensa_identidade a.botao_padrao:hover {
	background-color: transparent;
    color: #006bbe !important;
    border: 2px solid #006bbe;
}

section.balanco a.botao_padrao:hover {
	background-color: transparent !important;
    color: #f29400 !important;
    border: 2px solid #f29400;
}

@media screen and (max-width: 500px){
	section.regplan .centralizar a.botao_padrao{
		margin-bottom:20px;
	}
	
	section.regplan .centralizar .bloco-pai .bloco-duplo img {
		width:100%;
	}
}

section.reb .centralizar a.botao_padrao{
	padding: 20px 30px;
	font-size: 1.5em;
    display: flex;
    align-items: center;
	display:inline-table;
}

section.adesao .centralizar p.texto{
	color: #fff;
}

section.regplan{
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 40px 0px;
}

section.regplan .centralizar .single.card{
    display: flex;
    justify-content: space-between;
	align-items:center;
}

@media screen and (max-width: 500px){
	section.regplan .centralizar .single.card{
		flex-direction: column;
	}
}

section.regplan div.bloco_plano{
	width: calc(50% - 50px);
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	font-size: 2.5em;
	position:relative;
	margin: 30px 0;
	align-items:center;
}

section.regplan div.bloco_plano figure{
	text-align:center;
		margin:10px 0;
}

section.regplan div.bloco_plano i{
	font-size:3em;
	padding:10px 30px;
	color: #fff;
	border-radius:100%;
	background:#0062ad;
}

section.regplan a.link_regplan{
	position:absolute;
	width:100%;
	height:100%;
}

section.regplan div.bloco_plano h1.titulo{
	color: #0062ad;
	text-align: center;
	width: 100%;
	max-width:350px;
	margin: 10px 0;
	font-size: 2em;
}

section.reb{
	width: 100%;
	padding: 30px 0;
	background: #4b676b;
}

section.reb .centralizar{
	display: flex;
	justify-content: space-between;
}
section.reb .centralizar .single.card{
	display: flex;
	justify-content: space-between;
	align-items:center;
}

@media screen and (max-width: 500px){
	section.reb .centralizar .single.card{
		flex-direction: column;
	}
}

section.reb .centralizar figure{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.reb .centralizar i{
	font-size:5em;
	color:#fff;
}

section.reb .centralizar figure h1.titulo{
	font-weight: bold;
	color: #fff;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 2em;
}

section.reb .centralizar figure img{
	height: 80px;
}

section.reb .centralizar div.conteudo{
	width: calc(70% - 20px);
}

section.reb .centralizar div.conteudo p.texto{
	color: #fff;
	margin: 10px 0;
}

section.reb .centralizar div.conteudo a.botao_padrao{
	background: #b3d540;
	margin-top: 20px;
	display: flex;
	max-width: 200px;
	justify-content: center;
}

@media screen and (max-width: 500px){
	section.reb .centralizar a.botao_padrao{
		margin-bottom:20px;
	}
}

@media screen and (max-width: 900px) {
    section.adesao .centralizar{
        flex-direction: column;
    }

    section.adesao .centralizar a.botao_padrao{
        max-width: 300px;
        margin: 10px auto;
    }
    section.adesao .centralizar p.texto{
        width: 100%;
    }
    section.regplan{
        flex-wrap: wrap;
        justify-content: center;
    }
    section.regplan figure{
        text-align: center;
    }
    section.regplan a.link_regplan{
        width: 100%;
    }
}

@media screen and (max-width: 600px){
    section.reb .centralizar{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.reb .centralizar div.conteudo{
        width: 100%;
        text-align: center;
    }

    section.reb .centralizar figure{
        width: 100%;
        text-align: center;
    }

    section.reb .centralizar div.conteudo a.botao_padrao{
        margin: 20px auto;
    }
}

/* ------ transparencia landpage ----------*/

.bloco__baner-grande.transparencia{
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bloco__baner-grande.transparencia .centralizar{
	margin-bottom: 30px;
}

.bloco__baner-grande.transparencia header.baner_header{
	width: 100%;
	margin: 250px 0 400px 0;
}

.bloco__baner-grande.transparencia header h1.titulo{
	text-align: left;
	color: #fff;
}

.bloco__baner-grande.transparencia p.texto{
	max-width:500px;
	margin-top: 10px;
	color:#fff;
	text-align: left;
}

section.investimentos{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}

section.investimentos .single.card{
	text-align:center;
}

section.investimentos div.bloco_investimento{
	width: calc((100% / 4) - 30px);
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 20px 0;
}

section.investimentos div.bloco_investimento i.funcef{
	font-size:8em;
	color:#f7941d;
}

section.investimentos div.bloco_investimento p.titulo{
	font-size: 2em;
	font-weight: bold;
	color: #006bb6;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

section.investimentos div.bloco_investimento p.canal_texto{
	font-size: 1.8em;
	color: #333;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
section.balanco{
	width: 100%;
	padding: 30px 0;
	background: #eee;
}

section.balanco .centralizar{
	display: flex;
	justify-content: space-between;
}

section.balanco .centralizar .single.card{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

section.balanco .centralizar figure{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.balanco .centralizar figure img{
	height: 100%;
}

section.balanco .centralizar div.conteudo{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section.balanco .centralizar div.conteudo p.texto{
	margin: 10px 0;
}

section.balanco .centralizar div.conteudo a.botao_padrao{
	background: #f29400;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	max-width:200px;
	border: 2px solid #f29400;
}

section.informacoes{
	width: 100%;
	display: flex;
	justify-content: space-around;
}

section.informacoes .single.card{
	display: flex;
	flex-wrap:wrap;
}

section.informacoes a.link_informacoes{
	width: calc(50% - 50px);
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	font-size: 2.5em;
	font-weight: bold;
}

section.informacoes a.link_informacoes h1.titulo{
	color: #0062ad;
	text-align: center;
	width: 100%;
	margin: 10px 0;
	font-size: 2em;
}

section.informacoes a.link_informacoes p.texto{
	color: #0062ad;
	margin: 10px;
	font-size: 1em;
	text-align: center;
}

section.informacoes figure{
	text-align:center;
}

section.informacoes figure i{
	font-size: 3em;
	margin: 10px 0;
}

section.apuracao{
	width: 100%;
	background: #ccc;
	padding: 20px 0;
}
section.apuracao .centralizar{
	justify-content: flex-start;
}

section.apuracao .centralizar div.conteudo{
	width: 50%;
}

section.apuracao .centralizar div.conteudo .single.card{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.apuracao .centralizar div.conteudo p.texto{
	color: #0062ad;
	margin: 10px 0;
	text-align: center;
}

section.apuracao .centralizar div.conteudo a.botao_padrao{
	background: #0062ad;
	margin: 20px auto;
	display: flex;
	max-width: 200px;
	justify-content: center;
}

@media screen and (max-width: 700px){
    section.investimentos div.bloco_investimento{
        width: calc(50% - 10px);
    }
    section.balanco .centralizar figure{
        display: none;
    }
    section.balanco .centralizar div.conteudo{
        width: 100%;
    }
    section.informacoes a.link_informacoes h1.titulo{
        font-size: 1.8em;
    }
    section.informacoes a.link_informacoes p.texto{
        font-size: 0.8em;
    }

    section.informacoes a.link_informacoes figure{
        text-align: center;
    }

    section.apuracao .centralizar div.conteudo{
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    section.apuracao .centralizar{
        justify-content: center;
    }
	section.informacoes a.link_informacoes{
		width:100%;
	}
}

@media screen and (max-width: 650px){
    section.informacoes a.link_informacoes{
        width: 100%;
    }
    section.informacoes{
        flex-wrap: wrap;
    }
}

/* ------ vantagens landpage ----------*/

.bloco__baner-grande.vantagens{
  min-height: 550px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bloco__baner-grande.vantagens .centralizar{
	margin-bottom: 30px;
}

.bloco__baner-grande.vantagens header.baner_header{
	width: 100%;
	margin: 250px 0 80px 0;
}

.bloco__baner-grande.vantagens header h1.titulo{
	text-align: left;
	color: #fff;
}

.bloco__baner-grande.vantagens p.texto{
	max-width:500px;
	margin-top: 10px;
	color:#fff;
	text-align: left;
}

section.especiais{
	width: 100%;
	padding: 30px 0;
	background: #eee;
}

section.especiais .centralizar{
	display: flex;
	justify-content: space-between;
}

section.especiais .centralizar .single.card{
	    width: 100%;
    display: flex;
    justify-content: space-between;
}

section.especiais .centralizar figure{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.especiais .centralizar figure img{
	height: 100%;
}

section.especiais .centralizar div.conteudo{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

section.especiais .centralizar div.conteudo h1.titulo{
	color: #0062ad;
}

section.especiais .centralizar div.conteudo p.texto{
	color: #333;
	margin: 10px 0;
}

section.especiais .centralizar div.conteudo a.botao_padrao{
	background: #f29400;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

section.duvidas{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

section.duvidas .single.card{
	    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

section.duvidas div.bloco_educacao{
	width: calc(50% - 50px);
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	font-size: 2em;
	font-weight: bold;
	position:relative;
	align-items: center;
}

section.duvidas div.bloco_educacao figure{
	margin:10px 0;
}

section.duvidas div.bloco_educacao figure i{
	font-size: 3em;
	background-color: #0062ad;
	color:#fff;
	padding:10px 30px;
	border-radius:100%;
}

section.duvidas a.link_duvidas{
	width:100%;
	height:100%;
	position:absolute;
}

section.duvidas div.bloco_educacao h1.titulo{
	color: #a790c4;
	text-align: center;
	width: 100%;
	margin: 10px 0;
	font-size: 2em;
}

section.clube_hoteis{
	width: 100%;
	display: flex;
}



section.clube_hoteis .esquerda,
section.clube_hoteis .direita{
	width: 50%;
}

section.clube_hoteis .direita{
	padding-top: 80px;
}

section.clube_hoteis .esquerda{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 20px 50px 0px 0px;
}

section.clube_hoteis .esquerda div.conteudo,
section.clube_hoteis .direita div.conteudo{
	width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
}

section.clube_hoteis .direita div.conteudo{
	justify-content: flex-start;
}

section.clube_hoteis .esquerda div.conteudo{
	justify-content: flex-start;
	padding-top:100px;
}

section.clube_hoteis .direita div.conteudo .single.card p {
	width:100%;
}

section.clube_hoteis .esquerda div.conteudo .single.card p {
	width:100%;
}


section.clube_hoteis .direita div.conteudo .single.card,
section.clube_hoteis .esquerda div.conteudo .single.card{
	width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
}

section.clube_hoteis .direita div.conteudo .single.card{
	width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
}

section.clube_hoteis div.conteudo a.link{
	margin: 20px auto;
	background: #a9cf38;
	border: 2px solid #a9cf38;
}

section.clube_hoteis div.conteudo a.link:hover {
	color: #a9cf38 !important;
	background:transparent;
	border: 2px solid #a9cf38;
}

@media screen and (max-width: 900px) {
    section.especiais .centralizar div.conteudo{
        width: 100%
    }
    section.especiais .centralizar figure{
        display: none;
    }

    section.clube_hoteis.superior .direita{
        width: 100%;
		justify-content:center;
    }

    section.clube_hoteis.superior .esquerda{
        display: none;
    }

    section.clube_hoteis.inferior .direita{
        display: none;
    }
    section.clube_hoteis .esquerda{
        width: 100%;
		justify-content:center;
    }

    section.duvidas a.link_duvidas{
        width: 100%;
    }
    section.duvidas a.link_duvidas figure{
        width: 100%;
        text-align: center;
    }
	section.duvidas div.bloco_educacao{
		width: calc(100% - 50px);
	}
}
------ Página padrão ----------,
header.header-padrao {
  padding-top: 260px;
  border-bottom: 5px solid #00529e;
}
section.bloco-tag-padrao {
  width: 100%;
  margin-top: 10px;
}
section.bloco-tag-padrao div.tag--header {
  width: 100%;
}
section.bloco-tag-padrao div.tag--header ul.tag--header-lista {
  width: 100%;
  display: flex;
  padding: 0 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #00529e;
}
section.bloco-tag-padrao div.tag--header ul.tag--header-lista li.tag--header-item {
  padding: 10px;
  font-size: 1.5em;
  color: #00529e;
  border-radius: 5px 5px 0 0;
  border: 1px solid rgba(0,0,0,0);
  border-bottom: none;
  color: #999;
  cursor: pointer;
  text-align: center;
  margin: 0 5px;
}
section.bloco-tag-padrao div.tag--header ul.tag--header-lista li.tag--header-item:hover {
  color: #00529e;
  border-radius: 5px 5px 0 0;
  border: 1px solid #00529e;
  border-bottom: none;
}
section.bloco-tag-padrao div.tag--header ul.tag--header-lista li.tag--header-item.ativo {
  color: #00529e;
  border-radius: 5px 5px 0 0;
  border: 1px solid #00529e;
  border-bottom: none;
}
section.bloco-tag-padrao div.tag--section {
  width: 100%;
}
section.bloco-tag-padrao div.tag--section div.tag--section-item {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #aaa;
  font-weight: normal;
  display: none;
}
section.bloco-tag-padrao div.tag--section div.tag--section-item h1.header--dropdown-titulo {
  font-size: inherit;
  color: #333;
}
section.bloco-tag-padrao div.tag--section div.tag--section-item p.dropdown-texto {
  font-size: inherit;
}
.bloco-dropdown-padrao {
  width: 100%;
}
.bloco-dropdown-padrao .header--dropdown {
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
  color: #fff;
  background: #00529e;
  padding: 10px;
}
.bloco-dropdown-padrao .header--dropdown h1.header--dropdown-titulo {
  font-size: 2em;
  font-weight: bold;
}
.bloco-dropdown-padrao p.dropdown-texto {
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #333;
  font-weight: normal;
}
section.topo {
  width: 100%;
  text-align: center;
  background: #2aa4be;
  color: #fff;
  height: 80px;
}
section.topo header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
}
section.topo header h1 {
  font-size: 2.5em;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
section.topo header a {
  font-size: 1.5em;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  display: block;
  font-weight: bold;
}
section.indice {
  width: 100%;
  margin-top: 10px;
}
section.indice header {
  width: 100%;
  border-bottom: 4px solid #b2d540;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
}
section.indice header h1 {
  font-size: 2em;
  font-weight: bold;
  color: #00529e;
  margin-bottom: 10px;
  width: 100%;
}
section.indice header p {
  font-size: 1.5em;
}
section.indice ul {
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  list-style: disc;
}
section.indice ul li {
  width: 300px;
  margin: 5px 0;
  font-size: 1.5em;
  transition: color 0.5s, border 0.5s;
  border: 1px solid rgba(255,255,255,0);
  border-radius: 5px 0 5px 0;
  position: relative;
}
section.indice ul li:hover {
  color: #00529e;
  border: 1px solid #2aa4be;
}
section.indice ul li a {
  width: 100%;
  position: relative;
  height: 100%;
  display: block;
  padding: 5px;
}
section#blocos_texto,
section#imagens {
  display: flex;
  flex-wrap: wrap;
}
section#blocos_texto section.conteudo_indice,
section#imagens section.conteudo_indice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#botao section.conteudo_indice,
section#efeitos section.conteudo_indice {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
section#efeitos section.conteudo_indice .bloco_botao {
  border: 1px solid #00529e;
  max-width: 500px;
  padding: 10px;
  margin: 10px 0;
}
section#titulos,
section#lista,
section#blocos_texto,
section#imagens,
section#botao,
section#efeitos,
section#tags {
  width: 100%;
  margin-top: 10px;
  background: #fff;
}
section#titulos header,
section#lista header,
section#blocos_texto header,
section#imagens header,
section#botao header,
section#efeitos header,
section#tags header {
  width: 100%;
  background: #2aa4be;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
section#titulos header h1,
section#lista header h1,
section#blocos_texto header h1,
section#imagens header h1,
section#botao header h1,
section#efeitos header h1,
section#tags header h1 {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px dashed #fff;
  padding-bottom: 5px;
  width: 100%;
}
section#titulos header p,
section#lista header p,
section#blocos_texto header p,
section#imagens header p,
section#botao header p,
section#efeitos header p,
section#tags header p {
  margin-top: 5px;
  font-size: 1.5em;
  color: #fff;
}
section#titulos section.conteudo_indice,
section#lista section.conteudo_indice,
section#blocos_texto section.conteudo_indice,
section#imagens section.conteudo_indice,
section#botao section.conteudo_indice,
section#efeitos section.conteudo_indice,
section#tags section.conteudo_indice {
  padding: 0px;
  width: 100%;
}
section#titulos section.conteudo_indice h1,
section#lista section.conteudo_indice h1,
section#blocos_texto section.conteudo_indice h1,
section#imagens section.conteudo_indice h1,
section#botao section.conteudo_indice h1,
section#efeitos section.conteudo_indice h1,
section#tags section.conteudo_indice h1,
section#titulos section.conteudo_indice h2,
section#lista section.conteudo_indice h2,
section#blocos_texto section.conteudo_indice h2,
section#imagens section.conteudo_indice h2,
section#botao section.conteudo_indice h2,
section#efeitos section.conteudo_indice h2,
section#tags section.conteudo_indice h2 {
  margin: 15px 0;
}
section#titulos section.conteudo_indice div.bloco_de_texto,
section#lista section.conteudo_indice div.bloco_de_texto,
section#blocos_texto section.conteudo_indice div.bloco_de_texto,
section#imagens section.conteudo_indice div.bloco_de_texto,
section#botao section.conteudo_indice div.bloco_de_texto,
section#efeitos section.conteudo_indice div.bloco_de_texto,
section#tags section.conteudo_indice div.bloco_de_texto {
  width: calc(48% - 20px);
  max-width: 550px;
  margin: 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
}
section#titulos section.conteudo_indice a,
section#lista section.conteudo_indice a,
section#blocos_texto section.conteudo_indice a,
section#imagens section.conteudo_indice a,
section#botao section.conteudo_indice a,
section#efeitos section.conteudo_indice a,
section#tags section.conteudo_indice a {
  display: inline-block;
}

section#blocos_texto section.conteudo_indice div.bloco_de_texto.bloco_completo{
	width:100%;
	max-width:100%;
}

/* FINAL PADROES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* TIMELINE HORIZONTAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
  position: relative;
}

.timeline header {
  width: 100%;
  color: #00529e;
  text-align: center;
  margin: 5px 0 0px 0;
}

.timeline p.texto{
	width: 100%;
	max-width: 800px;
	text-align: center;
	margin: 10px auto;
	white-space: pre-wrap;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 190px;
  height: 3px;
  background: #006094;
}



.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #F69200;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 300px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
}

.timeline ol li:nth-child(odd) div {
  top: -20px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 25px);
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #006094;
}


/* TIMELINE HORIZONTAL ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
}

.timeline .arrows .arrow__prev{
	position: absolute;
	left: 10px;
}

.timeline .arrows .arrow__next{
	position: absolute;
	right: 10px;
}

.timeline .arrows .arrow__next i.icones_solido,
.timeline .arrows .arrow__prev i.icones_solido{
	font-size: 5em;
	color: #006094;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol li div {
    position: static;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}

@media screen and (max-width: 800px){
    section.memorias ul.lista-memorias{
        flex-wrap: wrap;
    }
    section.memorias ul.lista-memorias li.item-memorias{
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 500px){
    section.memorias ul.lista-memorias li.item-memorias{
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 400px){
    section.memorias ul.lista-memorias li.item-memorias{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
        margin: 5px 0
    }
    section.memorias ul.lista-memorias li.item-memorias figure{
        width: 30%;
    }
    section.memorias ul.lista-memorias li.item-memorias p.texto{
        font-size: 1.5em;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0;
    }
}

/* ---- TIME LINE VERTICAL MODELO -----*/

.timeline_vertical {
  position: relative;
}
.timeline_vertical::before {
  content: '';
  background: #f7941d;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 60px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 18px;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 60px 30px 10px 30px;
  border-radius: 8px;
  background: #f5f5f5;
}
.timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
  width: 30px;
  height: 30px;
  background: #00529e;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}

.timeline-card {
  padding: 0 !important;
}
.timeline-card p {
  padding: 0 20px;
}
.timeline-card a {
  margin-left: 20px;
}

.timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
  background-size: cover;
}

.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3F51B5;
  padding: 0 20px;
}

.date {
  display: inline-block;
  color: #006bb6;
	font-weight:800;
  padding: 10px;
  position: absolute;
  top: 5px;
  right: 18px;
}

@media screen and (max-width: 768px) {
	.timeline_vertical .timeline-content {
	  width: 100%;
	  margin:10px 0;
	}
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}



/* ---- PADRÕES PARA DO GUIA DE USO -----*/

.margem-base{
	margin-bottom:10px;
}

.margem-topo{
	margin-top:10px;
}

.borda-base{
	border-bottom: 1px solid #259ab6;
	padding-bottom:5px;
	margin-bottom: 10px;
}

.bloco-pai,
.bloco-pai-distribuido{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	height:auto;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-content:flex-start;
}

.destribuido{
	justify-content:space-between;
}

.bloco-unico{
	width:100%;
}

.bloco-duplo{
	width:50%;
}

.bloco-triplo{
	width:calc(100% / 3);
}

.bloco-quadruplo{
	width:calc(100% / 4);
}

.bloco-quintuplo{
	width:calc(100% / 5);
}

.bloco-sextuplo{
	width:calc(100% / 6);
}

.bloco-cinco{
	width:5%;
}

.bloco-dez{
	width:10%;
}

.bloco-quinze{
	width:15%;
}
.bloco-vinte{
	width:20%;
}
.bloco-vinte-cinco{
	width:25%;
}
.bloco-trinta{
	width:30%;
}
.bloco-trinta-cinco{
	width:35%;
}
.bloco-quarenta{
	width:40%;
}
.bloco-quarenta-cinco{
	width:45%;
}
.bloco-cinquenta{
	width:50%;
}
.bloco-cinquenta-cinco{
	width:55%;
}
.bloco-sessenta{
	width:60%;
}
.bloco-sessenta-cinco{
	width:65%;
}
.bloco-setenta{
	width:70%;
}
.bloco-setenta-cinco{
	width:10%;
}
.bloco-oitenta{
	width:80%;
}
.bloco-oitenta-cinco{
	width:10%;
}
.bloco-noventa{
	width:90%;
}
.bloco-noventa-cinco{
	width:95%;
}

@media screen and (max-width: 1000px){
	.bloco-sextuplo{
	width:calc(100% / 5);
	}
}

@media screen and (max-width: 800px){
	.bloco-quintuplo{
	width:calc(100% / 4);
}
	.bloco-sextuplo{
	width:calc(100% / 4);
	}
}

@media screen and (max-width: 700px){
	.bloco-quadruplo{
	width:calc(100% / 3);
}
		.bloco-quintuplo{
	width:calc(100% / 3);
}
	.bloco-sextuplo{
	width:calc(100% / 3);
	}
	
	.bloco-trinta,
	.bloco-quarenta,
.bloco-cinquenta,
.bloco-sessenta,
.bloco-setenta,
.bloco-oitenta,
.bloco-noventa,
	.bloco-trinta-cinco,
	.bloco-quarenta-cinco,
.bloco-cinquenta-cinco,
.bloco-sessenta-cinco,
.bloco-setenta-cinco,
.bloco-oitenta-cinco,
.bloco-noventa-cinco{
	width:calc(50% - 20px);
}

}

@media screen and (max-width: 600px){
	.bloco-triplo{
	width:calc(100% / 2);
}
	.bloco-quadruplo{
	width:calc(100% / 2);
}
		.bloco-quintuplo{
	width:calc(100% / 2);
}
	.bloco-sextuplo{
	width:calc(100% / 2);
	}
	.bloco-trinta,
	.bloco-quarenta,
.bloco-cinquenta,
.bloco-sessenta,
.bloco-setenta,
.bloco-oitenta,
.bloco-noventa,
	.bloco-trinta-cinco,
	.bloco-quarenta-cinco,
.bloco-cinquenta-cinco,
.bloco-sessenta-cinco,
.bloco-setenta-cinco,
.bloco-oitenta-cinco,
.bloco-noventa-cinco{
	width:calc(100% - 20px);
}
}

@media screen and (max-width: 460px){
	.bloco-unico,
	.bloco-duplo,
	.bloco-triplo,
	.bloco-quadruplo,
	.bloco-quintuplo,
	.bloco-sextuplo{
	width:100%;
		padding:0 10px;
	}
	
	.bloco-unico img,
	.bloco-duplo img,
	.bloco-triplo img,
	.bloco-quadruplo img,
	.bloco-quintuplo img,
	.bloco-sextuplo img{
	margin: 0 -10px;
	}

}


.bloco_menu_padrao{
	width:100%;
	display:flex;
	justify-content:center;
}

.bloco_menu_padrao .bloco-terco{
	width: auto;
    padding: 10px;
    border: 1px solid #00529e;
    border-radius: 5px;
    margin-left: 10px;
}
.bloco_menu_padrao .bloco-terco:hover{
	background-color:#00529e; 
}
.bloco_menu_padrao .bloco-terco:hover a{
	color:#fff; 
}
.bloco_menu_padrao .bloco-terco a{
	color: #00529e;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 1.5em;
}

.titulo_1 {
  font-size: 4em;
}
.titulo_2 {
  font-size: 3.5em;
}
.titulo_3 {
  font-size: 3em;
}
.sub_titulo_1 {
  font-size: 2.5em;
}
.sub_titulo_2 {
  font-size: 2.3em;
}
.sub_titulo_3 {
  font-size: 2em;
}
.lista_ordenada {
  list-style: decimal;
  margin-left: 10px;
}
.lista_ordenada li {
  margin: 10px 0;
}
.lista_nao_ordenada {
  list-style: disc;
  margin-left: 10px;
}
.lista_nao_ordenada li {
  margin: 10px 0;
}
.lista_limpa{
	list-style: none;
}
.lista_limpa li {
  margin: 10px 0;
}
.alinhado_esquerda {
  text-align: left;
}
.alinhado_centro {
  text-align: center;
}
.alinhado_direita {
  text-align: right;
}
.alinhado_justificado {
  text-align: justify;
}
.img_esquerda {
  width: 300px;
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.img_direita {
  width: 300px;
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.botao_padrao {
  padding: 20px 35px;
  color: #fff !important;
  font-size: 1.5em;
  border-radius: 5px;
  background: #006bb6;
	display: inline-block;
	transition: background-color 0.5s, color 0.5s;
	    border: 2px solid #006bb6;
}
.hover_azul:hover{
	background-color: #00529e;
	color: #fff;
}
.hover_verde:hover{
	background-color: #b2d540;
}
.botao_arrendodado {
  padding: 10px;
  color: #fff !important;
  font-size: 1.5em;
  border-radius: 15px;
  background: #00529e;
}
.botao_simples {
  padding: 10px;
  color: #fff !important;
  font-size: 1.5em;
  background: #00529e;
}
.categoria-multimidia {
	font-weight:600;
	color:#f7941d;
	font-size:1.4em;
}
.negrito {
  font-weight: bold;
}
.italico {
  font-style: italic;
}
.sublinhado {
  text-decoration: underline;
}
.texto_MIV_azul1{
	color: #21496a !important;
}
.texto_MIV_azul2{
	color: #259ab6 !important;
}
.texto_MIV_rosa{
	color: #f16f9c !important;
}
.texto_MIV_amarelo{
	color: #fed503 !important;
}
.texto_MIV_verde{
	color: #a9cf38 !important;
}
.texto_MIV_roxo{
	color: #a48cc1 !important;
}
.texto_azul {
  color: #006bb6;
}
.texto_azul_claro {
  color: #2aa4be;
}
.texto_verde {
  color: #b3d540;
}
.texto_verde_claro {
  color: #b2d540 !important;
}
.texto_branco {
  color: #fff !important;
}
.fundo_MIV_azul1{
	background: #21496a;
}
.fundo_MIV_azul2{
	background: #259ab6;
}
.fundo_MIV_rosa{
	background: #f16f9c;
}
.fundo_MIV_amarelo{
	background: #fed503;
}
.fundo_MIV_verde{
	background: #a9cf38;
}
.fundo_MIV_roxo{
	background: #a48cc1;
}
.fundo_azul {
  background: #006bbe;
  color:#fff !important;
}
.fundo_laranja {
  background: #f7941d;
  color:#fff !important;
}
.fundo_azul_claro {
  background: #2aa4be;
}
.fundo_verde {
  background: #b3d540;
}
.texto {
  font-size: 1.8em;
}
.texto_pequeno {
  font-size: 1.3em;
}
.texto_grande {
  font-size: 1.8em;
}
section.conteudo_indice span {
  font-size: 20px;
  font-weight: bold;
  color: #00529e;
}
img.jssocials-share-logo {
  font-size: 2.5em;
}
.jssocials-share-link {
  box-shadow: 0 0 0 0;
}
.lista-noticias-resultados-busca{
	list-style: none;
	width:100%;
}
.lista-noticias-resultados-busca li{
	margin: 5px 0;
    border-top: 1px solid #ccc;
    padding: 10px 0;
	list-style-type: none;
}
.lista-noticias-resultados-busca li h3.data{
	font-size: 1.4em;
    color: #f7941d;
    font-weight: bold;
    margin: 10px 0;
}

.citacao{
	margin-left: 10px;
	font-size: 2.2em;
	font-weight: bold !important;
	padding-left: 10px;
	border-left: 5px solid #1c60ab;
}

.citacao-rodape{
	width:100%;
	display:block;
	color:#aaa !important;
	font-weight: normal !important;
	font-size:90% !important;
}

.citacao-rodape:before{
	content:"—";
	margin-left:20px;
	font-size: 1.4em;
}
.legenda{
	font-size: 1.4em !important;
	color: #ccc;
}

.credito{
	font-size: 1.2em;
	color: #333;
	width: 100%;
	text-align: right;
}

.recuo{
	text-indent: 3.6em;
}

.destaque_olho_direita,
.destaque_olho_esquerda,
.destaque_olho_centro{
	max-width: 600px;
	display: inline;
	margin: 20px;
	color: #cc5522;
	font-style: italic;
}

.destaque_olho_direita{
	float: left;
}

.imagem-grande{
	width:calc(100% + 400px);
	margin-left: -200px;
}

.imagem-padrao{
	width:100%;
}

.texto-centro{
	text-align:center;
}

.texto-esquerda{
	text-align:left;
}

.texto-direita{
	text-align: right;
}

.destaque{
	font-size: 120%;
	font-weight:bold;
}

.destaque-box{
	padding: 10px;
	border: 2px solid #1c60ab;
	border-radius: 5px;
	margin: 5px auto;
}
.imagem-pequena-direita{
	float:right;
	max-width:250px;
	margin: 15px 0px 15px 20px;
	border:1px solid #ccc;
}
.imagem-pequena-esquerda{
	float:left;
	max-width:250px;
	margin: 15px 20px 15px 0;
	border:1px solid #ccc;
}

.bloco-tabela-cheio{
	width:100%;
}

@media screen and (max-width: 830px){
	.bloco-tabela-cheio{
	overflow-x:scroll;
	}
}

.bloco-tabela{
	width:100%;
	overflow-x:scroll;
}
table{
	width: 100%;
	height:auto;
	min-width: 800px;
	margin:10px 0;
}

table tr{
	border: 1px solid #ccc;
	text-align:center;
	color:#006bbe;
}

table tr th{
	padding:5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table tr td{
	padding:8px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table tr:nth-child(odd){
	background-color:rgba(0,82,158,0.1);
}
table tr:first-child{
	border: 1px solid #ccc;
	background: #1fbbee;
}
tr.destaque{
	background: #00529e;
	color: #fff;
	font-weight: bold;
}

.botao-download{
    color: #fff !important;
    font-size: 1.8em;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    background: #006bb6;
    display: flex;
	position: relative;
	padding: 20px 30px 20px 60px;
	border-radius: 5px;
}
.botao-download:before{
	content: "\f019";
	font-size: 1.5em;
	font-family: "funcef_menu_solido";
	position: absolute;
	left: 20px;
	top: 15px;
	color: #fff;
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 10px;
}

.botao{
  	border-radius:5px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 160px;
    font-size: 1.5em;
    text-align: center;
    transition: background 0.5s;
  	text-transform: uppercase;
}


ul.lista-memoria{
	margin-left: 0 !important;
	list-style: none !important;
}

ul.lista-memoria li.item-memoria{
	width:100%;
	margin:10px 0 30px 0;
	border-bottom:1px solid #ccc;
	position:relative;
	background-color: #fff;
}

ul.lista-memoria li.item-memoria h3.titulo-3{
	font-size: 1.2em;
	color:#f39200;
	padding:5px;
	font-weight:bold;
	padding-left:10px;
}

ul.lista-memoria li.item-memoria h4.titulo-4{
	margin-top:10px;
	height:auto;
	padding-left:10px;
}

ul.lista-memoria li.item-memoria h4.titulo-4 a{
	font-size: 2em;
	color:#006bbe;
	font-weight:bold;
	position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 30px;
}

ul.lista-memoria li.item-memoria p{
	margin-top:10px !important;
	padding-left:10px;
	font-size:1.8em;
	margin-bottom:10px !important;
}

header.faixa_titulo{
	margin: 10px 0;
}

.texto-dropdown{
	display:none;
}
.fundo-texto-dropdown{
   background-color: #eff1f0;
    padding: 20px;

}
.texto-dropdown p{
	width: 100%;
    margin: 10px 0;
    font-size: 1.8em;
	line-height:1.5em;
}

.link-texto{
	color:#00529e !important;
}



/* ---- PADRAO GRID BOOTSTRAP -----*/

.container_boots {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container_boots {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container_boots {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container_boots {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container_boots {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
	width:100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}


.menu-dinamico{
	width:100%;
	margin:10px 0;
}

.menu-dinamico ul{
	width:100%;
	height:100%;
	align-items:center;
	align-content:center;
	display:flex;
	list-style: none !important;
	justify-content:center;
	margin-left:0px !important;
}

.menu-dinamico ul li{
	min-width:100px;
	padding:20px 40px;
	margin:10px 10px;
	font-size: 2em;
	cursor:pointer;
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:center;
	text-align:center;
}

.menu-dinamico ul li:hover{
	background-color: rgba(0,0,0,0.3);
	border-radius: 20px 0 20px 0;
}

.menu-dinamico ul li.ativo{
	background-color: rgba(0,0,0,0.3);
	border-radius: 20px 0 20px 0;
}

.item-menu-emprestimo {
	flex-wrap: wrap;
	height:80%;
	justify-content: center;
	border-radius: 20px 0 20px 0;
}

.item-menu-beneficios {
	flex-wrap: wrap;
	height:80%;
	justify-content: center;
	border-radius: 20px 0 20px 0;
}

div.conteudo-dinamico{
	display:none;
	width:100%;
	position:relative;
}

div.conteudo-dinamico:first-child{
	display:block;
}

@media (max-width: 800px){
	.menu-dinamico ul li{
		margin:10px 0;
		width:100%;
	}
	.menu-dinamico ul{
		height:auto;
		flex-wrap:wrap;
		padding: 10px !important;
	}
}

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

@media (max-width: 1024px){
#bloco__header {
width: 98% !important;
    left: 0 !important;
    }
header {
    font-size: .98em !important;
    }

.padrao--multimidia header h1.titulo {
    margin: 20px 0 !important;    
    }

.lSSlideOuter .lSPager.lSpg {
    margin-top: 10px !important;
    }

#bloco__footer .footer-social .bloco-meio p.texto {
    padding-left: 0px !important;
	margin: 0px !important
    }

#bloco__footer .footer--menu .menu-links ul.menu-lista {
    font-size: 1.1em !important;
    }
.baner-chamada {
    width: 65% !important;     
    }
.padrao--multimidia .multimidia-item {
      width: 90% !important;
    }
  
.padrao--multimidia .lSAction > .lSPrev {
      left: -20px !important;
    }
  
.padrao--multimidia .lSAction > .lSNext {
      right: -20px !important;
    }
.breadcrumb-typeheader {
      left: calc(60% - 454px) !important;
    }
section.bloco_principais_noticias{
      width: calc(100% - 20px);
    }
section.clube_hoteis.superior .direita, section.clube_hoteis.inferior .esquerda {
      width: 100% !important;
      justify-content: center !important;
    }
}

@media (max-width: 768px){
#bloco__header {
    width: 98% !important;
    left: 0 !important;
    }
#bloco__footer .footer--menu .menu-links ul.menu-lista {
    font-size: .85em !important;
    }
#bloco__footer .footer-comunicacao .bloco-terco {
    justify-content: center !important;
    margin: 20px auto !important; 
	padding:0 !important;
    }
.baner-chamada {
    width: 100% !important;     
    padding-left: 0px !important;
	padding-right: 0px !important;
	margin-top: 0px !important;
    }
section.balanco .centralizar figure img {
      height: 70% !important;
    }
#bloco__footer .footer--menu .menu-links ul.menu-lista:before {
      width: 200% !important;
    }
}

@media (max-width: 375px){
#bloco__header {
    width: 98% !important;
    left: 0 !important;
    }
.baner-chamada {     
    margin-top: -60px !important;
    }	
.padrao--multimidia .multimidia-item {
    width: 80% !important;
	}
.container .lSSlideOuter .lSSlideWrapper .lSAction > .lSPrev, .container .lSSlideOuter .lSSlideWrapper .lSAction > .lSNext {
	top: 340px !important;
	}
.padrao--multimidia .lSAction > .lSPrev {
    left: -40px !important;
	}
.padrao--multimidia .lSAction > .lSNext {
    right: -40px !important;
	}
.bloco__baner-grande.plano header.baner_header{   
    margin: -295px 0 10px 0 !important;
    }
section.clube_hoteis .direita div.conteudo .single.card, section.clube_hoteis .esquerda div.conteudo .single.card {    
      width: 375px !important;      
    }
section.clube_hoteis .direita div.conteudo .single.card p, section.clube_hoteis .esquerda div.conteudo .single.card div{      
      margin: 0 auto !important;      
    }
section.clube_hoteis .esquerda {      
      padding: 20px 0px 0px 0px !important;
    }
section.duvidas .single.card {
      width: calc(100% - 20px) !important;
    }
.timeline .arrows {
      display: none !important;
    }
.timeline ol li:last-child {
      display: block !important;
    }
section.investimentos.centralizar {
    width: calc(100% - 20px) !important;
	}	
}