@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Variáveis - Cores */
/* Mixins */
@media (max-width: 999px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 1000px) {
  .hidden-desk {
    display: none;
  }
}
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.interna [class*="col"] {
  padding-bottom: 10px;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: Lato, arial, sans-serif;
  font-size: 1em;
  background: #fff;
}
body a {
  color: #000;
}
body p {
  line-height: 24px;
  margin-bottom: 15px;
}

.lista {
  margin: 0 0 0 20px;
}
.lista li {
  padding-top: 10px;
}

.interna-conteudo {
  margin-top: 25px;
}
.interna-conteudo ul li {
  margin: 0;
}
.interna-conteudo ul li ul {
  margin: 10px 20px;
}

.tags {
  list-style: none;
}

.moduletable-categorias ul li {
  margin: 0 !important;
}

h4.subtitulo {
  color: #2593b7;
  font-size: 20px;
}

h3.subtitulo {
  color: #20495e;
  font-size: 24px;
  margin: 25px 0;
}

.full {
  width: 100% !important;
}

#slidetag {
  display: none;
}

.docman_block {
  margin-top: 20px;
}

.fancybox-wrap {
  z-index: 99999999 !important;
}

.fancybox-overlay {
  z-index: 9999999 !important;
}

.container {
  width: auto !important;
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.article-info {
  padding: 10px 0 0 0;
  color: #000 !important;
  margin: 0;
}

.interna-titulo {
  padding: 27px 0;
  margin-bottom: 25px;
}
.interna-titulo h1 {
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  font-weight: 100;
  color: #fff;
}
@media (min-width: 1000px) {
  .interna-titulo h1 {
    font-size: 72px;
  }
}
.interna-titulo h1:first-letter {
  text-transform: uppercase;
}
.interna .subheading-category {
  font-size: 1.3em;
  margin-bottom: 25px;
  display: block;
}
.interna-conteudo {
  margin-bottom: 25px;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1000px) {
  .interna-conteudo {
    display: flex;
    flex-flow: row nowrap;
  }
}
.interna-conteudo select {
  width: 100%;
  padding: 10px;
  margin-bottom: 5%;
}
@media (min-width: 1000px) {
  .interna-conteudo select {
    display: none;
  }
}
.interna-conteudo-pagina {
  width: 100%;
  min-height: 200px;
  order: 1;
}
@media (min-width: 1000px) {
  .interna-conteudo-pagina {
    width: 75%;
    min-height: 400px;
    order: 1;
  }
}
.interna-conteudo-pagina .item-page img {
  max-width: 100%;
  height: auto;
}
.interna-conteudo-pagina .article-info-term {
  display: none;
}
.interna-conteudo-pagina .createdby {
  font-weight: 700;
}
.interna-conteudo-sidebar {
  width: 100%;
  order: 2;
  margin-top: 25px;
}
@media (min-width: 1000px) {
  .interna-conteudo-sidebar {
    display: block;
    width: 24%;
    margin-top: 0;
    margin-left: 30px;
    order: 2;
  }
}
.interna-conteudo-sidebar h3 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 100;
  font-size: 30px;
}
.interna-conteudo-sidebar img {
  max-width: 100%;
}
.interna-conteudo-sidebar ul li {
  list-style: none;
}
.interna-conteudo-sidebar ul li a {
  display: block;
  margin: 5px 0;
  padding: 7px;
  background: #fafafa;
  text-decoration: none;
  color: #20495e;
  border-left: 4px solid #20495e;
}
.interna-conteudo-sidebar ul li a:hover {
  background: #20495e;
  color: #fff;
}
.interna-conteudo-sidebar ul li.current a {
  background: #20495e;
  color: #fff;
}
.interna-conteudo-sidebar ul li.active a {
  background: #20495e;
  color: #fff;
}
.interna-conteudo-sidebar ul li ul li {
  margin: -5px 0 0 0;
}
.interna-conteudo-sidebar ul li ul li a {
  background: #fafafa !important;
  color: #20495e !important;
  border-left: none;
  margin: 0 !important;
  padding-left: 15px !important;
}
.interna-conteudo-sidebar ul li ul li.current a {
  background: #878787;
  color: #20495e;
}

.page-header,
.subheading-category {
  color: #20495e;
  margin-bottom: 25px;
}

select {
  padding: 10px;
}

.browserSelecao {
  background-color: #ececec;
  padding: 10px;
}
.browserSelecao select {
  display: block;
}

#chrome,
#firefox,
#internetExplorer {
  display: none;
}

.avisoPdf {
  background: #e3b000;
  border: 1px solid #c29f28;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

.avisoPdf p {
  margin: 0;
}

.avisoPdf:hover {
  cursor: pointer;
}

.category-list table tr td {
  padding: 7px 0;
}
.category-list table tr td.list-title {
  width: 80%;
}
.category-list table tr td.list-date {
  display: none;
}
@media (min-width: 1000px) {
  .category-list table tr td.list-date {
    display: block;
  }
}

.item-101 {
  display: none;
}
.item-101 a {
  font-size: 27px !important;
}

#vlibras {
  position: absolute;
  z-index: 999999;
  background: #fff;
  width: 240px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #878787;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  right: 0;
  left: 100px;
}
#vlibras p {
  margin: 0;
}

.interna-conteudo-sidebar {
  display: none;
}
@media (min-width: 1000px) {
  .interna-conteudo-sidebar {
    display: block;
  }
}

#fox-m114-captcha-box,
#fox-m230-captcha-box {
  position: relative;
}

#fox-m114-captcha-answer,
#fox-m230-captcha-answer {
  width: 100% !important;
}

.docman_download {
  display: none;
}

.breadcrumb {
  display: flex;
  list-style: none;
  margin-bottom: 25px;
}
.breadcrumb li {
  padding: 0 10px 0 0;
}

.docman_category .whitespace_preserver {
  display: none;
}

.docman_categories .whitespace_preserver,
.koowa_header__link {
  display: block;
}

body.contrato-gestao .k-ui-namespace .docman_document {
  margin-top: 0 !important;
}

body.contrato-gestao .docman_block {
  display: none !important;
}

.docman_page_heading {
  margin-bottom: 15px;
}

.preHeader .row {
  justify-content: space-between;
}
@media (min-width: 1000px) {
  .preHeader .row {
    justify-content: initial;
  }
}

.preHeader {
  background: #fafafa;
  font-size: 14px;
  padding: 14px 0;
}
.preHeader .row {
  justify-content: space-between;
}
.preHeader a {
  text-decoration: none;
  color: #20495e;
}
.preHeader ul {
  display: flex;
  flex-flow: row;
  align-content: center;
  list-style: none;
}
.preHeader li {
  padding: 0 10px;
}
.preHeader li:first-of-type {
  padding-left: 0;
}
.preHeader li:last-child {
  padding-right: 0;
}
.preHeader-acessibilidade {
  display: none;
  margin-right: 20px;
  position: relative;
}
@media (min-width: 1000px) {
  .preHeader-acessibilidade {
    display: block;
  }
}
.preHeader-acessibilidade .vlibras {
  margin-top: -2px;
}
.preHeader-acessibilidade .vlibras #vlibras {
  display: none;
}
.preHeader-acessibilidade .vlibras #vlibrasLink {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/icon-libra.png") no-repeat;
}
.preHeader-acessibilidade .vlibras #vlibrasLink:hover {
  background: url("../images/icon-libra-hover.png") no-repeat;
}
.preHeader-acessos {
  flex-grow: 2;
}
.preHeader-acessos li {
  border-right: 1px solid #20495e;
  text-align: center;
}
.preHeader-acessos li:last-child {
  border-right: none;
}
@media (min-width: 1000px) {
  .preHeader-idiomas {
    margin: 0 20px;
  }
}
.preHeader-idiomas ul li {
  padding: 0 10px;
  border-right: 1px solid #20495e;
}
.preHeader-idiomas ul li:first-child {
  padding-left: 0;
}
.preHeader-idiomas ul li:last-child {
  border-right: none;
}
.preHeader-internacional {
  display: flex;
}
.preHeader a:hover {
  font-weight: 700;
  color: #20495e;
}

