html {
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}
* {
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
strong {
  font-weight: 700;
}
strong.verde {
  color: #0F8F46;
}
span.verde {
  color: #0F8F46;
}
a {
  color: #0F8F46;
}
a:hover {
  color: #0F8F46;
  text-decoration: underline;
}
body {
  background-color: #ffffff;
  color: #fff;
}
.pagina-quem-somos .container {
  max-width: 1340px;
  margin: 0 auto;
}
#barranavega {
  height: 30px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}
br.clear {
  clear: all;
}
#masthead {
  height: calc(100vh - 124px);
  clear: both;
  position: relative;
}
#masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 124px);
  background: rgba(0,0,0,0.2);
}
#masthead .site-branding {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#masthead .site-branding #tag-title {
  max-width: 980px;
  position: relative;
  margin: 0 auto;
  clear: all;
  margin-top: 10rem;
  z-index: 1;
}
#masthead .site-branding h1 {
  float: right;
  font-size: 3.7rem;
  background-color: rgba(64,196,98,0.8);
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 129px;
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
#masthead .site-branding h2 {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.7rem;
  background-color: #253c91;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
#masthead .site-branding:after {
  content: '\A';
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
}
ul {
  list-style: none;
}
.site #nav {
  vertical-align: baseline;
  outline: none;
  background-color: #369ABC;
  margin: 0;
  float: left;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  height: 64px;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
  z-index: 10;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1rem;
}
.site #nav ul {
  float: left;
  width: max-content;
  position: relative;
  padding-left: 0;
}
.site #nav ul li {
  float: left;
  margin: 0;
  box-sizing: inherit;
  height: 64px;
}
.site #nav ul li:before {
  box-sizing: inherit;
}
.site #nav ul li:after {
  box-sizing: inherit;
}
.site #nav ul li a {
  float: left;
  height: 64px;
  line-height: 64px;
  width: auto;
  color: #ffffff;
  position: relative;
  padding: 0 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
.site #nav ul li a:hover {
  background-color: #1d6e8b;
}
.site #nav ul li a.current {
  color: #53FF84;
  background: #4D63AE;
  text-decoration: none;
}
.btnMenu {
  background: #4d63ae url(images/menu_icon.png) no-repeat center center;
  background-size: 23px 23px;
  position: fixed;
  z-index: 13;
  height: 60px;
  width: 60px;
  right: 20px;
  bottom: 20px;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: bottom 0.5s ease-in-out;
}
.btnMenuFechar {
  background: #4d63ae url(images/menu_icon_fechar.png) no-repeat center center;
  background-size: 23px 23px;
  position: absolute;
  z-index: 15;
  height: 60px;
  width: 60px;
  right: 38px;
  top: -30px;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: bottom 0.5s ease-in-out;
}
span.dot {
  color: #4dd9ac;
}
div.img_moldura {
  max-width: 100%;
  margin-bottom: 1rem;
  position: relative;
}
div.img_moldura >* {
  z-index: 0;
}
div.img_moldura img {
  position: relative;
  z-index: 0;
  width: 100%;
}
div.img_moldura:after {
  content: "";
  position: absolute;
  top: -7%;
  left: -8%;
  bottom: 0;
  right: 0;
  height: 114%;
  width: 112%;
  background-image: url(images/moldura_fotos.png);
  background-repeat: no-repeat;
  background-size: 105% 100%;
  z-index: 2;
}
.w-100 {
  margin-bottom: 1.8rem;
}
article {
  clear: all;
  line-height: 1.5em;
}
article h2.tag {
  text-align: center;
}
article .entry-header {
  max-width: 1090px;
  margin: 0 auto;
}
article .entry-title {
  margin-bottom: 3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 2.25rem;
}
article .container {
  max-width: 1340px;
  margin: 0 auto;
}
article .article-container {
  max-width: 1366px;
  margin: 0 auto;
}
article#post-2 {
  padding-top: 188px;
  padding-bottom: 94px;
  background-color: #ffffff;
  color: #000000;
}
article#post-8 {
  padding-top: 94px;
  padding-bottom: 94px;
  background-color: #4D63AE;
  color: #ffffff;
  text-align: left;
}
article#post-8 h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #53FF84;
}
article#post-8 .col.meio {
  padding-right: 60px;
  padding-left: 60px;
}
article#post-8 a {
  color: #53FF84;
}
article#post-8 a:hover {
  color: #53FF84;
  text-decoration: underline;
}
article#post-8 .container .row {
  margin-left: 15px;
  margin-right: 15px;
}
article#post-10,
article#post-178{
  color: #000000;
  padding-top: 94px;
  padding-bottom: 94px;
  background-color: #ffffff;
}
article#post-10 .entry-header,
article#post-178 .entry-header{
  max-width: 70%;
}
article#post-10 .entry-title,
article#post-178 .entry-title{
  color: #000000;
  margin-bottom: 3rem;
}
article#post-10 h4,
article#post-178 h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #53FF84;
}
article#post-10 ul,
article#post-178 ul{
  padding-left: 0;
}
article#post-10 ul li.break,
article#post-178 ul li.break{
  height: 0px;
  width: 100%;
  opacity: 0;
}
article#post-10 li,
article#post-178 li{
  margin-bottom: 1rem;
}
article#post-10 .nav.nav-tabs,
article#post-178 .nav.nav-tabs{
  border: 0;
  justify-content: center;
}
article#post-10 .nav-link,
article#post-178 .nav-link{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #a4a4a4;
  border-radius: 30px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
