body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  padding-top: 65px;
}

body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body header#main-header {
  background: #E6E6E6;
  position: fixed;
  height: 100px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

body header#main-header .logo-container {
  padding: 20px;
}

body header#main-header .fixed-menu .menu-container ul.menu {
  margin-top: 40px;
}

body header#main-header .fixed-menu .menu-container ul.menu li {
  display: inline-block;
  position: relative;
}

body header#main-header .fixed-menu .menu-container ul.menu li:hover ul.sub-menu {
  display: block;
}

body header#main-header .fixed-menu .menu-container ul.menu li ul.sub-menu {
  position: absolute;
  top: 30px;
  padding: 10px;
  background: white;
  display: none;
  width: 200px;
}

body header#main-header .fixed-menu .menu-container ul.menu li ul.sub-menu li a {
  font-size: 80%;
  color: #666666;
}

body header#main-header .fixed-menu .menu-container ul.menu li a {
  padding: 5px 20px;
  color: black;
  text-decoration: none;
  font-size: 110%;
  font-weight: 700;
}

body header#main-header .fixed-menu .menu-container ul.menu li.associe-se a {
  background: #74B980;
  color: white;
}

@media only screen and (max-width: 768px) {
  body header#main-header .fixed-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 110vh;
    width: 100%;
    z-index: 1000;
  }
  body header#main-header .fixed-menu a.open-menu {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -50px;
    background: white;
    top: 90px;
    color: black;
    text-align: center;
    line-height: 55px;
  }
  body header#main-header .fixed-menu .menu-container {
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  body header#main-header .fixed-menu .menu-container a.close-menu {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 40px;
    color: black;
  }
  body header#main-header .fixed-menu .menu-container ul.menu {
    text-align: center;
    margin-top: 60px;
  }
  body header#main-header .fixed-menu .menu-container ul.menu li {
    display: block;
    margin: 30px 0;
  }
}

body header#main-header .busca-container {
  padding: 20px 0;
}

body header#main-header .busca-container a {
  padding: 20px 0;
  text-transform: uppercase;
  color: #13544F;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}

body header#main-header .busca-container a i {
  font-size: 130%;
  margin-left: 10px;
}

body div#float-media {
  position: fixed;
  right: 0;
  top: 13%;
  z-index: 100;
  background: #13544F;
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

body div#float-media a {
  color: #74B980;
  font-size: 150%;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  body div#float-media {
    top: 150px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  body div#float-media a {
    font-size: 130%;
  }
}

body div#float-lang {
  position: fixed;
  right: 0;
  top: 37%;
  z-index: 100;
  background: #13544F;
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

body div#float-lang a {
  color: white;
  font-size: 125%;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  body div#float-lang {
    top: 150px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  body div#float-lang a {
    font-size: 130%;
  }
}

body section#main-banner div.mini-banner-container {
  margin-top: -150px;
  z-index: 999999999;
  position: relative;
}

body section#main-banner div.mini-banner-container .mini-banner {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  box-shadow: 0 -2px 25px 0px #222;
  background: #74B980;
  position: relative;
}

body section#main-banner div.mini-banner-container .mini-banner .mini-banner-content .texto span.subtitulo {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #13544F;
  font-weight: bold;
}

body section#main-banner div.mini-banner-container .mini-banner .mini-banner-content .texto h3 {
  color: white;
  font-weight: 700;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 30px;
  font-size: 200%;
}

body section#main-banner div.mini-banner-container .mini-banner .mini-banner-content .texto span.saiba-mais {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #13544F;
  font-weight: bold;
}

body section#main-banner div.mini-banner-container .mini-banner .mini-banner-content .imagem-texto {
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
}

body section#main-banner div.mini-banner-container .mini-banner .mini-banner-content .imagem-texto h3 {
  padding: 20px;
  color: #13544F;
  font-weight: 700;
}

body section#home-atuacao {
  padding: 50px 0;
}

body section#home-atuacao .titulo-container {
  padding-bottom: 40px;
}

body section#home-atuacao .titulo-container h2 {
  color: #74B980;
  font-size: 500%;
  font-weight: 900;
}

@media only screen and (max-width: 768px) {
  body section#home-atuacao .titulo-container h2 {
    font-size: 250%;
  }
}

body section#home-atuacao .titulo-container p.atualizacoes {
  margin-top: -45px;
}

body section#home-atuacao .titulo-container p.atualizacoes a {
  background: #74B980;
  color: white;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  body section#home-atuacao .titulo-container p.atualizacoes {
    margin-top: 0;
    text-align: center !important;
  }
}