body.pt-br a.pt-br {
  font-weight: bold;
}

body.en-gb a.en {
  font-weight: bold;
}

body.es-es a.es {
  font-weight: bold;
}

body.vagas-administracao .item-206 {
  border-bottom: 3px solid #2593b7;
}

.header {
  padding: 32px 0;
}
.header .row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.header .container {
  position: static;
}
.header a {
  text-decoration: none;
}
.header-menu-mobile {
  order: 1;
}
@media (min-width: 1000px) {
  .header-menu-mobile {
    display: none;
  }
}
.header-menu-mobile-close {
  position: absolute;
  z-index: 99999999;
  top: 20px;
  right: 25px;
  color: #fff;
  font-size: 27px;
}
@media (min-width: 1000px) {
  .header-menu-mobile-close {
    display: none;
  }
}
.header-logo {
  order: 2;
  text-align: center;
}
@media (min-width: 1000px) {
  .header-logo {
    order: 1;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .header-menu {
    order: 2;
  }
}
.header-menu-links {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: auto;
  width: 100%;
  max-height: 900px;
  background: #20495e;
  z-index: 99999;
  list-style: none;
  padding: 50px 0;
  height: 800px;
  opacity: 0.97;
}
@media (min-width: 1000px) {
  .header-menu-links {
    position: static;
    display: flex;
    list-style: none;
    margin-left: 30px;
    order: 2;
    padding: 0;
    list-style: none;
    background: #fff;
    height: auto;
    opacity: 10;
  }
}
.header-menu-links li {
  padding: 3px 0;
}
@media (min-width: 1000px) {
  .header-menu-links li {
    margin: 0px 35px 0 0;
    border-bottom: 3px solid #fff;
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .header-menu-links li.active {
    border-bottom: 3px solid #2593b7;
  }
}
@media (min-width: 1000px) {
  .header-menu-links li:hover {
    border-bottom: 3px solid #2593b7;
  }
}
.header-menu-links li:last-child a {
  margin-right: 0;
}
.header-menu-links li a {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 5px 25px;
}
@media (min-width: 1000px) {
  .header-menu-links li a {
    font-size: 20px;
    color: #20495e;
    display: initial;
    padding: 0;
  }
}
.header-menu-links li.item-305,
.header-menu-links li.item-307,
.header-menu-links li.item-306,
.header-menu-links li.item-317,
.header-menu-links li.item-331,
.header-menu-links li.item-339,
.header-menu-links li.item-340 {
  display: none;
}
.header-pesquisa {
  order: 3;
}
.header-pesquisa .element-invisible {
  display: none;
}
@media (min-width: 1000px) {
  .header-pesquisa {
    order: 3;
    min-width: 40px;
    max-width: 220px;
  }
}
.header-pesquisa li {
  list-style: none;
}
.header-pesquisa #mod-search-searchword120,
.header-pesquisa #mod-search-searchword181 {
  padding: 2px;
  width: 85%;
}
.header-pesquisa .search {
  display: none;
  text-align: right;
}
@media (min-width: 1000px) {
  .header-pesquisa .search {
    display: block;
  }
}
.header-pesquisa img {
  vertical-align: -webkit-baseline-middle;
}
@media (min-width: 1000px) {
  .header-pesquisa img {
    display: none;
  }
}
.header-social {
  display: none;
  list-style: none;
  margin-left: 0px;
  order: 4;
}
@media (min-width: 1000px) {
  .header-social {
    display: flex;
  }
}
.header-social li {
  margin: 0 5px;
  width: 25px;
  height: 25px;
}
.header-social li a {
  display: block;
  width: 25px;
  height: 25px;
}
.header-social li:hover {
  cursor: pointer;
}
.header-social li.linkedin {
  background: url(../images/icon-linkedin.png) no-repeat;
}
.header-social li.linkedin:hover {
  background: url(../images/icon-linkedin-hover.png) no-repeat;
}
.header-social li.instagram {
  background: url(../images/icon-instagram.png) no-repeat;
}
.header-social li.instagram:hover {
  background: url(../images/icon-instagram-hover.png) no-repeat;
}
.header-social li.facebook {
  background: url(../images/icon-facebook.png) no-repeat;
}
.header-social li.facebook:hover {
  background: url(../images/icon-facebook-hover.png) no-repeat;
}
.header-social li.twitter {
  background: url(../images/icon-x.png) no-repeat;
}
.header-social li.twitter:hover {
  background: url(../images/icon-x-hover.png) no-repeat;
}
.header-social li.youtube {
  background: url(../images/icon-youtube.png) no-repeat;
}
.header-social li.youtube:hover {
  background: url(../images/icon-youtube-hover.png) no-repeat;
}
.header-social li:last-child {
  margin-right: 0;
}
.header-social img {
  vertical-align: -webkit-baseline-middle;
}

.footer {
  background: #3e3e3e;
  color: #fff;
  padding: 25px 0;
  font-weight: 300;
}
.footer-acesso-rapido h2,
.footer-onde h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding: 15px 0 10px 0;
  margin-bottom: 20px;
}
.footer-acesso-rapido {
  padding-right: 20px;
  text-align: center;
}
@media (min-width: 1000px) {
  .footer-acesso-rapido {
    text-align: left;
  }
}
.footer-acesso-rapido .item-106,
.footer-acesso-rapido .item-107,
.footer-acesso-rapido .item-307,
.footer-acesso-rapido .item-639 {
  display: none;
}
.footer-acesso-rapido .item-286 {
  padding-right: 30px;
}
.footer-acesso-rapido ul {
  margin-top: -10px;
}
@media (min-width: 1000px) {
  .footer-acesso-rapido ul {
    display: flex;
    justify-content: space-between;
  }
}
.footer-acesso-rapido ul li {
  padding: 7px 0;
}
@media (min-width: 1000px) {
  .footer-acesso-rapido ul li {
    width: 195px;
  }
}
.footer-acesso-rapido ul li ul {
  margin-top: -10px;
}
@media (min-width: 1000px) {
  .footer-acesso-rapido ul li ul {
    display: block;
  }
}
.footer-acesso-rapido .nav-header {
  font-weight: bold;
}
.footer-acesso-rapido .acessos-menu-child {
  margin-top: 5px;
}
.footer-acesso-rapido .acessos-menu-projetos,
.footer-acesso-rapido .acessos-menu-quem-somos,
.footer-acesso-rapido .acessos-menu-vagas,
.footer-acesso-rapido .acessos-menu-noticias,
.footer-acesso-rapido .acessos-menu-contatos {
  font-weight: bold;
}
.footer-acesso-logos {
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.footer-acesso-logos div {
  text-align: center;
  width: auto;
  padding: 10px;
}
@media (min-width: 1000px) {
  .footer-acesso-logos div {
    width: 33%;
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .footer-acesso-logos {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .footer-acesso-logos div {
    margin-right: 60px;
  }
}
.footer-onde {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .footer-onde {
    text-align: left;
    margin-top: 0px;
  }
}
.footer-onde-sociais {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .footer-onde-sociais {
    justify-content: left;
    margin-bottom: 0;
  }
}
.footer-onde-sociais li {
  padding: 0 15px;
  border-right: 1px solid #fff;
  margin-top: -2px;
}
.footer-onde-sociais li:first-child {
  padding-left: 0;
}
.footer-onde-sociais li:last-child {
  border-right: none;
}
.footer-endereco {
  text-align: center;
}
@media (min-width: 1000px) {
  .footer-endereco {
    text-align: left;
    margin-top: 10px;
  }
}
.footer-endereco .col-6 {
  margin: 5px 0;
}
.footer-endereco h3 {
  font-size: 16px;
  color: #fff;
  margin: 11px 0 0 0;
}
.footer-endereco p {
  margin: 0;
}
.footer ul li {
  list-style: none;
}
.footer ul li a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  font-weight: 700;
  color: #20495e;
}

.banner {
  height: 320px;
  position: relative;
}
.banner .bxslider {
  height: 100%;
}
.banner .bxslider li {
  height: 100%;
  background-size: cover !important;
  opacity: 100 !important;
}
.banner .bxslider li:nth-child(1) {
  background: url(../images/banner.png);
}
.banner .bxslider li:nth-child(2) {
  background: url(../images/banner.png);
}
.banner .bxslider li:nth-child(3) {
  background: url(../images/banner.png);
}
.banner .bxslider li:nth-child(4) {
  background: url(../images/banner.png);
}

.banner-caption-sub {
  position: absolute;
  width: 100%;
  color: #fff;
  font-family: Lato;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}
@media (min-width: 1000px) {
  .banner-caption-sub {
    font-size: 60px;
    line-height: 80px;
  }
}
.banner-caption-sub .container {
  max-width: 950px !important;
  margin-top: 30px;
}
@media (min-width: 1000px) {
  .banner-caption-sub .container {
    margin-top: 80px;
  }
}

.bxslider li img {
  width: 100%;
  min-height: 310px;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.banner .bx-controls {
  width: auto !important;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: -150px;
}

.banner .bx-wrapper .bx-controls-direction a {
  margin-top: -40px;
}

.banner .bx-wrapper .bx-controls-direction a {
  width: 33px !important;
  height: 62px !important;
}

.banner .bx-wrapper .bx-prev {
  display: none;
}
@media (min-width: 1000px) {
  .banner .bx-wrapper .bx-prev {
    display: block;
    left: 0 !important;
    background: url(../images/icon-arrow-left.png) 0 no-repeat !important;
  }
}

.banner .bx-wrapper .bx-next {
  display: none;
}
@media (min-width: 1000px) {
  .banner .bx-wrapper .bx-next {
    display: block;
    right: 0 !important;
    background: url(../images/icon-arrow-right.png) 0 no-repeat !important;
  }
}

.banner-caption-sub a {
  text-decoration: none;
  color: #fff;
}

.bread {
  margin: 25px 0;
  height: 20px;
  display: table;
  margin-left: -20px;
}
.bread ul li {
  float: left;
  list-style: none;
  padding: 0 2px;
  font-size: 13px;
}
.bread ul li.active {
  color: palette(cinza);
}

.list-blog {
  display: flex;
  flex-flow: wrap column;
}
@media (min-width: 1000px) {
  .list-blog {
    flex-flow: wrap row;
  }
}
.list-blog-item {
  display: flex;
  width: 100%;
  background: #fff;
  margin: 0 1% 2% 0;
}
@media (min-width: 1000px) {
  .list-blog-item {
    display: initial;
    width: 32%;
  }
}
@media (min-width: 1000px) {
  .list-blog-item-foto {
    width: 100%;
  }
}
.list-blog-item-foto img {
  width: 100%;
}
.list-blog-item-titulo {
  padding: 10px;
}
@media (min-width: 1000px) {
  .list-blog-item-titulo {
    width: 100%;
  }
}
.list-blog-item-titulo .createdby,
.list-blog-item-titulo .article-info-term {
  display: none;
}
.list-blog-item-titulo .published {
  color: palette(vermelho);
  font-weight: bold;
  margin-top: 10px;
}
.list-blog-item-titulo h2 {
  font-size: 16px;
  line-height: 22px;
}
.list-blog-item-titulo h2 a {
  text-decoration: none;
}

.divToggle {
  padding: 10px 0;
}
.divToggle h4 {
  padding: 10px 0;
  font-size: 20px;
}
.divToggle h4:first-child {
  border-top: none;
}
.divToggle h4:hover {
  cursor: pointer;
}
.divToggle h4:after {
  content: "";
  display: inline;
  font-size: 20px;
  padding-left: 10px;
  color: #2593b7;
  font-weight: 900;
}
.divToggle h4.icon-menos:after {
  content: "-";
}
.divToggle h4.icon-mais:after {
  content: "+";
}
.divToggle ul {
  margin-left: 15px;
}
.divToggle ul li {
  list-style: none;
  padding: 5px 0;
}
.divToggle .toggle {
  background: #fff;
  margin-bottom: 0;
  margin: 5px;
}
.divToggle .toggle-invisivel {
  display: none;
}
.divToggle .toggle-visivel {
  display: block !important;
  margin-bottom: 20px;
}

.pagination {
  margin: 18px 0;
}

.pagination .pull-right {
  float: none !important;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px;
}

.pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.addtoany_list a {
  padding: 0;
  width: 55px;
  height: 60px;
  margin: 10px 5px 10px 0;
  background-color: transparent !important;
}
.addtoany_list a:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 65px;
  height: 65px;
  background: url(../images/icons.png) no-repeat;
  background-position: 0 0;
  float: left;
}
.addtoany_list a span {
  display: none;
}

.addtoany_list a.a2a_button_facebook:before {
  background-position: -295px 0px;
}

.addtoany_list a.a2a_button_twitter:before {
  background-position: -512px 0px;
}

.addtoany_list a.a2a_button_google_plus:before {
  background-position: -510px -90px;
}

.addtoany_list a.a2a_button_linkedin:before {
  background-position: -437px 0px;
}

.addtoany_list a.a2a_button_email:before {
  background-position: -363px -91px;
}

.leiaTambem {
  padding: 15px 0;
  background: #fafafa;
}
.leiaTambem h3 {
  color: #20495e;
}
.leiaTambem .category-module {
  display: flex;
  flex-flow: nowrap column;
}
@media (min-width: 1000px) {
  .leiaTambem .category-module {
    flex-flow: nowrap row;
  }
}
.leiaTambem-item {
  display: flex;
  width: 100%;
  margin: 1% 0;
  background: palette(vermelho, light);
}
@media (min-width: 1000px) {
  .leiaTambem-item {
    display: initial;
    margin: 0 1%;
  }
}
@media (min-width: 1000px) {
  .leiaTambem-item {
    width: 25%;
  }
}
.leiaTambem-item:first-child {
  margin-left: 0;
}
.leiaTambem-item:last-child {
  margin-right: 0;
}
.leiaTambem-item img {
  max-width: 100%;
  height: auto;
}
.leiaTambem-item a {
  color: #20495e;
  text-decoration: none;
}
.leiaTambem-item-imagem {
  width: 25%;
}
@media (min-width: 1000px) {
  .leiaTambem-item-imagem {
    width: 100%;
  }
}
.leiaTambem-item-titulo {
  width: 75%;
  padding: 5px 0;
}
@media (min-width: 1000px) {
  .leiaTambem-item-titulo {
    width: 100%;
  }
}
.leiaTambem-item-titulo p {
  line-height: 19px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 0;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  background-image: none;
  margin-bottom: 20px;
}

.close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.bx-wrapper {
  background: none !important;
}

.banner .bx-wrapper,
.banner .bx-viewport {
  height: 100% !important;
}

.bx-wrapper .bx-pager {
  position: static !important;
  padding-top: 10px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #878787 !important;
  border: 1px solid #878787 !important;
}

.banner .bx-controls {
  margin-top: 0;
}

@media (min-width: 1000px) {
  .bx-wrapper .bx-pager {
    position: absolute !important;
  }

  .banner .bx-controls {
    margin-top: -150px;
  }
}
.bx-prev {
  display: none;
}
@media (min-width: 1000px) {
  .bx-prev {
    display: block;
    left: 25px !important;
    background: url(../images/icon-arrow-left.png) 0 no-repeat !important;
  }
}

.bx-next {
  display: none;
}
@media (min-width: 1000px) {
  .bx-next {
    display: block;
    right: 300px !important;
    background: url(../images/icon-arrow-right.png) 0 no-repeat !important;
  }
}

.bx-wrapper .bx-controls-direction a {
  margin-top: -40px !important;
  height: 60px !important;
}

.section-home {
  padding: 25px 0;
}
@media (min-width: 1000px) {
  .section-home {
    margin: 25px 0;
  }
}
.section-home h2 {
  padding-bottom: 40px;
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
@media (min-width: 1000px) {
  .section-home h2 {
    font-size: 72px;
  }
}
.section-home h3 {
  padding-bottom: 40px;
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.en-gb .section-home,
.es-es .section-home {
  margin: 0;
}

.section-home-projetos {
  color: #20495e;
}
.section-home-projetos-botoes {
  margin-bottom: 40px;
}
@media (min-width: 1000px) {
  .section-home-projetos-botoes {
    margin-bottom: 65px;
  }
}
.section-home-projetos-botoes .row {
  justify-content: space-between;
}
@media (min-width: 1000px) {
  .section-home-projetos-botoes .col-md-6 {
    max-width: 45%;
  }
}
.section-home-projetos-botoes .btn-pesquisador,
.section-home-projetos-botoes .btn-financiador {
  padding-bottom: 0;
  margin-top: 20px;
  border: 2px solid #fff;
}
@media (min-width: 1000px) {
  .section-home-projetos-botoes .btn-pesquisador,
  .section-home-projetos-botoes .btn-financiador {
    margin-top: 0;
  }
}
.section-home-projetos-botoes .btn-pesquisador a,
.section-home-projetos-botoes .btn-financiador a {
  display: block;
  color: #fff;
  padding: 25px 15px;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 20px;
}
@media (min-width: 1000px) {
  .section-home-projetos-botoes .btn-pesquisador a,
  .section-home-projetos-botoes .btn-financiador a {
    font-size: 22px;
  }
}
.section-home-projetos-botoes .btn-pesquisador a:after,
.section-home-projetos-botoes .btn-financiador a:after {
  content: "";
  display: inline-block;
  background: url(../images/btn-arrow.png) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  height: 20px;
  width: 20px;
}
.section-home-projetos-botoes .btn-pesquisador:hover,
.section-home-projetos-botoes .btn-financiador:hover {
  background: #fff;
  border: 2px solid #20495e;
}
.section-home-projetos-botoes .btn-pesquisador a:hover,
.section-home-projetos-botoes .btn-financiador a:hover {
  color: #20495e;
}
.section-home-projetos-botoes .btn-pesquisador a:hover:after,
.section-home-projetos-botoes .btn-financiador a:hover:after {
  content: "";
  background: url(../images/btn-arrow-azul.png) no-repeat;
}
.section-home-projetos-botoes .btn-pesquisador {
  background: url(../images/btn-bg.png);
}
.section-home-projetos-botoes .btn-financiador {
  background: url(../images/btn-bg-other.png);
}
.section-home-projetos-outros {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.section-home-projetos .btn-big {
  display: block;
  border: 2px solid #20495e;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #20495e;
  font-size: 16px;
  font-weight: 900;
  margin: 10px 0;
}
@media (min-width: 1000px) {
  .section-home-projetos .btn-big {
    margin-bottom: 29px;
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  .section-home-projetos .btn-big:last-child {
    margin-bottom: 0;
  }
}
.section-home-projetos .btn-big:after {
  content: "";
  display: inline-block;
  background: url(../images/btn-arrow-azul-big.png) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  height: 28px;
  width: 30px;
}
.section-home-projetos .btn-big:hover {
  background: #20495e;
  color: #fff;
}
.section-home-projetos .btn-big:hover:after {
  background: url(../images/btn-arrow-big.png) no-repeat;
}
.section-home-projetos-mais {
  min-height: 45px;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  margin-top: 10px;
  font-size: 17px;
  float: right;
  border: 2px solid #20495e;
  color: #20495e;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .section-home-projetos-mais {
    padding-right: 60px;
    margin-top: 50px;
    font-size: 17px;
  }
}
.section-home-projetos-mais:before {
  content: "";
  display: block;
  width: 50px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icon-mais-white.png) no-repeat center #20495e;
  margin-top: -2px;
}
@media (min-width: 1000px) {
  .section-home-projetos-mais:before {
    right: 0;
  }
}
.section-home-projetos-mais:hover {
  background: #20495e;
  color: #fff;
}
.section-home-projetos-mais:hover:before {
  background: url(../images/btn-arrow.png) no-repeat center #20495e;
}

.section-home-projetos-destacados {
  padding-bottom: 40px;
}
@media (min-width: 1000px) {
  .section-home-projetos-destacados {
    padding-bottom: 0;
  }
}

.section-home-projetos-destacados-item h4 {
  margin-bottom: 10px;
  font-weight: 600;
}
.section-home-projetos-destacados-item p {
  margin: 5px 0;
}
.section-home-projetos-destacados-item .natureza {
  padding: 10px 0;
  border-top: 1px solid #20495e;
  border-bottom: 1px solid #20495e;
  font-size: 16px;
}
.section-home-projetos-destacados-item .natureza span {
  font-weight: 600;
}
.section-home-projetos-destacados-item .financiador {
  padding: 10px 0;
  border-bottom: 1px solid #20495e;
  font-size: 16px;
}
.section-home-projetos-destacados-item .financiador span {
  font-weight: 600;
}
.section-home-projetos-destacados-item .bx-viewport {
  position: relative;
}
@media (min-width: 1000px) {
  .section-home-projetos-destacados-item {
    display: flex;
    flex-flow: row;
  }
}
.section-home-projetos-destacados-item-foto {
  padding: 0 !important;
}
.section-home-projetos-destacados-item-foto img {
  width: 100%;
}
@media (min-width: 415px) and (max-width: 999px) {
  .section-home-projetos-destacados-item-foto img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .section-home-projetos-destacados-item-foto img {
    width: 100%;
  }
}
.section-home-projetos-destacados-item-titulo {
  margin-top: 10px;
}
@media (min-width: 1000px) {
  .section-home-projetos-destacados-item-titulo {
    margin-left: 10px;
    margin-top: 0;
  }
}
.section-home-projetos-destacados-item-titulo h4 {
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 1000px) {
  .section-home-projetos-destacados-item-titulo h4 {
    font-size: 24px;
  }
}
.section-home-projetos-destacados-item-titulo .leia-mais {
  margin-top: 10px;
}
.section-home-projetos-destacados-item-titulo .leia-mais a {
  text-decoration: none;
  color: #20495e;
  font-weight: 700;
  background: url("../images/btn-arrow-azul-small.png") no-repeat right 4px;
  padding-right: 25px;
}
.section-home-noticias-lista-item-titulo {
  background: #20495e;
  padding: 10px;
  margin-top: -5px;
  text-transform: uppercase;
  height: auto;
}
@media (min-width: 1000px) {
  .section-home-noticias-lista-item-titulo {
    height: 70px;
    margin-bottom: 0;
  }
}
.section-home-noticias-lista-item-titulo p {
  margin: 0;
}
.section-home-noticias-lista-item-titulo a {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
}
.section-home-noticias-lista-item-titulo:hover {
  background: #fff;
}
.section-home-noticias-lista-item-titulo:hover a {
  color: #20495e;
}
.section-home-noticias .bx-wrapper {
  padding-bottom: 40px;
}
@media (min-width: 1000px) {
  .section-home-noticias .bx-wrapper {
    padding-bottom: 0;
  }
}
.section-home-noticias-lista-item:hover
  .section-home-noticias-lista-item-titulo {
  background: #fff;
}
.section-home-noticias-lista-item:hover
  .section-home-noticias-lista-item-titulo
  a {
  color: #20495e !important;
}
.section-home-noticias-lista-item-foto img {
  width: 100%;
}
.section-home-noticias-mais {
  min-height: 45px;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  margin-top: 10px;
  font-size: 17px;
  float: right;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .section-home-noticias-mais {
    padding-right: 60px;
    margin-top: 50px;
    font-size: 17px;
  }
}
.section-home-noticias-mais:before {
  content: "";
  display: block;
  width: 50px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icon-mais.png) no-repeat center #fff;
  margin-top: -2px;
}
@media (min-width: 1000px) {
  .section-home-noticias-mais:before {
    right: 0;
  }
}
.section-home-noticias-mais:hover {
  background: #fff;
  color: #20495e;
}
.section-home-noticias-mais:hover:before {
  background: url(../images/btn-arrow-azul.png) no-repeat center #fff;
}
.section-home-noticias .bx-next {
  right: 30px !important;
}

.section-home-vagas h4 {
  margin: 0 auto;
}
.section-home-vagas h2 {
  color: #20495e;
}
.section-home-vagas .row {
  align-items: flex-end;
}
.section-home-vagas .btn-big {
  display: block;
  border: 2px solid #20495e;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #20495e;
  font-size: 20px;
  font-weight: 900;
}
@media (min-width: 1000px) {
  .section-home-vagas .btn-big {
    margin: 0;
    font-size: 24px;
  }
}
.section-home-vagas .btn-big:after {
  content: "";
  display: inline-block;
  background: url(../images/btn-arrow-azul-big.png) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  height: 28px;
  width: 30px;
}
.section-home-vagas .btn-big:hover {
  background: #20495e;
  color: #fff;
}
.section-home-vagas .btn-big:hover:after {
  background: url(../images/btn-arrow-big.png) no-repeat;
}
.section-home-vagas-status .content {
  padding: 15px;
  margin: 10px 0;
  color: #fff;
  background: #20495e;
}
@media (min-width: 1000px) {
  .section-home-vagas-status .content {
    min-height: 450px;
    margin: 0 auto;
  }
}
.section-home-vagas-status .content h4 {
  padding-bottom: 20px;
  font-size: 37px;
  font-weight: 700;
}
.section-home-vagas-status .content ul li {
  padding: 8px 0;
  list-style: none;
  border-bottom: 1px solid #fff;
}
.section-home-vagas-status .content ul li:last-child {
  border-bottom: none;
}
.section-home-vagas-status .content a {
  color: #fff;
  text-decoration: none;
  font-weight: lighter !important;
}
.section-home-vagas-mais {
  min-height: 45px;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  margin-top: 10px;
  font-size: 17px;
  float: right;
  border: 2px solid #20495e;
  color: #20495e;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .section-home-vagas-mais {
    padding-right: 60px;
    margin-top: 50px;
    font-size: 17px;
  }
}
.section-home-vagas-mais:before {
  content: "";
  display: block;
  width: 50px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icon-mais-white.png) no-repeat center #20495e;
  margin-top: -2px;
}
@media (min-width: 1000px) {
  .section-home-vagas-mais:before {
    right: 0;
  }
}
.section-home-vagas-mais:hover {
  background: #20495e;
  color: #fff;
}
.section-home-vagas-mais:hover:before {
  background: url(../images/btn-arrow.png) no-repeat center #20495e;
}
.section-home-vagas-mais-acessibilidade {
  min-height: 45px;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  margin-top: 10px;
  font-size: 17px;
  padding: 0;
  text-transform: initial;
  float: right;
  border: 2px solid #20495e;
  color: #20495e;
  text-transform: initial;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .section-home-vagas-mais-acessibilidade {
    padding-right: 60px;
    margin-top: 50px;
    font-size: 17px;
  }
}
.section-home-vagas-mais-acessibilidade:before {
  content: "";
  display: block;
  width: 50px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icon-acessibilidade.png) no-repeat center #20495e;
  margin-top: -2px;
  height: 46px;
  right: -2px !important;
}
@media (min-width: 1000px) {
  .section-home-vagas-mais-acessibilidade:before {
    right: 0;
  }
}
.section-home-vagas-mais-acessibilidade:hover {
  background: #20495e;
  color: #fff;
}
.section-home-vagas-mais-acessibilidade:hover:before {
  background: url(../images/icon-acessibilidade-azul.png) no-repeat center #fff;
}

