.txt-branco {
  color: #fff !important;
}

.bg-light {
  background: #D7D7D9 !important;
}

.bg-cinza {
  background: #B5B7B9 !important;
}

.bg-agenda,
.bg-roxo {
  background: #8280B8;
}

.bg-faca-parte,
.bg-vermelho {
  background: #ED6550;
}

.bg-news,
.bg-amarelo {
  background: #DCE058;
}

.bg-quiz,
.bg-preto {
  background: #58595B;
}

.bg-casos,
.bg-azul {
  background: #5791CC;
}

.bg-artigos,
.bg-verde {
  background: #71C2A8;
}

.bg-entrevistas,
.bg-amareloesc {
  background: #FFD769;
}

.bg-estudos-e-pesquisas,
.bg-laranja {
  background: #FF9750;
}

@media only screen and (max-width: 767px) {
  body.show-menu {
    overflow: hidden;
  }
}

header.site-header {
  position: fixed;
  height: 130px;
  left: 0;
  right: 0;
  top: 0;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  display: flex;
  z-index: 50;
  background: #EBEBEC;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  header.site-header {
    height: 91px;
  }
}

@media only screen and (min-width: 577px) {
  header.site-header {
    padding-left: 42.5px;
    padding-left: 2.65625rem;
    padding-right: 42.5px;
    padding-right: 2.65625rem;
  }
}

header.site-header .logo {
  display: block;
  text-indent: -9998px;
  width: 72.6px;
  height: 46.2px;
  min-width: 72.6px;
  background: url(../images/5104eef5d97d4539db23b06baf022c84.svg);
  background-size: 100% 100%;
  margin-bottom: 8px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  header.site-header .logo {
    width: 121px;
    min-width: 121px;
    height: 77px;
  }
}

header.site-header h2.subtitle {
  font-family: 'barlow_semi_condensedmedium';
  letter-spacing: +0.10625rem;
  text-transform: uppercase;
  color: #A0A2A5;
  font-size: 1.125rem;
  margin-left: 9px;
}

@media only screen and (min-width: 577px) {
  header.site-header h2.subtitle {
    font-size: 1.25rem;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 576px) {
  header.site-header h2.subtitle {
    letter-spacing: +0.06875rem;
    font-size: 1rem;
  }
}

header.site-header #icobusca {
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  header.site-header #icobusca {
    width: 32px;
    height: 27px;
  }
}

header.site-header .busca {
  display: none;
}

@media only screen and (min-width: 768px) {
  header.site-header .busca {
    display: block;
  }
}

header.site-header .busca input {
  background: none;
  border: none;
  width: 120px;
  margin-left: 10px;
  border-bottom: 1px solid #000;
  text-align: right;
}

header.site-header .busca input:focus {
  outline: none;
  border-bottom: 1px solid #b7b7ba;
}

header.site-header .busca button {
  position: absolute;
  top: -1000px;
}

header.site-header #icomenu {
  width: 25px;
  height: 16px;
  margin-left: 10px;
  border-top: 5px solid #231F20;
  border-bottom: 5px solid #231F20;
  position: relative;
  margin-bottom: 7px;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 991px) {
  header.site-header #icomenu {
    display: block;
  }
}

body.show-menu header.site-header #icomenu {
  opacity: .5;
}

.menu-menu-principal-container {
  font-family: 'barlow_semi_condensedmedium';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: 14px;
  display: block;
}

.menu-menu-principal-container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
}

.menu-menu-principal-container > ul > li {
  padding: 2px 10px;
  display: block;
  position: relative;
}

.menu-menu-principal-container > ul > li:hover ul.sub-menu {
  display: block;
}

.menu-menu-principal-container > ul ul.sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  right: 0;
  position: absolute;
  text-align: right;
  padding: 0px 15px 5px 25px;
  background: #D7D7D9;
  white-space: nowrap;
}

.menu-menu-principal-container > ul ul.sub-menu:after {
  content: ' ';
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0px;
  left: 70%;
  margin-left: -10px;
  background-image: url(../images/184161ca145a4602984a87dfcbc10820.svg);
  transform: rotate(-90deg);
}

.menu-menu-principal-container > ul ul.sub-menu:before {
  content: ' ';
  height: 20px;
  display: block;
  background: #EBEBEC;
  margin-left: -25px;
  margin-right: -15px;
  margin-bottom: 10px;
}

.menu-menu-principal-container > ul ul.sub-menu li {
  padding: 2px 0;
}

@media only screen and (max-width: 991px) {
  .menu-menu-principal-container {
    display: none;
    position: fixed;
    top: 130px;
    bottom: 60px;
    left: 0;
    right: 0;
    background: #EBEBEC;
  }

  body.show-menu .menu-menu-principal-container {
    display: block;
  }

  .menu-menu-principal-container > ul {
    position: fixed;
    background: #D7D7D9;
    top: 130px;
    bottom: 160px;
    left: 40px;
    right: 40px;
    padding: 65px 30px 30px 40px;
    flex-direction: column;
    overflow-y: scroll;
    align-items: flex-start;
  }

  .menu-menu-principal-container > ul:after {
    width: 100px;
    height: 100px;
    bottom: 60px;
    content: ' ';
    position: fixed;
    left: 70%;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-image: url(../images/184161ca145a4602984a87dfcbc10820.svg);
    transform: rotate(90deg);
    transform-origin: 0% 0%;
  }

  .menu-menu-principal-container > ul > li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 576px) {
  .menu-menu-principal-container > ul > li {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .menu-menu-principal-container > ul > li > a {
    font-family: 'barlow_semi_condensedsemibold';
    text-transform: uppercase;
    letter-spacing: +0.125rem;
    font-size: +2.375rem;
    line-height: 1;
    color: #fff;
    font-size: 260%;
  }
}

@media only screen and (max-width: 991px) and (max-width: 576px) {
  .menu-menu-principal-container > ul > li > a {
    font-size: 200%;
  }
}

@media only screen and (max-width: 991px) {
  .menu-menu-principal-container > ul > li ul.sub-menu {
    display: block;
    right: auto;
    position: relative;
    text-align: left;
    padding: 0px;
    font-size: 170%;
    margin-top: 7px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 576px) {
  .menu-menu-principal-container > ul > li ul.sub-menu {
    font-size: 120%;
  }
}

@media only screen and (max-width: 991px) {
  .menu-menu-principal-container > ul > li ul.sub-menu:after,
  .menu-menu-principal-container > ul > li ul.sub-menu:before {
    content: none;
    display: none;
  }

  .menu-menu-principal-container > ul > li ul.sub-menu > li {
    padding: 12px 0 12px 25px;
    position: relative;
  }
}

@media only screen and (max-width: 991px) and (max-width: 576px) {
  .menu-menu-principal-container > ul > li ul.sub-menu > li {
    padding: 8px 0 8px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .menu-menu-principal-container > ul > li ul.sub-menu > li:before {
    position: absolute;
    content: ' ';
    width: 8px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 5px;
    margin-top: -1px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-menu-principal-container {
    top: 91px;
  }

  .menu-menu-principal-container > ul {
    top: 91px;
    left: 20px;
    right: 20px;
    padding: 30px 10px 30px 30px;
  }

  .menu-menu-principal-container > ul > li {
    padding: 4px 0 4px 20px;
  }

  .menu-menu-principal-container > ul > li > a {
    font-size: 190%;
  }

  .menu-menu-principal-container > ul ul.sub-menu {
    font-size: 90%;
  }
}

footer.site-footer {
  position: fixed;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 42.5px;
  padding-left: 2.65625rem;
  padding-right: 42.5px;
  padding-right: 2.65625rem;
  display: flex;
  z-index: 30;
  background: #EBEBEC;
  font-size: 11px;
  font-family: 'barlow_semi_condensedmedium';
  letter-spacing: +0.10625rem;
  text-transform: uppercase;
  letter-spacing: +0.10625rem;
}

@media only screen and (max-width: 576px) {
  footer.site-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  footer.site-footer {
    font-size: 9px;
  }
}

footer.site-footer a.fontsize {
  background: none;
  display: inline-block;
  border: 1px solid #fff;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  top: 6px;
}

footer.site-footer a.fontsize.font-more {
  background: transparent url(../images/48b2607c08718a0013c813dec98f931d.svg) no-repeat center center;
}

footer.site-footer a.fontsize.font-less {
  background: transparent url(../images/4304f8464fd39e87c8d13b75bea7281f.svg) no-repeat center center;
}

footer.site-footer a.fontsize:hover {
  background-color: #fff;
}

footer.site-footer span.bar {
  display: inline-block;
  width: 21px;
  background: #000;
  height: 1px;
  margin-right: 7px;
  position: relative;
  margin-bottom: 3px;
}

footer.site-footer .resolutions {
  display: none;
  position: absolute;
  background: #f00;
  color: #fff;
  right: 0;
  bottom: 0;
  padding: 2px 4px 0;
}

footer.site-footer #enviesugestao {
  display: none;
  padding-top: 40px;
  position: fixed;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  overflow: scroll;
  z-index: 110;
}

footer.site-footer #enviesugestao > .areacentro {
  position: relative;
  display: block;
  margin: 30px auto;
  width: 600px;
  max-width: 90%;
  background: #EBEBEC;
  padding: 40px 100px 30px 60px;
}

footer.site-footer #enviesugestao > .areacentro .btntopright {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

footer.site-footer #enviesugestao > .areacentro .btntopright .btnfechar {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}

footer.site-footer #enviesugestao > .areacentro .btntopright .btnfechar:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "\D7";
  font-size: 30px;
  color: #000;
  line-height: 50px;
  text-align: center;
}

footer.site-footer #enviesugestao > .areacentro .btntopright .btnfechar:hover:after {
  color: #fff;
}