body section#home-gt {
  padding: 50px 0;
}

body section#home-gt h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 140%;
  margin-bottom: 50px;
}

body section#home-gt h2 span {
  border-bottom: solid 10px #E6E6E6;
}

body section#home-gt a.box-gt {
  color: black;
}

body section#home-gt a.box-gt h3 {
  margin-top: 10px;
  font-weight: 700;
}

body section#home-gt .logo-ucb {
  margin-top: 50px;
  width: 220px;
}

body section#home-biblioteca {
  background: #7DC6E8;
  color: #1393CE;
  padding: 50px 0;
}

body section#home-biblioteca .titulo-container {
  position: relative;
}

body section#home-biblioteca .titulo-container a.add-more {
  position: absolute;
  right: 0;
  margin-top: 30px;
  color: white;
  font-size: 130%;
  font-weight: 700;
}

body section#home-biblioteca .titulo-container a.add-more i {
  color: #1393CE;
  margin-right: 5px;
  font-size: 120%;
}

body section#home-biblioteca .titulo-container h2 {
  font-size: 500%;
  font-weight: 900;
  color: white;
}

@media only screen and (max-width: 768px) {
  body section#home-biblioteca .titulo-container h2 {
    font-size: 250%;
  }
  body section#home-biblioteca .titulo-container img {
    width: 50%;
  }
  body section#home-biblioteca .titulo-container a.add-more {
    position: relative;
    text-align: center;
    font-size: 110%;
  }
}

body section#home-biblioteca .conteudo-container {
  margin-bottom: 50px;
}

body section#home-agenda {
  background: #EC977D;
  color: #AC6E5B;
  padding: 50px 0;
}

body section#home-agenda .titulo-container {
  position: relative;
}

body section#home-agenda .titulo-container a.add-more {
  position: absolute;
  right: 0;
  margin-top: 30px;
  color: white;
  font-size: 130%;
  font-weight: 700;
}

body section#home-agenda .titulo-container a.add-more i {
  color: #AC6E5B;
  margin-right: 5px;
  font-size: 120%;
}

body section#home-agenda .titulo-container h2 {
  font-size: 500%;
  font-weight: 900;
  color: white;
}

@media only screen and (max-width: 768px) {
  body section#home-agenda .titulo-container h2 {
    font-size: 250%;
  }
  body section#home-agenda .titulo-container img {
    width: 50%;
  }
  body section#home-agenda .titulo-container a.add-more {
    position: relative;
    text-align: center;
    font-size: 110%;
  }
}

body section#home-agenda .conteudo-container {
  margin-bottom: 50px;
}

body section#home-agenda div.cta {
  margin-top: 50px;
}

body section#home-agenda a.ghost-button {
  border-color: #AC6E5B;
}

body section#home-agenda a.ghost-button:hover {
  color: #AC6E5B;
}

body section#home-impacto {
  background: #13544F;
  padding: 50px 0;
}

body section#home-impacto .titulo-container {
  padding-bottom: 50px;
}

body section#home-impacto .titulo-container h2 {
  font-size: 500%;
  font-weight: 900;
  color: white;
}

@media only screen and (max-width: 768px) {
  body section#home-impacto .titulo-container h2 {
    font-size: 250%;
  }
}

body section#home-impacto .box-numero {
  text-align: center;
}

body section#home-impacto .box-numero .img-container {
  margin-bottom: 10px;
}

body section#home-impacto .box-numero .img-container img {
  max-width: 50%;
}

body section#home-impacto .box-numero .dados-container p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 160%;
  line-height: 105%;
}

body section#home-impacto .box-numero .dados-container p.numero {
  color: white;
  font-size: 250%;
}

body section#home-impacto .box-numero .dados-container p.metrica {
  color: #7DC6E8;
}

body section#home-impacto .box-numero .dados-container p.metrica span {
  color: white;
}

body section#home-impacto div.faca-parte {
  margin-top: 60px;
}

body section#home-impacto div.faca-parte h2 {
  font-weight: 900;
  color: white;
  font-size: 300%;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}

body section#home-impacto div.faca-parte h2:before {
  position: absolute;
  height: 5px;
  width: calc(100% - 120px);
  background: #7DC6E8;
  bottom: -15px;
  left: 0;
  content: "";
}

body section#home-impacto div.faca-parte h2 i {
  position: absolute;
  right: 0;
  font-size: 100px;
  color: white;
  top: 20px;
}