.section-home-noticias {
  color: #fff;
  background: #20495e;
}
@media (min-width: 1000px) {
  .section-home-noticias {
    background: url(../images/bg-noticias.jpg) no-repeat bottom fixed #20495e;
    background-size: cover;
  }
}

body.institucional .numeros span,
body.who-we-are .numeros span,
body.quienes-somos .numeros span,
body.erro-ao-abrir-formulario-em-pdf .numeros span {
  color: #2593b7;
  display: block;
  font-size: 20px;
}
body.institucional .relatorio-gestao,
body.who-we-are .relatorio-gestao,
body.quienes-somos .relatorio-gestao,
body.erro-ao-abrir-formulario-em-pdf .relatorio-gestao {
  padding-bottom: 0.5rem;
}
body.institucional .estrutura-organizacao h5,
body.who-we-are .estrutura-organizacao h5,
body.quienes-somos .estrutura-organizacao h5,
body.erro-ao-abrir-formulario-em-pdf .estrutura-organizacao h5 {
  margin-bottom: -5px;
  margin-top: 20px;
}

body.noticias .interna [class*="col"],
body.news .interna [class*="col"] {
  margin: 0 0 10px 0;
}
body.noticias .list-blog-item-titulo,
body.news .list-blog-item-titulo {
  background: #fafafa;
  border-top: 5px solid #2593b7;
  margin-top: -5px;
}
body.noticias .list-blog-item-titulo .page-header,
body.news .list-blog-item-titulo .page-header {
  margin: 0;
}
body.noticias .list-blog-item-titulo .page-header h2,
body.news .list-blog-item-titulo .page-header h2 {
  line-height: 20px;
  margin-bottom: 10px;
}
body.noticias .list-blog-item-titulo .article-info,
body.news .list-blog-item-titulo .article-info {
  padding: 0;
}
body.noticias .list-blog-item-titulo .published,
body.news .list-blog-item-titulo .published {
  color: #2593b7;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}
body.noticias .published,
body.news .published {
  color: #2593b7;
  margin-bottom: 10px;
}
body.noticias .item-page .page-header h3,
body.news .item-page .page-header h3 {
  margin-top: 15px;
  color: #bdbdbd;
  font-weight: normal;
}
body.noticias .item-page .article-info,
body.news .item-page .article-info {
  margin: -20px 0 20px 0;
}
body.noticias .item-page .published,
body.news .item-page .published {
  margin-top: 2px;
}
body.noticias .moduletable-newsletter,
body.news .moduletable-newsletter {
  margin-top: 100px;
}
body.noticias .moduletable-newsletter #mc_embed_signup,
body.news .moduletable-newsletter #mc_embed_signup {
  font-family: "Roboto" !important;
}
body.noticias .moduletable-newsletter #mc_embed_signup .button,
body.news .moduletable-newsletter #mc_embed_signup .button {
  border-radius: 0 !important;
}
body.noticias .moduletable-newsletter h3,
body.news .moduletable-newsletter h3 {
  margin-bottom: 15px;
}
body.noticias .moduletable-newsletter label,
body.news .moduletable-newsletter label {
  width: 100%;
  display: block;
  padding: 5px 0;
}
body.noticias .moduletable-newsletter input,
body.news .moduletable-newsletter input {
  padding: 5px;
}
body.noticias .moduletable-newsletter .mc_fieldset,
body.news .moduletable-newsletter .mc_fieldset {
  border: none;
  margin-bottom: 20px;
}
body.noticias .moduletable-newsletter .mc_fieldset span,
body.news .moduletable-newsletter .mc_fieldset span {
  font-size: 85%;
}
body.noticias .moduletable-newsletter .content__gdpr,
body.news .moduletable-newsletter .content__gdpr {
  font-size: 85%;
  margin-top: 20px;
  font-weight: normal;
}
body.noticias .moduletable-newsletter .content__gdpr label,
body.news .moduletable-newsletter .content__gdpr label {
  font-size: 16px;
  font-weight: bold;
}
body.noticias .moduletable-newsletter .content__gdprLegal,
body.news .moduletable-newsletter .content__gdprLegal {
  font-size: 85%;
}
body.noticias .moduletable-newsletter input[type="submit"],
body.news .moduletable-newsletter input[type="submit"] {
  line-height: 0;
}
body.noticias .moduletable-newsletter input[type="checkbox"],
body.news .moduletable-newsletter input[type="checkbox"] {
  margin-right: 5px;
}
body.noticias .moduletable-newsletter #mc_embed_signup form,
body.news .moduletable-newsletter #mc_embed_signup form {
  padding: 0 !important;
}