article#post-10 .nav-link:hover,
article#post-178 .nav-link:hover{
  background-color: #40C462;
}
article#post-10 .nav-link.active,
article#post-178 .nav-link.active{
  background-color: #40C462;
}
article#post-10 #myTab,
article#post-178 #myTab{
  width: 65%;
  margin: 0 auto;
}
article#post-10 .nav-item,
article#post-178 .nav-item{
  margin-left: 18px;
}
article#post-10 .nav-item:first-child,
article#post-178 .nav-item:first-child{
  margin-left: 0;
}
article#post-10 .nav-item:nth-child(5),
article#post-178 .nav-item:nth-child(5){
  margin-left: 0;
}
article#post-10 #myTabContent,
article#post-178 #myTabContent{
  max-width: 62%;
  margin: 3rem auto 0;
}
article#post-10 #myTabContent li,
article#post-178 #myTabContent li{
  border-left: 9px solid #9aa4d9;
  padding-left: 18px;
}
article#post-12 {
  color: #ffffff;
  padding-top: 84px;
  padding-bottom: 94px;
  background-color: #369ABC;
}
article#post-12 .menor {
  font-size: 0.85rem;
  line-height: 1.25rem;
  text-align: left;
}
article#post-12 img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
article#post-14 {
  color: #000000;
  padding-top: 94px;
  padding-bottom: 94px;
  background-color: #ffffff;
}
article#post-14 h1.entry-title {
  margin-bottom: 2rem;
}
article#post-14 img.share {
  width: 82px;
  height: 82px;
  margin-bottom: 2rem;
}
article#post-14 div.revogaj {
  display: flex;
  justify-content: center;
}
article#post-14 div.revogaj .colrj {
  width: 277px;
  max-width: auto;
  text-align: center;
  margin-right: 3px;
}
article#post-14 div.revogaj img.revoselo {
  width: 277px;
  height: 277px;
}
article#post-14 div.revogaj img.download {
  margin-top: 29px;
  width: 29px;
  height: 29px;
}
#colophon {
  min-height: 211px;
  background-color: #EBEBEB;
  color: #626262;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