@media only screen and (max-width: 768px) {
  body section#home-impacto div.faca-parte h2 {
    font-size: 250%;
  }
  body section#home-impacto div.faca-parte h2:before {
    display: none;
  }
  body section#home-impacto div.faca-parte h2 i {
    display: none;
  }
}

body section#home-impacto div.botoes {
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  body section#home-impacto div.botoes a {
    margin: 10px 0;
  }
}

body section#home-impacto a.ghost-button {
  border-color: #7DC6E8;
}

body section#home-impacto a.ghost-button:hover {
  color: #7DC6E8;
}

body section#home-parceiros {
  padding: 50px 0;
}

body section#home-parceiros h2 {
  font-size: 150%;
  margin-bottom: 40px;
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

body footer#main-footer {
  padding: 50px 0;
  background: #E6E6E6;
}

body footer#main-footer .contato-container h3 {
  text-transform: uppercase;
  color: #74B980;
  font-size: 200%;
}

body footer#main-footer .contato-container h4 {
  font-size: 120%;
  margin-bottom: 30px;
}

body footer#main-footer .form-container {
  text-align: right;
}

body footer#main-footer .form-container label {
  font-weight: 700;
  margin-right: 10px;
}

body footer#main-footer .form-container input.input-text {
  width: 400px;
  max-width: 100%;
  border: 0;
  outline: 0;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}

body footer#main-footer .form-container textarea.input-textarea {
  width: 400px;
  max-width: 100%;
  vertical-align: top;
  border: 0;
  outline: 0;
  border-radius: 10px;
  padding: 0 10px;
}

body footer#main-footer .form-container input.btn-submit {
  background: #74B980;
  color: white;
  border: 0;
  outline: 0;
  border-radius: 10px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 150%;
  font-weight: 700;
}

body footer#main-footer a {
  color: #74B980;
}

body a.back-to-top {
  font-size: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0.7;
}

body section#banner-interna {
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

body section#banner-interna.titulo-centro {
  padding-top: 100px;
}

body section#banner-interna.titulo-centro h1, body section#banner-interna.titulo-centro h2 {
  font-size: 500%;
  color: white;
  font-weight: 900;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  body section#banner-interna.titulo-centro h1, body section#banner-interna.titulo-centro h2 {
    font-size: 300%;
  }
}

body section#banner-interna.big {
  min-height: 650px;
}

body section#banner-interna.big .container {
  padding-top: 450px;
  padding-bottom: 40px;
  color: white;
}

body section#banner-interna.big .container h1 {
  font-weight: 900;
  font-size: 3em;
  line-height: 60%;
}

body section#banner-interna.big .container h1 small {
  text-transform: uppercase;
  font-size: 50%;
}

body section#banner-interna.big .container .cta {
  text-transform: uppercase;
  background: #13544F;
  color: white;
  padding: 10px 25px;
  border-radius: 10px;
  border: solid 2px #74B980;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}

body section#banner-interna.big .container .credito {
  background: transparent;
  opacity: 1;
}

body section#banner-interna.header-icon.header-biblioteca {
  background: #7DC6E8;
}

body section#banner-interna.header-icon.header-agenda {
  background: #EC977D;
}

body section#banner-interna.header-icon .img-header {
  width: 280px;
  position: absolute;
  left: 0;
  top: 50px;
  left: 10%;
}

body section#banner-interna div.credito {
  position: absolute;
  background: #13544F;
  color: white;
  bottom: 0;
  left: 0;
  padding: 2px 20px;
  font-size: 90%;
  opacity: 0.6;
}

body section#menu-atuacao {
  position: relative;
}

body section#menu-atuacao div.menu-categoria-container {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: solid 20px #13544F;
}

body section#menu-atuacao div.menu-categoria-container ul.lista-categorias {
  display: inline-block;
}

body section#menu-atuacao div.menu-categoria-container ul.lista-categorias li {
  display: inline-block;
}

body section#menu-atuacao div.menu-categoria-container ul.lista-categorias li a {
  display: inline-block;
  background: #13544F;
  color: white;
  font-size: 100%;
  font-weight: 700;
  padding: 10px 18px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

body section#menu-atuacao div.menu-categoria-container ul.lista-categorias li a.juridico {
  background: #7DC6E8;
}

body section#menu-atuacao div.menu-categoria-container ul.lista-categorias li a.genero {
  background: #BE8ABB;
}

body section#menu-atuacao div.menu-categoria-container ul.lista-categorias li a.comunicacao {
  background: #FFCC2F;
}

body section#menu-atuacao div.menu-categoria-container ul.lista-categorias li a.infraestrutura {
  background: #F83A53;
}