footer.site-footer #enviesugestao > .areacentro label {
  display: block;
  width: 100%;
}

footer.site-footer #enviesugestao > .areacentro input {
  width: 100%;
}

footer.site-footer #enviesugestao > .areacentro textarea {
  height: 130px;
  width: 100%;
}

footer.site-footer #enviesugestao > .areacentro input.wpcf7-submit {
  display: inline-block;
  border: 1px solid #fff;
  background: none;
  color: #000;
  font-size: 12px;
  padding: 4px 14px 3px;
  width: auto;
  cursor: pointer;
  font-family: 'barlow_semi_condensedbold';
  text-transform: uppercase;
  letter-spacing: +0.10625rem;
  text-transform: uppercase;
  line-height: 200%;
  position: relative;
}

footer.site-footer #enviesugestao > .areacentro input.wpcf7-submit:hover {
  background: #fff;
  color: #000000;
  text-decoration: none;
}

.aligncenter,
dl.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px 0;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  -apple-user-drag: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

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

pre {
  font: 12px/18px Consolas, Monaco, monospace;
}

td {
  color: #000;
  font-size: 11px;
  margin: 8px;
}

strong {
  font-weight: strong;
}

em,
i {
  font-style: italic;
}

.box {
  margin: 0;
  display: flex;
  max-height: 100%;
  letter-spacing: +0.00625rem;
  font-size: +0.9375rem;
  line-height: 1.17647;
}

.box--full {
  min-height: 100%;
}

@media only screen and (max-width: 767px) {
  .box--full {
    min-height: 300px;
  }
}

.box--mt15 {
  margin-top: 15px;
}

.box--mb15 {
  margin-bottom: 15px;
}

.box--ml15 {
  margin-left: 15px;
}

.box--mr15 {
  margin-right: 15px;
}

.box--pb30 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  .box--pb30 {
    padding-bottom: 15px;
  }
}

.box--pt15 {
  padding-top: 15px;
}

.box--pb15 {
  padding-bottom: 15px;
}

.box--pl15 {
  padding-left: 15px;
}

.box--pr15 {
  padding-right: 15px;
}