#colophon p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #888888;
  margin-bottom: 0;
  padding: 0 10px;
}
#colophon img {
  max-width: 274px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#acessivel_toolbar {
  isolation: isolate;
  font: 13.5px Arial, Helvetica, sans-serif !important;
  border-bottom: .1em solid rgba(197,194,194,0.2);
  background-color: #fff;
  color: #000;
  width: 100%;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  z-index: 1;
  height: 30px;
  overflow: hidden;
}
#acessivel_toolbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1060px;
}
#acessivel_toolbar strong {
  font-size: 18px;
  line-height: 13px;
}
#acessivel_toolbar span,
#acessivel_toolbar i,
#acessivel_toolbar em {
  font-size: 13.5px;
}
#acessivel_toolbar li {
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 13.5px;
  line-height: 1em !important;
  padding: 7px !important;
  border-right: .1em solid rgba(197,194,194,0.2) !important;
  text-align: center !important;
  flex: 1 !important;
}
#acessivel_toolbar li:hover {
  background-color: #d8d8d8;
}
#acessivel_toolbar li:focus-within {
  background-color: #d8d8d8;
}
#acessivel_toolbar li:first-child {
  border-left: .1em solid rgba(197,194,194,0.2);
}
#acessivel_toolbar li a {
  color: #000;
  text-decoration: none;
  font-size: 13.5px;
}
#acessivel_toolbar .sub-menu li {
  display: flex;
  padding-right: 2em !important;
}
#acessivel_toolbar .sub-menu li:hover {
  background: #dddddd;
  color: #444343;
}
#acessivel_toolbar .sub-menu li a:hover {
  background: #dddddd;
  color: #444343;
}
.icon-equal {
  background: url('/id_a11y/assets/img/icon-equal.png') no-repeat 0px 0px;
  width: 14px;
  height: 14px;
  display: block;
}
.icon-equal:hover {
  background-position: 0px -14px;
}
.toolbar-colorset2 {
  background-color: #000 !important;
  color: yellow !important;
}
.toolbar-colorset2 li a {
  color: yellow !important;
}
.toolbar-colorset2 li a:hover {
  color: #fff !important;
}
.toolbar-colorset2 li a:focus {
  color: #fff !important;
}
.toolbar-colorset2 ul ul {
  background: #000;
}
.icon-equal2 {
  background: url('//cdn.igualedigital.com.br/a11y/assets/icon-equal2.png') no-repeat 0px 0px;
  width: 14px;
  height: 14px;
  display: block;
}
.icon-equal2:hover {
  background-position: 0px -14px;
}
.toolbar-colorset3 {
  background-color: rgba(204,204,204,0.99) !important;
  color: #000 !important;
  border-color: #000 !important;
}
.toolbar-colorset3 li {
  border-color: #000 !important;
}
.toolbar-colorset3 li:focus-within {
  background: rgba(255,255,255,0.9) !important;
}
.toolbar-colorset3 li a {
  color: #000 !important;
}
.toolbar-colorset3 li a:hover {
  color: #000 !important;
}
.toolbar-colorset3 ul ul {
  background: rgba(204,204,204,0.99) !important;
}
.icon-equal3 {
  background: url('//cdn.igualedigital.com.br/a11y/assets/icon-equal3.png') no-repeat 0px 0px;
  width: 14px;
  height: 14px;
  display: block;
}
.icon-equal3:hover {
  background-position: 0px -14px;
}
.acessibility-certifications-list {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 10px;
  min-height: 50px;
}
.acessibility-certifications-list img {
  border: 1px solid #ccc;
}
.acessibility-certifications-list li {
  background-color: yellow;
  list-style: none;
  display: inline;
  margin: 0 5px 0 5px;
  height: 32px;
}
.volta_ao_topo {
  display: none;
  opacity: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background: whiteSmoke;
  font-size: 0px;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: url('images/volta_ao_topo.png') no-repeat 0px 0px;
}
.volta_ao_topo:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .site.fixed #nav {
    position: fixed;
    top: 0;
    left: 0;
  }
  .site #nav {
    text-align: center;
  }
  .site #nav ul {
    float: none;
    display: inline-block;
  }
  .hidden-desk {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .site.fixed #nav {
    display: fixed;
    top: auto;
    left: auto;
    overflow: visible;
    bottom: -395px;
  }
  .site.aberto #nav {
    bottom: 0px;
    overflow: visible;
    display: fixed;
  }
  .site.aberto .btnMenu {
    right: 20px;
    bottom: -60px;
    top: auto;
  }
  .site.aberto.fixed #nav {
    bottom: 0px;
    overflow: visible;
    display: fixed;
  }
  .site #nav {
    z-index: 14;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
    background: #4D63AE;
    position: fixed;
    bottom: -395px;
    height: auto;
    left: 0;
    padding: 49px 20px 34px;
    width: 100%;
    transition: bottom 0.5s ease-in-out;
  }
  .site #nav ul {
    float: none;
    width: 100%;
    position: relative;
  }
  .site #nav ul li {
    margin: 0 0 .2rem;
    height: 35px;
    float: none;
    text-align: right;
  }
  .site #nav ul li:before {
    box-sizing: inherit;
  }
  .site #nav ul li:after {
    box-sizing: inherit;
  }
  .site #nav ul li a {
    float: none;
    height: 35px;
    line-height: 35px;
    width: 100%;
    color: #ffffff;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1rem;
  }
  .site #nav ul li a:hover {
    color: #53FF84;
  }
  .site #nav ul li a.current {
    color: #53FF84;
    background-color: inherit;
    text-decoration: none;
  }
  #librasavatar {
    display: none;
  }
  .hidden-mobile {
    display: none !important;
  }
  div.img_moldura img {
    width: 100%;
    height: auto;
  }
  #masthead {
    height: calc(100vh);
  }
  #masthead .overlay {
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100vh);
  }
  #masthead .site-branding {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
  #masthead .site-branding #tag-title {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 6rem auto;
    clear: all;
    align-self: flex-end;
  }
  #masthead .site-branding h1 {
    float: none;
    font-size: 1.5rem;
    padding: 8px;
    margin-right: 0;
    margin-bottom: 0px;
    text-align: center;
  }
  #masthead .site-branding h2 {
    float: none;
    padding: 8px;
    font-size: 1rem;
    text-align: center;
  }
  #masthead .site-branding:after {
    content: '\A';
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
  }
  article h1.entry-title {
    font-size: 1.75rem;
  }
  article h1.entry-title br {
    display: none;
  }
  article .entry-header {
    max-width: 85%;
  }
  article .entry-content .container {
    max-width: 93%;
  }
  article .article-container {
    max-width: 100%;
  }
  article#post-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  article#post-2 .row {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  article#post-2 .row .col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5em;
  }
  article#post-2 .row .col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  article#post-2 .row p {
    font-size: 1rem;
    line-height: 1.5em;
  }
  article#post-8 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }
  article#post-8 .entry-title {
    margin-bottom: 2rem;
  }
  article#post-8 .w-100 {
    display: none;
  }
  article#post-8 h4 {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  article#post-8 .container .row {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  article#post-8 .col {
    font-size: 0.85rem;
    padding: 0 0 2rem 0;
  }
  article#post-8 .col p {
    font-size: 1rem;
  }
  article#post-8 .col.meio {
    padding: 0 0 1.5rem 0;
  }
  article#post-10,
  article#post-178	{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  article#post-10 .w-100,
  article#post-178 .w-100	{
    display: none;
  }
  article#post-10 .entry-header,
  article#post-178 .entry-header	{
    max-width: 85%;
  }
  article#post-10 .dropdown-menu,
  article#post-178 .dropdown-menu	{
    margin-left: 17px;
    border-radius: 20px;
    border-color: #40C462;
    border-width: 2px;
  }
  article#post-10 .hidden-desk.dropdown br,
  article#post-178 .hidden-desk.dropdown br	{
    display: none;
  }
  article#post-10 .hidden-desk.dropdown button,
  article#post-178 .hidden-desk.dropdown button	{
    width: 100%;
    background-color: #ffffff;
    border-radius: 30px;
    border-color: #40C462;
    font-size: 0.9rem;
    font-weight: 700;
    color: #40C462;
    border-width: 3px;
  }
  article#post-10 .hidden-desk.dropdown button:hover,
  article#post-178 .hidden-desk.dropdown button:hover	{
    box-shadow: 0 0 0 0.2rem rgba(64,196,98,0.3);
  }
  article#post-10 .hidden-desk.dropdown .dropdown-toggle:after,
  article#post-178 .hidden-desk.dropdown .dropdown-toggle:after	{
    color: #40C462;
  }
  article#post-10 .hidden-desk.dropdown .dropdown-item,
  article#post-178 .hidden-desk.dropdown .dropdown-item	{
    width: 100%;
    padding: .25rem .7rem;
    font-weight: 700;
    font-size: 0.9rem;
    color: #212529;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #40C462;
  }
  article#post-10 .hidden-desk.dropdown .dropdown-item:last-child,
  article#post-178 .hidden-desk.dropdown .dropdown-item:last-child	{
    border: 0;
  }
  article#post-10 #myTabContent,
  article#post-178 #myTabContent	{
    max-width: 93%;
    margin: 2rem auto 0;
  }
  article#post-10 #myTabContent li,
  article#post-178 #myTabContent li	{
    border: none;
    padding-left: 0;
    font-size: 1rem;
  }
  article#post-12 {
    border-top: 20px solid #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 0.85rem;
    line-height: 1.25rem;
  }
  article#post-12 img.aligncenter {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  article#post-12 .col-5 {
    font-size: 1rem;
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  article#post-12 .col-7 {
    font-size: 1rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  article#post-12 .col-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  article#post-14 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  article#post-14 .col-1 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  article#post-14 p {
    margin-bottom: 0;
  }
  article#post-14 div.revogaj {
    display: block;
  }
  article#post-14 div.revogaj .colrj {
    width: 100%;
    max-width: auto;
    margin-bottom: 1.2rem;
  }
  article#post-14 div.revogaj img.revoselo {
    width: 100%;
    height: auto;
  }
  article#post-14 div.revogaj img.download {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #colophon {
    height: 216px;
  }
  #colophon img {
    max-width: 309px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #acessivel_toolbar {
    display: none;
  }
  .acessibility-certifications-list {
    margin-top: 38px;
  }
  #developmentByBlock {
    display: none;
  }
  #acc-scroll-to-top {
    display: none;
  }
  .acessibilidade ul {
    display: inline;
  }
  .acessibilidade ul ul {
    margin: .3em 0 0 4em;
    background: #fff;
  }
  .acessibilidade li {
    display: block;
  }
}
/* ===== Novos blocos da home ===== */