body section#menu-atuacao div.menu-categoria-container ul.lista-categorias li a.pesquisa {
  background: #74B980;
}

body section#menu-atuacao div.menu-categoria-container ul.lista-categorias li a.politicas-publicas {
  background: #F39825;
}

body section#menu-atuacao div.menu-categoria-container ul.lista-categorias li a.conselhos-regionais {
  background: #B3B3B3;
}

body section#menu-atuacao div.menu-categoria-container.juridico {
  border-color: #7DC6E8;
}

body section#menu-atuacao div.menu-categoria-container.genero {
  border-color: #BE8ABB;
}

body section#menu-atuacao div.menu-categoria-container.comunicacao {
  border-color: #FFCC2F;
}

body section#menu-atuacao div.menu-categoria-container.infraestrutura {
  border-color: #F83A53;
}

body section#menu-atuacao div.menu-categoria-container.pesquisa {
  border-color: #74B980;
}

body section#menu-atuacao div.menu-categoria-container.politicas-publicas {
  border-color: #F39825;
}

body section#menu-atuacao div.menu-categoria-container.conselhos-regionais {
  border-color: #B3B3B3;
}

@media only screen and (max-width: 768px) {
  body section#menu-atuacao div.menu-categoria-container {
    position: relative;
  }
  body section#menu-atuacao div.menu-categoria-container ul.lista-categorias li {
    display: block;
  }
  body section#menu-atuacao div.menu-categoria-container ul.lista-categorias li a {
    border-radius: 20px;
  }
}

body section.a-ucb {
  padding: 100px 0;
}

body section.a-ucb h2 {
  font-size: 500%;
  font-weight: 900;
  color: #74B980;
  text-transform: uppercase;
}

body section.administracao {
  background: #E6E6E6;
  padding: 100px 0;
}

body section.administracao h2 {
  font-size: 500%;
  color: #13544F;
  font-weight: 900;
}

body section.administracao .area-container {
  padding: 50px 0;
}

body section.administracao .area-container .area-titulo h3 {
  text-transform: uppercase;
  font-weight: 900;
  color: #13544F;
  font-size: 120%;
}

body section.administracao .area-container .area-titulo div.area-descricao {
  color: #666666;
  font-size: 120%;
}

body section.administracao .area-container div.equipe-container div.single-equipe {
  padding: 40px;
  width: 300px;
  display: inline-block;
}

body section.administracao .area-container div.equipe-container div.single-equipe div.foto {
  border-radius: 100%;
  overflow: hidden;
}

body section.administracao .area-container div.equipe-container div.single-equipe div.dados {
  margin-top: 30px;
}

body section.administracao .area-container div.equipe-container div.single-equipe div.dados h4 {
  color: #13544F;
  font-weight: 900;
  font-size: 90%;
  text-transform: uppercase;
  padding: 0 30px;
  margin-bottom: 20px;
}

body section.administracao .area-container div.equipe-container div.single-equipe div.dados h5 {
  color: #13544F;
  font-weight: 900;
  font-size: 100%;
  margin-bottom: 0;
}

body section.administracao .area-container div.equipe-container div.single-equipe div.dados p {
  font-size: 80%;
  margin: 0;
  color: #13544F;
}

body section.organograma {
  background: #13544F;
  padding: 100px 0;
}

body section.organograma h2 {
  font-size: 500%;
  color: white;
  font-weight: 900;
  margin-bottom: 100px;
}

body section.associados {
  padding: 100px 0;
}

body section.associados h2 {
  font-size: 500%;
  color: #74B980;
  font-weight: 900;
  margin-bottom: 100px;
}

body section.associados .tipo-container .tipo-titulo h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
}

body section.associados .tipo-container .tipo-titulo div.tipo-descricao {
  font-size: 120%;
  color: #666666;
}

body section.associados .tipo-container .tipo-titulo div.cta a {
  color: #74B980;
  font-weight: 700;
}

body section.associados .tipo-container .tipo-titulo div.cta a span {
  text-transform: uppercase;
}

body section.associados .tipo-container .tipo-titulo div.cta a i {
  margin-left: 10px;
  font-size: 120%;
}

body section.associados .tipo-container .associados-container .single-associacao {
  width: 250px;
  display: inline-block;
  padding: 15px;
}

body section.associados .tipo-container .associados-container .single-associacao div.foto {
  width: 220px;
  height: 220px;
  border: solid 2px #E6E6E6;
  border-radius: 5px;
  margin-bottom: 15px;
}

body section.associados .tipo-container .associados-container .single-associacao div.dados .cidade {
  font-style: italic;
  color: #666666;
}

