@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* VARIÁVEIS */
/* RESPONSIVO */
/* o mixin para incluir breakpoints do bootstrap não está funcionando,
   então criei essas variáveis com as medidas d; próprio bootstrap
   para garantir consistência entre o responsivo das telas
   https://getbootstrap.com/docs/4.5/layout/overview/ */
/* MIXINS */
.c-verde {
  color: #079c7e; }

.c-default {
  color: #191a1a; }

.c-cinza {
  color: #5e6362; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 3, 2020 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/font_awesome_5_free-regular-400-webfont.woff2") format("woff2"), url("../fonts/fontawesome/font_awesome_5_free-regular-400-webfont.woff") format("woff"), url("../fonts/fontawesome/font_awesome_5_free-regular-400-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/font_awesome_5_free-solid-900-webfont.woff2") format("woff2"), url("../fonts/fontawesome/font_awesome_5_free-solid-900-webfont.woff") format("woff"), url("../fonts/fontawesome/font_awesome_5_free-solid-900-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome Brands';
  src: url("../fonts/fontawesome/font_awesome_5_brands-regular-400-webfont.woff2") format("woff2"), url("../fonts/fontawesome/font_awesome_5_brands-regular-400-webfont.woff") format("woff"), url("../fonts/fontawesome/font_awesome_5_brands-regular-400-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome Solid';
  src: url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.eot") format("eot");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Baloo2';
  src: url("../fonts/baloo2/baloo2-regular-webfont.woff2") format("woff2"), url("../fonts/baloo2/baloo2-regular-webfont.woff") format("woff"), url("../fonts/baloo2/baloo2-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Baloo2';
  src: url("../fonts/baloo2/baloo2-medium-webfont.woff2") format("woff2"), url("../fonts/baloo2/baloo2-medium-webfont.woff") format("woff"), url("../fonts/baloo2/baloo2-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Baloo2';
  src: url("../fonts/baloo2/baloo2-semibold-webfont.woff2") format("woff2"), url("../fonts/baloo2/baloo2-semibold-webfont.woff") format("woff"), url("../fonts/baloo2/baloo2-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Baloo2';
  src: url("../fonts/baloo2/baloo2-bold-webfont.woff2") format("woff2"), url("../fonts/baloo2/baloo2-bold-webfont.woff") format("woff"), url("../fonts/baloo2/baloo2-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Baloo2';
  src: url("../fonts/baloo2/baloo2-extrabold-webfont.woff2") format("woff2"), url("../fonts/baloo2/baloo2-extrabold-webfont.woff") format("woff"), url("../fonts/baloo2/baloo2-extrabold-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  background-color: #eaeef0;
  color: #36413e;
  font-family: "Baloo2", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  cursor: default; }

html,
body {
  min-height: 100vh;
  width: 100%; }

#content {
  padding-bottom: 5vw; }
  @media (max-width: 768px) {
    #content {
      margin-top: 60px; } }

img {
  display: block;
  max-width: 100%; }
  img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; }

.img-cover img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover; }

.responsive-img {
  height: auto; }

.nowrap {
  white-space: nowrap; }

a {
  color: #079c7e;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  a:hover {
    text-decoration: underline;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  a.none {
    text-decoration: none; }

* {
  outline-style: none; }
  *:focus {
    outline: none;
    outline-style: none; }

.form-control:focus {
  box-shadow: none; }

.overflow-hidden {
  overflow: hidden; }

.divider {
  border-top: 1px solid #eaeef0;
  width: 100%; }

section.white {
  box-shadow: 0px 2px 8px 0 rgba(30, 33, 35, 0.02), 0px 5px 25px 0 rgba(31, 33, 35, 0.05);
  background-color: #ffffff;
  padding: 100px; }
  @media (max-width: 768px) {
    section.white {
      padding: 0px; } }

.pos-right-bottom {
  position: absolute;
  bottom: 40px;
  right: 40px; }

.screen-reader-response {
  display: none; }

#paginacao {
  width: 100%;
  margin: 40px 0px 20px; }
  #paginacao .paginationjs {
    width: 100%; }
  #paginacao ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    #paginacao ul li {
      margin: 6px;
      background: #fff;
      box-shadow: 0 2px 5px 0 rgba(30, 30, 30, 0.1);
      border-radius: 5px;
      position: relative; }
      #paginacao ul li:first-child::before {
        content: 'Pág.';
        display: block;
        position: absolute;
        top: 10px;
        right: calc(100% + 15px); }
      #paginacao ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        padding: 6px;
        height: 40px;
        text-decoration: none;
        border-radius: 5px; }
        #paginacao ul li a:hover {
          background: #079c7e;
          color: #fff; }
      #paginacao ul li.active a {
        background: #079c7e;
        color: #fff; }
      #paginacao ul li.disabled a:hover {
        background: #fff;
        color: inherit; }

@media print {
  header,
  footer {
    display: none; } }
/* Arquivo para controle do padrao de elementos de textos globais */
.page-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1; }
  @media (max-width: 768px) {
    .page-title {
      font-size: 1.3em;
      text-align: left; } }

.page-title + .introducao {
  margin-bottom: 35px;
  margin-top: 30px; }

.introducao {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 80px; }

.page-subtitle,
.page-content h3:fisrt-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5; }

.page-subtitle {
  margin: 1.5vw 0;
  font-weight: bold; }

.line-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-bottom: 10px; }

h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1; }

h5 {
  font-size: 30px;
  line-height: 1; }

p,
li {
  font-size: 20px;
  line-height: 1.2; }
  @media (max-width: 768px) {
    p,
    li {
      font-size: 1em;
      line-height: 1; } }

p {
  margin-bottom: 20px; }

strong,
b {
  font-weight: bold; }

i,
em {
  font-style: italic; }

.normal {
  font-weight: normal !important; }

small {
  color: #5e6362;
  font-size: 14px; }

.label {
  background: #079c7e;
  color: white;
  font-size: 1rem;
  display: inline-block;
  border-radius: 5px;
  padding: 0px 5px; }

header {
  background: #009468;
  position: relative;
  z-index: 3; }
  @media (max-width: 768px) {
    header {
      height: 140px; } }
  header .top-menu {
    background: #00815a;
    border-bottom: 1px solid #008a60;
    padding: 15px 0;
    min-height: 70px; }
    header .top-menu .top-unidades {
      position: relative; }
      header .top-menu .top-unidades .icon-unidades {
        color: #e8ffec;
        position: absolute;
        top: 8px;
        left: 25px;
        display: block;
        z-index: 2; }
      header .top-menu .top-unidades select.custom-select {
        border-radius: 20px;
        box-shadow: 0px 1px 2px 0 rgba(11, 28, 19, 0.05), 0px 3px 8px 0 rgba(11, 28, 19, 0.05);
        background-color: #00aa7b;
        border: none;
        color: #fff;
        font-size: 16px;
        letter-spacing: -0.16px;
        text-align: center;
        padding-left: 60px; }
    @media (max-width: 768px) {
      header .top-menu {
        padding: 5px 0;
        min-height: auto; }
        header .top-menu .top-unidades {
          width: 100%; }
          header .top-menu .top-unidades select.custom-select {
            width: 100%; } }
    header .top-menu .menu-idiomas {
      display: flex;
      align-items: center; }
      header .top-menu .menu-idiomas .menu-top {
        margin-right: 95px; }
        header .top-menu .menu-idiomas .menu-top ul {
          display: flex;
          align-items: center; }
          header .top-menu .menu-idiomas .menu-top ul li {
            padding-top: 10px;
            margin: 0 15px;
            position: relative; }
            header .top-menu .menu-idiomas .menu-top ul li a {
              color: #e8ffec;
              display: block;
              font-size: 18px; }
            header .top-menu .menu-idiomas .menu-top ul li:first-child::after {
              content: '';
              width: 1px;
              height: 23px;
              opacity: 0.4;
              border: solid 1px #ffffff;
              background-color: #ffffff;
              position: absolute;
              right: -16px;
              bottom: -1px; }
      header .top-menu .menu-idiomas .idiomas {
        position: relative; }
        header .top-menu .menu-idiomas .idiomas .icon-idiomas {
          color: #e8ffec;
          position: absolute;
          top: 8px;
          left: 25px;
          display: block;
          z-index: 2; }
        header .top-menu .menu-idiomas .idiomas select.custom-select {
          border-radius: 20px;
          box-shadow: 0px 1px 2px 0 rgba(11, 28, 19, 0.05), 0px 3px 8px 0 rgba(11, 28, 19, 0.05);
          background-color: #00aa7b;
          border: none;
          color: #fff;
          font-size: 16px;
          letter-spacing: -0.16px;
          width: 180px;
          text-align: center;
          position: relative;
          padding-left: 60px; }
  header .middle-menu {
    padding: 20px 0; }
    @media (max-width: 768px) {
      header .middle-menu .busca {
        flex: 1; } }
    header .middle-menu .busca form .input-group {
      border: solid 2px #23c28d;
      border-radius: 30px; }
      header .middle-menu .busca form .input-group input {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background-color: transparent;
        color: #fff;
        padding: 10px 20px;
        width: 610px; }
        @media (max-width: 992px) {
          header .middle-menu .busca form .input-group input {
            width: 550px; } }
        @media (max-width: 768px) {
          header .middle-menu .busca form .input-group input {
            width: auto;
            padding: 0px 10px; } }
        header .middle-menu .busca form .input-group input::placeholder {
          color: #fff;
          font-size: 18px;
          opacity: 1; }
        header .middle-menu .busca form .input-group input::-moz-placeholder {
          color: #fff;
          font-size: 18px;
          opacity: 1; }
        header .middle-menu .busca form .input-group input::-moz-placeholder {
          color: #fff;
          font-size: 18px;
          opacity: 1; }
        header .middle-menu .busca form .input-group input::-webkit-input-placeholder {
          color: #fff;
          font-size: 18px;
          opacity: 1; }
      header .middle-menu .busca form .input-group .input-group-append {
        background: transparent;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        padding-right: 20px;
        box-shadow: none; }
        header .middle-menu .busca form .input-group .input-group-append button {
          box-shadow: none; }
        @media (max-width: 768px) {
          header .middle-menu .busca form .input-group .input-group-append {
            padding-right: 0px; } }
    @media (max-width: 768px) {
      header .middle-menu {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px 0; }
        header .middle-menu a i {
          color: white;
          font-size: 30px; }
        header .middle-menu .logo img {
          height: 42px; } }

