@import '../fonts/flama/style.css';

label {
  display: block;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
  font-weight: 700;
}

.header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}

.container {
  display: block;
  width: 100%;
  max-width: 1150px;
  min-height: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container.content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  margin-top: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.content-slide-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container-depoimentos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.content-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.area-info-iniciativa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.area-principios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.container.container-gov {
  max-width: 1000px;
}

.container.area-categ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.cont-fa {
  margin-top: 48px;
  padding-top: 44px;
  border-top: 1px solid #e4e4e4;
}

.container.container-solucoes {
  margin-bottom: 50px;
  padding-bottom: 43px;
  border-bottom: 1px solid #e4e4e4;
}

.logo {
  width: 350px;
  height: 80px;
  background-image: url('../images/logo.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.area-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  margin-right: 12px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-menu {
  width: auto;
  margin-right: 10px;
  padding-right: 20px;
  padding-left: 10px;
  border-right: 1px solid rgba(28, 43, 76, .55);
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
  font-size: 16px;
  text-decoration: none;
}

.link-menu:hover {
  color: #50c7ee;
}

.link-menu.last-link {
  padding-right: 0px;
  border-right-style: none;
}

.link-menu.link-drop {
  display: inline-block;
  margin-right: 0px;
  padding: 0px 38px 0px 0px;
}

.link-menu.link-drop.last-link {
  padding-left: 10px;
}

.link-menu.link-drop.ultimo-link {
  border-style: none;
}

.espaco-pesquisa-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.area-icons-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  display: inline-block;
  padding: 6px 25px;
  background-color: #1c2b4c;
  -webkit-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.btn:hover {
  background-color: #50c7ee;
}

.btn.btn-enviar {
  display: block;
  margin-top: 25px;
  padding-right: 57px;
  padding-left: 57px;
}

.btn.btn-cartilha {
  width: 100%;
  max-width: 250px;
  text-align: center;
}

.btn.btn-ods {
  margin-top: 14px;
}

.btn.btn-saiba-mais {
  margin-top: 24px;
  text-align: left;
}

.ico-rede {
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-left: 5px;
  opacity: 0.9;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
  cursor: pointer;
}

.ico-rede:hover {
  opacity: 1;
}

.ico-rede.ico-fb {
  background-image: url('../images/ico-fb.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ico-rede.ico-twitter {
  background-image: url('../images/ico-twitter.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ico-rede.ico-linkedin {
  background-image: url('../images/ico-linkedin.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ico-rede.ico-flcr {
  background-image: url('../images/icon-flickr.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ico-rede.ico-youtube {
  background-image: url('../images/ico-youtube.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-pesquisa {
  margin-bottom: 0px;
}

.campo-pesquisa {
  display: inline-block;
  width: 100%;
  height: 30px;
  margin-top: 7px;
  margin-bottom: 0px;
  padding-right: 43px;
  border: 1px solid #1c2b4c;
  background-image: url('../images/ico-lupa.png');
  background-position: 97% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: border 150ms ease-in;
  transition: border 150ms ease-in;
  font-family: Roboto, sans-serif;
}

.campo-pesquisa:focus {
  border-color: #50c7ee;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.icon {
  margin-right: 15px;
  color: #dadde4;
}

.text-block {
  margin-left: 8px;
}

.dropdown-list {
  color: rgba(51, 51, 51, .99);
}

.dropdown-list.w--open {
  margin-top: 8px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fafafa;
  color: #333;
}

.link-drop {
  border-bottom: 1px solid rgba(28, 43, 76, .25);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
}

.link-drop:hover {
  color: #50c7ee;
}

.header-mobi {
  display: none;
}

.banner-home {
  display: block;
  height: 530px;
  background-color: #fff;
}

.slide-home.slide-video {
  background-image: url('../images/banner_02.png');
  background-position: 50% 0px;
  background-size: cover;
}

.right-arrow {
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  color: #f4f4f4;
}

.right-arrow:hover {
  color: #50c7ee;
}

.left-arrow {
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  color: #f4f4f4;
}

.left-arrow:hover {
  color: #50c7ee;
}

.btn-play {
  width: 78px;
  height: 79px;
  background-image: url('../images/btn-play.png');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.btn-play:hover {
  background-image: url('../images/btn-play-sobre.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.titulo-banner {
  margin-left: 163px;
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
  font-size: 44px;
  line-height: 115%;
  font-weight: 400;
  text-transform: uppercase;
}

.text-span {
  font-weight: 700;
}

.secao-noticias-home {
  padding-top: 50px;
  padding-bottom: 50px;
}

.thumb-noticia.image-case.img-small {
  height: 160px;
}

.thumb-noticia.image-case.img-small.img-01 {
  margin-bottom: 7px;
  background-image: url('../images/img-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-noticia.image-case.img-small.img-02 {
  margin-bottom: 7px;
  background-image: url('../images/img-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo-noticia {
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
  font-weight: 500;
}

.titulo-noticia.titulo-case {
  margin-top: 0px;
  font-size: 20px;
}

.resumo-noticia {
  display: inline-block;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #77787b;
  font-size: 16px;
  line-height: 125%;
}

.resumo-noticia.resumo-case {
  margin-top: 0px;
  font-size: 13px;
}

.resumo-noticia.txt-content-case {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
  font-size: 14px;
  line-height: 150%;
}

.link-leia-mais {
  display: inline-block;
  margin-top: 9px;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  font-family: Roboto, sans-serif;
  color: #77787b;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.link-leia-mais:hover {
  color: #1c2b4c;
}

.link-leia-mais.leia-mais-case {
  font-size: 14px;
}

.link-leia-mais.leia-mais-case.link-ods {
  margin-top: 0px;
}

.calendario {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.depoimentos {
  width: 100%;
  min-height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slider-depoimentos {
  width: 100%;
  height: 530px;
  background-color: #fff;
}

.slide-depoimento {
  background-image: url('../images/slide-depoimento_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.titulo-depoimento {
  width: 100%;
  max-width: 320px;
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
  line-height: 130%;
  text-align: right;
}

.nome-depoimento {
  margin-top: 11px;
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
  font-size: 30px;
  line-height: 105%;
  font-weight: 300;
  text-align: right;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #e4e4e4;
}

.bloco-links-footer {
  width: 100%;
  max-width: 300px;
  padding-right: 20px;
}

.titulo-footer {
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
  font-size: 16px;
}

.titulo-footer.titulo-passo {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 27px;
  line-height: 110%;
}

.lmink-footer {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  clear: left;
  border-right: 1px solid rgba(28, 43, 76, .33);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
  font-size: 11px;
  text-decoration: none;
}

.lmink-footer:hover {
  color: #50c7ee;
}

.lmink-footer.last-link-footer {
  border-right-style: none;
}

.pagina.bg-azul-claro {
  min-height: auto;
  padding-top: 57px;
  padding-bottom: 57px;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat-x;
  border-bottom: 1px solid #e4e4e4a2;
  background: #FFFFFF;
  box-shadow: 0 21px 65px 0 rgba(51,55,64,0.10);
}

.pagina.bg-azul-claro.area-azul-menor {
  min-height: auto;
}

.pagina.bg-azul-claro.aderir {
  padding-top: 94px;
  padding-bottom: 94px;
}

.pagina.pg-cases {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pagina.pg-trabalho {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pagina.pg-trabalho.pg-cat {
  padding-top: 93px;
  padding-bottom: 90px;
}

.pagina.pg-governanca {
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 530px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner.banner-inst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/banner-instutcional.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.banner-iniciativa {
  background-image: url('../images/banner-iniciativa.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.banner-cases {
  background-image: url('../images/banner-cases.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.banner-conteudo {
  background-image: url('../images/banner-conteudo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.banner-aderir {
  background-image: url('../images/banner-aderir.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.banner-principios {
  background-image: url('../images/banner-conteudo.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.bg-oque {
  height: 730px;
  background-image: url('../images/kofi.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.banner-governanca {
  background-image: url('../images/banner-aderir.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.banner-engajamento {
  height: 330px;
  background-image: url('../images/banner-instutcional.png');
  background-position: 50% 0px;
  background-size: cover;
}

.banner.banner-compromissos {
  height: 430px;
  background-image: url('../images/banner-cases.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.bg-solucoes {
  height: 330px;
  background-image: url('../images/banner-iniciativa.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.texto-banner {
  width: 100%;
  max-width: 500px;
}

.texto-banner.texto-banner-ods {
  max-width: 700px;
}

.titulo-banner-interno {
  margin-bottom: 21px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
}

.titulo-banner-interno.titulo-banner-oque {
  font-size: 28px;
  line-height: 120%;
  font-style: normal;
  font-weight: 300;
}

.texto-banner-interno {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, .95);
  font-size: 17px;
  line-height: 135%;
}

.bloco-texto {
  width: 100%;
  max-width: 320px;
  min-height: 30px;
}

.texto-normal {
  margin-right: 31px;
  padding-right: 17px;
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
}

.texto-normal.texto-passo {
  margin-right: 0px;
  padding-right: 0px;
}

.texto-normal.texto-cinza {
  color: #767679;
}

.texto-normal.texto-cinza.txt-line {
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e4e4;
}

.texto-normal.texto-cinza.texto-pessoa {
  font-size: 14px;
}

.area-icons-objetivos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.thumb-obj {
  width: 74px;
  height: 74px;
  margin-right: 8px;
  margin-bottom: 7px;
}

.slider-interno {
  width: 100%;
  height: 530px;
}

.titulo-interno {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
}

.titulo-interno.titulo-case-interno {
  margin-top: 24px;
  margin-bottom: 46px;
}

.titulo-interno.titulo-case-interno.titulo-com-icone {
  height: 44px;
  padding-top: 7px;
  padding-left: 57px;
  background-image: url('../images/ico-publicacoes.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.titulo-interno.titulo-case-interno.titulo-com-icone.titulo-imprensa {
  background-image: url('../images/ico-imprensa.png');
  background-size: contain;
}

.titulo-interno.titulo-case-interno.titulo-com-icone.titulo-noticias {
  background-image: url('../images/ico-noticias.png');
  background-size: contain;
}

.titulo-interno.titulo-passo {
  margin-bottom: 7px;
}

.titulo-interno.titulo-passo.titulo-pq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo-interno.titulo-passo.t-passo {
  color: #1c2b4c;
  font-size: 20px;
}

.titulo-interno.titulo-interno-menor {
  margin-bottom: 47px;
  font-size: 26px;
}

.titulo-interno.titulo-interno-menor.titulo-center {
  margin-bottom: 57px;
  text-align: center;
}

.titulo-interno.titulo-interno-menor.subtitulo {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 120%;
}

.titulo-interno.titulo-interno-menor.subtitulo.titulo-cartilha {
  text-align: center;
}

.titulo-interno.titulo-interno-menor.subtitulo.passo {
  margin-bottom: 78px;
}

.titulo-interno.titulo-interno-menor.subtitulo.t-passo-passo {
  margin-bottom: 64px;
  text-align: center;
}

.titulo-interno.titulo-interno-menor.subtitulo.t2 {
  margin-bottom: 71px;
}

.form-filter-cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.campos {
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 43, 76, .5);
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 125ms ease-in;
  transition: all 125ms ease-in;
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.campos:focus {
  border-color: #50c7ee;
}

.campos.campo-msg {
  height: 330px;
}

.btn-filtrar {
  width: 100%;
  height: 40px;
  background-color: #1c2b4c;
  font-family: Roboto, sans-serif;
}

.area-relacao-cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.thumb-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 100px;
  margin-bottom: 30px;
  padding-right: 26px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-case {
  width: 219px;
  height: 162px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.image-case.img-case-01 {
  width: 100%;
  min-width: 219px;
  background-image: url('../images/img-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-case.img-case-01.img-02 {
  background-image: url('../images/img-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-case.img-case-01.img-03 {
  background-image: url('../images/img-1.png');
  background-size: cover;
}

.image-case.img-case-01.img-info-case {
  height: 250px;
}

.info-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.espaco-content-case {
  padding-left: 20px;
}

.column {
  padding-right: 25px;
}

.slide-thumb {
  width: 33.33%;
  margin-left: 5px;
  padding-right: 25px;
  padding-bottom: 0px;
}

.slider-thumbs-cases {
  height: 200px;
  padding-right: 62px;
  padding-left: 71px;
  background-color: #fff;
}

.slide-nav {
  display: none;
  margin-bottom: -43px;
  opacity: 0.18;
}

.left-arrow-3 {
  -webkit-transition: all 125ms ease-in;
  transition: all 125ms ease-in;
  color: #cbcbce;
  font-size: 24px;
  text-align: center;
}

.left-arrow-3:hover {
  color: #50c7ee;
}

.left-arrow-3.lef {
  margin-left: -9px;
}

.titulo-case-thumb {
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
  font-weight: 500;
}

.card-conteudo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.card-conteudo.card-passo {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.card-conteudo.card-passo.card-principio {
  max-width: 33.33%;
  margin-bottom: 23px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ico-conteudo {
  margin-bottom: 29px;
}

.circulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  height: 105px;
  margin-bottom: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1c2b4c;
  border-radius: 100%;
}

.circulo.circulo-principio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 105px;
  min-width: 105px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.numero {
  font-family: Roboto, sans-serif;
  color: #1c2b4c;
  font-size: 40px;
}

.numero.n-principio {
  font-size: 14px;
}

.texto-passo {
  font-family: Roboto, sans-serif;
  color: #77787b;
  font-size: 15px;
}

.texto-passo.texto-principio {
  margin-top: -20px;
  margin-left: 27px;
  text-align: left;
}

.texto-passo.t-passo {
  font-size: 14px;
  line-height: 120%;
}

.espaco-form-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-contato {
  width: 100%;
  max-width: 500px;
}

.info-localizacao {
  width: 100%;
  max-width: 500px;
}

.paragrafo-icone {
  padding-left: 45px;
  font-family: Roboto, sans-serif;
  color: #77787b;
}

.paragrafo-icone.ico-location {
  margin-bottom: 9px;
  padding-top: 8px;
  padding-bottom: 10px;
  background-image: url('../images/ico-location.png');
  background-position: 0px 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.paragrafo-icone.ico-teleonfe {
  min-height: 28px;
  padding-top: 4px;
  background-image: url('../images/ico-telefone.png');
  background-position: 0px 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.paragrafo-icone.ico-email {
  min-height: 28px;
  margin-right: 34px;
  padding-top: 5px;
  background-image: url('../images/ico-email.png');
  background-position: 0px 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.dados-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mapa {
  margin-top: 36px;
}

.cartilha {
  width: 100%;
  max-width: 250px;
  margin-bottom: 23px;
}

.area-cartilha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.area-content-ods {
  padding-right: 30px;
  padding-left: 30px;
}

.text-span-2 {
  display: inline-block;
  margin-bottom: -4px;
  color: #77787b;
  font-weight: 500;
}

.area-video-ods {
  background-color: #eaf7fd;
}

.area-info-ods {
  margin-bottom: 76px;
}

.col-oque {
  padding-left: 0px;
}

.content-tab {
  padding-top: 61px;
}

.tab {
  margin-right: 7px;
  border-bottom: 4px solid #e4e4e4;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #77787b;
  text-decoration: none;
}

.tab.w--current {
  border-bottom: 4px solid #50c7ee;
  background-color: transparent;
  color: #1c2b4c;
  font-weight: 700;
  text-decoration: none;
}

.card-pessoa {
  margin-top: 58px;
}

.info-governanca {
  padding-right: 30px;
  padding-left: 30px;
}

.avatar-pessoa {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
}

.area-logos-comite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-comite {
  width: 100%;
  max-width: 25%;
}

.image {
  width: 100%;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link {
  color: #1c2b4c;
  font-weight: 500;
  text-decoration: none;
}

.card-categ {
  width: 100%;
  max-width: 50%;
  margin-bottom: 20px;
  padding-right: 42px;
}

.text-span-3 {
  font-size: 13px;
  line-height: 120%;
  font-style: normal;
}

.italic-text {
  display: inline-block;
  margin-top: -3px;
}

.banner-video {
  display: none;
  width: 100%;
  height: 670px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .header {
    display: none;
  }
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .container.content-slide-video {
    padding-right: 82px;
  }
  .container.container-depoimentos {
    padding-right: 83px;
  }
  .container.content-footer {
    padding-right: 25px;
    padding-left: 25px;
  }
  .header-mobi {
    display: block;
    padding-top: 9px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .logo-mobi {
    width: 180px;
    height: 60px;
    background-image: url('../images/logo.png');
    background-position: 0px 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .icon-menu-mobi {
    color: #1c2b4c;
  }
  .icon-menu-mobi.w--open {
    background-color: #fff;
    color: #50c7ee;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #1c2b4c;
  }
  .link-menu-mobi {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Roboto, sans-serif;
    color: #fff;
  }
  .link-menu-mobi:hover {
    color: #50c7ee;
  }
  .drop-menu-mobi {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
  }
  .text-block-2 {
    color: #fff;
  }
  .dropdown-toggle {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-family: Roboto, sans-serif;
  }
  .icon-drop-mobi {
    color: #fff;
  }
  .dropdown-list-2 {
    background-color: #50c7ee;
  }
  .drop-link-menu-mobi {
    font-family: Roboto, sans-serif;
    color: #fff;
  }
  .banner-home {
    height: 380px;
  }
  .titulo-banner {
    margin-left: 64px;
    font-size: 32px;
  }
  .secao-noticias-home {
    padding-right: 25px;
    padding-left: 25px;
  }
  .titulo-noticia {
    font-size: 18px;
  }
  .resumo-noticia {
    font-size: 12px;
  }
  .resumo-noticia.txt-content-case {
    font-size: 13px;
  }
  .link-leia-mais {
    font-size: 13px;
  }
  .titulo-depoimento {
    max-width: 300px;
    font-size: 28px;
  }
  .nome-depoimento {
    font-size: 24px;
  }
  .bloco-links-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lmink-footer {
    border-bottom: 1px solid rgba(28, 43, 76, .33);
    border-right-style: none;
  }
  .banner.bg-oque {
    background-position: -232px 0px;
  }
  .texto-banner {
    max-width: 300px;
  }
  .titulo-banner-interno.titulo-banner-oque {
    font-size: 24px;
  }
  .bloco-texto {
    width: 33.33%;
    max-width: auto;
  }
  .texto-normal {
    margin-right: 0px;
    padding-right: 47px;
    font-size: 14px;
  }
  .texto-normal.texto-cinza.texto-pessoa {
    font-size: 13px;
  }
  .area-icons-objetivos {
    width: 33.33%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .thumb-obj {
    width: 54px;
    height: 54px;
    margin-right: 4px;
  }
  .right-arrow-2 {
    display: none;
  }
  .left-arrow-2 {
    display: none;
  }
  .titulo-interno {
    font-size: 28px;
  }
  .titulo-interno.titulo-passo.titulo-pq {
    font-size: 20px;
  }
  .area-relacao-cases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .thumb-case {
    width: 100%;
  }
  .image-case.img-case-01.img-info-case {
    height: 200px;
  }
  .slide-thumb {
    width: 50%;
  }
  .card-conteudo.card-passo.card-principio {
    max-width: 50%;
  }
  .espaco-form-contato {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-contato {
    max-width: 100%;
  }
  .info-localizacao {
    max-width: 100%;
  }
  .area-cartilha.area-vazia {
    display: none;
  }
  .tab {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .banner-video {
    height: 470px;
  }
}

@media (max-width: 767px) {
  .container.content-slide-video {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container.container-depoimentos {
    padding-right: 68px;
  }
  .container.area-principios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

  }
  .container-2 {
    padding-left: 15px;
  }
  .btn-play {
    margin-left: 92px;
  }
  .titulo-banner {
    display: none;
  }
  .thumb-noticia {
    margin-bottom: 41px;
  }
  .tb-noticia {
    width: 100%;
  }
  .titulo-noticia {
    margin-bottom: 1px;
  }

  .titulo-depoimento {
    max-width: 280px;
    font-size: 24px;
  }
  .nome-depoimento {
    font-size: 20px;
  }
  .banner {
    height: 330px;
  }
  .banner.bg-oque {
    background-position: -313px 0px;
  }
  .titulo-banner-interno.titulo-banner-oque {
    font-size: 20px;
  }
  .texto-normal {
    padding-right: 22px;
  }
  .thumb-obj {
    width: 45%;
    margin-bottom: 28px;
  }
  .slider-interno {
    height: 330px;
  }
  .form-filter-cases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn-filtrar {
    margin-top: 20px;
  }
  .thumb-case {
    margin-bottom: 58px;
  }
  .card-conteudo {
    margin-bottom: 49px;
  }
  .card-conteudo.card-passo.card-principio {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .area-content-ods {
    margin-bottom: 35px;
  }
  .icon-ods {
    display: block;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }
  .avatar-pessoa {
    margin-bottom: 43px;
  }
  .logo-comite {
    max-width: 33.33%;
    margin-bottom: 11px;
  }
  .banner-video {
    height: 360px;
  }
}

@media (max-width: 479px) {
  .container.container-depoimentos {
    padding-right: 25px;
    padding-left: 25px;
    background-color: hsla(0, 0%, 100%, .25);
  }
  .container.content-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.area-info-iniciativa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.area-categ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn.btn-enviar {
    width: 100%;
    margin-bottom: 32px;
  }
  .banner-home {
    height: 300px;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .secao-noticias-home {
    padding-right: 20px;
    padding-left: 20px;
  }
  .thumb-noticia.image-case.img-small.img-01 {
    width: 100%;
    margin-right: 0px;
  }
  .thumb-noticia.image-case.img-small.img-02 {
    width: 100%;
  }
  .titulo-noticia.titulo-case {
    margin-bottom: 13px;
  }
  .slider-depoimentos {
    height: 400px;
  }
  .bloco-links-footer {
    margin-bottom: 25px;
    padding-right: 0px;
  }
  .lmink-footer {
    margin-bottom: 12px;
    padding-bottom: 3px;
  }
  .pagina.pg-cases {
    padding-top: 16px;
  }
  .banner.bg-oque {
    background-position: -522px 0px;
  }
  .titulo-banner-interno {
    font-size: 20px;
    line-height: 120%;
  }
  .texto-banner-interno {
    font-size: 12px;
  }
  .bloco-texto {
    width: 100%;
  }
  .texto-normal {
    margin-bottom: 26px;
    padding-right: 0px;
  }
  .texto-normal.texto-cinza.texto-pessoa {
    font-size: 12px;
  }
  .area-icons-objetivos {
    width: 100%;
    margin-top: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .thumb-obj {
    width: 80px;
    height: 80px;
    margin-right: 8px;
    margin-bottom: 7px;
  }
  .titulo-interno.titulo-interno-menor.subtitulo {
    font-size: 20px;
    line-height: 120%;
  }
  .thumb-case {
    margin-bottom: 47px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-case.img-case-01 {
    display: block;
    width: auto;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-thumb {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
  }
  .slider-thumbs-cases {
    padding-right: 0px;
    padding-left: 0px;
  }
  .left-arrow-3 {
    display: none;
  }
  .card-conteudo.card-passo.card-principio {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .texto-passo.texto-principio {
    margin-left: 0px;
    text-align: center;
  }
  .espaco-form-contato {
    margin-top: 27px;
  }
  .paragrafo-icone.ico-location {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .paragrafo-icone.ico-email {
    margin-right: 0px;
    margin-bottom: 29px;
  }
  .dados-contato {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .area-content-ods {
    display: none;
  }
  .area-video-ods {
    display: none;
  }
  .icon-ods {
    margin-bottom: 10px;
  }
  .tab {
    margin-right: 0px;
    margin-bottom: 9px;
  }
  .tabs-menu {
    margin-bottom: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-governanca {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-comite {
    max-width: 50%;
  }
  .card-categ {
    max-width: 100%;
  }
  .banner-video {
    height: 240px;
  }
}