.box__cover {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.box__cover img {
  position: absolute;
  display: block;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.box:hover .box__cover img,
.box:hover .box--horizontal__cover img {
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
  transform: scale(1.1, 1.1);
}

.box__title {
  float: left;
  flex: 0 0 50%;
  background: #eee;
  position: relative;
  padding: 30px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .box__title {
    padding: 30px 20px 30px 30px;
  }

  .box__title .post-cat {
    margin-top: 20px;
  }
}

.box__title .post-excerpt {
  margin-right: 20px;
}

.box__title .saiba-mais {
  margin-top: auto;
}

.box__title:before {
  display: block;
  content: ' ';
  background-size: 100% 100%;
  height: 41px;
  width: 56px;
  position: absolute;
  left: 99.99%;
  top: 70%;
  z-index: 1;
}

.box__title--hide-before:before {
  display: none;
}

.box__title--full {
  flex: 0 0 100%;
  padding-right: 85px;
}

.box__title .content-lateral {
  letter-spacing: +0.00625rem;
  font-size: +1rem;
  line-height: 1.75;
  color: #444;
}

.box--facaparte {
  background: #ED6550;
  flex: 1;
}

.box--large__cover {
  flex: 1 1 auto;
}

.box--large__title {
  flex: 0 0 260px;
}

.box--large__title:before {
  height: 71px;
  width: 106px;
}

.box--large__title .post-cat {
  margin-top: auto;
}

.box--large__title .saiba-mais {
  margin-top: 75px;
}

.box--large__title .post-title {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .box--large {
    flex-direction: column;
  }

  .box--large__cover {
    max-height: 200px;
  }

  .box--large__title {
    padding: 20px 10px 20px 20px;
    flex: 0 0;
  }

  .box--large__title:before {
    height: 49.7px;
    width: 74.2px;
    left: 70%;
    top: auto;
    bottom: 0.5px;
    transform: rotate(90deg);
    transform-origin: 0% 100%;
  }

  .box--large__title .post-excerpt p {
    margin-bottom: 0px;
  }

  .box--large__title .saiba-mais {
    margin-top: 10px;
  }
}

.box--agenda {
  flex-direction: column;
  background: #8280B8;
  height: 100%;
}

.box--agenda .post-agendacont {
  padding: 30px 25% 0 30px;
}

.box--agenda .post-agendacont .post-adata {
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.04688rem;
  font-size: +1.5rem;
  color: #fff;
  font-size: +1.3125rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
  .box--agenda .post-agendacont .post-adata {
    font-size: +1.3125rem;
  }
}

.box--agenda .post-agendacont .post-title {
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.04688rem;
  font-size: +1.5rem;
  font-size: +1.3125rem;
  color: #000;
  margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
  .box--agenda .post-agendacont .post-title {
    font-size: +1.3125rem;
  }
}

.box--agenda .post-agendacont .post-excerpt p {
  margin: 0 0 20px 0;
  line-height: 130%;
}

.box--agenda a.barrabottom {
  display: block;
  padding: 22px 30px;
  margin-top: auto;
  background: #525177;
  font-size: +0.8125rem;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0s all ease-in-out;
  -moz-transition: 0s all ease-in-out;
  -moz-transition: 0s all ease-in-out;
  -ms-transition: 0s all ease-in-out;
  -o-transition: 0s all ease-in-out;
  transition: 0s all ease-in-out, 0s all ease-in-out;
}

.box--agenda a.barrabottom:before {
  display: block;
  content: ' ';
  background-size: 100% 100%;
  height: 41px;
  width: 56px;
  position: absolute;
  left: 90%;
  bottom: 100%;
  z-index: 1;
  background-image: url(../images/466b49b8f34ea80f79a3bd43919e544d.svg);
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}

.box--agenda:hover a.barrabottom {
  color: #000;
  background: #fff;
}

.box--agenda:hover a.barrabottom:before {
  background-image: url(../images/7841b676fee7259dc34a9dc7cec74c61.svg);
}

.box--horizontal {
  flex-direction: column-reverse;
  position: relative;
  min-height: 100%;
}

.box--horizontal .post-cat {
  position: absolute;
  top: 30px;
  left: 60px;
  margin: 0;
  z-index: 1;
}

.box--horizontal__title {
  flex: 0;
  padding: 20px 30px 18px;
  position: relative;
}

.box--horizontal__title:before {
  display: block;
  content: ' ';
  background-size: 100% 100%;
  height: 41px;
  width: 56px;
  position: absolute;
  left: 70%;
  top: 0%;
  z-index: 1;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
}

.box--horizontal__title .post-title {
  margin: 0 0 2px 0;
  color: #000;
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.04688rem;
  font-size: +1.3125rem;
}

.box--horizontal__title .post-excerpt {
  margin: 0;
  font-family: 'barlow_semi_condensedregular';
  letter-spacing: +0.04688rem;
  font-size: +1rem;
}

.box--horizontal__title .post-excerpt p {
  margin: 0;
}

.box--horizontal__title .saiba-mais {
  display: none;
}

.box--horizontal__cover {
  position: relative;
  width: 100%;
  flex: 1;
  overflow: hidden;
  min-height: 200px;
}

.box--horizontal__cover .wp-post-image {
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  display: block;
  width: 100%;
  height: 280px;
  max-height: 100%;
}

.box.cat-agenda .box__title,
.box.cat-agenda .box--horizontal__title,
.box.cat-roxo .box__title,
.box.cat-roxo .box--horizontal__title {
  background: #8280B8;
}

.box.cat-agenda .box__title:before,
.box.cat-agenda .box--horizontal__title:before,
.box.cat-roxo .box__title:before,
.box.cat-roxo .box--horizontal__title:before {
  background-image: url(../images/66a0334bbdfda9caeaa4cb924d733c71.svg);
}

.box.cat-faca-parte .box__title,
.box.cat-faca-parte .box--horizontal__title,
.box.cat-vermelho .box__title,
.box.cat-vermelho .box--horizontal__title {
  background: #ED6550;
}

.box.cat-faca-parte .box__title:before,
.box.cat-faca-parte .box--horizontal__title:before,
.box.cat-vermelho .box__title:before,
.box.cat-vermelho .box--horizontal__title:before {
  background-image: url(../images/3574c143d30b25ef047780ba0fa89d71.svg);
}

.box.cat-news .box__title,
.box.cat-news .box--horizontal__title,
.box.cat-amarelo .box__title,
.box.cat-amarelo .box--horizontal__title {
  background: #DCE058;
}

.box.cat-news .box__title:before,
.box.cat-news .box--horizontal__title:before,
.box.cat-amarelo .box__title:before,
.box.cat-amarelo .box--horizontal__title:before {
  background-image: url(../images/3b7a3590988a13f60450d95215a47752.svg);
}

.box.cat-quiz .box__title,
.box.cat-quiz .box--horizontal__title,
.box.cat-preto .box__title,
.box.cat-preto .box--horizontal__title {
  background: #58595B;
}

.box.cat-quiz .box__title:before,
.box.cat-quiz .box--horizontal__title:before,
.box.cat-preto .box__title:before,
.box.cat-preto .box--horizontal__title:before {
  background-image: url(../images/ae717d0b1d00fab122c6d984cffe1ccf.svg);
}

.box.cat-casos .box__title,
.box.cat-casos .box--horizontal__title,
.box.cat-azul .box__title,
.box.cat-azul .box--horizontal__title {
  background: #5791CC;
}

.box.cat-casos .box__title:before,
.box.cat-casos .box--horizontal__title:before,
.box.cat-azul .box__title:before,
.box.cat-azul .box--horizontal__title:before {
  background-image: url(../images/e51bbbbd7f2116f0f71cb6137bd193eb.svg);
}

.box.cat-artigos .box__title,
.box.cat-artigos .box--horizontal__title,
.box.cat-verde .box__title,
.box.cat-verde .box--horizontal__title {
  background: #71C2A8;
}

.box.cat-artigos .box__title:before,
.box.cat-artigos .box--horizontal__title:before,
.box.cat-verde .box__title:before,
.box.cat-verde .box--horizontal__title:before {
  background-image: url(../images/7aca3821ab5c841a62bf9d4775fcc160.svg);
}

.box.cat-entrevistas .box__title,
.box.cat-entrevistas .box--horizontal__title,
.box.cat-amareloesc .box__title,
.box.cat-amareloesc .box--horizontal__title {
  background: #FFD769;
}

.box.cat-entrevistas .box__title:before,
.box.cat-entrevistas .box--horizontal__title:before,
.box.cat-amareloesc .box__title:before,
.box.cat-amareloesc .box--horizontal__title:before {
  background-image: url(../images/34641a061aa0cf896ea50920172caf9e.svg);
}

.box.cat-estudos-e-pesquisas .box__title,
.box.cat-estudos-e-pesquisas .box--horizontal__title,
.box.cat-laranja .box__title,
.box.cat-laranja .box--horizontal__title {
  background: #FF9750;
}

.box.cat-estudos-e-pesquisas .box__title:before,
.box.cat-estudos-e-pesquisas .box--horizontal__title:before,
.box.cat-laranja .box__title:before,
.box.cat-laranja .box--horizontal__title:before {
  background-image: url(../images/829c6337bc173d0349795a39971fa035.svg);
}

.box.hover-cat-agenda:hover .box__title,
.box.hover-cat-roxo:hover .box__title {
  background: #8280B8;
}

.box.hover-cat-agenda:hover .box__title:before,
.box.hover-cat-roxo:hover .box__title:before {
  background-image: url(../images/66a0334bbdfda9caeaa4cb924d733c71.svg);
}

.box.hover-cat-faca-parte:hover .box__title,
.box.hover-cat-vermelho:hover .box__title {
  background: #ED6550;
}

.box.hover-cat-faca-parte:hover .box__title:before,
.box.hover-cat-vermelho:hover .box__title:before {
  background-image: url(../images/3574c143d30b25ef047780ba0fa89d71.svg);
}

.box.hover-cat-news:hover .box__title,
.box.hover-cat-amarelo:hover .box__title {
  background: #DCE058;
}

.box.hover-cat-news:hover .box__title:before,
.box.hover-cat-amarelo:hover .box__title:before {
  background-image: url(../images/3b7a3590988a13f60450d95215a47752.svg);
}

.box.hover-cat-quiz:hover .box__title,
.box.hover-cat-preto:hover .box__title {
  background: #58595B;
}

.box.hover-cat-quiz:hover .box__title:before,
.box.hover-cat-preto:hover .box__title:before {
  background-image: url(../images/ae717d0b1d00fab122c6d984cffe1ccf.svg);
}

.box.hover-cat-casos:hover .box__title,
.box.hover-cat-azul:hover .box__title {
  background: #5791CC;
}

.box.hover-cat-casos:hover .box__title:before,
.box.hover-cat-azul:hover .box__title:before {
  background-image: url(../images/e51bbbbd7f2116f0f71cb6137bd193eb.svg);
}

.box.hover-cat-artigos:hover .box__title,
.box.hover-cat-verde:hover .box__title {
  background: #71C2A8;
}

.box.hover-cat-artigos:hover .box__title:before,
.box.hover-cat-verde:hover .box__title:before {
  background-image: url(../images/7aca3821ab5c841a62bf9d4775fcc160.svg);
}

.box.hover-cat-entrevistas:hover .box__title,
.box.hover-cat-amareloesc:hover .box__title {
  background: #FFD769;
}

.box.hover-cat-entrevistas:hover .box__title:before,
.box.hover-cat-amareloesc:hover .box__title:before {
  background-image: url(../images/34641a061aa0cf896ea50920172caf9e.svg);
}

.box.hover-cat-estudos-e-pesquisas:hover .box__title,
.box.hover-cat-laranja:hover .box__title {
  background: #FF9750;
}

.box.hover-cat-estudos-e-pesquisas:hover .box__title:before,
.box.hover-cat-laranja:hover .box__title:before {
  background-image: url(../images/829c6337bc173d0349795a39971fa035.svg);
}

.box--post {
  max-height: 100%;
  height: 100%;
  cursor: pointer;
}

.box--post .box-inside {
  height: 100%;
}

.box--post.cat-casos:hover img.cover {
  transform: scale(1.1);
}

.box--post.cat-casos:hover .box--post__header {
  background: #5791CC;
}

.box--post.cat-casos:hover .box--post__header:before {
  background-image: url(../images/e51bbbbd7f2116f0f71cb6137bd193eb.svg);
}

.box--post.cat-artigos:hover img.cover {
  transform: scale(1.1);
}

.box--post.cat-artigos:hover .box--post__header {
  background: #71C2A8;
}

.box--post.cat-artigos:hover .box--post__header:before {
  background-image: url(../images/7aca3821ab5c841a62bf9d4775fcc160.svg);
}

.box--post.cat-entrevistas:hover img.cover {
  transform: scale(1.1);
}

.box--post.cat-entrevistas:hover .box--post__header {
  background: #FFD769;
}

.box--post.cat-entrevistas:hover .box--post__header:before {
  background-image: url(../images/34641a061aa0cf896ea50920172caf9e.svg);
}

.box--post.cat-estudos-e-pesquisas:hover img.cover {
  transform: scale(1.1);
}

.box--post.cat-estudos-e-pesquisas:hover .box--post__header {
  background: #FF9750;
}

.box--post.cat-estudos-e-pesquisas:hover .box--post__header:before {
  background-image: url(../images/829c6337bc173d0349795a39971fa035.svg);
}

.box .post-title.title-conhecimento {
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: +2.375rem;
  line-height: 1;
  margin-bottom: +1.875rem;
}

.box-newsletter {
  padding: 20px 5px 20px 20px;
  background: #DCE058;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .box-newsletter {
    padding: 20px 5px 20px 30px;
  }
}

@media only screen and (min-width: 992px) {
  .box-newsletter {
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  .box-newsletter {
    flex-direction: column;
  }
}

.box-newsletter span.label {
  white-space: nowrap;
  margin-right: 20px;
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.04688rem;
  font-size: +1.5rem;
}

@media only screen and (max-width: 576px) {
  .box-newsletter span.label {
    font-size: +1.3125rem;
  }
}

.box-newsletter .screen-reader-response {
  display: none;
}

.box-newsletter form p {
  margin: 0;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .box-newsletter form p {
    margin-top: 10px;
  }
}

.box-newsletter form p label {
  width: 30%;
  margin: 0;
}

.box-newsletter form p label input {
  vertical-align: baseline;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: none;
  color: #000;
  padding: 5px 9px 2px;
  width: 87%;
  position: relative;
  margin-top: -1px;
  height: 22px;
  font-family: 'barlow_semi_condensedmedium';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: +0.6875rem;
}

.box-newsletter form p > input {
  width: 80px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-family: 'barlow_semi_condensedmedium';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: +0.6875rem;
  padding: 1px 13px;
  cursor: pointer;
  height: 22px;
}

.box-newsletter form p > input:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff !important;
}

.box-quiz {
  padding: 15px 15px;
  background: #58595B;
  display: relative;
}

@media only screen and (min-width: 768px) {
  .box-quiz {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 576px) {
  .box-quiz {
    flex-direction: column;
  }
}

.box-quiz > span {
  white-space: nowrap;
  padding-right: 20px;
  color: #fff;
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.04688rem;
  font-size: +1.5rem;
}

@media only screen and (max-width: 576px) {
  .box-quiz > span {
    font-size: +1.3125rem;
  }
}

.box-quiz a {
  display: inline-block;
  border: 1px solid #fff;
  background: none;
  font-family: 'barlow_semi_condensedmedium';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: +0.6875rem;
  padding: 1px 10px;
  width: auto;
  cursor: pointer;
  height: 22px;
  line-height: 20px;
  color: #ffffff !important;
}

@media only screen and (max-width: 576px) {
  .box-quiz a {
    margin-top: 10px;
  }
}

.box-quiz a:hover {
  background: #fff;
  color: #000000 !important;
}

.quizpop {
  position: absolute;
  bottom: 100%;
  margin-bottom: 57px;
  z-index: 1000;
  background: #58595B;
  color: #fff;
  padding: 30px;
  display: none;
  right: 50px;
}

@media only screen and (max-width: 576px) {
  .quizpop {
    left: 5px;
    right: 5px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .quizpop {
    left: 35px;
    right: 35px;
  }
}

.quizpop.show {
  display: block;
}

.quizpop:after {
  display: block;
  content: ' ';
  background-size: 100% 100%;
  height: 41px;
  width: 56px;
  position: absolute;
  right: 30%;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/ae717d0b1d00fab122c6d984cffe1ccf.svg);
  transform: rotate(90deg);
  transform-origin: bottom left;
}

.quizpop h4 {
  margin: 20px 0 30px;
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.04688rem;
  font-size: +1.5rem;
}

@media only screen and (max-width: 576px) {
  .quizpop h4 {
    font-size: +1.3125rem;
  }
}

.quizpop a.botao {
  margin-top: 35px;
  font-family: 'barlow_semi_condensedmedium';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: +0.6875rem;
}

.quizpop a.botao:hover {
  color: #000;
}

.quizpop a.botao.sendquiz.disabled {
  opacity: .3;
}

.quizpop a.botao.sendquiz.disabled:hover {
  background: none;
  color: #fff !important;
  cursor: default;
}

.quizpop .opt-item {
  margin-bottom: 1px;
  white-space: nowrap;
}

.quizpop .opt-item label {
  margin: 3px 65px 3px 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .quizpop .opt-item label {
    font-size: 120%;
  }
}

.quizpop .opt-item label .ckbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.quizpop .opt-item label .ckbox.ckd {
  background: #fff;
}

.quizpop .opt-item input {
  display: none;
}

.quizpop .opt-item .quizgraf {
  width: 0px;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  text-indent: -35px;
  font-size: 11px;
  margin: 3px 0 3px 15px;
  position: relative;
  overflow: hidden;
}

.quizpop .opt-item .quizgraf.show {
  width: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  .quizpop .opt-item .quizgraf.show {
    width: 160px;
  }
}

.quizpop .opt-item .quizgraf span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}

.box-categoria {
  position: relative;
  height: 100%;
  padding-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  .box-categoria {
    padding-bottom: 15px;
  }
}

.box-categoria__inside {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 30px 30px;
}

.box-categoria__inside.cat-agenda,
.box-categoria__inside.cat-roxo {
  background: #8280B8;
}

.box-categoria__inside.cat-faca-parte,
.box-categoria__inside.cat-vermelho {
  background: #ED6550;
}

.box-categoria__inside.cat-news,
.box-categoria__inside.cat-amarelo {
  background: #DCE058;
}

.box-categoria__inside.cat-quiz,
.box-categoria__inside.cat-preto {
  background: #58595B;
}

.box-categoria__inside.cat-casos,
.box-categoria__inside.cat-azul {
  background: #5791CC;
}

.box-categoria__inside.cat-artigos,
.box-categoria__inside.cat-verde {
  background: #71C2A8;
}

.box-categoria__inside.cat-entrevistas,
.box-categoria__inside.cat-amareloesc {
  background: #FFD769;
}

.box-categoria__inside.cat-estudos-e-pesquisas,
.box-categoria__inside.cat-laranja {
  background: #FF9750;
}

.box-categoria__inside__title {
  color: #ffffff;
}

.box-categoria__inside__desc p {
  text-transform: uppercase;
  margin-right: 90px;
  letter-spacing: +0.00625rem;
  font-size: +1rem;
  line-height: 1.75;
  color: #444;
}

body.single-post .main-content {
  padding-top: 130px;
}

#single-post {
  background: #F4F2F2;
  padding-top: 80px;
}