body.projetos .fields-container {
  margin: 10px 0;
}
body.projetos .moduletable-coordenador {
  margin-top: 25px;
}
body.projetos .btn-big {
  display: block;
  border: 2px solid #20495e;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #20495e;
  font-size: 14px;
  font-weight: 900;
  margin: 10px 0;
}
@media (min-width: 1000px) {
  body.projetos .btn-big {
    margin-bottom: 29px;
    font-size: 22px;
  }
}
@media (min-width: 1000px) {
  body.projetos .btn-big:last-child {
    margin-bottom: 0;
  }
}
body.projetos .btn-big:after {
  content: "";
  display: inline-block;
  background: url(../images/btn-arrow-azul-big.png) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  height: 28px;
  width: 30px;
}
body.projetos .btn-big:hover {
  background: #20495e;
  color: #fff;
}
body.projetos .btn-big:hover:after {
  background: url(../images/btn-arrow-big.png) no-repeat;
}
body.projetos .projeto-destaque {
  position: relative;
  background: #1b688f;
  width: 250px;
}
@media (min-width: 1000px) {
  body.projetos .projeto-destaque {
    width: auto;
  }
}
body.projetos .projeto-destaque h3 {
  position: absolute;
  z-index: 999;
  bottom: 0;
  color: #fff;
  padding: 20px 10px;
}
body.projetos .projeto-destaque h3 a {
  color: #fff;
  text-decoration: none;
}
body.projetos .projeto-destaque img {
  opacity: 0.4;
  height: 150px !important;
}
@media (min-width: 1000px) {
  body.projetos .projeto-destaque img {
    height: auto !important;
  }
}
body.projetos .moduletable-categorias ul li ul {
  display: none;
}
body.projetos #mc_embed_signup input {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid palette(cinza);
  margin: 5px 0;
}
body.projetos #mc_embed_signup .input-group input {
  width: auto;
  float: left;
  margin-right: 5px;
}
body.projetos #mc_embed_signup ul li {
  margin-top: 5px;
  list-style: none;
  height: 30px;
}
body.projetos #mc_embed_signup input[type="submit"] {
  clear: both;
  background: palette(cinza);
  border: none;
  color: #fff;
  padding: 10px 22px;
  width: auto;
}
body.projetos #mc_embed_signup .mc-field-group {
  margin: 15px 0;
}
body.projetos #mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 13px;
}
body.projetos .page-header h3 {
  display: none;
}