body section.associados div.cta-associados {
  padding-top: 40px;
}

body section.associados div.cta-associados a.ghost-button {
  background: #7DC6E8;
  color: #13544F;
  text-transform: uppercase;
  border-color: #7DC6E8;
}

body section.associados div.cta-associados a.ghost-button:hover {
  background: #13544F;
  color: white;
  border-color: #13544F;
}

body section.pedido-apoio {
  background: #E6E6E6;
  padding: 100px 0;
}

body section.pedido-apoio h2 {
  font-size: 450%;
  color: #13544F;
  font-weight: 900;
  line-height: 100%;
}

body section.pedido-apoio h2 span {
  font-size: 52%;
  text-transform: uppercase;
  color: #74B980;
}

body section.pedido-apoio .the-content {
  color: #13544F;
}

body section.transparencia {
  background: #7DC6E8;
}

body section.transparencia h2 {
  font-size: 350%;
  color: white;
  font-weight: 900;
  line-height: 90%;
}

body section.transparencia div.the-content {
  padding: 100px 0;
}

body section.transparencia div.the-content a {
  color: white;
}

body section.estatuto {
  background: #74B980;
  padding: 100px 0;
}

body section.estatuto h2 {
  font-size: 450%;
  color: #13544F;
  font-weight: 900;
  line-height: 60%;
}

body section.estatuto h2 span {
  display: block;
  margin-top: 30px;
  font-size: 52%;
  text-transform: uppercase;
  color: white;
}

body section.estatuto .the-content {
  color: #13544F;
}

body section.estatuto .the-content strong {
  color: white;
}

body section.estatuto .download-box .img-container {
  width: 40%;
}

body section.estatuto .download-box .text-container {
  width: 55%;
}

body section.estatuto .download-box .text-container p.para {
  color: #13544F;
  font-weight: 700;
  line-height: 100%;
  margin-top: 20px;
}

body section.estatuto .download-box .text-container p.para strong {
  text-transform: uppercase;
  color: white;
  display: block;
  margin-top: 3px;
}

body section.estatuto .download-box .text-container p.para small {
  margin-top: 3px;
  display: block;
  font-size: 70%;
  color: white;
  font-weight: 400;
}

body section.perfil {
  padding: 100px 0;
}

body section.perfil .titulo-container h2 {
  font-size: 500%;
  color: #7DC6E8;
  font-weight: 900;
  line-height: 60%;
  margin: 40px 0;
}

body section.perfil .titulo-container p {
  font-size: 200%;
  font-weight: 700;
  text-transform: uppercase;
  color: #CCCCCC;
}

body section.perfil .the-content h3 {
  color: #7DC6E8;
  text-transform: uppercase;
  font-size: 120%;
  font-weight: 900;
}

body section.perfil .the-content a {
  color: white;
}

body section.perfil .the-content a.botao {
  background: #13544F;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
}

body section.participe {
  padding: 100px 0;
  background: #74B980;
}

body section.participe .titulo-container img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

body section.participe .titulo-container h2 {
  font-size: 500%;
  color: white;
  font-weight: 900;
  line-height: 60%;
  margin: 40px 0;
}

body section.participe .titulo-container p {
  font-size: 120%;
  font-weight: 700;
  color: #13544F;
}

body section.participe .the-content h3 {
  color: white;
  text-transform: uppercase;
  font-size: 120%;
  font-weight: 900;
}

body section.participe .the-content a {
  color: white;
}

body section.participe .the-content a.botao {
  background: #13544F;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
}

body section.faq {
  padding: 100px 0;
  background: #E6E6E6;
}

body section.faq h2 {
  line-height: 60%;
}

body section.faq h2 small {
  font-size: 50%;
  text-transform: uppercase;
  color: white;
}

body section.faq.faq-contribua {
  background: #13544F;
}

body section.faq.faq-contribua #accordion-faq .card {
  background: transparent;
  border: 0;
}

body section.faq.faq-contribua #accordion-faq .resposta {
  padding: 20px;
}

body section.faq.faq-contribua #accordion-faq .pergunta.collapsed {
  background: #13544F;
  color: #74B980;
}

body section.faq.faq-contribua #accordion-faq .pergunta.collapsed a {
  color: #74B980;
}

body section.faq.faq-contribua #accordion-faq .pergunta:not(.collapsed) {
  background: #345f58;
  color: white;
}

body section.faq.faq-contribua #accordion-faq .pergunta:not(.collapsed) a {
  color: white;
}