.frase-destaque {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.link-cta {
  display: inline-block;
  margin-top: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #0F8F46;
  text-decoration: none;
  border-bottom: 2px solid #0F8F46;
  padding-bottom: 2px;
  transition: border-width 0.1s;
}
.link-cta:hover {
  color: #0F8F46;
  text-decoration: none;
  border-bottom-width: 3px;
}

/* Quem somos — título e link-cta no fundo teal */
article#post-12 .entry-title {
  color: #ffffff;
  margin-top: 80px;
}
article#post-12 .link-cta {
  color: #53FF84;
  border-color: #53FF84;
}
article#post-12 .link-cta:hover { color: #53FF84; }

/* Garante espaço para o menu fixo (94px) em todas as seções */
article.blocos {
  scroll-margin-top: 94px;
}

/* Nossa história — branco */
article#post-207 {
  padding-top: 94px;
  padding-bottom: 94px;
  background-color: #ffffff;
  color: #000000;
}
article#post-207 .entry-title { color: #000000; }
article#post-207 p { color: #000000; }

/* Nossos princípios — azul */
article#post-208 {
  padding-top: 94px;
  padding-bottom: 94px;
  background-color: #4D63AE;
  color: #ffffff;
}
article#post-208 .entry-title { color: #ffffff; }
article#post-208 p { color: #ffffff; }
article#post-208 ul.principios { padding-left: 0; }
article#post-208 ul.principios li {
  color: #ffffff;
  margin-bottom: 1.2rem;
  border-left: 6px solid #53FF84;
  padding-left: 18px;
}
article#post-208 .link-cta { color: #53FF84; border-color: #53FF84; }