body.vagas-projetos .interna-conteudo-sidebar,
body.vagas-administracao .interna-conteudo-sidebar {
  display: block;
}
body.vagas-projetos .interna-conteudo-sidebar .moduletable-categorias,
body.vagas-administracao .interna-conteudo-sidebar .moduletable-categorias {
  display: none;
}
@media (min-width: 1000px) {
  body.vagas-projetos .interna-conteudo-sidebar .moduletable-categorias,
  body.vagas-administracao .interna-conteudo-sidebar .moduletable-categorias {
    display: block;
  }
}
body.vagas-projetos .btn-big,
body.vagas-administracao .btn-big {
  display: block;
  border: 2px solid #20495e;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #20495e;
  font-size: 16px;
  font-weight: 900;
  margin: 10px 0;
}
@media (min-width: 1000px) {
  body.vagas-projetos .btn-big,
  body.vagas-administracao .btn-big {
    margin-bottom: 29px;
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  body.vagas-projetos .btn-big:last-child,
  body.vagas-administracao .btn-big:last-child {
    margin-bottom: 0;
  }
}
body.vagas-projetos .btn-big:after,
body.vagas-administracao .btn-big:after {
  content: "";
  display: inline-block;
  background: url(../images/btn-arrow-azul-big.png) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  height: 28px;
  width: 30px;
}
body.vagas-projetos .btn-big:hover,
body.vagas-administracao .btn-big:hover {
  background: #20495e;
  color: #fff;
}
body.vagas-projetos .btn-big:hover:after,
body.vagas-administracao .btn-big:hover:after {
  background: url(../images/btn-arrow-big.png) no-repeat;
}
body.vagas-projetos .blog.row,
body.vagas-administracao .blog.row {
  display: block;
}
body.vagas-projetos .blog ul li,
body.vagas-administracao .blog ul li {
  list-style: none;
}
body.vagas-projetos .blog .col-md-6,
body.vagas-administracao .blog .col-md-6 {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
body.vagas-projetos .blog .col-md-6 .page-header,
body.vagas-administracao .blog .col-md-6 .page-header {
  margin: 0;
}
body.vagas-projetos .blog .list-blog-item-foto,
body.vagas-administracao .blog .list-blog-item-foto {
  display: none;
}
body.vagas-projetos .blog .list-blog-item-titulo,
body.vagas-administracao .blog .list-blog-item-titulo {
  list-style: none;
  background: #fafafa;
}
body.vagas-projetos .blog .label,
body.vagas-administracao .blog .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
body.vagas-projetos .blog .tag-18 a,
body.vagas-administracao .blog .tag-18 a {
  background: #f7a14c;
}
body.vagas-projetos .blog .tag-19 a,
body.vagas-administracao .blog .tag-19 a {
  background: #c16544;
}
body.vagas-projetos .blog .tag-17 a,
body.vagas-administracao .blog .tag-17 a {
  background: #45718d;
}
body.vagas-projetos .blog .tag-20 a,
body.vagas-administracao .blog .tag-20 a {
  background: #8b4121;
}
body.vagas-projetos .moduletable-vagasAdm,
body.vagas-administracao .moduletable-vagasAdm {
  margin-top: 25px;
}

body.vagas-na-administracao .header .item-206 {
  border-bottom: 3px solid #2593b7;
}

body.contato .form,
body.contacts .form,
body.contactos .form,
body.contato-lgpd .form {
  width: 100%;
}
@media (min-width: 1000px) {
  body.contato .form,
  body.contacts .form,
  body.contactos .form,
  body.contato-lgpd .form {
    width: 45%;
  }
}
body.contato .form .control-label,
body.contacts .form .control-label,
body.contactos .form .control-label,
body.contato-lgpd .form .control-label {
  display: none !important;
}
body.contato .form #fox-m230-captcha-box .control-label,
body.contato .form #fox-m114-captcha-box .control-label,
body.contacts .form #fox-m230-captcha-box .control-label,
body.contacts .form #fox-m114-captcha-box .control-label,
body.contactos .form #fox-m230-captcha-box .control-label,
body.contactos .form #fox-m114-captcha-box .control-label,
body.contato-lgpd .form #fox-m230-captcha-box .control-label,
body.contato-lgpd .form #fox-m114-captcha-box .control-label {
  display: block !important;
}
body.contato .form .fox-item input,
body.contacts .form .fox-item input,
body.contactos .form .fox-item input,
body.contato-lgpd .form .fox-item input {
  float: left;
  width: 100% !important;
  padding: 20px 10px !important;
  color: #fff !important;
  background: #20495e;
  border: none;
  margin-right: 12px !important;
  margin-bottom: 10px !important;
}
@media (min-width: 1000px) {
  body.contato .form .fox-item input,
  body.contacts .form .fox-item input,
  body.contactos .form .fox-item input,
  body.contato-lgpd .form .fox-item input {
    width: 47.5% !important;
  }
}
body.contato .form #fox-m198-textfield1,
body.contato .form #fox-m114-textfield1,
body.contato .form #fox-m223-textfield1,
body.contato .form #fox-m230-textfield1,
body.contato .form #fox_m114_dropdown1_chzn,
body.contacts .form #fox-m198-textfield1,
body.contacts .form #fox-m114-textfield1,
body.contacts .form #fox-m223-textfield1,
body.contacts .form #fox-m230-textfield1,
body.contacts .form #fox_m114_dropdown1_chzn,
body.contactos .form #fox-m198-textfield1,
body.contactos .form #fox-m114-textfield1,
body.contactos .form #fox-m223-textfield1,
body.contactos .form #fox-m230-textfield1,
body.contactos .form #fox_m114_dropdown1_chzn,
body.contato-lgpd .form #fox-m198-textfield1,
body.contato-lgpd .form #fox-m114-textfield1,
body.contato-lgpd .form #fox-m223-textfield1,
body.contato-lgpd .form #fox-m230-textfield1,
body.contato-lgpd .form #fox_m114_dropdown1_chzn {
  width: 100%;
}
@media (min-width: 1000px) {
  body.contato .form #fox-m198-textfield1,
  body.contato .form #fox-m114-textfield1,
  body.contato .form #fox-m223-textfield1,
  body.contato .form #fox-m230-textfield1,
  body.contato .form #fox_m114_dropdown1_chzn,
  body.contacts .form #fox-m198-textfield1,
  body.contacts .form #fox-m114-textfield1,
  body.contacts .form #fox-m223-textfield1,
  body.contacts .form #fox-m230-textfield1,
  body.contacts .form #fox_m114_dropdown1_chzn,
  body.contactos .form #fox-m198-textfield1,
  body.contactos .form #fox-m114-textfield1,
  body.contactos .form #fox-m223-textfield1,
  body.contactos .form #fox-m230-textfield1,
  body.contactos .form #fox_m114_dropdown1_chzn,
  body.contato-lgpd .form #fox-m198-textfield1,
  body.contato-lgpd .form #fox-m114-textfield1,
  body.contato-lgpd .form #fox-m223-textfield1,
  body.contato-lgpd .form #fox-m230-textfield1,
  body.contato-lgpd .form #fox_m114_dropdown1_chzn {
    width: 97.5% !important;
  }
}
body.contato .form #fox_m114_dropdown1_chzn,
body.contacts .form #fox_m114_dropdown1_chzn,
body.contactos .form #fox_m114_dropdown1_chzn,
body.contato-lgpd .form #fox_m114_dropdown1_chzn {
  width: 100% !important;
}
body.contato .form textarea,
body.contacts .form textarea,
body.contactos .form textarea,
body.contato-lgpd .form textarea {
  margin-top: 5px !important;
  width: 100% !important;
  background: #ebebeb;
  border: none;
}
@media (min-width: 1000px) {
  body.contato .form textarea,
  body.contacts .form textarea,
  body.contactos .form textarea,
  body.contato-lgpd .form textarea {
    width: 97.5% !important;
    color: #20495e !important;
  }
}
body.contato .form textarea::-webkit-input-placeholder,
body.contacts .form textarea::-webkit-input-placeholder,
body.contactos .form textarea::-webkit-input-placeholder,
body.contato-lgpd .form textarea::-webkit-input-placeholder {
  color: #20495e;
}
body.contato .form button,
body.contacts .form button,
body.contactos .form button,
body.contato-lgpd .form button {
  height: auto !important;
  padding: 5px 10px;
  color: #20495e !important;
  border: 2px solid #20495e !important;
  text-align: center !important;
  font-size: 20px !important;
  margin: 25px 0;
  text-transform: uppercase;
  font-weight: 700;
  width: 47.5% !important;
}
body.contato .form button:hover,
body.contacts .form button:hover,
body.contactos .form button:hover,
body.contato-lgpd .form button:hover {
  cursor: pointer;
  background: #20495e !important;
  color: #fff !important;
}
body.contato .form div#fox-container-m198 button[type="submit"] > span,
body.contato .form div#fox-container-m230 button[type="submit"] > span,
body.contato .form div#fox-container-m114 button[type="submit"] > span,
body.contato .form div#fox-container-m223 button[type="submit"] > span,
body.contacts .form div#fox-container-m198 button[type="submit"] > span,
body.contacts .form div#fox-container-m230 button[type="submit"] > span,
body.contacts .form div#fox-container-m114 button[type="submit"] > span,
body.contacts .form div#fox-container-m223 button[type="submit"] > span,
body.contactos .form div#fox-container-m198 button[type="submit"] > span,
body.contactos .form div#fox-container-m230 button[type="submit"] > span,
body.contactos .form div#fox-container-m114 button[type="submit"] > span,
body.contactos .form div#fox-container-m223 button[type="submit"] > span,
body.contato-lgpd .form div#fox-container-m198 button[type="submit"] > span,
body.contato-lgpd .form div#fox-container-m230 button[type="submit"] > span,
body.contato-lgpd .form div#fox-container-m114 button[type="submit"] > span,
body.contato-lgpd .form div#fox-container-m223 button[type="submit"] > span {
  display: block;
}
body.contato .form ::-webkit-input-placeholder,
body.contacts .form ::-webkit-input-placeholder,
body.contactos .form ::-webkit-input-placeholder,
body.contato-lgpd .form ::-webkit-input-placeholder {
  padding: 5px;
  color: #fff;
}
body.contato .mapas,
body.contacts .mapas,
body.contactos .mapas,
body.contato-lgpd .mapas {
  color: #878787;
}
body.contato .mapas a,
body.contacts .mapas a,
body.contactos .mapas a,
body.contato-lgpd .mapas a {
  color: #878787;
  text-decoration: none;
  font-weight: normal;
}
body.contato .mapas img,
body.contacts .mapas img,
body.contactos .mapas img,
body.contato-lgpd .mapas img {
  margin-bottom: 10px;
}
body.contato .mapas span,
body.contacts .mapas span,
body.contactos .mapas span,
body.contato-lgpd .mapas span {
  font-weight: bold;
  color: #20495e;
}
body.contato .mapas .mapa-brasilia,
body.contacts .mapas .mapa-brasilia,
body.contactos .mapas .mapa-brasilia,
body.contato-lgpd .mapas .mapa-brasilia {
  margin-top: 25px;
}