footer {
  background: #3f4447; }
  footer .footer-top {
    background-image: -webkit-linear-gradient(bottom, #00a478 0%, #00967c 100%);
    background-image: -o-linear-gradient(bottom, #00a478 0%, #00967c 100%);
    background-image: linear-gradient(to top, #00a478 0%, #00967c 100%);
    box-shadow: 0px 2px 5px 0px rgba(31, 33, 35, 0.1), 0px 5px 20px 0px rgba(31, 33, 35, 0.15), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    margin-bottom: 75px; }
    @media (max-width: 576px) {
      footer .footer-top {
        margin-bottom: 0px; } }
  footer .redes-sociais {
    display: flex;
    align-items: center; }
    footer .redes-sociais img {
      height: 40px;
      margin-left: 15px; }
    @media (max-width: 576px) {
      footer .redes-sociais {
        justify-content: space-between; }
        footer .redes-sociais img {
          margin-left: 0px; } }
  footer .footer-middle {
    padding-bottom: 85px; }
    footer .footer-middle .footer-pad h4 {
      color: #07ebad;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.09;
      letter-spacing: -0.22px;
      padding: 50px 0;
      text-align: left;
      text-transform: uppercase; }
    footer .footer-middle .footer-pad ul li a {
      color: rgba(255, 255, 255, 0.5);
      font-size: 16px;
      line-height: 1.63;
      letter-spacing: -0.16px;
      text-align: left; }
  footer .footer-bottom {
    background: #363a3d;
    padding: 40px 0; }
    footer .footer-bottom .info-footer ul {
      display: flex; }
      @media (max-width: 992px) {
        footer .footer-bottom .info-footer ul {
          display: block; } }
      footer .footer-bottom .info-footer ul li {
        font-size: 18px;
        line-height: 1.44;
        letter-spacing: -0.18px;
        text-align: left;
        color: #07ebad;
        padding-right: 40px;
        position: relative; }
        footer .footer-bottom .info-footer ul li::after {
          content: '.';
          display: block;
          color: #07ebad;
          width: 4px;
          height: 4px;
          position: absolute;
          right: 18px;
          top: -4px; }
        footer .footer-bottom .info-footer ul li:last-child::after {
          content: '';
          display: block; }
        @media (max-width: 992px) {
          footer .footer-bottom .info-footer ul li::after {
            content: '';
            display: block; } }
    footer .footer-bottom .info-footer small {
      font-size: 14px;
      line-height: 1.86;
      letter-spacing: -0.14px;
      text-align: left;
      color: rgba(255, 255, 255, 0.5); }
    footer .footer-bottom .links-footer {
      margin-right: 152px; }
      @media (min-width: 992px) {
        footer .footer-bottom .links-footer {
          display: block;
          margin-right: 0; } }
      @media (max-width: 576px) {
        footer .footer-bottom .links-footer {
          margin-right: 0;
          display: flex;
          flex-flow: column;
          margin-top: 0px;
          width: 100%;
          align-items: start; } }
      footer .footer-bottom .links-footer a {
        color: #07ebad;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.09;
        letter-spacing: -0.22px;
        padding: 5px 40px 0 0;
        margin-top: 50px;
        position: relative;
        text-align: left;
        text-transform: uppercase; }
        footer .footer-bottom .links-footer a.mapasite {
          background: url(../images/icon/icon-footer-mapasite.svg) no-repeat right;
          height: 23px;
          width: 23px;
          margin-right: 20px; }
        footer .footer-bottom .links-footer a.transparencia {
          background: url(../images/icon/icon-footer-transparencia.png) no-repeat right;
          height: 23px;
          width: 23px; }
        @media (max-width: 576px) {
          footer .footer-bottom .links-footer a {
            margin-right: 0;
            display: block;
            width: auto !important;
            height: auto !important;
            margin-top: 20px; } }

.aviso-lgpd {
  display: none;
  background: #0cb185;
  font-size: 0.8em; }
  .aviso-lgpd h5 {
    font-size: 1.5em; }

.wpcf7-mail-sent-ok {
  border: none; }

.wpcf7-validation-errors {
  border: none; }

.bottom-menu {
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(30, 33, 35, 0.05), 0px 5px 25px 0px rgba(31, 33, 35, 0.1);
  position: relative;
  z-index: 9; }
  .bottom-menu .navMain ul.mainMenu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .bottom-menu .navMain ul.mainMenu li {
      padding: 0 0 0 40px; }
      .bottom-menu .navMain ul.mainMenu li a {
        color: #49625b;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -0.45px;
        text-transform: uppercase; }
        .bottom-menu .navMain ul.mainMenu li a:hover {
          color: #191a1a; }
  @media (max-width: 768px) {
    .bottom-menu {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      overflow-y: auto;
      z-index: 999;
      transform: translate3d(-100%, 0, 0);
      transition: transform 0.5s ease-out;
      background: #079c7e; }
      .bottom-menu.active {
        transform: translate3d(0px, 0, 0); }
      .bottom-menu .container {
        padding: 0; }
      .bottom-menu .navMain > div > ul,
      .bottom-menu .navMain > div > ul > li {
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        border-radius: 0 !important;
        box-shadow: none !important; }
      .bottom-menu .navMain ul.mainMenu > li > a:first-child {
        position: sticky;
        background: #079c7e;
        color: white;
        display: block;
        padding: 10px;
        border-bottom: #079a7c; }
        .bottom-menu .navMain ul.mainMenu > li > a:first-child::after {
          color: white; }
      .bottom-menu .navMain ul.mainMenu li a::after {
        content: '\f054';
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center; }
      .bottom-menu .navMain ul.mainMenu ul {
        padding: 0; }
      .bottom-menu .navMain ul.mainMenu li {
        padding: 0px !important; }
        .bottom-menu .navMain ul.mainMenu li span.sub {
          display: none !important; }
      .bottom-menu .navMain ul.mainMenu ul li {
        padding: 5px 10px !important;
        width: auto !important;
        border-bottom: 1px solid #d8d8d8; }
        .bottom-menu .navMain ul.mainMenu ul li:last-child {
          border-bottom: none; }
      .bottom-menu .navMain .mainMenu .menu-item a {
        display: block;
        padding: 20px 0; }
      .bottom-menu .navMain .mainMenu .menu-item:hover a {
        background: red; } }

/* MENU DROPDOWN */
.bottom-menu .navMain ul > li {
  position: relative;
  display: inline-block; }

.bottom-menu .navMain ul li ul.sub-menu {
  position: absolute;
  top: 25px;
  left: 0px;
  z-index: 999;
  border-radius: 15px;
  box-shadow: 0px 2px 5px 0 rgba(30, 33, 35, 0.08), 0px 5px 70px 0 rgba(31, 33, 35, 0.3);
  background-color: #fbfcfd;
  display: none; }

.bottom-menu .navMain ul li ul.sub-menu li {
  text-align: left;
  width: 530px; }

.bottom-menu .navMain ul li ul.sub-menu li.icon-powerpcr a:hover {
  color: #e3e4e7; }

.bottom-menu .navMain ul li ul.sub-menu li.item-submenu a {
  color: #fff;
  display: block;
  border: none;
  font-size: 24px;
  font-weight: 800;
  clear: both; }

.bottom-menu .navMain ul li ul.sub-menu li.item-submenu a:hover {
  border: none;
  display: block;
  clear: both;
  font-size: 24px; }

.bottom-menu .navMain ul li ul.sub-menu li span.sub {
  font-weight: 500;
  font-size: 16px;
  padding-top: 10px;
  display: block;
  max-width: 321px; }

.bottom-menu .menu-mobile-header {
  color: white;
  font-size: 1em;
  padding: 15px 0; }
@media (max-width: 768px) {
  .bottom-menu {
    max-width: 100vw; }
    .bottom-menu > .container-fluid {
      padding: 0; }
    .bottom-menu .mega-menu-toggle {
      display: none !important; }
    .bottom-menu #mega-menu-menu_principal {
      background: white !important;
      color: #36413e; }
      .bottom-menu #mega-menu-menu_principal a {
        background: none !important;
        color: #36413e !important; }
    .bottom-menu #mega-menu-wrap-menu_principal
    #mega-menu-menu_principal
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
    .bottom-menu #mega-menu-wrap-menu_principal
    #mega-menu-menu_principal
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link,
    .bottom-menu #mega-menu-wrap-menu_principal
    #mega-menu-menu_principal
    > li.mega-menu-item.mega-current-page-ancestor
    > a.mega-menu-link {
      background: none !important;
      color: #0cb185; }
    .bottom-menu .idiomas {
      display: flex;
      flex-flow: row;
      align-items: center;
      color: white;
      padding: 10px 0; }
      .bottom-menu .idiomas .icon-idiomas {
        padding: 10px;
        display: block;
        text-align: center; }
      .bottom-menu .idiomas select {
        width: auto;
        flex: 1;
        margin-right: 10px; } }

.close-menu {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 0 15px; }
  .close-menu b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: white;
    background: #0cb185;
    border-radius: 50px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
  .close-menu span {
    background: #36413e;
    color: white;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 6px;
    font-size: 1em;
    margin-left: 5px; }

.noticias-relacionadas {
  background: #fff;
  padding: 105px 0 125px; }
  .noticias-relacionadas h3 {
    color: #191a1a;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 90px; }
    .noticias-relacionadas h3 span {
      color: #079c7e; }
  .noticias-relacionadas .ver-mais-noticias {
    cursor: pointer;
    background-color: #079c7e;
    border: none;
    box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
    color: #fff !important;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50px;
    float: right;
    padding: 15px 40px;
    text-transform: uppercase; }
    .noticias-relacionadas .ver-mais-noticias:active, .noticias-relacionadas .ver-mais-noticias:focus, .noticias-relacionadas .ver-mais-noticias:hover {
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      background-color: white;
      color: #079c7e !important;
      border-color: none; }
  .noticias-relacionadas .card-green h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px; }
  .noticias-relacionadas .card-green .data {
    color: #70F2B5;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -2px; }
    .noticias-relacionadas .card-green .data small {
      color: #70F2B5;
      font-size: 16px;
      width: 35px;
      display: inline-block;
      line-height: 1;
      margin-left: 5px;
      letter-spacing: normal; }
  .noticias-relacionadas .card-green .btn {
    background-color: #fff;
    border: 2px solid #079c7e;
    border-radius: 30px;
    box-shadow: 0px 1px 2px 0 rgba(30, 33, 35, 0.05), 0px 6px 10px 0 rgba(31, 33, 35, 0.06);
    color: #079c7e;
    padding: 10px 30px;
    text-transform: uppercase;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .noticias-relacionadas .card-green .btn:active, .noticias-relacionadas .card-green .btn:focus {
      background-color: #fff;
      color: #079c7e;
      border: 2px solid #079c7e; }
    .noticias-relacionadas .card-green .btn:hover {
      background-color: #079c7e;
      color: #fff;
      border: 2px solid #fff; }

.busca form .input-group input {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 20px 30px;
  width: 740px; }
  .busca form .input-group input::placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: 1; }
  .busca form .input-group input::-moz-placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: 1; }
  .busca form .input-group input::-moz-placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: 1; }
  .busca form .input-group input::-webkit-input-placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: 1; }
.busca form .input-group .input-group-append {
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-right: 20px; }
.busca .resultados {
  display: flex;
  justify-content: center; }
  .busca .resultados small {
    color: #919997;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.78;
    letter-spacing: -0.18px; }
    .busca .resultados small strong {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.24px;
      color: #191a1a; }

.search-thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 150px; }
  @media (max-width: 768px) {
    .search-thumb {
      min-height: 150px;
      margin-bottom: 20px;
      display: block; } }

/* Header das páginas */
.page-header {
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(30, 33, 35, 0.05), 0px 5px 25px 0px rgba(31, 33, 35, 0.1);
  position: relative;
  margin-bottom: 3vw; }
  .page-header .breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 45px 0 30px 0;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow-x: hidden;
    border-bottom: 1px solid #f2f2f2;
    white-space: nowrap; }
    .page-header .breadcrumb span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 50vw; }
      .page-header .breadcrumb span a {
        font-size: 16px;
        color: #19bc85;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: -0.16px;
        text-transform: uppercase; }
      .page-header .breadcrumb span > span {
        color: #414645;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: -0.16px;
        text-transform: uppercase; }
    .page-header .breadcrumb > span + span::before {
      display: inline-block;
      width: 7px;
      height: 11px;
      margin: 0 10px;
      object-fit: contain;
      object-position: center;
      content: url(../images/icon/icon-breadcrumb.svg); }
    @media (max-width: 768px) {
      .page-header .breadcrumb {
        flex-wrap: wrap;
        padding: 15px 0 10px 0; }
        .page-header .breadcrumb a {
          font-size: 12px; }
        .page-header .breadcrumb > span {
          font-size: 12px; }
        .page-header .breadcrumb span {
          overflow-x: inherit; } }
  .page-header-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 185px;
    padding-top: 4vw;
    padding-bottom: 4vw; }
    @media (max-width: 768px) {
      .page-header-container {
        min-height: 100px;
        align-items: start; }
        .page-header-container .page-title {
          font-size: 1.3em; } }

[vw] [vw-access-button] {
  display: none !important; }

.accessibilty-menu {
  right: 0;
  left: auto;
  z-index: 99; }
  .accessibilty-menu .sidemenu {
    margin-bottom: 20px; }
  .accessibilty-menu i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 100%; }
  .accessibilty-menu .accessButton {
    min-height: 52px;
    font-size: 2em;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 2px 0;
    background: #424544;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    width: 100%;
    cursor: pointer; }
    .accessibilty-menu .accessButton:hover {
      background: #525554; }
    .accessibilty-menu .accessButton.green {
      background: #079c7e; }
      .accessibilty-menu .accessButton.green:hover {
        background: #4a8263; }
    .accessibilty-menu .accessButton i.sidemenu-cidadao, .accessibilty-menu .accessButton i.sidemenu-medicos, .accessibilty-menu .accessButton i.sidemenu-contrast {
      display: block;
      box-sizing: content-box;
      min-width: 30px;
      min-height: 30px; }
    .accessibilty-menu .accessButton i.sidemenu-cidadao {
      background: url(../../assets/images/icon/icon-cidadao.svg) no-repeat center; }
    .accessibilty-menu .accessButton i.sidemenu-medicos {
      background: url(../../assets/images/icon/icon-medicos.svg) no-repeat center; }
    .accessibilty-menu .accessButton i.sidemenu-empresas {
      background: url(../../assets/images/icon/icon-empresas.svg) no-repeat center; }
    .accessibilty-menu .accessButton i.sidemenu-contrast {
      background: url(../../assets/images/icon/icon-contrast.svg) no-repeat center; }
  @media (max-width: 768px) {
    .accessibilty-menu {
      display: none; } }

.sidemenu-mobile {
  background: #fff;
  display: none;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0px 2px 8px 0px rgba(30, 33, 35, 0.05), 0px 5px 25px 0px rgba(31, 33, 35, 0.1);
  position: relative;
  max-height: 90px; }
  .sidemenu-mobile .accessButton {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px;
    margin: 15px 0px;
    border-left: solid 1px rgba(47, 148, 103, 0.3);
    flex-direction: column;
    align-items: center;
    flex: 1; }
    .sidemenu-mobile .accessButton:last-child {
      border-right: solid 1px rgba(47, 148, 103, 0.3); }
    .sidemenu-mobile .accessButton span {
      color: #2f9467;
      text-transform: uppercase;
      font-size: 16px;
      display: block;
      margin-top: 10px;
      text-align: center; }
    .sidemenu-mobile .accessButton i {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      width: 100%;
      background-size: contain !important; }
      .sidemenu-mobile .accessButton i.sidemenu-cidadao, .sidemenu-mobile .accessButton i.sidemenu-medicos, .sidemenu-mobile .accessButton i.sidemenu-contrast {
        display: block;
        min-width: 50px;
        min-height: 30px; }
      .sidemenu-mobile .accessButton i.sidemenu-cidadao {
        background: url(../../assets/images/icon/icon-cidadao-green.svg) no-repeat center; }
      .sidemenu-mobile .accessButton i.sidemenu-medicos {
        background: url(../../assets/images/icon/icon-medicos-green.svg) no-repeat center; }
      .sidemenu-mobile .accessButton i.sidemenu-empresas {
        background: url(../../assets/images/icon/icon-empresas-green.svg) no-repeat center; }
      .sidemenu-mobile .accessButton i.sidemenu-contrast {
        background: url(../../assets/images/icon/icon-contrast.svg) no-repeat center; }
  @media (max-width: 768px) {
    .sidemenu-mobile {
      display: flex; } }

.icon.circle {
  background: #079c7e;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  color: white; }
  .icon.circle.big {
    width: 100px;
    height: 100px; }

button,
.button {
  cursor: pointer;
  background-color: #079c7e;
  border: none;
  box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
  color: #fff !important;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 35px;
  position: relative;
  line-height: 1.06;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: uppercase; }
  button:active, button:focus, button:hover,
  .button:active,
  .button:focus,
  .button:hover {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: white;
    color: #079c7e !important;
    border-color: none; }
  button.white,
  .button.white {
    background-color: #fff;
    border: none;
    box-shadow: 0px 1px 2px 0 rgba(30, 33, 35, 0.05), 0px 6px 10px 0 rgba(31, 33, 35, 0.06), inset 0px -2px 2px 0 rgba(31, 33, 35, 0.05);
    color: #079c7e !important;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    button.white:active, button.white:focus,
    .button.white:active,
    .button.white:focus {
      background-color: #079c7e;
      color: #fff !important;
      border-color: none; }
    button.white:hover,
    .button.white:hover {
      background-color: #079c7e;
      color: #fff !important;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  button.br-10,
  .button.br-10 {
    border-radius: 10px; }
  button.outline,
  .button.outline {
    background: transparent;
    border: 2px solid #079c7e;
    color: #079c7e;
    box-shadow: none;
    padding: 10px 30px; }

button,
.button {
  outline-style: none !important; }
  button:focus,
  .button:focus {
    outline: none !important;
    outline-style: none !important; }
  button:active,
  .button:active {
    outline: none !important;
    outline-style: none !important; }

a.button {
  color: white; }

.btn-saiba-mais {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  border-radius: 20px;
  padding: 0 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  display: flex;
  align-items: center;
  line-height: 1em; }
  @media (max-width: 576px) {
    .btn-saiba-mais {
      display: block;
      margin-left: -25px;
      margin-top: 20px;
      padding-top: 13px; } }
  .btn-saiba-mais .svg-inline--fa {
    height: 0.8em;
    margin-left: 10px;
    margin-bottom: 2px; }

.btn-saiba-crm {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  border-radius: 20px;
  padding: 0 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 120px;
  margin-left: 20px; }
  @media (max-width: 576px) {
    .btn-saiba-crm {
      display: block;
      margin-left: 0;
      margin-top: 20px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; } }

.btn-base {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  border-radius: 20px;
  padding: 0 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center; }

.btn-green {
  cursor: pointer;
  background-color: #079c7e;
  border: none;
  box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
  color: #fff !important;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .btn-green:active, .btn-green:focus, .btn-green:hover {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: white;
    color: #079c7e !important;
    border-color: none; }

.btn-transparent {
  background-color: transparent;
  border: solid 2px #18be92;
  color: #079c7e;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .btn-transparent:active, .btn-transparent:focus {
    background-color: #079c7e;
    color: #fff;
    border: 2px solid #079c7e; }
  .btn-transparent:hover {
    background-color: #079c7e;
    border: 2px solid #079c7e;
    box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
    color: #fff;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

.btn-mais-info {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #079c7e;
  border: 7px solid #eaeef0;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 47px;
  width: 47px; }
  .btn-mais-info:hover {
    background-color: #fff;
    color: #079c7e; }
  .btn-mais-info::after {
    content: '+';
    font-size: 20px;
    line-height: 0.8;
    display: block;
    padding: 4px 0;
    text-align: center; }
  .btn-mais-info.sem-borda {
    border: 0;
    height: 40px;
    width: 40px; }
    .btn-mais-info.sem-borda::after {
      line-height: 1; }

.busca-resultado .resultado-item {
  margin-top: 30px; }
  .busca-resultado .resultado-item h4 {
    margin-bottom: 20px;
    color: #079c7e; }
  .busca-resultado .resultado-item b {
    color: #079c7e; }
  @media (max-width: 768px) {
    .busca-resultado .resultado-item {
      margin-top: 20px; }
      .busca-resultado .resultado-item h4 {
        font-size: 1.5rem; } }
@media (max-width: 768px) {
  .busca-resultado .card-body {
    padding: 25px;
    font-size: 1em; }
    .busca-resultado .card-body h4 {
      font-size: 1.2rem; }
    .busca-resultado .card-body button {
      padding: 12px 30px;
      margin-bottom: 0; } }

.institucional-content .busca button {
  box-shadow: none; }
@media (max-width: 768px) {
  .institucional-content .busca form .input-group input {
    width: 295px; } }

.tabs > .tab:not(.active) {
  display: none; }

.card {
  background: #fff;
  border: 0;
  border-radius: 30px;
  color: #191a1a;
  -webkit-box-shadow: 0 2px 5px 0 rgba(30, 30, 30, 0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 5px 0 rgba(30, 30, 30, 0.1);
  font-size: 20px;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .card {
      line-height: 1; } }
  .card-header, .card-footer {
    background: transparent;
    border: 0;
    padding: 40px; }
    @media (max-width: 768px) {
      .card-header, .card-footer {
        padding: 20px; } }
  .card-header + .card-body {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .card-body + .card-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .card-body {
    font-size: 20px;
    padding: 40px; }
    @media (max-width: 768px) {
      .card-body {
        padding: 20px; } }
    .card-body p:first-child {
      padding-top: 0; }
  .card-title {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .card-title {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      .card-title {
        font-size: 1em; } }
  .card-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .card-flex .right {
      flex-grow: inherit; }
    .card-flex .left {
      align-self: center;
      flex-shrink: inherit; }
  .card-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px; }
    .card-container::before {
      content: ' ';
      display: block;
      position: absolute;
      width: 140px;
      height: 140px;
      border-radius: 140px;
      top: -105px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background-color: red; }
  .card-medium {
    display: block;
    border-radius: 10px;
    padding: 20px; }
  .card.green {
    background: #079c7e;
    color: white; }
    .card.green a {
      color: white;
      text-decoration: underline; }
  .card .btn-primary {
    align-self: flex-start;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .card .btn-primary {
        margin-top: 0; } }
  .card .btn-link {
    color: #079c7e;
    font-size: 20px;
    padding: 0;
    position: relative; }
    .card .btn-link::after {
      content: '∨';
      color: #079c7e;
      position: absolute;
      top: 0;
      right: 0; }
  .card.picture-top {
    margin-left: auto;
    background-image: url(../../assets/images/card-mask-top.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 70px; }
    .card.picture-top::before {
      content: ' ';
      height: 20px;
      width: 188px;
      background: #eaeef0;
      position: absolute;
      left: 0px;
      top: -20px;
      right: 0;
      margin: auto; }
    .card.picture-top .picture {
      border-radius: 150px;
      width: 150px;
      height: 150px;
      overflow: hidden;
      border: 6px solid rgba(30, 30, 30, 0.06);
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      top: -152px;
      margin: 0 auto; }
  .card.picture-right {
    margin-right: 80px;
    background-image: url(../../assets/images/card-mask-right.png);
    background-repeat: no-repeat;
    background-position: right; }
    @media (max-width: 768px) {
      .card.picture-right {
        margin-left: auto;
        background-image: url(../../assets/images/card-mask-top.png);
        background-repeat: no-repeat;
        background-position: top;
        padding-top: 70px; } }
    .card.picture-right::before {
      content: ' ';
      height: 188px;
      width: 20px;
      background: #eaeef0;
      position: absolute;
      right: -20px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .card.picture-right .picture {
      position: relative;
      margin-right: -80px;
      border-radius: 150px;
      width: 150px;
      height: 150px;
      overflow: hidden;
      border: 6px solid rgba(30, 30, 30, 0.05); }
      @media (max-width: 768px) {
        .card.picture-right .picture {
          display: inline-block;
          margin-left: auto;
          position: absolute;
          left: 0;
          right: 0;
          top: -152px;
          margin: 0 auto; } }
  .card.picture-left.small {
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px 15px 15px 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
    min-height: 70px;
    display: flex;
    justify-content: center; }
    .card.picture-left.small p {
      margin: 0;
      line-height: 1;
      font-size: 20px;
      color: #191a1a; }
    .card.picture-left.small small {
      color: #079c7e; }
    .card.picture-left.small .picture {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -20px;
      margin: auto;
      width: 38px;
      height: 38px;
      border-radius: 38px;
      border: 4px solid white;
      overflow: hidden;
      box-shadow: 0px 2px 8px 0 rgba(31, 35, 34, 0.08), 0px 5px 25px 0 rgba(31, 35, 34, 0.2); }
  .card.picture-left:not(.small) {
    margin-left: 80px;
    background-image: url(../../assets/images/card-mask-left.png);
    background-repeat: no-repeat;
    background-position: left; }
    @media (max-width: 768px) {
      .card.picture-left:not(.small) {
        margin-left: auto;
        background-image: url(../../assets/images/card-mask-top.png);
        background-repeat: no-repeat;
        background-position: top;
        padding-top: 70px; } }
    .card.picture-left:not(.small)::before {
      content: ' ';
      height: 188px;
      width: 20px;
      background: #eaeef0;
      position: absolute;
      left: -20px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .card.picture-left:not(.small) .picture {
      position: relative;
      margin-left: -80px;
      border-radius: 150px;
      width: 150px;
      height: 150px;
      overflow: hidden;
      border: 6px solid rgba(30, 30, 30, 0.05);
      background: white; }
      .card.picture-left:not(.small) .picture > img {
        height: 100%;
        margin: 0 auto; }
      @media (max-width: 768px) {
        .card.picture-left:not(.small) .picture {
          display: inline-block;
          margin-left: auto;
          position: absolute;
          left: 0;
          right: 0;
          top: -152px;
          margin: 0 auto; } }
  .card.banner-left {
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    align-items: center;
    max-height: 250px; }
    .card.banner-left h4 {
      font-weight: 600;
      font-size: 1.5rem;
      margin-bottom: 20px; }
      @media (max-width: 576px) {
        .card.banner-left h4 {
          font-size: 1em;
          line-height: 1; } }
    .card.banner-left .image {
      position: relative;
      height: 500px;
      width: 100%;
      max-width: 360px;
      border-top-right-radius: 300px;
      border-bottom-right-radius: 300px;
      overflow: hidden; }
      .card.banner-left .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    @media (max-width: 1200px) {
      .card.banner-left {
        flex-flow: column;
        max-height: none; }
        .card.banner-left .image {
          height: 200px;
          max-width: none;
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px; }
          .card.banner-left .image img {
            width: 100%;
            height: 100%;
            object-position: center; } }
    .card.banner-left .saiba-mais {
      position: absolute;
      z-index: 2;
      bottom: 10px;
      right: 10px; }
      .card.banner-left .saiba-mais a {
        position: relative;
        top: 0;
        left: 0; }
  .card.banner, .card.banner-left {
    overflow: hidden; }
    .card.banner .label, .card.banner-left .label {
      position: absolute;
      z-index: 2;
      top: 20px;
      left: 20px; }
  .card .label {
    margin-bottom: 20px; }
  .card.detail {
    height: 100%; }
    .card.detail.right .card-body {
      padding-right: 140px; }
    .card.detail .author {
      border: 3px solid #fff;
      border-radius: 100%;
      box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      width: 124px;
      height: 124px;
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto; }
      .card.detail .author img {
        width: 100%;
        height: 100%; }
    @media (max-width: 1200px) {
      .card.detail.right .card-body {
        padding-right: 40px; }
      .card.detail .author {
        left: auto;
        right: 20px;
        top: 20px;
        bottom: auto;
        width: 80px;
        height: 80px; } }
  .card-green {
    background: #079c7e;
    color: #fff; }

.table-group-item > span strong {
  font-weight: bold;
  color: #0cb185; }
.table-group-item .table {
  background: white;
  border-top: 1px solid #c5c9cb; }
  .table-group-item .table .col > b {
    display: block;
    font-weight: bold;
    color: #0cb185;
    padding: 0; }
  .table-group-item .table-item {
    border-bottom: 1px solid #c5c9cb;
    padding: 30px; }

.panel {
  background: #fff;
  border: 0;
  border-radius: 20px;
  color: #191a1a;
  -webkit-box-shadow: 0 2px 5px 0 rgba(30, 30, 30, 0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 5px 0 rgba(30, 30, 30, 0.1);
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden; }
  .panel-header, .panel-footer {
    background: transparent;
    border: 0;
    padding: 1.8rem 2rem; }
    @media (max-width: 768px) {
      .panel-header, .panel-footer {
        padding: 1.8rem 1rem; } }
  .panel-header {
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 4px rgba(30, 30, 30, 0.1); }
  .panel-body + .panel-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .panel-body {
    font-size: 20px;
    padding: 40px;
    background: #f9fafc; }
    .panel-body p:first-child {
      padding-top: 0; }
    @media (max-width: 768px) {
      .panel-body {
        padding: 0.5rem; } }
  .panel-title {
    color: #36413e;
    align-items: center;
    justify-content: stretch;
    display: flex;
    flex-direction: row;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.8px;
    padding-bottom: 0;
    line-height: 100%;
    position: relative; }
    .panel-title > h5 {
      padding-left: 20px; }
      .panel-title > h5::before {
        content: ' ';
        border-radius: 12px;
        width: 12px;
        height: 12px;
        border: solid 2px #079c7e;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      @media (max-width: 768px) {
        .panel-title > h5 {
          font-size: 1em; } }
    .panel-title .subtitle {
      font-size: 1rem;
      line-height: 100%;
      color: #5e6362;
      white-space: nowrap; }
    @media (max-width: 768px) {
      .panel-title {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0;
        font-size: 24px; } }
  .panel-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .panel-flex .right {
      flex-grow: inherit; }
    .panel-flex .left {
      align-self: center;
      flex-shrink: inherit; }
  .panel-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px; }
    .panel-container::before {
      content: ' ';
      display: block;
      position: absolute;
      width: 140px;
      height: 140px;
      border-radius: 140px;
      top: -105px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background-color: red; }
  .panel .information {
    color: #5e6362;
    font-size: 1.1rem; }
    .panel .information h5 {
      font-weight: 600;
      font-size: 1.4rem; }
  .panel .btn-primary {
    align-self: flex-start;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .panel .btn-primary {
        margin-top: 0; } }
  .panel .btn-link {
    color: #079c7e;
    font-size: 20px;
    padding: 0;
    position: relative; }
    .panel .btn-link::after {
      content: '∨';
      color: #079c7e;
      position: absolute;
      top: 0;
      right: 0; }

.steps {
  margin-bottom: 2.5vw;
  overflow: hidden; }
  .steps .step {
    position: relative; }
    .steps .step p {
      font-size: 0.9rem;
      font-weight: 600;
      color: #5e6362;
      margin-top: 10px; }
    .steps .step span {
      z-index: 2;
      position: relative;
      display: inline-flex;
      width: 60px;
      height: 60px;
      border-radius: 60px;
      background: #b2b6b5;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      font-size: 26px;
      line-height: 100%;
      margin: 0;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
      @media (max-width: 768px) {
        .steps .step span {
          width: 40px;
          height: 40px;
          border-radius: 40px; } }
    .steps .step.active span {
      background: #079c7e; }
  @media (max-width: 768px) {
    .steps .row > .col-auto {
      max-width: 100px; } }
  .steps .row > .col-auto:not(:first-child) .step:before {
    content: ' ';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 20px;
    right: 60px;
    margin: auto;
    height: 1px;
    width: 40vw;
    display: block;
    border-bottom: 3px dotted #5e6362;
    opacity: 0.5; }
    @media (max-width: 768px) {
      .steps .row > .col-auto:not(:first-child) .step:before {
        display: none; } }
  .steps .row > .col-auto:not(:first-child) .step.active:before {
    border-bottom: 3px dotted #079c7e; }

.step-group .step-item:not(.active) {
  display: none; }

.modal .modal-content {
  background: #079c7e;
  color: white;
  top: 10vh;
  border-radius: 20px; }
  .modal .modal-content h3 {
    font-size: 1.3em;
    margin-bottom: 20px; }
.modal .modal-header {
  border-bottom: none;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.5rem; }
.modal .modal-body {
  padding: 25px; }
.modal button.close {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: white;
  opacity: 1;
  top: -20px;
  right: -20px;
  color: #079c7e; }
  .modal button.close span {
    font-size: 1.5rem;
    color: #079c7e; }
  .modal button.close:hover {
    color: #079c7e; }
    .modal button.close:hover span {
      color: #079c7e; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 60vw; } }
.sidemenu {
  position: relative;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 99; }
  .sidemenu > a.active {
    background-color: #0cb185 !important; }
  .sidemenu-close {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer; }
  .sidemenu-content {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 300px;
    min-height: 300px;
    background-color: #0cb185;
    color: white;
    border-bottom-left-radius: 15px; }
  .sidemenu.active {
    transform: translateX(-300px); }
  .sidemenu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99;
    display: none;
    opacity: 0;
    cursor: pointer; }
    .sidemenu-overlay.visible {
      display: block;
      opacity: 1; }
  .sidemenu .servicos-box {
    padding: 0px 20px 20px; }
    .sidemenu .servicos-box .header-servicos {
      position: relative;
      padding-left: 60px; }
      .sidemenu .servicos-box .header-servicos .page-subtitle {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -0.75px;
        line-height: 0.8; }
        .sidemenu .servicos-box .header-servicos .page-subtitle small {
          color: #6bffc3;
          display: block;
          font-size: 16px;
          font-weight: normal;
          line-height: 1.88;
          letter-spacing: -0.4px;
          text-transform: uppercase; }
    .sidemenu .servicos-box .header-cidadao::before {
      content: '';
      background: url(../images/icon/icon-home-serv-cidadao.svg) no-repeat;
      display: block;
      position: absolute;
      height: 41px;
      width: 43px;
      top: 7px;
      left: 0; }
    .sidemenu .servicos-box .header-medicos::before {
      content: '';
      background: url(../images/icon/icon-home-serv-medicos.svg) no-repeat;
      display: block;
      position: absolute;
      height: 40px;
      width: 46px;
      top: 7px;
      left: 0; }
    .sidemenu .servicos-box .header-empresas::before {
      content: '';
      background: url(../images/icon/icon-home-serv-empresas.svg) no-repeat;
      display: block;
      position: absolute;
      height: 40px;
      width: 40px;
      top: 7px;
      left: 0; }
    .sidemenu .servicos-box ul.servicos-lista {
      margin-top: 25px;
      min-height: 225px; }
      .sidemenu .servicos-box ul.servicos-lista li a {
        color: #fff;
        display: block;
        font-size: 18px;
        line-height: 40px;
        letter-spacing: -0.45px;
        text-align: left;
        position: relative; }
        .sidemenu .servicos-box ul.servicos-lista li a::after {
          content: '';
          background: url(../images/icon/icon-arrow-left.svg) no-repeat center center;
          display: block;
          width: 7px;
          height: 11px;
          position: absolute;
          right: 0;
          bottom: 14px; }
      .sidemenu .servicos-box ul.servicos-lista li::before {
        content: '';
        border-bottom: solid 1px #ffffff;
        display: block;
        opacity: 0.1; }
      .sidemenu .servicos-box ul.servicos-lista li:last-child::after {
        content: '';
        border-bottom: solid 1px #ffffff;
        display: block;
        opacity: 0.1; }
    .sidemenu .servicos-box .servicos-link {
      display: flex;
      justify-content: flex-end; }
      .sidemenu .servicos-box .servicos-link a.btn-ver-todos {
        background-color: #fff;
        border: none;
        box-shadow: 0px 1px 2px 0 rgba(30, 33, 35, 0.05), 0px 6px 10px 0 rgba(31, 33, 35, 0.06), inset 0px -2px 2px 0 rgba(31, 33, 35, 0.05);
        color: #079c7e !important;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.06;
        letter-spacing: -0.4px;
        padding: 10px 35px;
        text-align: center;
        text-transform: uppercase; }
        .sidemenu .servicos-box .servicos-link a.btn-ver-todos:active, .sidemenu .servicos-box .servicos-link a.btn-ver-todos:focus {
          background-color: #079c7e;
          color: #fff !important;
          border-color: none; }
        .sidemenu .servicos-box .servicos-link a.btn-ver-todos:hover {
          background-color: #079c7e;
          color: #fff !important;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }

/* Estilos gerais das internas */
.page-content .form-group {
  position: relative; }
.page-content .form-control {
  background-color: #fff;
  border-radius: 10px;
  border-color: transparent;
  -webkit-box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.15);
  -moz-box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.15);
  box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.15);
  color: #079c7e;
  font-size: 20px;
  min-height: 50px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }
  .page-content .form-control::placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: 1; }
  .page-content .form-control::-moz-placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: 1; }
  .page-content .form-control::-moz-placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: 1; }
  .page-content .form-control::-webkit-input-placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: 1; }
.page-content .seta-select::after {
  content: '\f347';
  font-family: dashicons;
  color: #079c7e;
  position: absolute;
  top: 65px;
  right: 20px; }
.page-content .custom-select.is-invalid,
.page-content .form-control.is-invalid,
.page-content .was-validated .custom-select:invalid,
.page-content .was-validated .form-control:invalid,
.page-content .invalid-feedback {
  color: #eb5b32; }
.page-content .accordion {
  margin-bottom: 17px; }
.page-content .card .btn-primary {
  border-radius: 20px;
  cursor: pointer;
  background-color: #079c7e;
  border: none;
  box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
  color: #fff !important;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 17px;
  padding: 12px 40px; }
  .page-content .card .btn-primary:active, .page-content .card .btn-primary:focus, .page-content .card .btn-primary:hover {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: white;
    color: #079c7e !important;
    border-color: none; }
.page-content .card-body strong,
.page-content .card-footer strong {
  display: block;
  font-size: 20px;
  font-weight: bold; }
  @media (min-width: 992px) {
    .page-content .card-body strong,
    .page-content .card-footer strong {
      display: inline-block;
      min-width: 310px; } }
.page-content .card-body strong {
  color: #0cb185; }
.page-content .lista-cards + .divider {
  margin: 45px 0; }

.tippy-box[data-theme~='default'] {
  background-color: tomato;
  color: yellow; }

.mais-info {
  text-decoration: none !important; }
  .mais-info:hover {
    text-decoration: none !important; }

.navigation {
  text-align: center; }
  .navigation .wp-paginate .page, .navigation .wp-paginate .next, .navigation .wp-paginate .prev {
    background: white;
    border-radius: 10px;
    border: none; }
    .navigation .wp-paginate .page.current, .navigation .wp-paginate .next.current, .navigation .wp-paginate .prev.current {
      background: #079c7e;
      border: none; }

body.page-template > div:last-of-type:not(#page) {
  position: relative;
  overflow: hidden;
  height: 60px;
  margin-top: -200px; }
  body.page-template > div:last-of-type:not(#page) .grecaptcha-badge {
    position: absolute !important;
    bottom: 0 !important; }
  @media (max-width: 768px) {
    body.page-template > div:last-of-type:not(#page) {
      margin-top: -100px; } }

@media (max-width: 1400px) {
  .overflow-hidden-md {
    overflow: hidden; } }

/* Anuidade, taxas e boletos */
.anuidades-content .lista-cards {
  margin-bottom: 100px; }
.anuidades-content .card .card-flex .left {
  align-self: flex-start;
  flex-grow: initial;
  margin-right: 50px; }
  .anuidades-content .card .card-flex .left form {
    width: 340px; }
.anuidades-content .card .card-flex .right .info {
  color: #079c7e;
  font-size: 17px; }
.anuidades-content .card .card-flex .right h5 {
  color: #36413e;
  font-weight: 600;
  margin: 25px 0; }
.anuidades-content .card .card-flex .right p {
  color: #36413e;
  font-size: 17px;
  line-height: 1.2; }
.anuidades-content .card .card-flex .right p + p {
  margin-top: 15px; }
.anuidades-content .card form select,
.anuidades-content .card form input[type='text'] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  border-radius: 0;
  box-shadow: none;
  color: #079c7e;
  font-size: 18px; }
  .anuidades-content .card form select::placeholder,
  .anuidades-content .card form input[type='text']::placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: inherit; }
  .anuidades-content .card form select::-moz-placeholder,
  .anuidades-content .card form input[type='text']::-moz-placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: inherit; }
  .anuidades-content .card form select::-moz-placeholder,
  .anuidades-content .card form input[type='text']::-moz-placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: inherit; }
  .anuidades-content .card form select::-webkit-input-placeholder,
  .anuidades-content .card form input[type='text']::-webkit-input-placeholder {
    color: #079c7e;
    font-size: 18px;
    opacity: inherit; }
  .anuidades-content .card form select.is-invalid,
  .anuidades-content .card form input[type='text'].is-invalid {
    border-color: #eb5b32;
    color: #eb5b32; }
    .anuidades-content .card form select.is-invalid::placeholder,
    .anuidades-content .card form input[type='text'].is-invalid::placeholder {
      color: #eb5b32;
      font-size: 18px;
      opacity: inherit; }
    .anuidades-content .card form select.is-invalid::-moz-placeholder,
    .anuidades-content .card form input[type='text'].is-invalid::-moz-placeholder {
      color: #eb5b32;
      font-size: 18px;
      opacity: inherit; }
    .anuidades-content .card form select.is-invalid::-moz-placeholder,
    .anuidades-content .card form input[type='text'].is-invalid::-moz-placeholder {
      color: #eb5b32;
      font-size: 18px;
      opacity: inherit; }
    .anuidades-content .card form select.is-invalid::-webkit-input-placeholder,
    .anuidades-content .card form input[type='text'].is-invalid::-webkit-input-placeholder {
      color: #eb5b32;
      font-size: 18px;
      opacity: inherit; }
.anuidades-content .card form .seta-select::after {
  top: 10px;
  right: 0px; }
.anuidades-content .card form .btn {
  margin-top: 30px; }
.anuidades-content .card form .form-group:last-child {
  display: flex;
  justify-content: center;
  margin-bottom: 0; }

.anuidades-resultado-content .card .badge-pill {
  font-size: 38px;
  margin-right: 20px; }
.anuidades-resultado-content .card .occurrences-number {
  font-size: 40px; }
.anuidades-resultado-content .card .card-body h5 {
  font-weight: bold;
  line-height: 1; }
.anuidades-resultado-content .card .card-body p {
  color: #36413e;
  font-size: 17px;
  line-height: 1; }
.anuidades-resultado-content .card .card-body .left {
  align-self: center;
  flex-basis: max-content; }
.anuidades-resultado-content .card .card-body .right {
  align-self: center;
  flex-basis: min-content;
  text-align: right; }
  .anuidades-resultado-content .card .card-body .right strong {
    display: inline;
    font-size: 16px;
    width: auto; }

/* Buscar Normas CRM e CFM */
.buscar-normas-content .busca form {
  width: 100%;
  position: relative; }
  @media (min-width: 992px) {
    .buscar-normas-content .busca form {
      margin: 0 auto;
      max-width: max-content; } }
  .buscar-normas-content .busca form input {
    border-radius: 30px;
    padding: 20px 30px;
    width: 100%; }
    @media (max-width: 768px) {
      .buscar-normas-content .busca form input {
        padding: 15px; } }
    @media (min-width: 992px) {
      .buscar-normas-content .busca form input {
        width: 740px; } }
    .buscar-normas-content .busca form input::placeholder {
      color: #079c7e;
      font-size: 18px;
      opacity: 1; }
    .buscar-normas-content .busca form input::-moz-placeholder {
      color: #079c7e;
      font-size: 18px;
      opacity: 1; }
    .buscar-normas-content .busca form input::-moz-placeholder {
      color: #079c7e;
      font-size: 18px;
      opacity: 1; }
    .buscar-normas-content .busca form input::-webkit-input-placeholder {
      color: #079c7e;
      font-size: 18px;
      opacity: 1; }
  .buscar-normas-content .busca form button {
    box-shadow: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .buscar-normas-content .busca form button img {
      display: inline-block;
      margin-right: 10px; }
.buscar-normas-content .resultadosBottom {
  display: flex;
  justify-content: center;
  flex-direction: column; }
.buscar-normas-content .resultados {
  display: flex;
  justify-content: center; }
  .buscar-normas-content .resultados small {
    color: #919997;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.78;
    letter-spacing: -0.18px; }
    .buscar-normas-content .resultados small strong {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.24px;
      color: #191a1a; }
.buscar-normas-content h3 {
  border-bottom: solid 1px rgba(48, 53, 54, 0.2);
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 25px; }
.buscar-normas-content form.filtro-normas h4 {
  color: #079c7e;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.22px;
  margin-bottom: 25px;
  text-align: left; }
  .buscar-normas-content form.filtro-normas h4::after {
    content: '';
    display: block;
    opacity: 0.1;
    height: 1px;
    border: solid 1px rgba(48, 53, 54, 0.4);
    margin-top: 10px; }
.buscar-normas-content form.filtro-normas .tipos-normas {
  margin: 50px 0; }
  .buscar-normas-content form.filtro-normas .tipos-normas .form-check {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 0 rgba(30, 33, 35, 0.08);
    display: block;
    margin: 10px 0;
    position: relative;
    padding-left: 0; }
    .buscar-normas-content form.filtro-normas .tipos-normas .form-check label {
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      border-radius: 10px;
      color: #191a1a;
      cursor: pointer;
      display: block;
      padding: 12px 45px;
      overflow: hidden; }
      .buscar-normas-content form.filtro-normas .tipos-normas .form-check label:hover {
        background: #079c7e;
        color: white; }
      .buscar-normas-content form.filtro-normas .tipos-normas .form-check label:after {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        border: 2px solid rgba(209, 215, 220, 0.3);
        border-radius: 5px;
        content: '';
        cursor: pointer;
        height: 28px;
        width: 28px;
        position: absolute;
        left: 10px;
        top: 9px;
        z-index: 2;
        opacity: 1; }
    .buscar-normas-content form.filtro-normas .tipos-normas .form-check input:checked + label {
      background-color: #079c7e;
      color: #fff; }
      .buscar-normas-content form.filtro-normas .tipos-normas .form-check input:checked + label::after {
        background-color: #079c7e;
        border: 2px solid rgba(209, 215, 220, 0);
        opacity: 1; }
    .buscar-normas-content form.filtro-normas .tipos-normas .form-check input {
      visibility: hidden; }
.buscar-normas-content form .form-group + .form-group {
  margin-top: 50px; }
.buscar-normas-content form .seta-select::after {
  top: 73px;
  right: 15px; }
.buscar-normas-content .lista-cards h3 {
  color: #079c7e; }
.buscar-normas-content .lista-cards .card {
  margin-bottom: 25px; }
  .buscar-normas-content .lista-cards .card .card-header {
    padding: 20px 25px; }
    .buscar-normas-content .lista-cards .card .card-header ul {
      display: flex; }
      @media (max-width: 576px) {
        .buscar-normas-content .lista-cards .card .card-header ul {
          flex-direction: column;
          flex-wrap: wrap;
          max-height: 185px; } }
      @media (max-width: 768px) {
        .buscar-normas-content .lista-cards .card .card-header ul {
          justify-content: space-between; } }
      @media (min-width: 992px) {
        .buscar-normas-content .lista-cards .card .card-header ul {
          align-items: center; } }
      .buscar-normas-content .lista-cards .card .card-header ul li strong {
        color: #079c7e;
        font-size: 22px;
        font-weight: bold; }
        @media (min-width: 768px) {
          .buscar-normas-content .lista-cards .card .card-header ul li strong {
            margin-right: 6rem; } }
        @media (min-width: 1200px) {
          .buscar-normas-content .lista-cards .card .card-header ul li strong {
            margin-right: 12rem; } }
      .buscar-normas-content .lista-cards .card .card-header ul li p {
        color: #191a1a;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: -0.2px; }
  .buscar-normas-content .lista-cards .card .card-body {
    padding: 20px 25px; }
    @media (max-width: 768px) {
      .buscar-normas-content .lista-cards .card .card-body {
        flex-direction: column; } }
    .buscar-normas-content .lista-cards .card .card-body p.card-text {
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .buscar-normas-content .lista-cards .card .card-body p.card-text {
          flex-direction: column; } }
      @media (min-width: 992px) {
        .buscar-normas-content .lista-cards .card .card-body p.card-text {
          margin-right: 40px; } }
      .buscar-normas-content .lista-cards .card .card-body p.card-text strong {
        color: #079c7e;
        display: inline-block;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: -0.22px;
        max-width: max-content;
        min-width: auto; }
        @media (min-width: 992px) {
          .buscar-normas-content .lista-cards .card .card-body p.card-text strong {
            margin-right: 40px; } }
      .buscar-normas-content .lista-cards .card .card-body p.card-text span {
        display: inline-block;
        flex-grow: 1; }
        @media (max-width: 768px) {
          .buscar-normas-content .lista-cards .card .card-body p.card-text span {
            margin: 15px 0; } }
.buscar-normas-content .filter-search {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .buscar-normas-content .filter-search {
      flex-direction: column; } }
  .buscar-normas-content .filter-search .resultados small {
    color: #919997;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.18px; }
    .buscar-normas-content .filter-search .resultados small strong {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: -0.24px;
      color: #191a1a; }
  .buscar-normas-content .filter-search .carregar-mais p {
    color: #abb2b0;
    font-size: 16px;
    position: relative; }
    .buscar-normas-content .filter-search .carregar-mais p::before {
      content: '';
      background-image: url(../images/icon/icon-carregar-mais.svg);
      background-repeat: no-repeat;
      display: inline-flex;
      width: 29px;
      height: 21px;
      position: absolute;
      left: 0;
      top: 0; }
.buscar-normas-content .voltar-ao-topo {
  position: relative; }
  @media (min-width: 768px) {
    .buscar-normas-content .voltar-ao-topo {
      margin-right: -20px; } }
  .buscar-normas-content .voltar-ao-topo a:hover + div {
    opacity: 1; }
  .buscar-normas-content .voltar-ao-topo div {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #191a1a;
    border-radius: 6px 0px 0px 6px;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    height: 30px;
    opacity: 0;
    padding: 4px 0px 4px 12px;
    position: absolute;
    width: 104px;
    top: 20px;
    left: -90px; }
    .buscar-normas-content .voltar-ao-topo div::after {
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 12px solid #191a1a;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0;
      top: 0;
      right: -12px; }

/* Comissões e Câmaras Técnicas */
.comissao-e-camaras-content .busca {
  display: flex;
  justify-content: center;
  margin: 70px auto 80px;
  width: 100%; }
  @media (min-width: 992px) {
    .comissao-e-camaras-content .busca {
      width: 740px; } }
  @media (max-width: 992px) {
    .comissao-e-camaras-content .busca {
      margin: 0; } }
  .comissao-e-camaras-content .busca form {
    width: 100%; }
  .comissao-e-camaras-content .busca #buscar-por-camara {
    border-radius: 30px;
    padding: 17px;
    width: 100%; }
    .comissao-e-camaras-content .busca #buscar-por-camara::placeholder {
      color: #079c7e;
      font-size: 20px;
      opacity: 1; }
    .comissao-e-camaras-content .busca #buscar-por-camara::-moz-placeholder {
      color: #079c7e;
      font-size: 20px;
      opacity: 1; }
    .comissao-e-camaras-content .busca #buscar-por-camara::-moz-placeholder {
      color: #079c7e;
      font-size: 20px;
      opacity: 1; }
    .comissao-e-camaras-content .busca #buscar-por-camara::-webkit-input-placeholder {
      color: #079c7e;
      font-size: 20px;
      opacity: 1; }
.comissao-e-camaras-content .lista-cards {
  margin-bottom: 110px; }
  .comissao-e-camaras-content .lista-cards h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 14px; }
  .comissao-e-camaras-content .lista-cards .accordion + h3 {
    margin-top: 135px; }

.certidoes-content .fa-check-circle {
  height: 60px;
  width: 60px; }
.certidoes-content h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px; }
.certidoes-content .certidao-dados {
  color: #6a716f;
  font-size: 18px;
  font-weight: normal; }
  .certidoes-content .certidao-dados span {
    font-weight: 600; }
.certidoes-content .certidao-arquivo p {
  font-size: 18px; }
.certidoes-content .certidao-arquivo strong {
  font-size: 22px; }

.head-diretoria h2 {
  flex: 0 0 40%; }
.head-diretoria p {
  flex: 0 0 57%; }

.diretoria-content h3 {
  color: #36413e;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto; }
.diretoria-content .cards-container {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (max-width: 576px) {
    .diretoria-content .cards-container {
      margin-top: -40px; } }
.diretoria-content .card {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  -moz-box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  padding: -3px 30px;
  position: relative;
  padding-bottom: 25px;
  margin: 0 auto;
  margin-top: 150px;
  max-width: 480px;
  position: relative; }
  .diretoria-content .card .card-avatar {
    position: relative;
    height: 0; }
    .diretoria-content .card .card-avatar .picture {
      position: relative;
      z-index: 0; }
    .diretoria-content .card .card-avatar .card-estado {
      border: 5px solid #fff;
      -webkit-box-shadow: 0px 2px 8px 0 rgba(31, 35, 34, 0.08), 0px 5px 25px 0 rgba(31, 35, 34, 0.2);
      -moz-box-shadow: 0px 2px 8px 0 rgba(31, 35, 34, 0.08), 0px 5px 25px 0 rgba(31, 35, 34, 0.2);
      box-shadow: 0px 2px 8px 0 rgba(31, 35, 34, 0.08), 0px 5px 25px 0 rgba(31, 35, 34, 0.2);
      position: absolute;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      top: -70px;
      right: auto;
      left: calc(50% + 36px); }
      @media (max-width: 576px) {
        .diretoria-content .card .card-avatar .card-estado {
          right: auto;
          left: calc(50% + 36px); } }
  .diretoria-content .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding: 10px 0 20px 0; }
    @media (max-width: 576px) {
      .diretoria-content .card .card-header {
        padding: 10px 10px 20px; } }
    .diretoria-content .card .card-header h3 {
      color: #191a1a;
      font-size: 24px;
      font-weight: 400;
      line-height: 30px;
      padding-bottom: 0;
      margin-bottom: 0;
      text-transform: initial;
      text-align: center;
      margin-top: 30px; }
      @media (max-width: 576px) {
        .diretoria-content .card .card-header h3 {
          line-height: 1;
          font-size: 1.2em;
          margin-bottom: 10px; } }
    .diretoria-content .card .card-header h4 {
      color: #919997;
      font-size: 20px;
      font-weight: 400;
      text-align: center; }
  .diretoria-content .card .card-body {
    background-color: transparent;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 30px 20px;
    position: relative; }
    .diretoria-content .card .card-body a.email {
      color: #1db2cd;
      display: block;
      font-size: 18px;
      font-weight: 400;
      text-align: center; }
      @media (max-width: 576px) {
        .diretoria-content .card .card-body a.email {
          font-size: 1em;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; } }
    .diretoria-content .card .card-body .mais-info {
      background-color: #079c7e;
      border: 7px solid #eaeef0;
      border-radius: 100%;
      color: #fff;
      display: block;
      height: 47px;
      width: 47px;
      position: absolute;
      bottom: -60px;
      left: 50%;
      margin-left: -20px; }
      .diretoria-content .card .card-body .mais-info::after {
        content: '+';
        font-size: 20px;
        font-weight: bold;
        display: block;
        padding: 4px 0;
        text-align: center; }
.diretoria-content .card-header + .card-body {
  border-top: none; }

/* Diretoria Perfil */
.head-perfil {
  padding: 55px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    .head-perfil {
      flex-direction: column;
      padding-bottom: 10px;
      padding-top: 20px; } }
  .head-perfil .avatar-perfil {
    border: 4px solid rgba(180, 180, 180, 0.5);
    height: 205px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 205px; }
    @media (max-width: 576px) {
      .head-perfil .avatar-perfil {
        margin-bottom: 20px; } }
  .head-perfil .info-perfil {
    padding-left: 40px; }
    @media (max-width: 768px) {
      .head-perfil .info-perfil {
        padding-left: 0;
        max-width: 100%; } }
    .head-perfil .info-perfil h3.page-subtitle {
      font-size: 48px;
      line-height: 46px;
      margin-bottom: 0.5vw; }
      @media (max-width: 768px) {
        .head-perfil .info-perfil h3.page-subtitle {
          text-align: center;
          font-size: 1.5em;
          line-height: 1;
          margin-bottom: 10px; } }
    .head-perfil .info-perfil p {
      color: #919997;
      font-size: 24px;
      letter-spacing: -0.6px; }
      @media (max-width: 768px) {
        .head-perfil .info-perfil p {
          text-align: center;
          font-size: 1em; } }
    .head-perfil .info-perfil a.email {
      color: #1db2cd;
      display: inline-block;
      font-size: 24px;
      line-height: 1.25;
      letter-spacing: -0.6px;
      padding-top: 20px; }
      @media (max-width: 768px) {
        .head-perfil .info-perfil a.email {
          display: block;
          text-align: center;
          font-size: 1em;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; } }

.about-perfil {
  padding: 40px 0; }
  .about-perfil p {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.2px; }
  @media (max-width: 576px) {
    .about-perfil {
      flex-direction: column;
      padding: 20px; }
      .about-perfil p {
        line-height: 1;
        margin: 0 0 20px 0;
        font-size: 1em; }
      .about-perfil h2 {
        margin-bottom: 20px; } }

.diretoria-perfil-content h4 {
  font-size: 30px;
  padding-top: 60px;
  padding-bottom: 15px; }
  @media (max-width: 576px) {
    .diretoria-perfil-content h4 {
      padding-top: 10px;
      font-size: 1.2em;
      text-align: center; } }
.diretoria-perfil-content .lista-cards .card {
  margin-bottom: 20px; }
  @media (max-width: 576px) {
    .diretoria-perfil-content .lista-cards .card {
      margin: 10px 0; } }
  .diretoria-perfil-content .lista-cards .card .card-header {
    padding: 20px 40px; }
    @media (max-width: 576px) {
      .diretoria-perfil-content .lista-cards .card .card-header {
        padding: 20px; } }
    .diretoria-perfil-content .lista-cards .card .card-header .accordion-head a {
      display: flex;
      justify-content: space-between; }
      .diretoria-perfil-content .lista-cards .card .card-header .accordion-head a i {
        font-size: 2.5em;
        float: right; }
  .diretoria-perfil-content .lista-cards .card .card-block {
    border-top: solid 1px rgba(2, 2, 2, 0.1);
    padding: 20px 40px 0 40px; }
    @media (max-width: 576px) {
      .diretoria-perfil-content .lista-cards .card .card-block {
        padding: 20px 20px 0; } }
    .diretoria-perfil-content .lista-cards .card .card-block ul li {
      list-style: circle;
      margin-left: 20px;
      margin-bottom: 10px; }
    .diretoria-perfil-content .lista-cards .card .card-block p {
      color: #36413e;
      font-size: 20px;
      line-height: 26px; }
      @media (max-width: 576px) {
        .diretoria-perfil-content .lista-cards .card .card-block p {
          font-size: 1em;
          line-height: 1; } }

.denuncias-content .seta-select::after {
  top: 12px; }

/* Etica Médica */
.page-template-etica .page-title {
  margin: 70px 0 75px; }

.etica-content p {
  line-height: 28px;
  padding-bottom: 50px; }
.etica-content .itens-quadro-comparativo h3 {
  color: #36413e;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.24px;
  padding-bottom: 10px; }
.etica-content .itens-quadro-comparativo p {
  padding-bottom: 15px; }
.etica-content .itens-quadro-comparativo a {
  color: #00966e;
  padding: 0;
  text-decoration: underline; }
.etica-content .itens-quadro-comparativo .divider {
  border-top: 1px solid #ddd;
  margin: 40px 0; }

/* Informes Técnicos Comsu e Pró-SUS */
.informes-tecnicos-content h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 0.67;
  color: #0cb185; }
.informes-tecnicos-content p + h3 {
  margin-top: 80px; }
.informes-tecnicos-content .divider {
  border-top: 1px solid #ddd;
  margin: -45px 0 40px; }
.informes-tecnicos-content .filtro-boletins {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .informes-tecnicos-content .filtro-boletins {
      flex-direction: row; } }
  .informes-tecnicos-content .filtro-boletins label {
    color: #919997;
    font-size: 18px;
    line-height: 50px; }
  @media (min-width: 992px) {
    .informes-tecnicos-content .filtro-boletins .form-group:first-child select {
      width: 370px; } }
  @media (min-width: 992px) {
    .informes-tecnicos-content .filtro-boletins .form-group:nth-child(2) select {
      width: 240px; } }
  .informes-tecnicos-content .filtro-boletins .form-group:last-child {
    align-self: auto; }
    @media (min-width: 992px) {
      .informes-tecnicos-content .filtro-boletins .form-group:last-child {
        align-self: end; } }
    .informes-tecnicos-content .filtro-boletins .form-group:last-child .btn-primary {
      border-radius: 10px;
      cursor: pointer;
      background-color: #079c7e;
      border: none;
      box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
      color: #fff !important;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      padding: 13px 35px;
      width: 100%; }
      .informes-tecnicos-content .filtro-boletins .form-group:last-child .btn-primary:active, .informes-tecnicos-content .filtro-boletins .form-group:last-child .btn-primary:focus, .informes-tecnicos-content .filtro-boletins .form-group:last-child .btn-primary:hover {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        background-color: white;
        color: #079c7e !important;
        border-color: none; }
      @media (min-width: 992px) {
        .informes-tecnicos-content .filtro-boletins .form-group:last-child .btn-primary {
          width: auto; } }
  @media (min-width: 992px) {
    .informes-tecnicos-content .filtro-boletins .form-group + .form-group {
      margin-left: 20px; } }
.informes-tecnicos-content .card .card-title {
  line-height: 1; }
.informes-tecnicos-content .card + .card {
  margin-top: 15px; }

/* Institucional */
.institucional-content .table {
  background-color: #fff; }
  .institucional-content .table thead tr th {
    color: #0cb185;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.26px;
    text-align: left;
    padding: 40px 1.75rem 20px 1.75rem; }
  .institucional-content .table tbody tr td {
    padding: 1.75rem; }

.home-banner {
  box-shadow: 0px 2px 8px 0 rgba(30, 33, 35, 0.02), 0px 5px 25px 0 rgba(31, 33, 35, 0.03);
  background-color: #eaeef0;
  padding: 70px 0; }
  @media (max-width: 576px) {
    .home-banner {
      padding: 15px 0 15px 0; } }
  .home-banner .superBanner {
    background: url(../images/super-banner.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    min-height: 200px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 576px) {
      .home-banner .superBanner {
        flex-direction: row;
        justify-content: space-around;
        min-height: auto;
        padding: 30px 0;
        border-radius: 15px;
        margin-bottom: 30px;
        margin-top: 15px; } }
    .home-banner .superBanner::before {
      content: '';
      background-color: #009468;
      border-radius: 20px;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      opacity: 0.8;
      mix-blend-mode: multiply;
      z-index: 0; }
      @media (max-width: 576px) {
        .home-banner .superBanner::before {
          border-radius: 15px; } }
    .home-banner .superBanner .superBanner-content {
      color: #fff;
      padding-left: 130px;
      padding-top: 20px;
      z-index: 1; }
      @media (max-width: 768px) {
        .home-banner .superBanner .superBanner-content {
          padding-left: 30px; } }
      @media (max-width: 576px) {
        .home-banner .superBanner .superBanner-content {
          padding-top: 0;
          padding-left: 10px; } }
      .home-banner .superBanner .superBanner-content h2 {
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: -27px;
        margin-top: 0; }
        @media (max-width: 768px) {
          .home-banner .superBanner .superBanner-content h2 {
            font-size: 18px;
            margin-bottom: 0;
            text-align: left; } }
      .home-banner .superBanner .superBanner-content h3 {
        font-size: 22px;
        font-weight: 300;
        text-transform: uppercase; }
        @media (max-width: 768px) {
          .home-banner .superBanner .superBanner-content h3 {
            font-size: 13px;
            margin-bottom: 0;
            margin-top: 0;
            text-align: left;
            line-height: 1; } }
    .home-banner .superBanner a.btn-acesse-agora {
      background-color: #fff;
      border: none;
      box-shadow: 0px 1px 2px 0 rgba(30, 33, 35, 0.05), 0px 6px 10px 0 rgba(31, 33, 35, 0.06), inset 0px -2px 2px 0 rgba(31, 33, 35, 0.05);
      color: #079c7e !important;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      border-radius: 25px;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: -0.45px;
      padding: 10px 35px;
      margin-right: 130px;
      text-align: center;
      text-transform: uppercase;
      z-index: 1; }
      .home-banner .superBanner a.btn-acesse-agora:active, .home-banner .superBanner a.btn-acesse-agora:focus {
        background-color: #079c7e;
        color: #fff !important;
        border-color: none; }
      .home-banner .superBanner a.btn-acesse-agora:hover {
        background-color: #079c7e;
        color: #fff !important;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      @media (max-width: 768px) {
        .home-banner .superBanner a.btn-acesse-agora {
          margin-right: 10px;
          padding: 5px 10px;
          font-size: 14px;
          margin-top: 0; } }
  .home-banner .sliderBanner {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 8px 0 rgba(30, 33, 35, 0.02), 0px 5px 25px 0 rgba(31, 33, 35, 0.05);
    height: 514px; }
    @media (max-width: 768px) {
      .home-banner .sliderBanner {
        height: 100%;
        border-radius: 0;
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 0; } }
    .home-banner .sliderBanner .slider .slider-item {
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .home-banner .sliderBanner .slider .slider-item {
          flex-direction: column; } }
      .home-banner .sliderBanner .slider .slider-item .sliderImage {
        flex: 0 0 69%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        clip-path: circle(101.5% at 14% 47%);
        overflow: hidden; }
        .home-banner .sliderBanner .slider .slider-item .sliderImage img {
          height: 100%;
          object-fit: cover; }
        @media (max-width: 768px) {
          .home-banner .sliderBanner .slider .slider-item .sliderImage {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            clip-path: none; }
            .home-banner .sliderBanner .slider .slider-item .sliderImage img {
              width: 100%; } }
      .home-banner .sliderBanner .slider .slider-item .sliderTexto {
        flex: 0 0 45%;
        max-width: 355px; }
        @media (max-width: 768px) {
          .home-banner .sliderBanner .slider .slider-item .sliderTexto {
            max-width: 90%;
            margin-top: 30px; } }
        @media (max-width: 576px) {
          .home-banner .sliderBanner .slider .slider-item .sliderTexto {
            max-width: 425px;
            margin-top: 0px;
            padding: 20px; } }
        .home-banner .sliderBanner .slider .slider-item .sliderTexto small {
          color: #3dc899;
          font-weight: bold;
          margin-bottom: 35px;
          text-transform: uppercase; }
        .home-banner .sliderBanner .slider .slider-item .sliderTexto h1 {
          color: #191a1a;
          font-size: 48px;
          line-height: 52px;
          letter-spacing: -1.2px;
          padding-top: 30px; }
          @media (max-width: 768px) {
            .home-banner .sliderBanner .slider .slider-item .sliderTexto h1 {
              font-size: 1.4em;
              line-height: 1;
              padding-top: 0.5em; } }
    .home-banner .sliderBanner a.btn-leia-mais {
      cursor: pointer;
      background-color: #079c7e;
      border: none;
      box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
      color: #fff !important;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      border-radius: 25px;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      margin-top: 30px;
      padding: 13px 35px;
      position: relative;
      line-height: 1rem;
      letter-spacing: -0.4px;
      max-width: 150px;
      text-align: center;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
      .home-banner .sliderBanner a.btn-leia-mais:active, .home-banner .sliderBanner a.btn-leia-mais:focus, .home-banner .sliderBanner a.btn-leia-mais:hover {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        background-color: white;
        color: #079c7e !important;
        border-color: none; }
      .home-banner .sliderBanner a.btn-leia-mais .svg-inline--fa {
        height: 0.8em;
        margin-left: 10px; }
      .home-banner .sliderBanner a.btn-leia-mais img {
        margin-left: 15px; }
  .home-banner .slick-dots {
    bottom: -30px; }
    @media (max-width: 576px) {
      .home-banner .slick-dots {
        bottom: 0;
        position: relative; } }
    .home-banner .slick-dots li button {
      box-shadow: none; }
      .home-banner .slick-dots li button::before {
        color: #18be92;
        opacity: 1;
        font-size: 15px; }
    .home-banner .slick-dots li.slick-active button {
      box-shadow: none; }
      .home-banner .slick-dots li.slick-active button::before {
        opacity: 0.2;
        border-radius: solid 2px #2d7965;
        background-color: transparent;
        font-size: 15px; }
  .home-banner .slick-prev {
    box-shadow: none;
    left: -35px;
    z-index: 5; }
    .home-banner .slick-prev::before {
      content: url(../images/icon/icon-arrows-prev.png);
      display: block;
      height: 67px;
      width: 67px;
      opacity: 1; }
  .home-banner .slick-next {
    box-shadow: none;
    right: 15px; }
    .home-banner .slick-next::before {
      content: url(../images/icon/icon-arrows-next.png);
      display: block;
      height: 67px;
      width: 67px;
      opacity: 1; }

.home-servicos {
  box-shadow: 0px 2px 8px 0 rgba(30, 33, 35, 0.02), 0px 5px 25px 0 rgba(31, 33, 35, 0.05);
  background-color: #ffffff;
  padding: 100px 0; }
  @media (max-width: 768px) {
    .home-servicos {
      padding: 10px 0; } }
  .home-servicos .servicos-box {
    border-radius: 20px;
    box-shadow: 0px 3px 8px 0 rgba(31, 35, 33, 0.02), 0px 16px 63.1px 12.9px rgba(31, 35, 33, 0.06);
    background-color: #01986f;
    color: #fff;
    padding: 40px 30px;
    min-height: 435px; }
    @media (max-width: 768px) {
      .home-servicos .servicos-box {
        margin-bottom: 30px; } }
    .home-servicos .servicos-box .header-servicos {
      position: relative;
      padding-left: 60px; }
      .home-servicos .servicos-box .header-servicos .page-subtitle {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -0.75px;
        line-height: 0.8; }
        .home-servicos .servicos-box .header-servicos .page-subtitle small {
          color: #6bffc3;
          display: block;
          font-size: 16px;
          font-weight: normal;
          line-height: 1.88;
          letter-spacing: -0.4px;
          text-transform: uppercase; }
    .home-servicos .servicos-box .header-cidadao::before {
      content: '';
      background: url(../images/icon/icon-home-serv-cidadao.svg) no-repeat;
      display: block;
      position: absolute;
      height: 41px;
      width: 43px;
      top: 7px;
      left: 0; }
    .home-servicos .servicos-box .header-medicos::before {
      content: '';
      background: url(../images/icon/icon-home-serv-medicos.svg) no-repeat;
      display: block;
      position: absolute;
      height: 40px;
      width: 46px;
      top: 7px;
      left: 0; }
    .home-servicos .servicos-box .header-empresas::before {
      content: '';
      background: url(../images/icon/icon-home-serv-empresas.svg) no-repeat;
      display: block;
      position: absolute;
      height: 40px;
      width: 40px;
      top: 7px;
      left: 0; }
    .home-servicos .servicos-box ul.servicos-lista {
      margin-top: 25px;
      min-height: 225px; }
      .home-servicos .servicos-box ul.servicos-lista li a {
        color: #fff;
        display: block;
        font-size: 18px;
        line-height: 40px;
        letter-spacing: -0.45px;
        text-align: left;
        position: relative; }
        .home-servicos .servicos-box ul.servicos-lista li a::after {
          content: '';
          background: url(../images/icon/icon-arrow-left.svg) no-repeat center center;
          display: block;
          width: 7px;
          height: 11px;
          position: absolute;
          right: 0;
          bottom: 14px; }
      .home-servicos .servicos-box ul.servicos-lista li::before {
        content: '';
        border-bottom: solid 1px #ffffff;
        display: block;
        opacity: 0.1; }
      .home-servicos .servicos-box ul.servicos-lista li:last-child::after {
        content: '';
        border-bottom: solid 1px #ffffff;
        display: block;
        opacity: 0.1; }
    .home-servicos .servicos-box .servicos-link {
      display: flex;
      justify-content: flex-end; }
      .home-servicos .servicos-box .servicos-link a.btn-ver-todos {
        background-color: #fff;
        border: none;
        box-shadow: 0px 1px 2px 0 rgba(30, 33, 35, 0.05), 0px 6px 10px 0 rgba(31, 33, 35, 0.06), inset 0px -2px 2px 0 rgba(31, 33, 35, 0.05);
        color: #079c7e !important;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.06;
        letter-spacing: -0.4px;
        padding: 10px 35px;
        text-align: center;
        text-transform: uppercase; }
        .home-servicos .servicos-box .servicos-link a.btn-ver-todos:active, .home-servicos .servicos-box .servicos-link a.btn-ver-todos:focus {
          background-color: #079c7e;
          color: #fff !important;
          border-color: none; }
        .home-servicos .servicos-box .servicos-link a.btn-ver-todos:hover {
          background-color: #079c7e;
          color: #fff !important;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }

.home-prox-eventos {
  box-shadow: 0px 2px 8px 0 rgba(30, 33, 35, 0.02), 0px 5px 25px 0 rgba(31, 33, 35, 0.03);
  background-color: #eaeef0;
  padding-top: 80px; }
  @media (max-width: 576px) {
    .home-prox-eventos {
      padding-top: 15px; } }
  .home-prox-eventos .header {
    padding-bottom: 56px;
    position: relative;
    padding-left: 100px; }
    @media (max-width: 576px) {
      .home-prox-eventos .header {
        padding-bottom: 20px;
        padding-left: 90px; } }
    .home-prox-eventos .header .page-title {
      color: #0cb185;
      font-size: 50px;
      margin: 0;
      line-height: 30px;
      font-weight: normal;
      text-transform: uppercase; }
      .home-prox-eventos .header .page-title small {
        color: #303332;
        display: block;
        font-size: 26px;
        font-weight: normal;
        line-height: 1.85;
        letter-spacing: -0.65px;
        text-transform: uppercase; }
      @media (max-width: 576px) {
        .home-prox-eventos .header .page-title {
          font-size: 36px;
          padding-top: 20px;
          text-align: left; }
          .home-prox-eventos .header .page-title small {
            font-size: 18px; } }
    .home-prox-eventos .header::before {
      content: '';
      background: url(../images/icon/icon-proximos-eventos.svg) no-repeat;
      display: block;
      position: absolute;
      height: 64px;
      width: 74px;
      top: 15px;
      left: 0; }
  .home-prox-eventos .link_vertodos a.btn-vertodos {
    background-color: transparent;
    border: solid 2px #18be92;
    color: #079c7e;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.4px;
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase; }
    .home-prox-eventos .link_vertodos a.btn-vertodos:active, .home-prox-eventos .link_vertodos a.btn-vertodos:focus {
      background-color: #079c7e;
      color: #fff;
      border: 2px solid #079c7e; }
    .home-prox-eventos .link_vertodos a.btn-vertodos:hover {
      background-color: #079c7e;
      border: 2px solid #079c7e;
      box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
      color: #fff;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    @media (max-width: 576px) {
      .home-prox-eventos .link_vertodos a.btn-vertodos {
        margin-bottom: 30px; } }
  .home-prox-eventos .prox-eventos-container {
    border-radius: 20px;
    box-shadow: 0px 3px 8px 0 rgba(30, 33, 35, 0.02), 0px 16px 63.1px 12.9px rgba(31, 33, 35, 0.06);
    background-color: #ffffff;
    height: 250px;
    display: flex;
    align-items: center;
    flex-direction: row; }
    @media (max-width: 768px) {
      .home-prox-eventos .prox-eventos-container {
        flex-direction: column;
        margin-bottom: 20px;
        height: auto; } }
    .home-prox-eventos .prox-eventos-container .prox-eventos-images {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      clip-path: circle(87.5% at 14% 47%);
      overflow: hidden;
      width: 100%;
      height: 100%;
      position: relative;
      max-width: 277px; }
      @media (max-width: 768px) {
        .home-prox-eventos .prox-eventos-container .prox-eventos-images {
          clip-path: none;
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
          border-bottom-left-radius: 0;
          height: 170px;
          max-width: none; }
          .home-prox-eventos .prox-eventos-container .prox-eventos-images .saiba-mais {
            position: absolute;
            z-index: 2;
            bottom: 10px;
            right: 10px; }
            .home-prox-eventos .prox-eventos-container .prox-eventos-images .saiba-mais a {
              position: relative;
              top: 0;
              left: 0; } }
    .home-prox-eventos .prox-eventos-container .prox-eventos-contain {
      padding: 20px 40px;
      flex: 1; }
      @media (max-width: 992px) {
        .home-prox-eventos .prox-eventos-container .prox-eventos-contain {
          padding: 20px 20px; } }
      .home-prox-eventos .prox-eventos-container .prox-eventos-contain h3 {
        color: #292929;
        font-size: 28px;
        font-weight: 500;
        line-height: 32px;
        text-align: left;
        height: 100px; }
      .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px; }
        .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas .prox-eventos-data-evento {
          display: flex;
          align-items: center; }
          .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas .prox-eventos-data-evento .dia p {
            color: #079c7e;
            font-size: 60px;
            font-weight: 300;
            letter-spacing: -0.21px;
            line-height: 1;
            text-transform: uppercase; }
          .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas .prox-eventos-data-evento .mes-ano {
            padding-left: 10px;
            padding-top: 17px; }
            .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas .prox-eventos-data-evento .mes-ano p {
              color: #079c7e;
              font-size: 24px;
              letter-spacing: -0.24px;
              line-height: 1; }
              .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas .prox-eventos-data-evento .mes-ano p.ano {
                font-size: 21px; }
      @media (max-width: 576px) {
        .home-prox-eventos .prox-eventos-container .prox-eventos-contain {
          flex-flow: row-reverse;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          width: 100%; }
          .home-prox-eventos .prox-eventos-container .prox-eventos-contain h3 {
            font-size: 1em;
            line-height: 1;
            height: auto; }
          .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas {
            margin-top: 0;
            margin-right: 10px; }
            .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas .prox-eventos-data-evento {
              line-height: 100%; }
              .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas .prox-eventos-data-evento .dia p {
                font-size: 2em;
                line-height: 100%;
                padding-top: 3px; }
              .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas .prox-eventos-data-evento .mes-ano {
                padding-top: 0;
                padding-left: 5px; }
                .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas .prox-eventos-data-evento .mes-ano p {
                  font-size: 1em;
                  line-height: 100%; }
                  .home-prox-eventos .prox-eventos-container .prox-eventos-contain .prox-eventos-datas .prox-eventos-data-evento .mes-ano p.ano {
                    font-size: 0.7em;
                    margin-bottom: 0;
                    line-height: 100%; } }

.home-mini-banners {
  background-color: #eaeef0;
  padding-top: 60px;
  padding-bottom: 100px; }
  @media (max-width: 576px) {
    .home-mini-banners {
      padding-top: 0;
      padding-bottom: 0px; } }
  .home-mini-banners .banners {
    border-radius: 20px;
    box-shadow: 0px 3px 8px 0 rgba(30, 33, 35, 0.02), 0px 16px 63.1px 12.9px rgba(31, 33, 35, 0.06);
    background: #ffffff;
    min-height: 150px;
    padding-left: 45px;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .home-mini-banners .banners {
        margin-bottom: 30px; } }
    @media (max-width: 576px) {
      .home-mini-banners .banners {
        padding-left: 15px;
        padding-right: 15px; } }
    .home-mini-banners .banners .content p {
      font-size: 26px;
      font-weight: 500;
      letter-spacing: -0.65px;
      text-align: left;
      line-height: 26px;
      color: #2caa88; }
    .home-mini-banners .banners .content span {
      color: #909997;
      font-size: 20px;
      font-weight: 400;
      margin-top: 5px; }
    .home-mini-banners .banners .icon-info {
      margin-left: 55px; }
  .home-mini-banners .bkg1 {
    background: url(../images/home-bkg-banner-small-2.png) no-repeat center center;
    background-size: cover; }
  .home-mini-banners .bkg2 {
    background: url(../images/home-bkg-banner-small-1.png) no-repeat #eaeef0 center right;
    background-size: contain; }
    .home-mini-banners .bkg2 .content {
      display: flex;
      align-items: center; }
      @media (max-width: 576px) {
        .home-mini-banners .bkg2 .content {
          flex-direction: column; } }

.home-normas {
  box-shadow: 0px 2px 8px 0 rgba(30, 33, 35, 0.02), 0px 5px 25px 0 rgba(31, 33, 35, 0.05);
  background-color: #ffffff;
  padding: 90px 0 130px 0; }
  @media (max-width: 576px) {
    .home-normas {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .home-normas .header {
    padding-bottom: 56px;
    position: relative;
    padding-left: 100px; }
    .home-normas .header .page-title {
      color: #0cb185;
      font-size: 50px;
      margin: 0;
      line-height: 30px;
      font-weight: normal;
      text-transform: uppercase; }
      .home-normas .header .page-title small {
        color: #303332;
        display: block;
        font-size: 26px;
        font-weight: normal;
        line-height: 1.85;
        letter-spacing: -0.65px;
        text-transform: uppercase; }
      @media (max-width: 576px) {
        .home-normas .header .page-title {
          font-size: 36px;
          padding-top: 20px;
          text-align: left; }
          .home-normas .header .page-title small {
            font-size: 18px; } }
      @media (max-width: 768px) {
        .home-normas .header .page-title {
          text-align: left; } }
    @media (max-width: 576px) {
      .home-normas .header {
        padding-bottom: 20px; } }
    .home-normas .header::before {
      content: '';
      background: url(../images/icon/icon-cfm-crm.png) no-repeat;
      display: block;
      position: absolute;
      height: 63px;
      width: 85px;
      height: 63px;
      top: 15px;
      left: 0; }
  .home-normas .links {
    display: flex;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .home-normas .links {
        display: flex;
        overflow-x: auto;
        position: relative;
        margin-bottom: 10px;
        /*&::after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          height: 100%;
          background-image: linear-gradient(90deg, transparent 60%, #fff 100%);
        }*/ } }
    .home-normas .links a.btn-cfm-crm {
      background-color: transparent;
      border: solid 2px #ccd0d0;
      color: #079c7e;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      border-radius: 25px;
      color: #7b8080;
      font-size: 16px;
      font-weight: 500px;
      margin-right: 10px;
      text-transform: uppercase; }
      .home-normas .links a.btn-cfm-crm:active, .home-normas .links a.btn-cfm-crm:focus {
        background-color: #079c7e;
        color: #fff;
        border: 2px solid #079c7e; }
      .home-normas .links a.btn-cfm-crm:hover {
        background-color: #079c7e;
        border: 2px solid #079c7e;
        box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
        color: #fff;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      @media (max-width: 768px) {
        .home-normas .links a.btn-cfm-crm {
          margin-bottom: 10px; } }
  .home-normas .buscar a.btn-buscar {
    cursor: pointer;
    background-color: #079c7e;
    border: none;
    box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
    color: #fff !important;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    text-transform: uppercase;
    text-align: center; }
    .home-normas .buscar a.btn-buscar:active, .home-normas .buscar a.btn-buscar:focus, .home-normas .buscar a.btn-buscar:hover {
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      background-color: white;
      color: #079c7e !important;
      border-color: none; }
  .home-normas .box {
    border-radius: 20px;
    box-shadow: 0px 3px 8px 0 rgba(31, 35, 33, 0.02), 0px 16px 63.1px 12.9px rgba(31, 35, 33, 0.06);
    background-color: #019876;
    padding: 40px 43px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-flow: column;
    height: 100%; }
    @media (max-width: 768px) {
      .home-normas .box {
        margin-bottom: 10px;
        padding: 20px; } }
    .home-normas .box h3 {
      color: #fff;
      font-size: 30px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.75px;
      margin-bottom: 22px; }
    .home-normas .box p {
      color: #b8ffc0;
      font-size: 18px;
      min-height: 65px;
      max-height: 150px;
      overflow: hidden;
      text-overflow: '...';
      flex: 1; }
      @media (max-width: 768px) {
        .home-normas .box p {
          max-height: 235px; } }
    .home-normas .box a.btn-ver-mais {
      background-color: #fff;
      border: none;
      box-shadow: 0px 1px 2px 0 rgba(30, 33, 35, 0.05), 0px 6px 10px 0 rgba(31, 33, 35, 0.06), inset 0px -2px 2px 0 rgba(31, 33, 35, 0.05);
      color: #079c7e !important;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      border-radius: 20px;
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      height: 35px;
      width: 150px;
      margin-top: 40px;
      text-align: center;
      text-transform: uppercase; }
      .home-normas .box a.btn-ver-mais:active, .home-normas .box a.btn-ver-mais:focus {
        background-color: #079c7e;
        color: #fff !important;
        border-color: none; }
      .home-normas .box a.btn-ver-mais:hover {
        background-color: #079c7e;
        color: #fff !important;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      @media (max-width: 768px) {
        .home-normas .box a.btn-ver-mais {
          margin-top: 20px; } }

.link-uteis-content .cards-container {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.link-uteis-content .card {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  -moz-box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  width: 31.5%; }
  @media (max-width: 768px) {
    .link-uteis-content .card {
      width: 100%; } }
  .link-uteis-content .card:hover {
    background-color: #079c7e;
    color: #fff; }
    .link-uteis-content .card:hover .card-body {
      color: #fff; }
    .link-uteis-content .card:hover .card-header h3 {
      color: #7bffbc; }
  .link-uteis-content .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding: 30px 30px 0 30px; }
    .link-uteis-content .card .card-header h3 {
      color: #36413e;
      font-size: 17px;
      line-height: 1;
      padding-bottom: 0;
      text-transform: initial; }
  .link-uteis-content .card .card-body {
    background-color: transparent;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 30px 55px;
    position: relative; }
    .link-uteis-content .card .card-body .mais-info {
      background-color: #079c7e;
      border: 7px solid #eaeef0;
      border-radius: 100%;
      color: #fff;
      display: block;
      height: 50px;
      width: 50px;
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -20px; }
      .link-uteis-content .card .card-body .mais-info::after {
        content: url(../images/icon/icon-link-uteis.svg);
        height: 24px;
        width: 24px;
        display: block;
        padding: 6px 6px;
        text-align: center; }
.link-uteis-content .card-header + .card-body {
  border-top: none; }

/* Mapa do Site */
.page-template-mapa-do-site .page-title {
  margin: 70px 0 75px; }

.mapa-do-site-content .cards-container {
  align-content: space-between;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 75px; }
  @media (min-width: 992px) {
    .mapa-do-site-content .cards-container {
      max-height: 2600px; } }
  @media (min-width: 1200px) {
    .mapa-do-site-content .cards-container {
      max-height: 2100px; } }
.mapa-do-site-content .card {
  border-radius: 15px;
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 992px) {
    .mapa-do-site-content .card {
      width: 49%; } }
  @media (min-width: 1200px) {
    .mapa-do-site-content .card {
      width: 31.5%; } }
  .mapa-do-site-content .card .card-title {
    color: #0cb185;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.35px;
    line-height: 24px;
    text-transform: uppercase; }
  .mapa-do-site-content .card .card-body {
    padding: 50px 40px; }
  .mapa-do-site-content .card li {
    color: #191a1a;
    font-size: 18px;
    line-height: 1.5; }
  .mapa-do-site-content .card a {
    border-bottom: 1px solid #eee;
    color: #191a1a;
    display: block;
    padding: 6px 0; }
    .mapa-do-site-content .card a::after {
      content: '\f345';
      color: #bbb;
      display: inline-block;
      font-family: 'dashicons';
      float: right; }
  .mapa-do-site-content .card strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 40px; }

.noticias-banner {
  box-shadow: 0px 2px 8px 0 rgba(30, 33, 35, 0.02), 0px 5px 25px 0 rgba(31, 33, 35, 0.03);
  background-color: #eaeef0;
  padding: 70px 0; }
  @media (max-width: 576px) {
    .noticias-banner {
      padding: 5px 0 20px 0; } }
  .noticias-banner .superBanner {
    background: url(../images/super-banner.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    min-height: 200px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 576px) {
      .noticias-banner .superBanner {
        flex-direction: column;
        justify-content: space-around; } }
    .noticias-banner .superBanner::before {
      content: '';
      background-color: #009468;
      border-radius: 20px;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      opacity: 0.8;
      mix-blend-mode: multiply;
      z-index: 0; }
    .noticias-banner .superBanner .superBanner-content {
      color: #fff;
      padding-left: 130px;
      padding-top: 20px;
      z-index: 1; }
      @media (max-width: 768px) {
        .noticias-banner .superBanner .superBanner-content {
          padding-left: 30px; } }
      @media (max-width: 576px) {
        .noticias-banner .superBanner .superBanner-content {
          padding-top: 0; } }
      .noticias-banner .superBanner .superBanner-content h2 {
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: -27px;
        margin-top: 0; }
        @media (max-width: 768px) {
          .noticias-banner .superBanner .superBanner-content h2 {
            font-size: 25px;
            margin-bottom: 0;
            text-align: left; } }
      .noticias-banner .superBanner .superBanner-content h3 {
        font-size: 22px;
        font-weight: 300;
        text-transform: uppercase; }
    .noticias-banner .superBanner a.btn-acesse-agora {
      background-color: #fff;
      border: none;
      box-shadow: 0px 1px 2px 0 rgba(30, 33, 35, 0.05), 0px 6px 10px 0 rgba(31, 33, 35, 0.06), inset 0px -2px 2px 0 rgba(31, 33, 35, 0.05);
      color: #079c7e !important;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      border-radius: 25px;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: -0.45px;
      padding: 10px 35px;
      margin-right: 130px;
      text-align: center;
      text-transform: uppercase;
      z-index: 1; }
      .noticias-banner .superBanner a.btn-acesse-agora:active, .noticias-banner .superBanner a.btn-acesse-agora:focus {
        background-color: #079c7e;
        color: #fff !important;
        border-color: none; }
      .noticias-banner .superBanner a.btn-acesse-agora:hover {
        background-color: #079c7e;
        color: #fff !important;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      @media (max-width: 768px) {
        .noticias-banner .superBanner a.btn-acesse-agora {
          margin-right: 30px; } }
  .noticias-banner .sliderBannerNoticias {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 8px 0 rgba(30, 33, 35, 0.02), 0px 5px 25px 0 rgba(31, 33, 35, 0.05);
    height: 514px; }
    @media (max-width: 768px) {
      .noticias-banner .sliderBannerNoticias {
        height: 100%;
        border-radius: 0; } }
    .noticias-banner .sliderBannerNoticias .slider .slider-item {
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .noticias-banner .sliderBannerNoticias .slider .slider-item {
          flex-direction: column; } }
      .noticias-banner .sliderBannerNoticias .slider .slider-item .sliderImage {
        flex: 0 0 69%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        clip-path: circle(101.5% at 14% 47%);
        overflow: hidden; }
        .noticias-banner .sliderBannerNoticias .slider .slider-item .sliderImage img {
          height: 100%;
          object-fit: cover; }
        @media (max-width: 768px) {
          .noticias-banner .sliderBannerNoticias .slider .slider-item .sliderImage {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            clip-path: none; }
            .noticias-banner .sliderBannerNoticias .slider .slider-item .sliderImage img {
              width: 100%; } }
      .noticias-banner .sliderBannerNoticias .slider .slider-item .sliderTexto {
        flex: 0 0 45%;
        max-width: 355px; }
        @media (max-width: 768px) {
          .noticias-banner .sliderBannerNoticias .slider .slider-item .sliderTexto {
            max-width: 90%;
            margin-top: 0px;
            margin-bottom: 30px; } }
        @media (max-width: 576px) {
          .noticias-banner .sliderBannerNoticias .slider .slider-item .sliderTexto {
            max-width: 425px;
            margin-top: 0px;
            padding: 20px;
            margin-bottom: 0; } }
        .noticias-banner .sliderBannerNoticias .slider .slider-item .sliderTexto small {
          color: #3dc899;
          font-weight: bold;
          margin-bottom: 35px;
          text-transform: uppercase; }
        .noticias-banner .sliderBannerNoticias .slider .slider-item .sliderTexto h1 {
          color: #191a1a;
          font-size: 48px;
          line-height: 52px;
          letter-spacing: -1.2px;
          padding-top: 30px; }
          @media (max-width: 768px) {
            .noticias-banner .sliderBannerNoticias .slider .slider-item .sliderTexto h1 {
              font-size: 1.5em;
              line-height: 1; } }
    .noticias-banner .sliderBannerNoticias a.btn-leia-mais {
      cursor: pointer;
      background-color: #079c7e;
      border: none;
      box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
      color: #fff !important;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      border-radius: 25px;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      margin-top: 30px;
      padding: 13px 35px;
      position: relative;
      line-height: 1.06;
      letter-spacing: -0.4px;
      max-width: 150px;
      text-align: center;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
      .noticias-banner .sliderBannerNoticias a.btn-leia-mais:active, .noticias-banner .sliderBannerNoticias a.btn-leia-mais:focus, .noticias-banner .sliderBannerNoticias a.btn-leia-mais:hover {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        background-color: white;
        color: #079c7e !important;
        border-color: none; }
      .noticias-banner .sliderBannerNoticias a.btn-leia-mais img {
        margin-left: 15px; }
  .noticias-banner .slick-dots {
    bottom: -30px; }
    .noticias-banner .slick-dots li button {
      box-shadow: none; }
      .noticias-banner .slick-dots li button::before {
        color: #18be92;
        opacity: 1;
        font-size: 15px; }
    .noticias-banner .slick-dots li.slick-active button {
      box-shadow: none; }
      .noticias-banner .slick-dots li.slick-active button::before {
        opacity: 0.2;
        border-radius: solid 2px #2d7965;
        background-color: transparent;
        font-size: 15px; }
  .noticias-banner .slick-prev {
    box-shadow: none;
    left: -35px;
    z-index: 5; }
    .noticias-banner .slick-prev::before {
      content: url(../images/icon/icon-arrows-prev.png);
      display: block;
      height: 67px;
      width: 67px;
      opacity: 1; }
  .noticias-banner .slick-next {
    box-shadow: none;
    right: 15px; }
    .noticias-banner .slick-next::before {
      content: url(../images/icon/icon-arrows-next.png);
      display: block;
      height: 67px;
      width: 67px;
      opacity: 1; }

.noticias-container .card {
  min-height: 222px; }
  .noticias-container .card .card-body {
    align-self: flex-start; }
    @media (max-width: 768px) {
      .noticias-container .card .card-body {
        padding: 20px; } }
.noticias-container .noticias-mini-banners .banner .image {
  position: relative; }
  @media (max-width: 768px) {
    .noticias-container .noticias-mini-banners .banner .image {
      height: 250px;
      width: 100%; } }
  @media (max-width: 768px) {
    .noticias-container .noticias-mini-banners .banner .image img {
      height: 100%;
      width: 100%;
      object-fit: cover; } }
@media (max-width: 768px) {
  .noticias-container .noticias-mini-banners .banner .card-body {
    padding: 30px 20px 0px; } }
@media (max-width: 768px) {
  .noticias-container .noticias-mini-banners .banner .card-body a.pos-right-bottom {
    bottom: 30px !important; } }
@media (max-width: 768px) {
  .noticias-container .noticias-mini-banners .banner {
    padding-bottom: 30px; } }
.noticias-container .noticias-mini-banners .btn-mais-info {
  position: absolute;
  right: -24px;
  margin-bottom: -24px;
  bottom: 50%; }
  @media (max-width: 768px) {
    .noticias-container .noticias-mini-banners .btn-mais-info {
      right: -14px; } }
  .noticias-container .noticias-mini-banners .btn-mais-info.sem-borda {
    right: -20px; }
    .noticias-container .noticias-mini-banners .btn-mais-info.sem-borda::before {
      background-color: #eaeef0;
      border-radius: 100%;
      content: '';
      display: block;
      height: 40px;
      width: 40px;
      margin: 4px;
      position: absolute;
      right: 0;
      z-index: -1; }
@media (max-width: 768px) {
  .noticias-container .noticias-mini-banners .author {
    position: relative !important;
    top: -35px; } }
.noticias-container .btn-vertodos-noticias {
  color: #079c7e !important; }
  .noticias-container .btn-vertodos-noticias:hover {
    background-color: #079c7e;
    color: #fff !important; }
  @media (max-width: 768px) {
    .noticias-container .btn-vertodos-noticias {
      padding: 5px; } }

@media (max-width: 768px) {
  section.white {
    padding: 30px 5px !important; } }

.saiba-mais {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px; }
  .saiba-mais a {
    position: relative;
    top: 0;
    left: 0; }

.noticias-content .container img {
  max-width: none; }
  @media (max-width: 768px) {
    .noticias-content .container img {
      max-width: 100%; } }
.noticias-content .container p {
  margin-bottom: 20px; }

.aligncenter {
  text-align: center;
  margin: 0 auto; }

.alignright {
  text-align: center; }

.result-item .noticia-date {
  color: #777b7a;
  font-size: 0.7em;
  line-height: 1;
  text-transform: uppercase; }
  .result-item .noticia-date div {
    line-height: 1; }
  .result-item .noticia-date h3 {
    font-size: 2.4em;
    margin-right: 5px; }
.result-item .description p {
  font-size: 0.85em; }

/* Buscar Resultados Notícias */
.busca-categorias-noticias {
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .busca-categorias-noticias {
      padding-bottom: 20px;
      justify-content: center;
      width: 100%; } }
  .busca-categorias-noticias form .input-group {
    box-shadow: 0px 2px 8px 0 rgba(30, 33, 35, 0.03), 0px 5px 30px 0 rgba(31, 33, 35, 0.08);
    border: solid 1px #dde2e4;
    border-radius: 50px;
    height: 65px; }
    .busca-categorias-noticias form .input-group input {
      border: solid 1px #dde2e4;
      padding: 20px 30px;
      height: 55px;
      width: 450px; }
      @media (max-width: 768px) {
        .busca-categorias-noticias form .input-group input {
          width: auto;
          border: none;
          background: transparent; } }
      .busca-categorias-noticias form .input-group input::placeholder {
        color: #079c7e;
        font-size: 18px;
        opacity: 1; }
      .busca-categorias-noticias form .input-group input::-moz-placeholder {
        color: #079c7e;
        font-size: 18px;
        opacity: 1; }
      .busca-categorias-noticias form .input-group input::-moz-placeholder {
        color: #079c7e;
        font-size: 18px;
        opacity: 1; }
      .busca-categorias-noticias form .input-group input::-webkit-input-placeholder {
        color: #079c7e;
        font-size: 18px;
        opacity: 1; }
    .busca-categorias-noticias form .input-group .input-group-append {
      background: #fff;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      padding-right: 20px;
      border: solid 1px #dde2e4; }
    @media (max-width: 768px) {
      .busca-categorias-noticias form .input-group .input-group-addon {
        display: none; } }
    .busca-categorias-noticias form .input-group .input-group-addon select.categorias {
      background-color: #06b18e;
      border: none;
      color: #ffffff;
      font-size: 18px;
      height: 56px;
      width: 240px;
      padding: 0 30px;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
  .busca-categorias-noticias form .seta-select {
    position: relative; }
    .busca-categorias-noticias form .seta-select::after {
      content: '\f347';
      font-family: dashicons;
      color: #fff;
      pointer-events: none;
      position: absolute;
      top: 16px;
      right: 20px; }
  .busca-categorias-noticias form #button-addon3 {
    box-shadow: none; }

.noticias-resultados-busca-content .resultados {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center; }
  .noticias-resultados-busca-content .resultados h3 {
    color: #191a1a;
    font-size: 30px;
    line-height: 50px; }
  .noticias-resultados-busca-content .resultados small {
    color: #919997;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.78;
    letter-spacing: -0.18px; }
    .noticias-resultados-busca-content .resultados small strong {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.24px;
      color: #191a1a; }
.noticias-resultados-busca-content .filtros-busca-resultados {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%; }
  .noticias-resultados-busca-content .filtros-busca-resultados .filtrarpor {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 50px;
    width: 100%; }
    .noticias-resultados-busca-content .filtros-busca-resultados .filtrarpor span {
      color: #191a1a;
      font-weight: 500;
      width: 50%; }
  .noticias-resultados-busca-content .filtros-busca-resultados .ordernarpor {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%; }
    .noticias-resultados-busca-content .filtros-busca-resultados .ordernarpor span {
      color: #191a1a;
      font-weight: 500;
      width: 65%; }
.noticias-resultados-busca-content hr.divider {
  border-bottom: 1px solid #020202;
  margin-bottom: 40px;
  opacity: 0.05; }
.noticias-resultados-busca-content .resultado-item-noticia {
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0 rgba(30, 33, 35, 0.05), 0px 5px 25px 0 rgba(31, 33, 35, 0.06);
  background-color: #ffffff;
  height: 182px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 992px) {
    .noticias-resultados-busca-content .resultado-item-noticia {
      height: auto; } }
  @media (max-width: 992px) {
    .noticias-resultados-busca-content .resultado-item-noticia {
      display: inline-block; } }
  .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-imagem {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    clip-path: circle(92.5% at 14% 47%);
    overflow: hidden;
    width: 30%;
    height: 100%; }
    @media (max-width: 992px) {
      .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-imagem {
        width: 100%;
        height: 260px;
        clip-path: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }
  .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-content {
    padding: 40px 20px; }
    .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-content a.label-categoria {
      border-radius: 5px;
      background-color: #06b18e;
      color: #fff;
      display: inline-block;
      font-size: 18px;
      font-weight: 500;
      line-height: 10px;
      padding: 10px;
      margin-bottom: 25px;
      text-transform: uppercase; }
    .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-content h3 {
      color: #191a1a;
      font-size: 30px;
      line-height: 30px;
      text-align: left; }
    .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-content p {
      color: #5e6362;
      padding-top: 10px; }
  .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-data {
    padding-right: 40px;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-data {
        padding-left: 20px;
        padding-bottom: 40px;
        padding-right: 0; } }
    .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-data .noticia-day {
      margin-right: 2px; }
      .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-data .noticia-day span {
        color: #777b7a;
        display: block;
        font-size: 40px;
        padding-top: 2px;
        text-transform: uppercase; }
    .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-data .noticia-month-year p {
      color: #777b7a;
      font-size: 18px;
      font-weight: 500;
      line-height: 16px;
      margin-bottom: 0; }
      .noticias-resultados-busca-content .resultado-item-noticia .noticia-item-data .noticia-month-year p.ano {
        font-size: 16px; }
  .noticias-resultados-busca-content .resultado-item-noticia a.mais-info {
    background-color: #079c7e;
    border: 7px solid #eaeef0;
    border-radius: 100%;
    color: #fff;
    display: block;
    height: 47px;
    width: 47px;
    position: absolute;
    top: 75px;
    right: -25px;
    margin-left: -20px; }
    .noticias-resultados-busca-content .resultado-item-noticia a.mais-info::after {
      content: '+';
      font-size: 20px;
      font-weight: bold;
      display: block;
      padding: 6px 0;
      text-align: center; }
    @media (max-width: 768px) {
      .noticias-resultados-busca-content .resultado-item-noticia a.mais-info {
        top: 150px; } }
.noticias-resultados-busca-content .filter-search {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .noticias-resultados-busca-content .filter-search .resultados small {
    color: #919997;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.78;
    letter-spacing: -0.18px; }
    .noticias-resultados-busca-content .filter-search .resultados small strong {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: -0.24px;
      color: #191a1a; }
  .noticias-resultados-busca-content .filter-search .carregar-mais p {
    color: #abb2b0;
    font-size: 16px;
    position: relative; }
    .noticias-resultados-busca-content .filter-search .carregar-mais p::before {
      content: '';
      background-image: url(../images/icon/icon-carregar-mais.svg);
      background-repeat: no-repeat;
      display: inline-flex;
      width: 29px;
      height: 21px;
      position: absolute;
      left: 0;
      top: 0; }

#mapa {
  position: relative; }
  #mapa .mapa-content {
    position: absolute;
    bottom: 130px;
    left: 0px; }
    #mapa .mapa-content h4 {
      font-size: 1.6rem;
      margin-bottom: 5px; }

.organograma-content h3 {
  color: #079c7e;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 5px;
  text-transform: initial; }
.organograma-content .divider {
  margin: 60px 0; }
.organograma-content .introducao p + h3 {
  margin-top: 30px; }
.organograma-content .introducao p,
.organograma-content .introducao ul {
  font-size: 20px;
  line-height: 1.3; }
.organograma-content .introducao p {
  margin-bottom: 10px; }
.organograma-content .introducao ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .organograma-content .introducao ul li {
    line-height: 1.5;
    margin: 0;
    padding: 0; }
.organograma-content .introducao strong {
  font-weight: bold; }
.organograma-content .organogramas-container {
  padding-top: 40px; }
  .organograma-content .organogramas-container svg {
    fill: #079c7e;
    stroke: #079c7e; }
  .organograma-content .organogramas-container .node {
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 5px 25px 0 rgba(30, 33, 35, 0.1);
    color: #36413e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    min-width: max-content;
    padding: 30px 50px;
    text-transform: uppercase;
    cursor: pointer; }
    .organograma-content .organogramas-container .node:hover {
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      background-color: #079c7e; }
      .organograma-content .organogramas-container .node:hover p {
        color: white; }
    .organograma-content .organogramas-container .node p {
      line-height: 1;
      font-size: 15px; }
  .organograma-content .organogramas-container .organograma-content .organogramas-container .node:not(:last-of-type)::before {
    content: '../images/icon/icon-arrow-down.svg';
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    width: 14px;
    height: 8px;
    display: block; }
  .organograma-content .organogramas-container .organogramas-subgrupo {
    display: flex;
    justify-content: space-around; }
    .organograma-content .organogramas-container .organogramas-subgrupo .organograma {
      align-items: flex-start;
      display: flex;
      min-width: max-content; }
  .organograma-content .organogramas-container .organograma-footer {
    margin: 60px auto 80px;
    padding: 40px;
    text-align: center;
    width: 80%; }
    .organograma-content .organogramas-container .organograma-footer p {
      line-height: 1.3; }
.organograma-content .node-modal {
  max-width: 350px;
  height: 263px;
  border-radius: 10px;
  box-shadow: 0px 2px 5px 0 rgba(31, 33, 35, 0.1), 0px 5px 20px 0 rgba(31, 33, 35, 0.15);
  background-color: #3f4447;
  position: absolute; }
  .organograma-content .node-modal::after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3f4447; }

.organograma-tooltip {
  padding: 15px; }
  .organograma-tooltip p {
    font-size: 14px;
    margin-top: 15px; }
  .organograma-tooltip h5 {
    font-size: 16px;
    font-weight: bold; }
  .organograma-tooltip a {
    color: #0cb185; }

/* Publicações CFM */
.head-publicacoes p {
  margin-bottom: 20px; }
.head-publicacoes .button-apps {
  display: flex;
  align-items: center;
  margin-top: 40px; }
  @media (max-width: 768px) {
    .head-publicacoes .button-apps {
      justify-content: center;
      margin-bottom: 50px; } }
  .head-publicacoes .button-apps a.btn-ios {
    cursor: pointer;
    background-color: #079c7e;
    border: none;
    box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
    color: #fff !important;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    margin-right: 10px;
    text-align: center;
    width: 220px;
    position: relative; }
    .head-publicacoes .button-apps a.btn-ios:active, .head-publicacoes .button-apps a.btn-ios:focus, .head-publicacoes .button-apps a.btn-ios:hover {
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      background-color: white;
      color: #079c7e !important;
      border-color: none; }
    .head-publicacoes .button-apps a.btn-ios::before {
      content: '';
      background-image: url(../images/icon/icon-ios-app.svg);
      background-repeat: no-repeat;
      display: inline-flex;
      width: 20px;
      height: 24px;
      position: absolute;
      left: 43px;
      top: 6px; }
  .head-publicacoes .button-apps a.btn-android {
    cursor: pointer;
    background-color: #079c7e;
    border: none;
    box-shadow: 0px 1px 2px 0 rgba(0, 144, 106, 0.25), 0px 5px 10px 0 rgba(0, 144, 106, 0.3), inset 0px -1px 0 0 rgba(31, 35, 33, 0.2);
    color: #fff !important;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
    width: 220px;
    position: relative; }
    .head-publicacoes .button-apps a.btn-android:active, .head-publicacoes .button-apps a.btn-android:focus, .head-publicacoes .button-apps a.btn-android:hover {
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      background-color: white;
      color: #079c7e !important;
      border-color: none; }
    .head-publicacoes .button-apps a.btn-android::before {
      content: '';
      background-image: url(../images/icon/icon-android-app.svg);
      background-repeat: no-repeat;
      display: inline-flex;
      width: 20px;
      height: 24px;
      position: absolute;
      left: 28px;
      top: 8px; }

.publicacoes-cfm-content .cards-container {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.publicacoes-cfm-content .card {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  -moz-box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  width: 31.5%; }
  @media (max-width: 768px) {
    .publicacoes-cfm-content .card {
      width: 100%; } }
  .publicacoes-cfm-content .card:hover {
    background-color: #079c7e;
    color: #fff; }
    .publicacoes-cfm-content .card:hover .card-body {
      color: #fff; }
    .publicacoes-cfm-content .card:hover .card-header h3 {
      color: #7bffbc; }
  .publicacoes-cfm-content .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding: 30px 30px 0 30px; }
    .publicacoes-cfm-content .card .card-header h3 {
      color: #36413e;
      font-size: 17px;
      line-height: 1;
      padding-bottom: 0;
      text-transform: initial; }
  .publicacoes-cfm-content .card .card-body {
    background-color: transparent;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 30px 55px;
    position: relative; }
    .publicacoes-cfm-content .card .card-body .mais-info {
      background-color: #079c7e;
      border: 7px solid #eaeef0;
      border-radius: 100%;
      color: #fff;
      display: block;
      height: 47px;
      width: 47px;
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -20px; }
      .publicacoes-cfm-content .card .card-body .mais-info::after {
        content: '+';
        font-size: 20px;
        font-weight: bold;
        display: block;
        padding: 4px 0;
        text-align: center; }
.publicacoes-cfm-content .card-header + .card-body {
  border-top: none; }

/* Serviços para Médicos */
.servicos-para-medicos-content .cards-container {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.servicos-para-medicos-content .card {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  -moz-box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  box-shadow: 0 5px 25px 0 rgba(30, 30, 30, 0.06);
  width: 31.5%; }
  @media (max-width: 768px) {
    .servicos-para-medicos-content .card {
      width: 100%; } }
  .servicos-para-medicos-content .card:hover {
    background-color: #079c7e;
    color: #fff; }
    .servicos-para-medicos-content .card:hover .card-body {
      color: #fff; }
    .servicos-para-medicos-content .card:hover .link-text {
      color: #fff !important; }
    .servicos-para-medicos-content .card:hover .card-header h3 {
      color: #7bffbc; }
  .servicos-para-medicos-content .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px 30px 0 30px; }
    .servicos-para-medicos-content .card .card-header h3 {
      color: #36413e;
      font-size: 17px;
      line-height: 1;
      padding-bottom: 0;
      text-transform: initial; }
  .servicos-para-medicos-content .card .card-body {
    background-color: transparent;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 30px 60px;
    position: relative; }
    .servicos-para-medicos-content .card .card-body .link-text {
      color: #191a1a;
      text-decoration: none; }
    .servicos-para-medicos-content .card .card-body .mais-info {
      background-color: #079c7e;
      border: 7px solid #eaeef0;
      border-radius: 100%;
      color: #fff;
      display: block;
      height: 47px;
      width: 47px;
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -20px;
      text-decoration: none; }
      .servicos-para-medicos-content .card .card-body .mais-info::after {
        content: "+";
        font-size: 20px;
        font-weight: bold;
        display: block;
        padding: 4px 0;
        text-align: center; }
  .servicos-para-medicos-content .card .card-header + .card-body {
    border-top: none; }

.sessoes-plenarias-template-default .page-header .page-subtitle {
  margin-bottom: 0px; }
.sessoes-plenarias-template-default .page-header p {
  margin: 30px 0 0; }

.sessao-plenaria-content .sessao + .sessao {
  margin-top: 60px; }
.sessao-plenaria-content .sessao-data {
  color: #079c7e;
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  margin: 0;
  text-transform: uppercase; }
  .sessao-plenaria-content .sessao-data span {
    color: #191a1a;
    font-weight: normal; }
.sessao-plenaria-content .table {
  margin: 0; }
.sessao-plenaria-content .table-item {
  display: flex;
  align-items: center; }
.sessao-plenaria-content .sessao-horario {
  min-width: min-content;
  width: 210px; }
.sessao-plenaria-content .sessao-conteudo {
  flex-grow: 1; }
  .sessao-plenaria-content .sessao-conteudo ul {
    list-style: disc;
    padding-left: 20px; }
.sessao-plenaria-content .sessao-assinatura p {
  margin: 0; }
  .sessao-plenaria-content .sessao-assinatura p:first-child {
    font-size: 17px;
    margin: 35px 0; }
.sessao-plenaria-content .processos {
  margin: 100px 0 30px; }
  .sessao-plenaria-content .processos .page-subtitle {
    color: #079c7e;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase; }
    .sessao-plenaria-content .processos .page-subtitle span {
      color: #191a1a; }
  .sessao-plenaria-content .processos table {
    background: #fff;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd; }
    .sessao-plenaria-content .processos table th {
      border-bottom: 1px;
      color: #079c7e;
      font-weight: bold;
      padding: 40px 25px 10px; }
    .sessao-plenaria-content .processos table td {
      font-size: 22px;
      padding: 20px 25px; }

.contrast body {
  background: black; }
.contrast li,
.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast em,
.contrast strong,
.contrast span,
.contrast blockquote,
.contrast pre,
.contrast abbr,
.contrast address,
.contrast cite,
.contrast code,
.contrast del,
.contrast dfn,
.contrast em,
.contrast img,
.contrast ins,
.contrast kbd,
.contrast q,
.contrast samp,
.contrast small,
.contrast sub,
.contrast sup,
.contrast var,
.contrast b,
.contrast i,
.contrast dl,
.contrast dt,
.contrast dd,
.contrast ol,
.contrast ul,
.contrast li,
.contrast label,
.contrast legend,
.contrast caption,
.contrast th,
.contrast td,
.contrast figcaption {
  color: white !important; }
.contrast div,
.contrast section,
.contrast article,
.contrast .card {
  background: black !important; }
.contrast .card,
.contrast .servicos-box,
.contrast .box {
  border: 1px solid yellow !important; }
.contrast a,
.contrast button {
  color: yellow; }
  .contrast a:hover,
  .contrast a *,
  .contrast button:hover,
  .contrast button * {
    color: yellow; }
.contrast .btn {
  background-color: black;
  color: yellow;
  border: 2px solid yellow; }
  .contrast .btn:hover {
    background-color: black;
    color: white;
    border: 2px solid white; }
.contrast img,
.contrast picture,
.contrast iframe {
  filter: grayscale(100%); }
.contrast #header {
  background-color: black;
  box-shadow: none; }
.contrast .header-topbar {
  background: black;
  border-bottom: 1px solid white; }
  .contrast .header-topbar .header-logo {
    color: yellow; }
  .contrast .header-topbar .title-divider::before {
    background-color: white;
    opacity: 1; }
.contrast .header-topbar-buttons .btn-outline-light {
  border: solid 2px yellow;
  background-color: black;
  width: 180px;
  color: yellow; }
.contrast .header-topbar-buttons .btn-primary {
  box-shadow: none;
  background-color: black;
  color: yellow;
  border: solid 2px yellow; }
  .contrast .header-topbar-buttons .btn-primary span {
    color: yellow; }
.contrast .header-nav {
  border-bottom: 1px solid white; }
  .contrast .header-nav .nav .nav-item:first-child::before, .contrast .header-nav .nav .nav-item::after {
    background-color: white; }
  .contrast .header-nav .nav .nav-item .nav-link {
    border: none;
    color: yellow; }
    .contrast .header-nav .nav .nav-item .nav-link.active {
      box-shadow: none;
      background: none;
      border: 2px solid white;
      color: yellow; }
      .contrast .header-nav .nav .nav-item .nav-link.active:hover {
        box-shadow: none;
        background: none;
        border: 2px solid white;
        color: yellow; }
    .contrast .header-nav .nav .nav-item .nav-link:hover {
      color: yellow;
      border: none;
      background: none; }
.contrast #footer {
  background-color: black; }
  .contrast #footer .footer-social-medias,
  .contrast #footer .footer-nav {
    background-color: black;
    border-top: 1px solid white; }
  .contrast #footer .footer-nav a {
    color: yellow; }
.contrast div.accessibility {
  position: fixed;
  z-index: 1000;
  right: 0;
  width: 65px;
  top: 28vh; }
  .contrast div.accessibility > * {
    overflow: hidden;
    text-indent: -999em;
    display: block;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px 0 rgba(31, 33, 35, 0.15);
    background: #424544;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    border-radius: 15px 0 0 15px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline: none; }
    .contrast div.accessibility > *:hover {
      opacity: 0.7; }
    .contrast div.accessibility > *.apply-contrast {
      background-image: url("../images/bt-contrast.png"); }
    .contrast div.accessibility > *.vlibras {
      background-image: url("../images/bt-vlibras.png"); }
.contrast .infos-top {
  background-color: black;
  box-shadow: none; }
.contrast .text-update p {
  color: white; }
.contrast .data-title .areas span {
  border-right: dotted 2px yellow; }
  .contrast .data-title .areas span a {
    color: yellow; }
.contrast .data-title h2 {
  color: white; }
.contrast .data-title .description {
  color: white; }
.contrast .cfm-text .col h3.cfm-h3-custom {
  color: white; }
  .contrast .cfm-text .col h3.cfm-h3-custom:after {
    background-color: white; }
.contrast .cfm-text .col li,
.contrast .cfm-text .col p,
.contrast .cfm-text .col h4 {
  color: white; }
.contrast .cfm-text .col ul li:before {
  background-color: white; }
.contrast .cfm-text .col ol li:before {
  background-color: white;
  color: black; }
.contrast .services-wrapper .service {
  background-color: black;
  border: 1px solid yellow; }
  .contrast .services-wrapper .service:hover {
    background-color: black;
    border: 1px solid yellow; }
    .contrast .services-wrapper .service:hover .service-category-text span {
      color: yellow;
      border-color: yellow; }
    .contrast .services-wrapper .service:hover .icon-wrapper {
      background-color: black;
      border-color: yellow; }
    .contrast .services-wrapper .service:hover h5,
    .contrast .services-wrapper .service:hover p {
      color: yellow; }
  .contrast .services-wrapper .service h5 {
    color: yellow; }
  .contrast .services-wrapper .service p {
    color: yellow; }
  .contrast .services-wrapper .service::after {
    box-shadow: none;
    border: 1px solid yellow; }
  .contrast .services-wrapper .service::before {
    display: none; }
.contrast .services-wrapper .icon-wrapper {
  border: solid 1.4px yellow;
  background-color: black; }
.contrast .services-wrapper.no-results p {
  color: white; }
  .contrast .services-wrapper.no-results p strong {
    color: white; }
.contrast .login-form {
  box-shadow: none;
  background-color: black;
  border: 1px solid white; }
  .contrast .login-form h3 {
    background-color: black;
    color: white;
    border-bottom: 1px solid white; }
    .contrast .login-form h3::before {
      border: solid 2px white; }
  .contrast .login-form .badge {
    background-color: black !important;
    color: white !important; }
  .contrast .login-form .btn-primary {
    box-shadow: none;
    background: black;
    border: 1px solid yellow; }
    .contrast .login-form .btn-primary:hover {
      background: black;
      border: 1px solid yellow;
      color: yellow; }
  .contrast .login-form select,
  .contrast .login-form select option {
    color: black; }
  .contrast .login-form input.form-control,
  .contrast .login-form .custom-select {
    color: yellow;
    border-bottom: solid 1.2px yellow; }
    .contrast .login-form input.form-control::placeholder,
    .contrast .login-form .custom-select::placeholder {
      color: yellow;
      font-size: inherit;
      opacity: inherit; }
    .contrast .login-form input.form-control::-moz-placeholder,
    .contrast .login-form .custom-select::-moz-placeholder {
      color: yellow;
      font-size: inherit;
      opacity: inherit; }
    .contrast .login-form input.form-control::-moz-placeholder,
    .contrast .login-form .custom-select::-moz-placeholder {
      color: yellow;
      font-size: inherit;
      opacity: inherit; }
    .contrast .login-form input.form-control::-webkit-input-placeholder,
    .contrast .login-form .custom-select::-webkit-input-placeholder {
      color: yellow;
      font-size: inherit;
      opacity: inherit; }
  .contrast .login-form .custom-select {
    background-position: right 0.75rem center;
    background-size: 17px 12px; }
  .contrast .login-form ~ p {
    color: white !important; }
.contrast .modal-content .login-form {
  box-shadow: none;
  background-color: black;
  border-radius: 0;
  border: 1px solid white; }
  .contrast .modal-content .login-form .btn {
    border-width: 1px; }
.contrast .search-divider {
  background-color: white; }
.contrast .input-group {
  box-shadow: none;
  background-color: black;
  border: 1px solid white; }
  .contrast .input-group > .form-control,
  .contrast .input-group .input-group-text {
    color: white;
    background-color: black; }
  .contrast .input-group > .form-control::placeholder {
    color: white; }
  .contrast .input-group .input-group-text {
    background-color: black; }
.contrast .layout-mode-toggler .btn-outline-light {
  border-color: yellow;
  color: yellow; }
  .contrast .layout-mode-toggler .btn-outline-light:hover {
    border-color: yellow; }
  .contrast .layout-mode-toggler .btn-outline-light.active {
    box-shadow: none; }

/*# sourceMappingURL=estilo.css.map */