/* Educação inclusiva — branco */
article#post-203 {
  padding-top: 94px;
  padding-bottom: 94px;
  background-color: #ffffff;
  color: #000000;
}
article#post-203 .entry-title { color: #000000; }
article#post-203 p { color: #000000; }

/* Notas e posicionamentos — verde-azulado */
article#post-204 {
  padding-top: 94px;
  padding-bottom: 94px;
  background-color: #369ABC;
  color: #ffffff;
}
article#post-204 .entry-title { color: #ffffff; }
article#post-204 p { color: #ffffff; }
article#post-204 .link-cta { color: #ffffff; border-color: #ffffff; }
article#post-204 .link-cta:hover { color: #ffffff; }

/* Na mídia — azul */
article#post-205 {
  padding-top: 94px;
  padding-bottom: 94px;
  background-color: #4D63AE;
  color: #ffffff;
}
article#post-205 .entry-title { color: #ffffff; }
article#post-205 p { color: #ffffff; }
article#post-205 .link-cta { color: #53FF84; border-color: #53FF84; }

/* Contato — branco */
article#post-206 {
  padding-top: 94px;
  padding-bottom: 94px;
  background-color: #ffffff;
  color: #000000;
  border-left: none !important;
}
article#post-206 .article-container,
article#post-206 .entry-content,
article#post-206 .form-contato,
article#post-206 .col-lg-8 {
  border-left: none !important;
}
article#post-206 .container { padding-left: 15px; padding-right: 15px; }
article#post-206 .col-lg-8 { padding-left: 0; padding-right: 0; }
article#post-206 .entry-title { color: #000000; }
article#post-206 p,
article#post-206 label { color: #000000; }
article#post-206 a { color: #0F8F46; word-break: break-all; }
article#post-206 .contato-email {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
article#post-206 .contato-subtitulo {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #000000;
  margin-top: 2.5rem;
  margin-bottom: 0.3rem;
}