body.espaco-do-coordenador .k-ui-namespace table td {
  border: none;
}
body.espaco-do-coordenador .koowa_table--documents {
  margin-left: -12px;
}

body.espaco-do-fornecedor .fox-form input {
  width: 100% !important;
  border-radius: 0 !important;
  background-color: #ebebeb !important;
  padding: 5px !important;
  border: none !important;
}
@media (min-width: 1000px) {
  body.espaco-do-fornecedor .fox-form input {
    width: 50% !important;
  }
}
body.espaco-do-fornecedor .fox-form button {
  height: auto !important;
  padding: 5px 10px !important;
  color: #20495e !important;
  border: 2px solid #20495e !important;
  text-align: center !important;
  font-size: 20px !important;
  margin: 25px 0;
  text-transform: uppercase;
  font-weight: 900;
  width: 100% !important;
  background-image: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1000px) {
  body.espaco-do-fornecedor .fox-form button {
    width: 200px !important;
  }
}
body.espaco-do-fornecedor .fox-form button span {
  display: block !important;
}

body.acesso-a-informacao .interna-titulo,
body.access-to-information .interna-titulo,
body.acesso-a-la-informacion .interna-titulo {
  background: palette(azul);
}
body.acesso-a-informacao .interna-conteudo-sidebar ul li a,
body.access-to-information .interna-conteudo-sidebar ul li a,
body.acesso-a-la-informacion .interna-conteudo-sidebar ul li a {
  border-color: palette(azul);
}
body.acesso-a-informacao .interna-conteudo-sidebar ul li:hover,
body.access-to-information .interna-conteudo-sidebar ul li:hover,
body.acesso-a-la-informacion .interna-conteudo-sidebar ul li:hover {
  background: palette(azul, hover);
}
body.acesso-a-informacao .interna-conteudo-sidebar ul li:hover a,
body.access-to-information .interna-conteudo-sidebar ul li:hover a,
body.acesso-a-la-informacion .interna-conteudo-sidebar ul li:hover a {
  color: palette(azul);
}
body.acesso-a-informacao .interna-conteudo-sidebar ul li.current,
body.access-to-information .interna-conteudo-sidebar ul li.current,
body.acesso-a-la-informacion .interna-conteudo-sidebar ul li.current {
  background: palette(azul);
}
body.acesso-a-informacao .interna-conteudo-sidebar ul li.current a,
body.access-to-information .interna-conteudo-sidebar ul li.current a,
body.acesso-a-la-informacion .interna-conteudo-sidebar ul li.current a {
  color: #fff;
}