@media only screen and (max-width: 576px) {
  #single-post {
    padding-top: 50px;
  }
}

#post-single .post-cat {
  margin-bottom: +0.625rem;
  before-background: #231F20;
}

#post-single .post-cat ul,
#post-single .post-cat li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#post-single .post-cat ul a,
#post-single .post-cat li a {
  color: #A6A7AA;
}

#post-single .post-content {
  letter-spacing: +0.00625rem;
  font-size: +0.9375rem;
  line-height: 1.17647;
  line-height: 1.43529;
}

@media only screen and (max-width: 576px) {
  #post-single .post-content {
    font-size: 115%;
  }
}

#post-single .post-content h1,
#post-single .post-content h2,
#post-single .post-content h3,
#post-single .post-content h4,
#post-single .post-content h5 {
  margin-top: +3.75rem;
  margin-bottom: +2.5rem;
  text-transform: uppercase;
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.04688rem;
  font-size: +1.5rem;
}

@media only screen and (max-width: 576px) {
  #post-single .post-content h1,
  #post-single .post-content h2,
  #post-single .post-content h3,
  #post-single .post-content h4,
  #post-single .post-content h5 {
    font-size: +1.3125rem;
  }
}

#post-single .post-content h3.post-header {
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: +2.375rem;
  line-height: 1;
  margin-top: +2.5rem;
}

#post-single .post-content p {
  margin: 0px 0px 40px 0px;
  margin: 0px 0px 2.5rem 0px;
}

#post-single .post-content p > img {
  min-width: calc(100% + 140px);
  margin-left: -70px;
  display: block;
  height: auto;
  position: inherit !important;
  float: none;
}

@media only screen and (max-width: 767px) {
  #post-single .post-content p > img {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
}

#post-single .post-content blockquote {
  font-weight: bold;
  margin: +1.875rem 8%;
}

#post-single .post-content.cat-casos h1,
#post-single .post-content.cat-casos h2,
#post-single .post-content.cat-casos h3 {
  color: #5791CC;
}

#post-single .post-content.cat-casos .wp-caption {
  background: #5791CC;
}

#post-single .post-content.cat-casos .wp-caption .wp-caption-text:before {
  background-image: url(../images/e51bbbbd7f2116f0f71cb6137bd193eb.svg);
}

#post-single .post-content.cat-artigos h1,
#post-single .post-content.cat-artigos h2,
#post-single .post-content.cat-artigos h3 {
  color: #71C2A8;
}

#post-single .post-content.cat-artigos .wp-caption {
  background: #71C2A8;
}

#post-single .post-content.cat-artigos .wp-caption .wp-caption-text:before {
  background-image: url(../images/7aca3821ab5c841a62bf9d4775fcc160.svg);
}

#post-single .post-content.cat-entrevistas h1,
#post-single .post-content.cat-entrevistas h2,
#post-single .post-content.cat-entrevistas h3 {
  color: #FFD769;
}

#post-single .post-content.cat-entrevistas .wp-caption {
  background: #FFD769;
}