body section.faq.faq-contribua #accordion-faq .resposta {
  background: #345f58;
  color: white;
}

body section.faq h2 {
  font-size: 390%;
  color: #74B980;
  font-weight: 900;
  margin: 40px 0;
}

body section.faq .the-content .single-faq .pergunta a {
  color: #13544F;
  font-weight: 700;
  font-size: 120%;
  margin-top: 10px;
}

body section.newsletter {
  padding: 0 0 50px 0;
  background: #13544F;
}

body section.newsletter h2 {
  font-size: 200%;
  color: #7DC6E8;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 80px;
}

body section.newsletter h2 strong {
  color: white;
}

body section.newsletter .form-container {
  margin-top: 100px;
}

body section.newsletter .form-container input.input-text {
  width: 350px;
  max-width: 100%;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 3px 10px;
}

body section.newsletter .form-container input.btn-submit {
  background: transparent;
  border: 0;
  outline: 0;
  color: #7DC6E8;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

body section.newsletter .row.bb {
  border-bottom: solid 5px #7DC6E8;
}

body section.associe-se {
  padding: 100px 0;
}

body section.associe-se h2 {
  font-size: 500%;
  color: #74B980;
  font-weight: 900;
}

body section.associe-se .the-content {
  margin-top: 80px;
}

body section.contribua-associe-se {
  padding: 100px 0 20px 0;
  background: #65bf8b;
}

body section.contribua-associe-se h2 {
  color: #13544F;
  font-size: 250%;
  font-weight: 900;
}

body section.contribua-associe-se .the-content {
  color: #13544F;
}

body section.categorias-contribua {
  background: #12443b url(../images/bg-contribua.jpg) repeat-x;
  padding-bottom: 50px;
}

body section.categorias-contribua h2 {
  color: #13544F;
  font-size: 250%;
  font-weight: 900;
  margin-bottom: 40px;
}

body section.categorias-contribua .box-container {
  text-align: center;
  background: #d1d2d4;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

body section.categorias-contribua .box-container .icone {
  display: inline-block;
  width: 121px;
  height: 143px;
  background-repeat: no-repeat;
}

body section.categorias-contribua .box-container .titulo {
  min-height: 3em;
}

body section.categorias-contribua .box-container .titulo h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

body section.categorias-contribua .box-container .cta a {
  padding: 10px 25px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  display: inline-block;
  margin-top: 15px;
}

body section.categorias-contribua .box-container .cta a.saiba-mais {
  background-color: #74B980;
}

body section.categorias-contribua .box-container .cta a.participe {
  background-color: #13544F;
}

body section.categorias-contribua .box-container.cat1 .icone {
  background-image: url("../images/cat1off.png");
}

body section.categorias-contribua .box-container.cat1:hover .icone {
  background-image: url("../images/cat1on.png");
}

body section.categorias-contribua .box-container.cat2 .icone {
  background-image: url("../images/cat2off.png");
}

body section.categorias-contribua .box-container.cat2:hover .icone {
  background-image: url("../images/cat2on.png");
}

body section.categorias-contribua .box-container.cat3 .icone {
  background-image: url("../images/cat3off.png");
}

body section.categorias-contribua .box-container.cat3:hover .icone {
  background-image: url("../images/cat3on.png");
}

body section.categorias-contribua .box-container.cat4 .icone {
  background-image: url("../images/cat4off.png");
}

body section.categorias-contribua .box-container.cat4:hover .icone {
  background-image: url("../images/cat4on.png");
}

body section.categorias-contribua div.accordion {
  padding: 30px;
}

body section.categorias-contribua div.accordion div.conteudo-categoria {
  background: #65bf8b;
  padding: 20px;
  border-radius: 20px;
  box-shadow: black 0px 10px 20px;
}

body section.categorias-contribua div.accordion div.conteudo-categoria a {
  color: white;
}

body section.categorias-contribua div.mais-info h2 {
  color: #74B980;
}

body section.categorias-contribua div.mais-info a {
  color: white;
}

body section.blog-list {
  padding: 50px 0;
}

body section.blog-list div.archive-meta ul {
  margin-left: 20px;
  list-style: circle;
  margin-bottom: 20px;
}

body section.blog-list div.archive-meta a {
  color: #74B980;
}

body section.blog-list div.single-post-list {
  margin-bottom: 50px;
}

body section.blog-list div.single-post-list div.img-container {
  display: flex;
  align-items: center;
}

body section.blog-list div.single-post-list div.date {
  color: #74B980;
}

body section.blog-list div.single-post-list h2 {
  margin-bottom: 15px;
}

body section.blog-list div.single-post-list h2 a {
  color: black;
  font-weight: 700;
}

body section.blog-list div.single-post-list div.ver-mais a {
  color: #74B980;
  font-size: 110%;
}

body section.blog-list div.single-post-list div.ver-mais a span {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border: solid 2px #74B980;
  border-radius: 30px;
}

body section.blog-list div.single-post-list div.ver-mais a:hover span {
  background: #74B980;
}

body section.blog-list div.single-post-list div.ver-mais a:hover span i {
  color: white;
}

body section.single-post {
  padding: 100px 0;
}

body section.single-post .post-content a {
  color: #74B980;
}

body section.single-post div.single-post-content a.voltar {
  color: #74B980;
}

body section.single-post div.single-post-content ul {
  margin-left: 20px;
  list-style: circle;
}

body section.single-post div.single-post-content div.category ul.post-categories li {
  display: inline-block;
  margin-right: 10px;
}

body section.single-post div.single-post-content div.category ul.post-categories li a {
  display: inline-block;
  color: #74B980;
}

body section.single-post div.single-post-content div.category ul.post-categories li a:after {
  content: ", ";
}

body section.single-post div.single-post-content div.category ul.post-categories li:last-child a:after {
  content: "";
}

body section.single-post div.single-post-content div.date {
  color: #7DC6E8;
}

body section.single-post div.single-post-content h1 {
  margin-bottom: 40px;
  font-weight: 700;
}

body section.single-post div.single-post-content .post-content {
  font-size: 120%;
}

body section.single-post div.single-post-content .post-content img {
  max-width: 100%;
}

body section.single-post div.single-post-content .post-content iframe {
  max-width: 100%;
}

body section.single-post div.single-post-content .post-content a {
  font-weight: 700;
  /*color: $azulBiblioteca;*/
  text-decoration: underline;
}

body section.single-post div.single-post-content .post-content a:hover {
  color: #1393CE;
  text-decoration: none;
}

body section.single-post.single-biblioteca div.single-post-content div.image-container {
  width: 400px;
  margin-right: 80px;
  margin-bottom: 40px;
}

body section.single-post.single-biblioteca div.single-post-content div.image-container img {
  box-shadow: 5px 5px 20px #666666;
}

body section.sidebar div.primary-sidebar div.sidebar-widget {
  margin-bottom: 40px;
}

body section.sidebar div.primary-sidebar div.sidebar-widget h2 {
  color: #74B980;
  font-weight: 700;
  margin-bottom: 20px;
}

body section.sidebar div.primary-sidebar div.sidebar-widget ul li {
  margin-bottom: 25px;
}

body section.sidebar div.primary-sidebar div.sidebar-widget ul li a {
  color: #666666;
  font-size: 100%;
  font-weight: 500;
  line-height: 110%;
}

body section.sidebar div.primary-sidebar div.sidebar-widget div.tagcloud a {
  color: #666666;
}

body section.sidebar div.primary-sidebar div.sidebar-widget label {
  display: none;
}

body section.sidebar div.primary-sidebar div.sidebar-widget select {
  width: 100%;
  padding: 5px;
  background: white;
  border: solid 1px #666666;
  border-radius: 5px;
}

body section.biblioteca-content {
  padding: 100px 0 50px;
}

body section.biblioteca-content div.cta {
  margin-top: 50px;
}

body section.biblioteca-content div.cta .ghost-button {
  color: #7DC6E8;
  border-color: #7DC6E8;
}

body section.biblioteca-content div.cta .ghost-button:hover {
  color: white;
  background: #7DC6E8;
}

body div.biblioteca-list {
  margin-bottom: 50px;
}

body div.biblioteca-list div.biblioteca-search {
  padding-bottom: 50px;
}

body div.biblioteca-list div.biblioteca-search input#search {
  width: 80%;
  outline: 0;
  border: solid 2px #7DC6E8;
}

body div.biblioteca-list div.biblioteca-search button {
  outline: 0;
  border: 0;
  background: transparent;
}

body div.biblioteca-list div.single-biblioteca {
  position: relative;
  width: 100%;
  height: 100%;
}

body div.biblioteca-list div.single-biblioteca.has-foto div.dados {
  opacity: 0;
}

body div.biblioteca-list div.single-biblioteca div.dados {
  position: absolute;
  background: #F39825;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  color: white;
  transition: all 0.5s ease;
  border: solid 3px #F39825;
}

body div.biblioteca-list div.single-biblioteca div.dados h2 {
  font-weight: 700;
}

body div.biblioteca-list div.single-biblioteca div.dados div.dados-bottom {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

body div.biblioteca-list div.single-biblioteca:hover div.dados {
  background: #7DC6E8;
}

body div.biblioteca-list div.single-biblioteca:hover.has-foto div.dados {
  opacity: 0.9;
}

@media only screen and (max-width: 768px) {
  body div.biblioteca-list div.single-biblioteca {
    min-height: 300px;
  }
  body div.biblioteca-list div.single-biblioteca.has-foto div.dados {
    background: black;
    opacity: 0.9;
  }
}

body section.agenda-content {
  padding: 100px 0 50px;
}

body section.agenda-content div.cta {
  margin-top: 50px;
}

body section.agenda-content div.cta .ghost-button {
  color: #EC977D;
  border-color: #EC977D;
}

body section.agenda-content div.cta .ghost-button:hover {
  color: white;
  background: #EC977D;
}

body div.agenda-list div.single-agenda {
  border: solid 1px #E6E6E6;
  border-radius: 5px;
  box-shadow: 1px 1px 30px #666666;
  background: white;
  transition: all 0.5s ease;
}

body div.agenda-list div.single-agenda:hover {
  box-shadow: 1px 1px 50px #666666;
}

body div.agenda-list div.single-agenda a {
  text-decoration: none;
}

body div.agenda-list div.single-agenda div.foto {
  padding: 15px 15px 0 15px;
}

body div.agenda-list div.single-agenda div.dados {
  padding: 15px;
  color: black;
}

body div.agenda-list div.single-agenda div.dados h2, body div.agenda-list div.single-agenda div.dados h3 {
  font-weight: 700;
  font-size: 130%;
  background: #E6E6E6;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body div.dados-agenda div.data-container {
  width: 60px;
  height: 60px;
  background: url(../images/UCB_data_agenda-01.png) no-repeat;
  background-size: 100%;
  text-align: center;
  font-size: 18px;
}

body div.dados-agenda div.data-container div.mes {
  font-weight: 900;
  text-transform: uppercase;
}

body div.dados-agenda div.data-container div.dia {
  font-weight: 700;
  font-size: 110%;
}

body div.dados-agenda div.hora, body div.dados-agenda div.local {
  font-size: 80%;
  padding-top: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body div.dados-agenda div.hora i, body div.dados-agenda div.local i {
  color: #CCCCCC;
  font-size: 110%;
}

body div.dados-agenda.dados-interna div.hora, body div.dados-agenda.dados-interna div.local {
  font-size: 100%;
}

body header.archive-header {
  padding-top: 50px;
}

body header.archive-header h1 {
  color: #74B980;
  font-weight: 700;
}

body header.archive-header h1 span {
  color: black;
}

body section.full-img img {
  width: 100%;
  height: auto;
}

body .post-content a {
  color: #74B980;
  font-weight: 700;
}

body .the-content {
  font-size: 1.1em;
}

body .the-content ul {
  margin-left: 20px;
  list-style: circle;
  margin-bottom: 20px;
}

body .the-content a {
  color: #74B980;
  font-weight: 700;
}

body .the-content h3 {
  color: #13544F;
  text-transform: uppercase;
}

body .slick-slider .slick-slide {
  padding: 0 10px;
}

body .slick-slider .slick-arrow {
  position: absolute;
  top: 80px;
  background: 0;
  border: 0;
  outline: 0;
  color: #74B980;
  cursor: pointer;
}

body .slick-slider .slick-arrow:hover {
  color: black;
}

body .slick-slider .slick-arrow.slick-next {
  right: -50px;
}

body .slick-slider .slick-arrow.slick-prev {
  left: -50px;
}

@media only screen and (max-width: 768px) {
  body .slick-slider .slick-arrow.slick-next {
    right: 0;
  }
  body .slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}

body a.ghost-button {
  border: solid 4px #1393CE;
  color: white;
  border-radius: 6px;
  font-size: 150%;
  font-weight: 700;
  padding: 15px 40px;
  display: inline-block;
  text-decoration: none;
}

body a.ghost-button:hover {
  background: white;
  color: #1393CE;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.hupso_twitter {
  width: auto !important;
}

.hupso_facebook {
  margin-top: 2px !important;
}

@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    max-width: 100%;
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    max-width: 14.285714285714285714285714285714%;
    width: 14.285714285714285714285714285714%;
    flex: 0 0 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    max-width: 14.285714285714285714285714285714%;
    width: 14.285714285714285714285714285714%;
    flex: 0 0 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

.popup-lgpd {
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999999999;
}
