@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Bitter:400,400i,700);
@import url(https://use.fontawesome.com/releases/v5.8.2/css/all.css);
/*!
 Theme Name: rede_obs
 Author: Rafael Ortman / Refinaria Design
 Description: Tema do Simpósio Americas Oncologia 2019
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: rede_obs
 */
html {
  box-sizing: border-box;
  font-size: 16px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Bitter', serif;
  font-size: 16px;
  height: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
  color: #4d4d4d;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6 {
  color: #01314a;
  line-height: 1.25;
  margin-top: 1em;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
ol, ul {
  padding-left: 20px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="search"], textarea {
  color: inherit;
  vertical-align: top;
  font-family: inherit;
  appearance: none;
  border-radius: 0;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0 12px;
  width: auto;
  height: 40px;
  background-color: #e6e6e6;
  line-height: 20px;
  border-radius: 5px;
}
input[type="button"], input[type="submit"], button, .btn {
  vertical-align: middle;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 0.75rem;
  width: auto;
  height: 40px;
  color: white;
  background-color: #0395e1;
  border-radius: 5px;
  border: none;
  transition: 0.5s;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, .btn:hover {
  background-color: #0274af;
}
textarea {
  width: 100%;
  min-height: 200px;
}
select {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
select:focus {
  outline: 0;
}
input[type="text"] + input[type="submit"] {
  margin-left: -5px;
}
img {
  display: block;
  max-width: 100%;
}
figure {
  margin: 0;
}
a {
  cursor: pointer;
  color: #0274af;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
table {
  margin: 1rem 0;
  color: #4d4d4d;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
table tr {
  border-bottom: 1px solid #eee;
}
table tr th, table tr td {
  padding: 5px;
  text-align: center;
}
.w1200 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;
  margin: auto;
}
.w700 {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 0 1rem;
  margin: auto;
}
.flex-conteiner {
  display: flex;
}
.flex-expandir {
  flex-grow: 1;
}
.hori-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.vert-list {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 3;
}
.vert-list li {
  display: block;
}
.vert-list li a {
  display: block;
  white-space: nowrap;
}
.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.inline-form {
  display: flex;
}
.inline-form input[type="text"], .inline-form input[type="search"], .inline-form input[type="email"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inline-form input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.inline-form input:focus {
  outline: none;
}
.leia-mais {
  font-weight: bold;
}
.mt1r {
  margin-top: 1rem;
}
.mt2r {
  margin-top: 2rem;
}
.mb1r {
  margin-bottom: 1rem !important;
}
.mb2r {
  margin-bottom: 2rem !important;
}
.pt1r {
  padding-top: 1rem !important;
}
.pt2r {
  padding-top: 2rem !important;
}
.pb1r {
  padding-bottom: 1rem;
}
.pb2r {
  padding-bottom: 2rem;
}
.search-form {
  display: flex;
}
.search-form .search-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-form .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.admin-bar {
  padding-top: 32px;
}
.admin-bar #mainHeader {
  top: 32px;
}
.wp-block-button .wp-block-button__link {
  vertical-align: middle;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 0.75rem;
  width: auto;
  line-height: 40px;
  color: white;
  background-color: #0395e1;
  border-radius: 5px;
  border: none;
  transition: 0.5s;
}
.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
  background-color: #0274af;
}
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed-youtube {
  margin-bottom: 4rem;
}
.wp-block-embed-youtube figcaption {
  margin-top: 1rem;
  text-align: left;
  font-size: 1rem;
}
#mainHeader {
  z-index: 3;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  transition: 0.25s;
}
#mainHeader .w1200 {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
#logoRedeObservatorios {
  height: 100%;
  position: relative;
  flex-grow: 1;
}
#logoRedeObservatorios a {
  display: inline-block;
  height: 100%;
}
#logoRedeObservatorios a svg {
  margin-top: 1rem;
  display: block;
  height: calc(100% - 2rem);
}
#topMenu {
  position: relative;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #4c7d75;
}
#topMenu .redes {
  text-align: right;
  margin-right: 2rem;
}
#topMenu .redes li a {
  display: block;
  text-align: center;
  padding: 10px;
}
#topMenu .redes li a:hover svg, #topMenu .redes li a:focus svg {
  fill: #8f9dc3;
}
#topMenu .redes li a svg {
  display: block;
  height: 25px;
  width: 25px;
  transition: fill 0.3s;
}
#topMenu .redes li div {
  opacity: 0;
  top: -80px;
  left: 0;
  position: absolute;
  transition: 0.5s opacity;
}
#topMenu .redes li.ativo div {
  top: 50px;
  opacity: 1;
}
#topMenu .form-busca input[type="search"] {
  width: 150px;
}
#mainNav .menu {
  height: 100%;
  padding-top: 20px;
}
#mainNav .menu > li {
  display: flex;
  align-items: center;
}
#mainNav .menu > li > a {
  height: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #01314a;
  text-transform: uppercase;
  margin-left: 20px;
  border-bottom: 0;
  transition: 0.25s;
}
#mainNav .menu > li > a:hover {
  text-decoration: none;
}
#mainNav .menu > li > a.submenu-bt.ativo {
  border-bottom: 4px solid #01314a;
}
#mainNav .menu > li > a.submenu-bt.ativo + .submenu {
  right: 0;
}
#mainNav .menu > li .submenu {
  position: absolute;
  top: 55px;
  right: -100%;
  transition: 0.5s;
}
#mainNav .menu > li .submenu li a {
  padding-left: 1rem;
  font-size: 14px;
  color: #01314a;
  text-transform: uppercase;
  white-space: nowrap;
}
#mainNav .menu > li:first-child .submenu-bt.ativo + .submenu {
  right: 50px;
}
#mainNav .menu a:hover {
  color: #02527c !important;
  text-decoration: none;
}
#menuBt {
  position: relative;
  display: none;
  padding: 0;
  height: 45px;
  width: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#menuBt:hover .stripes .stripe {
  background-color: #0274af;
}
#menuBt:focus {
  outline: none;
}
#menuBt .stripes {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 100%;
  transition: all 0.2s;
}
#menuBt .stripes .stripe {
  background-color: #01314a;
  position: absolute;
  display: block;
  width: 30px;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 1px;
  transition: all 0.3s;
}
#menuBt .stripes .stripe.stripe-top {
  top: 2px;
}
#menuBt .stripes .stripe.stripe-x1 {
  top: 13px;
}
#menuBt .stripes .stripe.stripe-x2 {
  bottom: 13px;
}
#menuBt .stripes .stripe.stripe-bot {
  bottom: 2px;
}
#menuBt.ativo .stripe-top {
  top: 36px;
  opacity: 0;
  transition: all 0.3s;
}
#menuBt.ativo .stripe-x1 {
  transform: rotate(45deg);
  transition: transform 0.3s 0.1s;
}
#menuBt.ativo .stripe-x2 {
  transform: rotate(-45deg);
  transition: transform 0.3s 0.1s;
}
#menuBt.ativo .stripe-bot {
  bottom: 35px;
  opacity: 0;
  transition: all 0.3s;
}
#menuBt.ativo + #topMenu {
  width: 250px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