#post-single .post-content.cat-entrevistas .wp-caption .wp-caption-text:before {
  background-image: url(../images/34641a061aa0cf896ea50920172caf9e.svg);
}

#post-single .post-content.cat-estudos-e-pesquisas h1,
#post-single .post-content.cat-estudos-e-pesquisas h2,
#post-single .post-content.cat-estudos-e-pesquisas h3 {
  color: #FF9750;
}

#post-single .post-content.cat-estudos-e-pesquisas .wp-caption {
  background: #FF9750;
}

#post-single .post-content.cat-estudos-e-pesquisas .wp-caption .wp-caption-text:before {
  background-image: url(../images/829c6337bc173d0349795a39971fa035.svg);
}

#post-single .post-content > img,
#post-single .post-content p > img.aligncenter,
#post-single .post-content > img.aligncenter,
#post-single .post-content p > img.alignnone,
#post-single .post-content > img.alignnone {
  width: calc(100% + 140px);
  max-height: 500px;
  position: relative;
  left: -70px;
  object-fit: cover;
}

@media only screen and (max-width: 576px) {
  #post-single .post-content > img,
  #post-single .post-content p > img.aligncenter,
  #post-single .post-content > img.aligncenter,
  #post-single .post-content p > img.alignnone,
  #post-single .post-content > img.alignnone {
    width: calc(100% + 20px);
    left: -10px;
    max-height: 350px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  #post-single .post-content > img,
  #post-single .post-content p > img.aligncenter,
  #post-single .post-content > img.aligncenter,
  #post-single .post-content p > img.alignnone,
  #post-single .post-content > img.alignnone {
    max-height: 400px;
  }
}

#post-single .post-content .wp-caption {
  border: none;
  margin: 40px -70px;
  margin: 2.5rem -4.375rem;
  padding: 0;
  font-family: 'barlowregular';
  letter-spacing: +0.00625rem;
  font-size: +1.3125rem;
  line-height: 1.95238;
}

@media only screen and (max-width: 767px) {
  #post-single .post-content .wp-caption {
    font-size: +0.9375rem;
    line-height: 150%;
  }
}

#post-single .post-content .wp-caption img {
  display: block;
  width: 50%;
  height: auto;
  position: relative;
}

#post-single .post-content .wp-caption .wp-caption-text {
  position: relative;
}

#post-single .post-content .wp-caption .wp-caption-text:before {
  display: block;
  content: ' ';
  background-size: 100% 100%;
  height: 57.4px;
  width: 78.4px;
  position: absolute;
  z-index: 1;
}

#post-single .post-content .wp-caption.aligncenter,
#post-single .post-content .wp-caption.alignnone {
  padding: 0;
  margin: 40px -70px;
  margin: 2.5rem -4.375rem;
  width: auto !important;
  min-width: 100% !important;
}

@media only screen and (max-width: 576px) {
  #post-single .post-content .wp-caption.aligncenter,
  #post-single .post-content .wp-caption.alignnone {
    margin: 40px -10px;
    margin: 2.5rem -0.625rem;
  }
}

#post-single .post-content .wp-caption.aligncenter img,
#post-single .post-content .wp-caption.alignnone img {
  width: 100%;
  max-height: 500px;
  margin: 0 auto;
  object-fit: cover;
}

#post-single .post-content .wp-caption.aligncenter .wp-caption-text,
#post-single .post-content .wp-caption.alignnone .wp-caption-text {
  display: block;
  margin: 20px 0 0 0;
  padding: 0px 30px 20px;
}

#post-single .post-content .wp-caption.aligncenter .wp-caption-text:before,
#post-single .post-content .wp-caption.alignnone .wp-caption-text:before {
  left: 70%;
  top: -20px;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}

@media only screen and (max-width: 576px) {
  #post-single .post-content .wp-caption.alignleft,
  #post-single .post-content .wp-caption.alignright {
    padding: 0;
    margin: 40px -10px;
    margin: 2.5rem -0.625rem;
  }
}

@media only screen and (max-width: 576px) and (max-width: 767px) {
  #post-single .post-content .wp-caption.alignleft,
  #post-single .post-content .wp-caption.alignright {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 576px) {
  #post-single .post-content .wp-caption.alignleft img,
  #post-single .post-content .wp-caption.alignright img {
    width: 100%;
    max-height: 500px;
    margin: 0 auto;
    object-fit: cover;
  }

  #post-single .post-content .wp-caption.alignleft .wp-caption-text,
  #post-single .post-content .wp-caption.alignright .wp-caption-text {
    display: block;
    margin: 20px 0 0 0;
    padding: 0px 30px 20px;
  }

  #post-single .post-content .wp-caption.alignleft .wp-caption-text:before,
  #post-single .post-content .wp-caption.alignright .wp-caption-text:before {
    left: 70%;
    top: -20px;
    transform: rotate(-90deg);
    transform-origin: 0 0;
  }
}

@media only screen and (min-width: 577px) {
  #post-single .post-content .wp-caption.alignleft,
  #post-single .post-content .wp-caption.alignright {
    display: flex;
    align-items: center;
    max-width: 150% !important;
    min-width: calc(100% + 140px);
    position: relative;
    min-height: 350px;
    width: auto !important;
  }

  #post-single .post-content .wp-caption.alignleft img,
  #post-single .post-content .wp-caption.alignright img {
    position: absolute;
    display: block;
    margin: 0;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
  }

  #post-single .post-content .wp-caption.alignleft .wp-caption-text,
  #post-single .post-content .wp-caption.alignright .wp-caption-text {
    width: 40%;
    padding: 20px 30px;
    text-align: left;
    margin: 0;
  }

  #post-single .post-content .wp-caption.alignleft {
    flex-direction: row-reverse;
  }

  #post-single .post-content .wp-caption.alignleft .wp-caption-text:before {
    left: 0;
    top: 50%;
    transform: rotate(-180deg);
    transform-origin: 0 100%;
  }

  #post-single .post-content .wp-caption.alignleft img {
    position: absolute;
    display: block;
    margin: 0;
    width: 60%;
    height: 100%;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
  }

  #post-single .post-content .wp-caption.alignright .wp-caption-text {
    text-align: right;
  }

  #post-single .post-content .wp-caption.alignright .wp-caption-text:before {
    right: 0;
    top: 70%;
    margin-right: -78.4px;
  }
}

#post-single .post-content .gallery {
  display: flex;
  flex-flow: row wrap;
  margin: 40px -70px;
  margin: 2.5rem -4.375rem;
}

@media only screen and (max-width: 576px) {
  #post-single .post-content .gallery {
    margin: 40px -10px;
    margin: 2.5rem -0.625rem;
  }
}

#post-single .post-content .gallery br {
  display: none;
}

#post-single .post-content .gallery dl {
  margin: 0;
  min-width: 33.33%;
  width: 33.33%;
}

#post-single .post-content .gallery dl:nth-child(1 + 2n) {
  page-break-after: always;
  break-after: always;
}

#post-single .post-content .gallery dl img {
  width: 100%;
  height: auto;
  border: none;
  padding: 0 1px 1px 0;
  display: block;
}

#post-single .post-content .gallery dl .wp-caption-text,
#post-single .post-content .gallery dl .gallery-caption {
  display: none;
}

#single-post-after {
  margin: 03.125rem;
}

@media only screen and (max-width: 576px) {
  #single-post-after {
    margin: 0 0px;
  }
}

#single-post-after .area-links {
  display: flex;
  text-align: center;
  margin-bottom: 150px;
}

@media only screen and (max-width: 576px) {
  #single-post-after .area-links {
    padding-top: 50px;
  }
}

#single-post-after .area-links .link-prev,
#single-post-after .area-links .link-next {
  width: 50%;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 576px) {
  #single-post-after .area-links .link-prev,
  #single-post-after .area-links .link-next {
    width: 95%;
  }
}

#single-post-after .area-links .link-prev span,
#single-post-after .area-links .link-next span {
  font-family: 'barlow_semi_condensedmedium';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: 14px;
  display: block;
  margin-bottom: +2.5rem;
}

#single-post-after .area-links .link-prev a,
#single-post-after .area-links .link-next a {
  display: block;
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: +2.375rem;
  line-height: 1;
  margin: 0 30px;
}

#single-post-after .area-links .link-prev:after,
#single-post-after .area-links .link-next:after {
  content: " ";
  position: absolute;
  width: 60px;
  left: 50%;
  height: 50px;
  bottom: -70px;
  margin-left: -30px;
  background: url(../images/c21dc1a0a98a6e0642be2e11bb089621.svg) no-repeat center center;
  transform: scale(1.75, 1.75);
}