/* Formulário de contato */
.form-contato { margin-top: 1.5rem; }
.form-contato .form-group { margin-bottom: 1.4rem; }
.form-contato .form-duo {
  display: flex;
  gap: 1.2rem;
  margin-left: 0;
  margin-right: 0;
}
.form-contato .form-duo .form-group { flex: 1; min-width: 0; }
.form-contato label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}
.form-contato .form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #222222;
  background-color: #ffffff;
  border: 1.5px solid #d0d0d0;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: 'Noto Sans', sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-contato .form-control:focus {
  outline: none;
  border-color: #369ABC;
  box-shadow: 0 0 0 3px rgba(54,154,188,0.15);
  background-color: #ffffff;
}
.form-contato textarea.form-control { resize: vertical; min-height: 140px; }
.btn-enviar {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.8rem 2.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  background-color: #253c91;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
  letter-spacing: 0.03em;
}
.btn-enviar:hover { background-color: #1a2d6e; transform: translateY(-1px); }
.btn-enviar:active { transform: translateY(0); }
.form-contato .aviso-enviado {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  background-color: #d4edda;
  color: #155724;
  border-radius: 6px;
  font-weight: 700;
}
.form-contato .aviso-erro {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  background-color: #f8d7da;
  color: #721c24;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .form-contato .form-duo { flex-direction: column; gap: 0; }
}

@media only screen and (max-width: 768px) {
  .frase-destaque { font-size: 1.1rem; }
  article#post-207,
  article#post-208,
  article#post-203,
  article#post-204,
  article#post-205,
  article#post-206 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Redes sociais — nav */
.nav-redes-sociais {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  right: 20px;
  top: 0;
  height: 94px;
}
.nav-rede-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ffffff;
  font-size: 1.1rem;
  border-radius: 50%;
  transition: background-color 0.2s;
  text-decoration: none;
}
.nav-rede-link:hover {
  background-color: rgba(255,255,255,0.15);
  color: #ffffff;
  text-decoration: none;
}

/* Redes sociais — footer */
.footer-redes-sociais {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0.8rem 0;
}
.footer-rede-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #626262;
  font-size: 1.2rem;
  border: 2px solid #626262;
  border-radius: 50%;
  transition: color 0.2s, border-color 0.2s;
  text-decoration: none;
}
.footer-rede-link:hover {
  color: #369ABC;
  border-color: #369ABC;
  text-decoration: none;
}

/* Contato — seções e formulários */
.contato-secao-titulo {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000000;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.contato-newsletter-desc {
  margin-bottom: 0.5rem;
}
.contato-divisor {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2.5rem 0;
}
.form-check-lgpd {
  margin-top: 1rem;
}
.form-check-lgpd .check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  line-height: 1.4;
}
.form-check-lgpd input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: #369ABC;
  cursor: pointer;
}
.aviso-enviado {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  background-color: #d4edda;
  color: #155724 !important;
  border-radius: 4px;
  font-weight: 700;
}
.aviso-erro {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  background-color: #f8d7da;
  color: #721c24 !important;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .nav-redes-sociais {
    position: static;
    height: auto;
    justify-content: flex-end;
    padding: 0.5rem 20px 0.8rem;
  }
  #colophon {
    height: auto;
    padding-bottom: 1.5rem;
  }
}