#menuBt.ativo + #topMenu li a {
  margin-left: 0;
}
#mainFooter {
  border-top: 8px solid #e6e6e6;
  position: relative;
  margin: 4rem 0;
}
#mainFooter h2 {
  margin: 2rem 0 1rem;
  font-size: 14px;
  text-transform: uppercase;
}
#mainFooter img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2rem;
  margin-right: 3rem;
  max-width: 120px;
}
#mainFooter .inline-form input {
  margin-bottom: 2rem;
}
#mainBanner {
  height: 100%;
  padding-top: 100px;
  position: relative;
}
#mainBanner .mais-conteudo {
  opacity: 0.6;
  position: absolute;
  z-index: 4;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#mainBanner .mais-conteudo svg {
  height: 30px;
}
#slideshow {
  position: relative;
  height: 100%;
  color: white;
  background-color: black;
  overflow: hidden;
}
#slideshow .creditos {
  z-index: 3;
  position: absolute;
  bottom: 65px;
  right: 15px;
  font-size: 10px;
  color: white;
}
.slider {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 2.5s;
}
.slider a {
  font-size: 20px;
  font-weight: bold;
}
.slider#sliderBA a {
  color: #cd634d;
}
.slider#sliderBA .slider-tarja {
  background-color: rgba(205, 99, 77, 0.5);
}
.slider#sliderBA .slider-destaque {
  left: 20%;
}
.slider#sliderCE a {
  color: #ce7612;
}
.slider#sliderCE .slider-tarja {
  background-color: rgba(206, 118, 18, 0.5);
  left: 20%;
}
.slider#sliderCE .slider-destaque {
  right: 20%;
}
.slider#sliderPE a {
  color: #7a9665;
}
.slider#sliderPE .slider-tarja {
  background-color: rgba(122, 150, 101, 0.5);
  left: 40%;
}
.slider#sliderRJ a {
  color: #8f9dc3;
}
.slider#sliderRJ .slider-tarja {
  background-color: rgba(143, 157, 195, 0.5);
  left: 60%;
}
.slider#sliderRJ .slider-destaque {
  left: 20%;
}
.slider#sliderSP a {
  color: #9384a5;
}
.slider#sliderSP .slider-tarja {
  left: 80%;
  background-color: rgba(147, 132, 165, 0.5);
}
.slider#sliderSP .slider-destaque {
  right: 20%;
}
.slider.ativo {
  z-index: 1;
  opacity: 1;
  right: 0;
}
.slider.ativo .slider-tarja {
  height: 100%;
  opacity: 1;
}
.slider.ativo .slider-destaque div {
  top: 50%;
  transform: translateY(-50%);
}
.slider .slider-tarja {
  height: 0;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  width: 20%;
  padding: 15px;
  color: white;
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
.slider .slider-tarja div {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.slider .slider-tarja div strong {
  font-size: 2rem;
  display: block;
}
.slider .slider-tarja div span {
  font-size: 14px;
  display: block;
}
.slider .slider-destaque {
  height: 100%;
  position: absolute;
  width: 40%;
}
.slider .slider-destaque div {
  top: 0;
  transform: translateY(-100%);
  padding: 2rem;
  position: absolute;
  transition: 1s;
  transition-delay: 0.75s;
}
.slider .slider-destaque h2 {
  color: inherit;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.slider .slider-destaque h3 {
  font-size: 1.125rem;
  color: inherit;
  margin-bottom: 0.5rem;
}
.slider-control {
  background-color: white;
  z-index: 1;
  display: flex;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider-control li {
  width: 20%;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  background-color: white;
  text-align: center;
  display: block;
  transition: 0.5s;
  line-height: 50px;
}
.slider-control li:hover {
  font-weight: bold;
}
.slider-control li .sigla-uf {
  display: none;
}
.slider-control #sliderBA_bt {
  background-color: #cd634d;
}
.slider-control #sliderCE_bt {
  background-color: #ce7612;
}
.slider-control #sliderPE_bt {
  background-color: #7a9665;
}
.slider-control #sliderRJ_bt {
  background-color: #8f9dc3;
}
.slider-control #sliderSP_bt {
  background-color: #9384a5;
}
.slider-control .ativo#sliderBA_bt {
  color: white;
  background-color: #8d3927;
}
.slider-control .ativo#sliderCE_bt {
  color: white;
  background-color: #70400a;
}
.slider-control .ativo#sliderPE_bt {
  color: white;
  background-color: #48593c;
}
.slider-control .ativo#sliderRJ_bt {
  color: white;
  background-color: #52669a;
}
.slider-control .ativo#sliderSP_bt {
  color: white;
  background-color: #605271;
}
#missao div {
  background-color: #01314a;
  padding: 4rem;
}
#missao div svg {
  display: block;
  width: 150px;
  margin: 0 auto 2rem;
}
#missao p {
  text-align: center;
  color: white;
  font-size: 1.75rem;
  line-height: 1.5;
}
#destaques {
  padding-top: 4rem;
}
#destaques h2 {
  text-transform: uppercase;
  color: #01314a;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #01314a;
}
#destaques .destaque {
  margin-top: 2rem;
  display: flex;
}
#destaques .destaque .destaque-img {
  max-width: 400px;
  padding-right: 2rem;
  flex-shrink: 0;
}
#destaques .destaque .destaque-conteudo h3 {
  margin-top: 0;
  font-size: 2rem;
  color: #01314a;
}
#destaques .destaque .destaque-conteudo .destaque-data {
  color: rgba(1, 49, 74, 0.7);
  font-weight: bold;
  display: block;
  margin: 0.5rem 0;
  font-size: 14px;
}
#destaques .destaque .destaque-conteudo h4 {
  font-style: italic;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#destaques .destaque .destaque-conteudo .leia-mais {
  margin-top: 0.5rem;
  display: inline-block;
}
#destaques .destaque .destaque-conteudo .more-link {
  position: relative;
  overflow: hidden;
}
#destaques .destaque .destaque-conteudo .more-link:before {
  content: 'Leia mais';
}
#destaques .destaque .destaque-conteudo .more-link span {
  position: absolute;
  left: -10000rem;
}
@keyframes pulse_animation {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    transform: translateY(-10px);
  }
  20% {
    transform: translateY(-5px);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
#mainHeader + main {
  padding-top: 100px;
}
.page-template-pagina-mapa .mapa {
  padding-top: 100px;
  height: 100%;
}
.page-template-pagina-mapa .uf {
  height: 100%;
  display: flex;
}
.page-template-pagina-mapa .uf .uf-opcoes {
  padding: 1rem;
  width: 290px;
}
.page-template-pagina-mapa .uf .uf-opcoes h2, .page-template-pagina-mapa .uf .uf-opcoes p {
  color: black;
}
.page-template-pagina-mapa .uf .uf-opcoes a {
  color: white;
}
.page-template-pagina-mapa .uf .uf-opcoes ul {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 -1rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
.page-template-pagina-mapa .uf .uf-opcoes ul li {
  cursor: pointer;
  color: black;
  font-size: 14px;
  line-height: 1;
  padding: 0.75rem 1rem;
  display: block;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.page-template-pagina-mapa .uf .uf-opcoes ul li:hover, .page-template-pagina-mapa .uf .uf-opcoes ul li:focus {
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.page-template-pagina-mapa .uf .uf-opcoes ul li.ativo {
  text-transform: uppercase;
  cursor: default;
  color: black;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.25);
}
.page-template-pagina-mapa .uf .uf-dados {
  width: calc(100% - 290px);
  position: relative;
}
.page-template-pagina-mapa .uf .uf-dados #mapa-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, .4);
  color: white;
  display: none;
}
.page-template-pagina-mapa .uf .uf-dados #mapa-loading .texto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  animation: fade 0.7s infinite ease-in-out alternate;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.posts {
  flex-grow: 1;
}
.post {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
}
.post .post-header h2 {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.post .post-img {
  flex-shrink: 0;
}
.post .post-img img {
  padding-right: 1rem;
}
.post .post-conteudo {
  flex-grow: 1;
  font-size: 0.875rem;
}
.post .post-conteudo h3, .post .post-conteudo h4, .post .post-conteudo p {
  font-size: inherit;
  color: #666;
}
.more-link {
  font-size: 1.2em;
  font-weight: bold;
}
.nav-links div {
  text-transform: uppercase;
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 1rem;
}
.entry-meta {
  font-size: 0.75rem;
  font-weight: bold;
  color: #808080;
  margin-bottom: 0.5rem;
}
.entry-meta span {
  display: inline-block;
  font-weight: normal;
}
.entry-meta span a {
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  margin: 0 0.25rem;
}
.entry-meta span a i {
  display: inline-block;
  margin-right: 0.25rem;
}
.entry-footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 0.5rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
}
.entry-footer i {
  color: #01314a;
}
.widget-area {
  flex-basis: 290px;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 2rem;
}
.widget-area .widget {
  padding: 1rem;
  background-color: #01314a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget-area .widget_recent_entries h2:before {
  font-size: inherit;
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
}
.widget-area .widget_archive h2:before {
  font-size: inherit;
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f187";
}
.widget-area .widget_categories h2:before {
  font-size: inherit;
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07c";
}
.widget-area h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  color: white;
}
.widget-area ul {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.2;
  color: white;
}
.widget-area ul li {
  margin-bottom: 0.5rem;
}
.widget-area ul li a {
  color: #80d2fd;
}
.posted-on .published {
  display: none;
}
.page main.w1200 article > div.w700 {
  margin-top: 50px;
}
.page-title {
  color: #01314a;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  border: 1px solid #01314a;
}
.single main {
  background-size: cover;
}
.single .flex-conteiner {
  padding-top: 2rem;
}
.single article {
  flex-grow: 1;
  border-bottom: none;
}
.single article > div {
  padding: 2rem;
  margin-left: auto;
  margin-right: 0;
  max-width: 630px;
  background-color: rgba(255, 255, 255, 0.8);
}
.single article > div .entry-meta {
  margin: 1rem 0;
}
.single article > div h2 {
  margin: 0;
}
.page-quem-faz h2 + h3, .page-relatorios h2 + h3, .page-infograficos h2 + h3 {
  margin-top: 2rem;
}
.page-quem-faz h3, .page-relatorios h3, .page-infograficos h3 {
  margin-top: 4rem;
}
.page-quem-faz h3:before, .page-relatorios h3:before, .page-infograficos h3:before {
  content: "";
  clear: both;
  display: table;
}
.page-quem-faz h4, .page-relatorios h4, .page-infograficos h4 {
  padding-top: 1rem;
  border-top: 1px solid #e6e6e6;
  font-weight: bold;
}
.contadores {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.contadores .contador-item {
  text-align: center;
  flex-basis: calc(20% - 30px);
}
.contadores .contador-item strong {
  color: #cd634d;
  font-size: 4rem;
  display: block;
}
.contadores .contador-item span {
  display: block;
  font-size: 0.8rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #666;
}
#comments label {
  font-size: 0.875rem;
  color: #01314a;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin: 1rem 0 0.5rem;
}
#comments label[for="wp-comment-cookies-consent"] {
  display: inline;
}
#uf-ba {
  background-color: #cd634d;
}
#uf-ce {
  background-color: #ce7612;
}
#uf-pe {
  background-color: #7a9665;
}
#uf-rj {
  background-color: #8f9dc3;
}
#uf-sp {
  background-color: #9384a5;
}
@media (min-width: 1051px) {
  #menuBt.ativo + #topMenu {
    width: auto;
    box-shadow: none !important;
  }
  #menuBt.ativo + #topMenu li a {
    margin-left: 20px;
  }
}
@media (max-width: 1050px) {
  #topMenu {
    height: 100%;
    background-color: white;
    width: 0;
    position: fixed;
    display: block;
    top: 100px;
    right: -1px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    transition: 1s;
  }
  #topMenu .menu {
    padding-top: 0;
    flex-direction: column;
  }
  #topMenu .menu > li {
    height: auto;
    white-space: nowrap;
    display: block;
    margin-left: 0;
  }
  #topMenu .menu > li:last-of-type a {
    border-bottom: 1px solid #f2f2f2;
  }
  #topMenu .menu > li a {
    margin-left: 0;
    padding-left: 15px;
    text-align: left;
    border-top: 1px solid #f2f2f2;
    width: 250px;
    line-height: 50px;
    display: block;
    background-color: transparent;
  }
  #topMenu .menu > li a:hover, #topMenu .menu > li a:focus {
    text-decoration: none;
  }
  #topMenu .menu > li a.submenu-bt.ativo {
    border-bottom: none;
  }
  #topMenu .menu > li a.submenu-bt.ativo + .submenu {
    position: static;
    opacity: 1;
    height: auto;
  }
  #topMenu .menu > li .submenu {
    opacity: 1;
    position: static;
    height: 0;
    overflow: hidden;
    padding-left: 0;
    flex-direction: column;
  }
  #topMenu .menu > li .submenu li {
    height: 50px;
  }
  #topMenu .menu > li .submenu li a {
    border-top: 1px solid #f2f2f2;
    text-transform: none;
    color: black;
    background-color: white;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 30px;
  }
  #topMenu .redes {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #topMenu .redes .hori-list {
    justify-content: space-between;
  }
  #topMenu .redes li div {
    font-size: 14px;
    left: 0.75rem;
  }
  #topMenu .redes li.ativo {
    height: 100px;
  }
  #menuBt {
    display: inline-block;
  }
  #mainHeader.not-on-top {
    height: 50px;
  }
  #mainHeader.not-on-top #logoRedeObservatorios a svg {
    margin-top: 0.5rem;
    display: block;
    height: calc(100% - 1rem);
  }
  #mainHeader.not-on-top #topMenu {
    top: 50px;
  }
  #mainBanner #slideshow .slider .slider-tarja {
    left: 0;
    right: 0;
    width: 100%;
    height: 20%;
    bottom: 50px;
  }
  #mainBanner #slideshow .slider .slider-tarja br {
    display: none;
  }
  #mainBanner #slideshow .slider .slider-destaque {
    top: 0;
    width: 100%;
    height: calc(80% - 50px);
    right: 0;
    left: 0;
  }
  #mainBanner #slideshow .slider .slider-destaque div {
    width: 100%;
    text-align: center;
  }
  #destaques .destaque .destaque-conteudo h3 {
    font-size: 1.5rem;
  }
  #destaques .destaque .destaque-conteudo h4 {
    font-size: 1.125rem;
  }
  #destaques .destaque .destaque-img {
    max-width: 300px;
  }
  #slideshow .creditos {
    bottom: unset;
    top: 15px;
  }
  .title-holder {
    text-align: center;
  }
  .contadores {
    flex-direction: column;
  }
  .contadores .contador-item {
    padding-bottom: 2rem;
  }
}
@media (max-width: 820px) {
  .blogarea {
    flex-direction: column;
  }
  .widget-area {
    margin-top: 2rem;
    padding-left: 0;
  }
  .single #mainHeader + main {
    padding-top: 300px;
    background-size: contain;
    background-position-y: 100px;
    background-repeat: no-repeat;
  }
  .single article > div {
    max-width: 100%;
    padding: 1rem;
    background-color: white;
  }
  #missao div {
    padding: 2rem;
  }
  #missao div br {
    display: none;
  }
}
@media (max-width: 700px) {
  .slider .slider-destaque h2 {
    font-size: 1.5rem;
  }
  .slider-control li .nome-uf {
    display: none;
  }
  .slider-control li .sigla-uf {
    display: block;
  }
  #destaques .destaque {
    flex-direction: column;
  }
  #destaques .destaque .destaque-img {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .page-template-pagina-mapa .mapa {
    height: auto;
  }
  .page-template-pagina-mapa .uf {
    flex-direction: column;
  }
  .page-template-pagina-mapa .uf .uf-opcoes {
    width: 100%;
  }
  .page-template-pagina-mapa .uf .uf-dados #map-canvas {
	min-height: 400px;
  }
  .page-template-pagina-mapa .uf .uf-dados {
    width: 100%;
    min-height: 400px;
  }
}
@media (max-width: 520px) {
  .post .flex-conteiner {
    flex-direction: column;
  }
  .post .flex-conteiner .post-img img {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 400px) {
  #menuBt {
    right: -12px;
  }
  #mainHeader {
    height: 80px;
  }
  #mainBanner {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }
  .slider-control {
    padding-left: 0;
    padding-right: 0;
  }
  #topMenu {
    top: 80px;
  }
  .wp-block-image .alignleft {
    float: none;
  }
  .single #mainHeader + main {
    background-position-y: 80px;
  }
  .single article > div {
    padding-left: 0;
    padding-right: 0;
  }
  #missao div p {
    font-size: 1.5rem;
  }
}

.tags-links {
	display: block;
	margin-top: .5rem;
}