#single-post-after .area-links .link-prev:after {
  transform: rotate(180deg) scale(1.75, 1.75);
}

@media only screen and (max-width: 767px) {
  #single-post-after .area-links {
    flex-direction: column;
  }

  #single-post-after .area-links .link-next {
    margin-top: 120px;
  }
}

#single-post-after.cat-casos .area-links a {
  color: #5791CC;
}

#single-post-after.cat-artigos .area-links a {
  color: #71C2A8;
}

#single-post-after.cat-entrevistas .area-links a {
  color: #FFD769;
}

#single-post-after.cat-estudos-e-pesquisas .area-links a {
  color: #FF9750;
}

@media only screen and (max-width: 576px) {
  #archive-list {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 800px) {
  #archive-list {
    position: absolute;
    top: 130px;
    margin: 0 70px;
    margin: 0 4.375rem;
    left: 0;
    right: 0;
    bottom: 117px;
  }

  #archive-list .fixheight:last-child:after {
    content: ' ';
    width: 500px;
    height: 115px;
    display: block;
  }

  #archive-list .box--horizontal__cover {
    min-height: 100%;
  }

  #archive-list .fixheight {
    height: 50%;
  }
}

#archive-list .box .box--horizontal__title {
  background: #D7D7D9;
  -webkit-transition: 0s background ease-in-out;
  -moz-transition: 0s background ease-in-out;
  -moz-transition: 0s background ease-in-out;
  -ms-transition: 0s background ease-in-out;
  -o-transition: 0s background ease-in-out;
  transition: 0s background ease-in-out, 0s background ease-in-out;
}

#archive-list .box .box--horizontal__title:before {
  background-image: url(../images/184161ca145a4602984a87dfcbc10820.svg);
}

#archive-list .box.hover-cat-casos:hover .box--horizontal__title {
  background: #5791CC;
}

#archive-list .box.hover-cat-casos:hover .box--horizontal__title:before {
  background-image: url(../images/e51bbbbd7f2116f0f71cb6137bd193eb.svg);
}

#archive-list .box.hover-cat-artigos:hover .box--horizontal__title {
  background: #71C2A8;
}

#archive-list .box.hover-cat-artigos:hover .box--horizontal__title:before {
  background-image: url(../images/7aca3821ab5c841a62bf9d4775fcc160.svg);
}

#archive-list .box.hover-cat-entrevistas:hover .box--horizontal__title {
  background: #FFD769;
}

#archive-list .box.hover-cat-entrevistas:hover .box--horizontal__title:before {
  background-image: url(../images/34641a061aa0cf896ea50920172caf9e.svg);
}

#archive-list .box.hover-cat-estudos-e-pesquisas:hover .box--horizontal__title {
  background: #FF9750;
}

#archive-list .box.hover-cat-estudos-e-pesquisas:hover .box--horizontal__title:before {
  background-image: url(../images/829c6337bc173d0349795a39971fa035.svg);
}

@media only screen and (min-width: 1200px) and (min-height: 800px) {
  #archive-cats {
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 70px;
    margin: 0 4.375rem;
    background: #EBEBEC;
    z-index: 25;
  }
}

@media only screen and (max-width: 576px) {
  #archive-cats {
    margin-right: 15px;
    margin-left: 15px;
    max-width: 100%;
  }
}

#agenda .row-a > .row .boxagenda {
  padding-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  #agenda .row-a > .row .boxagenda {
    padding-bottom: 15px;
  }
}

#agenda .box-labelagenda .content {
  margin-right: 40px;
}

@media only screen and (min-width: 1200px) and (min-height: 800px) {
  #agenda {
    margin-bottom: 73px;
  }

  #agenda .row-a > .row .boxagenda {
    padding-bottom: 0px;
  }

  #agenda .row-a > .row .gridarea > div {
    margin-bottom: 30px;
  }

  #agenda .row-a .box-labelagenda {
    position: fixed;
    top: 130px;
    bottom: 0px;
    width: calc(33.333% - 30px);
  }

  #agenda .row-b {
    position: fixed;
    bottom: 40px;
    background: #EBEBEC;
    z-index: 1;
    right: 70px;
    left: 70px;
    padding: 0 15px;
    padding-top: 30px;
  }

  #agenda .box-labelagenda {
    padding-right: 40px;
  }
}

#facaparte {
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  #facaparte {
    position: absolute;
    top: 130px;
    bottom: 60px;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  #facaparte .box.box--facaparte {
    height: auto !important;
  }
}

#facaparte .box--facaparte {
  background: #ED6550 url(../images/c50daa27c9ad1de6975e1683bae19f54.png) no-repeat;
  background-position: right 90px bottom 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #facaparte .box--facaparte {
    background-position: right 40px bottom 40px;
  }
}

@media only screen and (min-width: 992px) {
  #facaparte {
    margin: 0 70px;
    margin: 0 4.375rem;
  }
}

#facaparte .row-a .box__title {
  padding-right: 60px;
}

#facaparte .row-a .areapb-30 {
  padding-bottom: 30px;
}

#facaparte span.wpcf7-not-valid-tip {
  color: #fff;
}

#facaparte .row-b {
  flex: 1;
  padding: 0 15px;
  width: 100%;
}

#facaparte input,
#facaparte textarea {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 100%;
  display: block;
}

#facaparte .box-padding {
  padding: 80px 65px 60px 50px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  #facaparte .box-padding {
    padding-right: 155px;
  }
}

@media only screen and (max-width: 576px) {
  #facaparte .box-padding {
    padding-bottom: 225px;
  }
}

#facaparte .box-padding input {
  margin: 3px 0 5px;
  padding: 3px 5px;
}

#facaparte .box-padding p {
  margin-bottom: 0;
  line-height: 160%;
}

#facaparte .box-padding p.texto {
  margin-bottom: 20px;
}

#facaparte .box-padding > p {
  flex: 0;
}

#facaparte .box-padding > div {
  flex: 1;
}

#facaparte .box-padding > div > form {
  margin: 5px -15px;
  font-family: 'barlow_semi_condensedmedium';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: 14px;
  min-height: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  #facaparte .box-padding > div > form {
    height: 100%;
  }
}

#facaparte .box-padding > div > form > .container-fluid {
  height: 100%;
  min-height: 100%;
}

#facaparte .box-padding > div > form > .container-fluid > div.container-fluid {
  height: 100%;
  min-height: 100%;
}

#facaparte .box-padding > div > form > .container-fluid > div.container-fluid > div {
  min-height: 100%;
  display: flex;
}

#facaparte .box-padding > div > form > .container-fluid > div.container-fluid > div > * {
  flex: 1;
}

#facaparte .box-padding label {
  flex: 1;
}

@media only screen and (max-width: 576px) {
  #facaparte .box-padding label {
    flex-direction: column;
    justify-content: flex-start;
  }
}

#facaparte .box-padding label span:first-child {
  flex: 1 1 175px;
}

@media only screen and (max-width: 576px) {
  #facaparte .box-padding label span:first-child {
    flex: 1 0 auto;
  }
}

#facaparte .box-padding label span > span {
  display: flex;
  flex-direction: row;
}

#facaparte .box-padding label span > span > span {
  flex: 1;
}

#facaparte .box-padding label span > span > span input {
  width: auto;
}

#facaparte .box-padding .col-right {
  display: flex;
  flex-direction: column;
}

#facaparte .box-padding .col-right p {
  margin: 11px 0 5px;
}

#facaparte .box-padding .col-right > * {
  flex: 1;
}

#facaparte .box-padding .col-right input.wpcf7-submit {
  display: inline-block;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-size: 12px;
  padding: 6px 14px 4px;
  width: auto;
  cursor: pointer;
  font-family: 'barlow_semi_condensedbold';
  text-transform: uppercase;
  letter-spacing: +0.10625rem;
  text-transform: uppercase;
  position: relative;
}

#facaparte .box-padding .col-right input.wpcf7-submit:hover {
  background: #fff;
  color: #ED6550;
}

#facaparte .box-padding .col-right a {
  color: #fff;
  font-size: 80%;
}

body.page-template-quemsomos {
  overflow-x: hidden;
  overflow-y: scroll;
}

body.page-template-quemsomos .main-content {
  overflow: hidden;
}

#quemsomos #menupagefloat {
  display: none;
  position: fixed;
  top: 311px;
  left: 110px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 20;
}

@media only screen and (min-width: 1200px) and (min-height: 0) {
  #quemsomos #menupagefloat {
    display: block;
  }
}

#quemsomos #menupagefloat li {
  padding: 0;
  margin: 0;
  display: block;
}