.search #search-searchword {
  padding: 2px;
}
.search .only,
.search .form-limit {
  display: none;
}
.search-results .result-title {
  font-weight: bold;
}
.search-results .result-text {
  border-bottom: 1px solid #fafafa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@-webkit-keyframes animatePulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

#areaCoordenadorNova {
  margin-top: -15px;

  h2,
  h3 {
    color: #20495e;
  }

  h3 {
    margin-bottom: 20px;
  }

  a {
    color: black;
    font-size: 15px;
    text-decoration: none;
  }

  ul li:last-child {
    border-bottom: none !important;
  }

  ul li a:hover {
    text-decoration: underline;
  }

  .container {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .rowCoordenador {
    display: flex;
    justify-content: space-between;
  }

  .bannerPrincipal {
    width: 100%;
    height: 100px;
    background: linear-gradient(270deg, #ea9f30 0%, #f14b01 100%);
    border-radius: 4px;
    padding: 25px;
    margin-top: 30px;

    h2 a {
      font-size: 24px;
      display: block;
      color: #fff;
      margin-bottom: 7px;
    }

    h5 a {
      font-size: 16px;
      color: #fff;
    }

    .pulse {
      animation: animatePulse 1s infinite ease-out;
      -webkit-animation: animatePulse 1s infinite ease-out;
    }
  }

  .formularios,
  .comunicados {
    border: 1px solid #ccc;
    margin: 25px 0;
    padding: 20px 20px 30px 20px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(228, 236, 239, 1) 100%
    );
  }

  .manuais {
    border: 1px solid #ccc;
    padding: 20px 20px 30px 20px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(228, 236, 239, 1) 100%
    );
  }

  .formularios,
  .manuais {
    margin-right: 2%;
    width: 35%;
  }

  .comunicados,
  .banners {
    width: 63%;
  }

  .formularios ul,
  .comunicados ul {
    margin-bottom: 30px;
  }

  .comunicados li {
    display: flex;
    justify-content: space-between;
  }

  .formularios ul li,
  .comunicados ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 0 !important;
  }

  .comunicados ul li {
    padding: 15px 0;
  }

  .manuais ul li {
    display: flex;
    margin-bottom: 15px;
  }

  .manuais ul li a {
    display: flex !important;
  }

  .manuais img {
    margin-bottom: -3px;
    margin-right: 10px;
    opacity: 1;
    transition: 1s ease;
  }

  .manuais img:hover {
    opacity: 0.5;
    transition: 1s ease;
  }

  .botao {
    padding: 10px;
    color: #ffffff;
    background-color: #20495e;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
  }

  .botao:hover {
    background-color: #126995;
  }

  .banners .row {
    justify-content: space-between;
  }

  .banners img {
    margin-bottom: -3px;
    width: 100%;
    opacity: 1;
    transition: 1s ease;
  }

  .banners img:hover {
    opacity: 0.7;
    transition: 1s ease;
  }

  .subTitulo {
    display: flex;
    background-color: #20495e;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    height: 70px;
    font-weight: bold;
  }

  @media (max-width: 500px) {
    .rowCoordenador {
      flex-direction: column;
    }

    .container {
      display: initial;
    }

    .bannerPrincipal {
      height: auto !important;
      text-align: center;

      img {
        display: none;
      }
    }

    .formularios,
    .comunicados,
    .manuais,
    .banners {
      width: 100% !important;
    }

    .manuais {
      margin-bottom: 25px;
    }
  }
}