/* ===== Newsletter bar ===== */
.newsletter-bar {
  background-color: #253c91;
  padding: 40px 20px;
}
.newsletter-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
}
.newsletter-bar-texto {
  flex: 0 0 280px;
}
.newsletter-bar-titulo {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: #ffffff;
  margin: 0 0 0.4rem;
}
.newsletter-bar-subtitulo {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  margin: 0;
  line-height: 1.4;
}
.newsletter-bar-form {
  flex: 1;
}
.newsletter-bar-campos {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.newsletter-input {
  flex: 1;
  height: 44px;
  padding: 0 14px;
  font-size: 0.95rem;
  font-family: 'Noto Sans', sans-serif;
  color: #000000;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}
.newsletter-input:focus {
  box-shadow: 0 0 0 3px rgba(83,255,132,0.4);
}
.newsletter-btn {
  height: 44px;
  padding: 0 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #253c91;
  background-color: #53FF84;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.newsletter-btn:hover {
  background-color: #40C462;
}
.newsletter-lgpd {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.newsletter-lgpd input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #53FF84;
  width: 14px;
  height: 14px;
}
.newsletter-lgpd span {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.4;
}
.newsletter-sucesso {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #53FF84;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .newsletter-bar-inner {
    flex-direction: column;
    gap: 24px;
  }
  .newsletter-bar-texto {
    flex: none;
  }
  .newsletter-bar-campos {
    flex-direction: column;
  }
  .newsletter-btn {
    width: 100%;
  }
  .newsletter-input {
    flex: auto;
  }
}
/* ===== fim newsletter bar ===== */

/* ===== Página interna — Educação Inclusiva ===== */
.pagina-ed-inclusiva p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #222222;
  margin-bottom: 1.4rem;
}
.pagina-subtitulo {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  color: #253c91;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #369ABC;
}
.paradigmas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin: 1.8rem 0 2.5rem;
}
.paradigma {
  background-color: #f5f7fb;
  border-left: 5px solid #369ABC;
  border-radius: 0 6px 6px 0;
  padding: 1.2rem 1.4rem;
}
.paradigma-destaque {
  background-color: #eaf7f0;
  border-left-color: #0F8F46;
}
.paradigma-titulo {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: #253c91;
  margin: 0 0 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.paradigma-destaque .paradigma-titulo { color: #0F8F46; }
.paradigma p {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: #444444 !important;
  margin: 0 !important;
}
@media (max-width: 640px) {
  .paradigmas { grid-template-columns: 1fr; }
}

/* ===== Na mídia — cards ===== */
.midia-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 0.5rem 0;
}
.midia-card {
  background-color: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  transition: background-color 0.2s, transform 0.2s;
  overflow: hidden;
}
.midia-card:hover {
  background-color: rgba(255,255,255,0.18);
  transform: translateY(-3px);
}
.midia-card-corpo {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.midia-card-tag {
  font-family: 'Roboto', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #53FF84;
  margin-bottom: 0.8rem;
  display: block;
}
.midia-card-titulo {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  flex: 1;
}
.midia-card-link {
  color: #ffffff !important;
  text-decoration: none;
}
.midia-card-link:hover { color: #53FF84 !important; text-decoration: none; }
.midia-card-leia {
  display: inline-block;
  font-size: 0.8rem;
  color: #53FF84;
  font-weight: 700;
  margin-top: auto;
  text-decoration: none;
}
.midia-card-leia:hover { color: #ffffff; text-decoration: none; }
@media (max-width: 768px) {
  .midia-cards { grid-template-columns: 1fr; }
}

/* ===== Conheça quem faz parte ===== */
article#post-216 {
  padding-top: 94px;
  padding-bottom: 94px;
  background-color: #ffffff;
  color: #000000;
}
article#post-216 .entry-title { color: #000000; }
.qfp-secao {
  margin-bottom: 2.5rem;
}
.qfp-titulo {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1.15rem;
  color: #253c91;
  margin: 0 0 0.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #369ABC;
}
.qfp-lista {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
}

/* ===== fim novos blocos ===== */

/* ===== MULTIPAGE — layout geral ===== */

/* Banner menor em páginas internas */
body.page:not(.home) #masthead,
body.archive #masthead,
body.single #masthead { height: 260px !important; }
body.page:not(.home) #masthead .site-branding,
body.archive #masthead .site-branding,
body.single #masthead .site-branding { height: 260px; }

/* Espaçamento padrão após o nav em todas as páginas */
#primary { clear: both; }

/* Títulos alinhados à esquerda em páginas internas */
body.page:not(.home) article .entry-title,
body.archive article .entry-title,
body.single article .entry-title { text-align: left; }

/* Hero de página interna */
.pagina-hero {
  background-color: #253c91;
  padding: 64px 20px 56px;
}
.pagina-hero-midia { background-color: #4D63AE; padding-bottom: 0; }
.pagina-titulo {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #ffffff;
  margin: 0 0 0.5rem;
}
.pagina-subtitulo-hero {
  color: rgba(255,255,255,0.8);
  font-size: 1rem;
  margin: 0;
}
.pagina-breadcrumb { margin-bottom: 1rem; }
.pagina-breadcrumb a { color: rgba(255,255,255,0.75); font-size: 0.9rem; text-decoration: none; }
.pagina-breadcrumb a:hover { color: #ffffff; }
.pagina-corpo { padding: 60px 20px; background: #ffffff; }

/* ===== HOME TEASERS ===== */
.home-teaser { padding: 80px 20px; }
.home-teaser-educacao { background-color: #ffffff; }
.home-teaser-notas   { background-color: #253c91; }
.home-teaser-midia   { background-color: #4D63AE; }

.home-teaser-educacao-inner { max-width: 680px; }
.home-teaser-label {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #369ABC;
  margin-bottom: 0.6rem;
}
.home-teaser-titulo {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #253c91;
  margin: 0 0 1rem;
}
.home-teaser-desc {
  font-size: 1.05rem;
  color: #444444;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.home-teaser-cta {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #253c91;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.home-teaser-cta:hover { background-color: #1a2d6e; color: #ffffff; text-decoration: none; }

.home-teaser-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}
.home-teaser-titulo-secao {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: #ffffff;
  margin: 0;
}
.home-teaser-ver-todos {
  font-size: 0.85rem;
  font-weight: 700;
  color: #53FF84;
  text-decoration: none;
}
.home-teaser-ver-todos:hover { color: #ffffff; text-decoration: none; }

.home-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.home-post-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  transition: background-color 0.2s, transform 0.2s;
}
.home-post-card:hover { background: rgba(255,255,255,0.17); transform: translateY(-3px); }
.home-post-tag {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #53FF84;
  margin-bottom: 0.6rem;
}
.home-post-titulo {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  flex: 1;
  margin: 0 0 1rem;
}
.home-post-titulo a { color: #ffffff; text-decoration: none; }
.home-post-titulo a:hover { color: #53FF84; text-decoration: none; }
.home-post-excerpt { font-size: 0.88rem; color: rgba(255,255,255,0.8); margin-bottom: 1rem; flex: 1; }
.home-post-link { font-size: 0.8rem; font-weight: 700; color: #53FF84; text-decoration: none; margin-top: auto; }
.home-post-link:hover { color: #ffffff; text-decoration: none; }
.home-sem-posts { color: rgba(255,255,255,0.7); font-style: italic; }

@media (max-width: 768px) {
  .home-posts-grid { grid-template-columns: 1fr; }
  .home-teaser-titulo { font-size: 1.5rem; }
  .home-teaser { padding: 50px 20px; }
}

/* ===== QUEM SOMOS — seções ===== */
.qs-secao { padding: 80px 0; width: 100%; }
.qs-quem-somos { background-color: #369ABC; }
.qs-quem-somos p, .qs-quem-somos .frase-destaque { color: #ffffff; }
.qs-quem-somos .link-cta { color: #ffffff; border-color: #ffffff; }
.qs-quem-somos .link-cta:hover { color: #ffffff; }
.qs-historia  { background-color: #253c91; }
.qs-historia p { color: #ffffff; }
.qs-principios { background-color: #ffffff; }
.qs-principios p, .qs-principios li { color: #333333; }
.qs-secao-titulo {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
}
.qs-quem-somos .qs-secao-titulo,
.qs-historia .qs-secao-titulo { color: #ffffff; }
.qs-principios .qs-secao-titulo { color: #253c91; }
.qs-principios .principios { padding-left: 0; list-style: none; }
.qs-principios .principios li {
  border-left: 5px solid #53FF84;
  padding-left: 16px;
  margin-bottom: 1rem;
  color: #333333;
  line-height: 1.6;
}

/* ===== NOTAS — archive ===== */
.notas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 10px 0;
}
.nota-card {
  background: #f5f7fb;
  border-left: 5px solid #253c91;
  border-radius: 0 8px 8px 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.nota-card p { color: #222; }
.nota-card:hover { box-shadow: 0 4px 16px rgba(37,60,145,0.12); }
.nota-card-titulo { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 1rem; flex: 1; margin: 0 0 0.8rem; }
.nota-card-titulo a { color: #253c91; text-decoration: none; }
.nota-card-titulo a:hover { color: #369ABC; }
.nota-card-excerpt { font-size: 0.88rem; color: #555555; line-height: 1.6; margin-bottom: 1rem; flex: 1; }
.nota-card-link { font-size: 0.82rem; font-weight: 700; color: #369ABC; text-decoration: none; margin-top: auto; }
.nota-card-link:hover { color: #253c91; }
.nota-conteudo p { font-size: 1.05rem; line-height: 1.8; color: #222; margin-bottom: 1.4rem; }
@media (max-width: 768px) { .notas-grid { grid-template-columns: 1fr; } }

/* ===== MÍDIA — archive ===== */
.midia-arquivo-corpo { background-color: #4D63AE; padding: 60px 20px; }
.midia-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.midia-archive-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: background-color 0.2s, transform 0.2s;
}
.midia-archive-card:hover { background: rgba(255,255,255,0.18); transform: translateY(-3px); }
.midia-archive-tag { display: block; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #53FF84; margin-bottom: 0.8rem; }
.midia-archive-titulo { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 1rem; line-height: 1.5; flex: 1; margin: 0 0 1rem; }
.midia-archive-titulo a { color: #ffffff; text-decoration: none; }
.midia-archive-titulo a:hover { color: #53FF84; text-decoration: none; }
.midia-archive-link { font-size: 0.8rem; font-weight: 700; color: #53FF84; text-decoration: none; margin-top: auto; }
.midia-archive-link:hover { color: #ffffff; text-decoration: none; }
@media (max-width: 768px) { .midia-archive-grid { grid-template-columns: 1fr; } }

.disable_span span {
  display: none;
}
body.high_contrast * {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body.high_contrast a {
  color: #ffff00 !important;
}
body.high_contrast a.disable_span span {
  display: inline-block;
  color: #ffff00 !important;
}
body.high_contrast #acessivel_toolbar span,
body.high_contrast #acessivel_toolbar i,
body.high_contrast #acessivel_toolbar em,
body.high_contrast #acessivel_toolbar strong {
  color: #ffff00 !important;
}
body.high_contrast article#post-14 .col-1 {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}