#quemsomos #menupagefloat li a {
  -webkit-transition: .0s all ease-in-out;
  -moz-transition: .0s all ease-in-out;
  -moz-transition: .0s all ease-in-out;
  -ms-transition: .0s all ease-in-out;
  -o-transition: .0s all ease-in-out;
  transition: .0s all ease-in-out, .0s all ease-in-out;
  font-family: 'barlow_semi_condensedmedium';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: 14px;
  display: block;
  padding-left: 30px;
}

#quemsomos #menupagefloat li a.active,
#quemsomos #menupagefloat li a:hover {
  background: url(../images/7f335cd5e9a703a682eacbfac90c7b82.svg) no-repeat left center;
  background-size: 25px 16px;
  color: #fff;
}

#quemsomos .post-title {
  margin-bottom: 55px;
}

#quemsomos .post-content {
  letter-spacing: +0.00625rem;
  font-size: +0.9375rem;
  line-height: 1.17647;
  line-height: 1.43529;
}

@media only screen and (max-width: 576px) {
  #quemsomos .post-content {
    font-size: 115%;
  }
}

#quemsomos .post-content h1,
#quemsomos .post-content h2,
#quemsomos .post-content h3,
#quemsomos .post-content h4,
#quemsomos .post-content h5 {
  margin-top: +3.75rem;
  margin-bottom: +2.5rem;
  text-transform: uppercase;
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.04688rem;
  font-size: +1.5rem;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  #quemsomos .post-content h1,
  #quemsomos .post-content h2,
  #quemsomos .post-content h3,
  #quemsomos .post-content h4,
  #quemsomos .post-content h5 {
    font-size: +1.3125rem;
  }
}

#quemsomos .post-content h3.post-header {
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: +2.375rem;
  line-height: 1;
  margin-top: +2.5rem;
}

#quemsomos .post-content p {
  margin: 0px 0px 40px 0px;
  margin: 0px 0px 2.5rem 0px;
}

#quemsomos section#sect-quem-somos {
  background: #DCE058 url(../images/cfdf0532d61844ed0700d247011eca38.png) no-repeat right center;
  background-size: 50% 100%;
  position: relative;
}

#quemsomos section#sect-quem-somos > .container-fluid > .row > div {
  background-color: #DCE058;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #quemsomos section#sect-quem-somos > .container-fluid > .row > div {
    padding-right: 70px;
  }
}

@media only screen and (min-width: 768px) {
  #quemsomos section#sect-quem-somos > .container-fluid > .row > div {
    padding-top: 177px;
  }
}

@media only screen and (max-width: 991px) {
  #quemsomos section#sect-quem-somos > .container-fluid > .row > div img {
    display: inline-block;
    max-width: 27%;
    margin-right: 5%;
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  #quemsomos section#sect-quem-somos > .container-fluid > .row > div:after {
    content: ' ';
    display: block;
    width: 120px;
    height: 100px;
    position: absolute;
    right: 0;
    background: url(../images/3574c143d30b25ef047780ba0fa89d71.svg) no-repeat center right;
    background-size: 100% 100%;
    top: 25%;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
  }
}

#quemsomos section#sect-quem-somos:after {
  content: ' ';
  display: block;
  width: 100px;
  height: 70px;
  right: 10%;
  position: absolute;
  background: url(../images/3b7a3590988a13f60450d95215a47752.svg) no-repeat center right;
  background-size: 100% 100%;
  top: 99.99%;
  transform: rotate(90deg);
  transform-origin: 0% 0%;
}

@media only screen and (min-width: 992px) {
  #quemsomos section#sect-quem-somos:after {
    width: 180px;
    height: 150px;
    right: 28%;
  }
}

#quemsomos section#sect-nossa-proposta {
  background-color: #71C2A8;
  padding: 115px 0;
}

@media only screen and (min-width: 768px) {
  #quemsomos section#sect-nossa-proposta .post-title {
    max-width: 35%;
  }

  #quemsomos section#sect-nossa-proposta .col-md-4 {
    margin-top: -100px;
  }

  #quemsomos section#sect-nossa-proposta .col-md-4 h2 {
    margin-top: -18px;
  }
}

@media only screen and (min-width: 992px) {
  #quemsomos section#sect-nossa-proposta {
    padding: 177px 0;
  }
}

#quemsomos section#sect-manifesto {
  background-color: #5791CC;
  padding: 178px 0 0 0;
  position: relative;
}

#quemsomos section#sect-manifesto .post-content {
  z-index: 25;
  overflow: hidden;
  position: relative;
  width: calc(100% + 49px);
  margin-left: -25px;
  display: block;
  margin-top: 100px;
}

@media only screen and (min-width: 1200px) and (min-height: 0) {
  #quemsomos section#sect-manifesto .post-content {
    width: calc(150% + 49px);
    margin-left: calc(-25% - 25px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #quemsomos section#sect-manifesto .post-content {
    width: calc(117% + 66px);
    margin-left: calc(-8.3333% - 34px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #quemsomos section#sect-manifesto .post-content {
    width: calc(117% + 65px);
    margin-left: calc(-8.3333% - 34px);
  }
}

#quemsomos section#sect-manifesto .post-content p,
#quemsomos section#sect-manifesto .post-content p iframe {
  display: block;
  margin: 0;
}

#quemsomos section#sect-manifesto:before {
  content: ' ';
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  right: 10%;
  background: url(../images/e51bbbbd7f2116f0f71cb6137bd193eb.svg) no-repeat center right;
  background-size: 100% 100%;
  bottom: 100%;
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}

@media only screen and (min-width: 992px) {
  #quemsomos section#sect-manifesto:before {
    width: 160px;
    height: 140px;
  }
}

#quemsomos section#sect-apoiadores {
  background-color: #ED6550;
  padding: 90px 0 50px;
}

@media only screen and (min-width: 992px) {
  #quemsomos section#sect-apoiadores {
    padding: 150px 0 90px;
  }
}

#quemsomos section#sect-apoiadores .post-content .gallery {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
}

#quemsomos section#sect-apoiadores .post-content .gallery br {
  display: none;
}

#quemsomos section#sect-apoiadores .post-content .gallery dl.gallery-item {
  flex-basis: auto;
  flex-grow: 1 0;
  padding-right: 25px;
  display: flex;
  align-items: flex-end;
  width: auto;
}

#quemsomos section#sect-apoiadores .post-content .gallery dl.gallery-item dt.gallery-icon img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

.comment-respond h3.comment-reply-title {
  font-family: 'barlow_semi_condensedbold' !important;
  text-transform: uppercase !important;
  letter-spacing: +0.10625rem !important;
  color: #000 !important;
  font-size: 16px !important;
}

.comment-respond p.comment-form-comment {
  display: flex;
  flex-direction: column;
}

.comment-respond p.comment-form-comment label {
  display: none;
}

.comment-respond .comment-form-url {
  display: none;
}

.comment-respond label {
  width: 86px;
}

.comment-respond textarea,
.comment-respond input {
  background: none;
  border: 1px solid #fff;
}

.comment-respond .form-submit input.submit {
  display: block !important;
  border: none  !important;
  margin-bottom: 30px !important;
  position: relative !important;
  background: #fff !important;
}

.comment-respond .form-submit input.submit:hover {
  background: #fff !important;
}

.comment-respond .form-submit input.submit:before {
  content: " " !important;
  position: absolute !important;
  width: 45px !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  background: url(../images/c21dc1a0a98a6e0642be2e11bb089621.svg) no-repeat center right !important;
}

.comment-list .comment {
  margin-bottom: 20px;
}

.comment-list .comment p {
  margin-bottom: 5px !important;
}

.comment-list .comment .comment-author {
  font-weight: bold;
  margin-bottom: 3px;
}

.comment-list .comment .comment-meta {
  font-size: 12px;
  margin-bottom: 5px;
}

.comment-list .botao.botao--sugestao {
  font-size: 12px;
  padding: 4px 14px 3px;
  width: auto;
  cursor: pointer;
  font-family: 'barlow_semi_condensedbold';
  text-transform: uppercase;
  letter-spacing: +0.10625rem;
  text-transform: uppercase;
  line-height: 200%;
  display: inline-block;
  background: #fff;
  padding-left: 32px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.comment-list .botao.botao--sugestao:before {
  content: " " !important;
  position: absolute !important;
  width: 45px !important;
  left: -12px !important;
  top: 0 !important;
  bottom: 0 !important;
  background: url(../images/c21dc1a0a98a6e0642be2e11bb089621.svg) no-repeat center right !important;
}

.addtoany_list {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 45px;
  position: relative;
}

.addtoany_list a.addtoany_no_icon {
  font-family: 'barlow_semi_condensedbold';
  text-transform: uppercase;
  letter-spacing: +0.10625rem;
}

.addtoany_list:before {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  width: 40px;
  left: 0;
  top: 50%;
  position: absolute;
  margin-top: -5px;
}

@media only screen and (min-width: 1200px) and (min-height: 800px) {
  body.page-template-conhecimentos {
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden;
  }

  body.page-template-conhecimentos #maincontent {
    display: flex;
    flex-direction: column;
    margin: 0 70px;
    margin: 0 4.375rem;
    position: absolute;
    top: 91px;
    bottom: 61px;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 800px) and (min-width: 768px) {
  body.page-template-conhecimentos #maincontent {
    top: 130px;
  }
}