li.item-229 .acessos-menu-child {
  display: none;
}

li.item-229.active .acessos-menu-child {
  display: block;
}

.tag-category table tbody tr {
  display: block;
  margin: 15px 0px;
}

.item-693 {
  display: none;
}

.moduletable-categorias h4 {
  margin-bottom: 15px;
}

/*# sourceMappingURL=styles.css.map */

.list-blog-item-foto img {
    width: 100% !important;
    height: auto;
}

/* Primeira página */
.icon-angle-double-left::before {
    content: "<<";
}

/* Página anterior */
.icon-angle-left::before {
    content: "<";
}

/* Próxima página */
.icon-angle-right::before {
    content: ">";
}

/* Última página */
.icon-angle-double-right::before {
    content: ">>";
}

.icon-angle-double-left::before,
.icon-angle-left::before,
.icon-angle-right::before,
.icon-angle-double-right::before {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

#pwebcontact100111_field-categoria {
   display: block!Important;
}

#mc_embed_signup {
  background: #f7f7f7;
  padding: 18px;
  border-radius: 8px;
  border-top: 4px solid #00a3c7;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #222;
  margin-top: 25px;
}

#mc_embed_signup label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

#mc_embed_signup input:focus {
  outline: none;
  border-color: #00a3c7;
  box-shadow: 0 0 0 2px rgba(0, 163, 199, 0.15);
}

#mc_embed_signup .asterisk {
  color: #c0392b;
}

#mc_embed_signup .content__gdpr {
  margin-top: 8px;
}

#mc_embed_signup .content__gdpr p,
#mc_embed_signup .content__gdprLegal p {
  line-height: 1.5;
  margin: 8px 0 14px;
}

#mc_embed_signup fieldset {
  border: 0;
  padding: 0;
  margin: 12px 0;
}

#mc_embed_signup .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

#mc_embed_signup .checkbox input {
  margin-top: 3px;
}

#mc_embed_signup a {
  color: #007fa3;
  text-decoration: underline;
}

#mc_embed_signup .button {
  width: 100%;
  background: #004b63;
  color: #fff;
  border: 0;
  padding: 11px 14px;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}

#mc_embed_signup .button:hover {
  background: #007fa3;
}