body.page-template-conhecimentos .row-a {
  flex: 1 0;
  overflow: hidden;
}

body.page-template-conhecimentos .row-a .row {
  height: 100%;
}

body.page-template-conhecimentos .row-b {
  flex: 0 1 60px;
}

@media only screen and (min-width: 1200px) and (min-height: 0) {
  body.page-template-conhecimentos .row-c {
    display: flex;
    flex-direction: column;
  }

  body.page-template-conhecimentos .row-c > div {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 576px) {
  body.home .box--full.box--large .box__cover {
    min-height: 150px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 0) {
  body.home.fixaltura #maincontent {
    position: fixed;
    top: 130px;
    bottom: 30px;
    overflow: hidden;
    left: 70px;
    left: 4.375rem;
    right: 70px;
    right: 4.375rem;
    display: flex;
    flex-direction: column;
  }

  body.home.fixaltura #maincontent > .row-a {
    flex: 0 0 calc(100% - 90px);
  }

  body.home.fixaltura #maincontent > .row-a > .row {
    height: 100%;
  }

  body.home.fixaltura #maincontent > .row-a > .row > div {
    height: 100%;
  }

  body.home.fixaltura #maincontent > .row-a > .row > div .row.row-c {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  body.home.fixaltura #maincontent > .row-a > .row > div .row.row-c > div {
    flex: 0 0 50%;
    overflow: hidden;
  }

  body.home.fixaltura #maincontent > .row-a .box {
    height: 100%;
    overflow: hidden;
  }

  body.home.fixaltura #maincontent > .row-a .box.box--full.box--large {
    position: relative;
  }

  body.home.fixaltura #maincontent > .row-a .box.box--full.box--large .box__cover {
    overflow: hidden;
    background: #777;
    max-height: 100%;
    min-width: 100%;
    flex: 0 1;
    position: relative;
  }

  body.home.fixaltura #maincontent > .row-a .box.box--full.box--large .box__cover img {
    position: absolute;
    display: block;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
  }

  body.home.fixaltura #maincontent > .row-b {
    flex: 0 0 60px;
  }

  body.home.fixaltura #maincontent > .row-c {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }

  body.home.fixaltura #maincontent > .row-c > div {
    flex: 0 0 50%;
  }
}

.bg {
  background: #ccc;
}

.embed-container,
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

@media only screen and (min-width: 1200px) and (min-height: 0) {
  .embed-container,
  .embed-responsive {
    padding-bottom: 38.25%;
    max-width: 68%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container embed-responsive-item,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed,
.embed-responsive embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: 186%;
  z-index: 100;
  display: block;
  background: #000;
  padding: 5px 9px;
  color: #fff;
  font-size: 13px;
}

span.wpcf7-not-valid-tip:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #000000 transparent transparent;
  position: absolute;
  left: 70%;
}

body .wpcf7-form {
  position: relative;
}

body .wpcf7-form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  bottom: 186%;
  z-index: 100;
  background: #000;
  padding: 20px 35px;
  color: #fff;
  font-size: 16px;
  border: none;
  text-align: center;
}

body .wpcf7-form .wpcf7-response-output:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #000000 transparent transparent;
  position: absolute;
  left: 70%;
}

body .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  bottom: 100%;
}

.body.page-template.page-template-faca-parte .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  bottom: 50%;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important;
}

body,
html {
  font-size: 100%;
  font-family: 'barlowregular', Arial, Verdana;
  background: #EBEBEC;
  min-height: 100%;
  line-height: 120%;
  color: #231F20;
}

@media only screen and (max-width: 991px) {
  body,
  html {
    font-size: 97%;
  }
}

body *,
html * {
  -webkit-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -ms-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out, .2s all ease-in-out;
}

body a,
body a:focus,
body a:hover,
body a:visited,
html a,
html a:focus,
html a:hover,
html a:visited {
  color: #231F20;
}

.h-50 {
  height: 50%;
}

.mt-half {
  margin-top: 15px;
}

.mb-half {
  margin-bottom: 15px;
}

.pt-half {
  padding-top: 15px;
}

.pb-half {
  padding-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 0) {
  .p-xl-absolute {
    position: absolute;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 0) {
  .h-xl-100 {
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 0) {
  .h-xl-50 {
    height: 50%;
  }
}

.main-content {
  margin: 0 70px;
  margin: 0 4.375rem;
  padding-top: 91px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .main-content {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 576px) {
  .main-content {
    margin: 0;
  }
}

.botao,
.comment-respond .form-submit input.submit {
  display: inline-block;
  border: 1px solid #fff;
  background: none;
  color: #000;
  font-size: 12px;
  padding: 4px 14px 3px;
  width: auto;
  cursor: pointer;
  font-family: 'barlow_semi_condensedbold';
  text-transform: uppercase;
  letter-spacing: +0.10625rem;
  text-transform: uppercase;
  line-height: 200%;
  position: relative;
}

.botao:hover,
.comment-respond .form-submit input.submit:hover {
  background: #fff;
  color: #000000;
  text-decoration: none;
}

.botao,
.comment-respond .form-submit input.submit--sugestao {
  padding-left: 40px;
  position: relative;
}

.botao:before,
.comment-respond .form-submit input.submit--sugestao:before {
  content: " ";
  position: absolute;
  width: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../images/c21dc1a0a98a6e0642be2e11bb089621.svg) no-repeat center center;
  transform: scale(0.75, 0.75);
}

.botao,
.comment-respond .form-submit input.submit--catlarge {
  display: block;
  padding: 8px 5px 7px 30px;
  border: none;
  font-size: 0.9rem;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .botao,
  .comment-respond .form-submit input.submit--catlarge {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 0) {
  .botao,
  .comment-respond .form-submit input.submit--catlarge {
    margin-bottom: 0px;
  }
}

.botao.cor-casos,
.comment-respond .form-submit input.submit--catlarge.cor-casos {
  background: #5791CC;
}

.botao.cor-artigos,
.comment-respond .form-submit input.submit--catlarge.cor-artigos {
  background: #71C2A8;
}

.botao.cor-entrevistas,
.comment-respond .form-submit input.submit--catlarge.cor-entrevistas {
  background: #FFD769;
}

.botao.cor-estudos-e-pesquisas,
.comment-respond .form-submit input.submit--catlarge.cor-estudos-e-pesquisas {
  background: #FF9750;
}

.botao:hover,
.comment-respond .form-submit input.submit--catlarge:hover {
  background: #fff;
}

.botao:before,
.comment-respond .form-submit input.submit--catlarge:before {
  content: " ";
  position: absolute;
  width: 31px;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../images/c21dc1a0a98a6e0642be2e11bb089621.svg) no-repeat center right;
  transform: scale(0.65, 0.65);
}

.clickarea {
  cursor: pointer;
}

.post-title {
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: +2.375rem;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .post-title {
    margin-bottom: 20px;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.post-cat {
  font-family: 'barlow_semi_condensedmedium';
  text-transform: uppercase;
  letter-spacing: +0.125rem;
  font-size: 14px;
  margin-left: 32px;
  margin-bottom: 20px;
  position: relative;
}

.post-cat ul,
.post-cat li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-cat ul a,
.post-cat li a {
  color: #ffffff;
}

.post-cat:before {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background: #000;
  position: absolute;
  margin-left: -32px;
  margin-top: -1px;
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .post-cat {
    margin-left: 22px;
    font-size: 90%;
  }

  .post-cat:before {
    margin-left: -22px;
    width: 13px;
  }
}

a.saiba-mais {
  font-family: 'barlow_semi_condensedregular';
  letter-spacing: +0.1875rem;
  font-size: +0.6875rem;
  text-transform: uppercase;
  color: #000;
  display: block;
}

@media only screen and (max-width: 767px) {
  a.saiba-mais {
    font-size: 90%;
  }
}

.wp-content {
  font-family: 'barlowregular';
  letter-spacing: +0.04688rem;
  font-size: +1.125rem;
  line-height: 1.22222;
}

.wp-content p {
  margin-bottom: +1.875rem;
}


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