canvas {
    position: absolute;
}

html {
    position: relative;
    min-height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 400 14px/100% "UnimedSans", Arial, "Helvetica Neue", Helvetica,
        sans-serif;
    color: #919191;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 160px; /* Margin para ajustar o footer */
}

p {
    line-height: 140%;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #00995d;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #00995d;
    opacity: 0.9;
}

.no-margin {
    margin: 0 !important;
}

.top-bar {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #f8f8f8;
}

.top-bar .top-bar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 7px;
}

.top-bar .top-bar-menu li {
    display: inline-block;
}

.top-bar .top-bar-menu li a {
    font-size: 12px;
    font-weight: 700;
    color: #919191;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    margin: 0 6px;
}

.top-bar .top-bar-menu li:first-child a {
    margin-left: 0;
}

.top-bar .top-bar-menu li:last-child a {
    margin-right: 0;
}

.top-bar .top-bar-menu li a:focus,
.top-bar .top-bar-menu li a:hover {
    text-decoration: none;
}

.top-bar .top-bar-menu li a:hover {
    font-weight: 700;
    color: #00995d;
    text-decoration: none;
    border-bottom-color: #00995d;
}

.top-bar .social {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}
.top-bar .social a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.top-bar .social a:hover svg path {
    fill: #b1d34a !important;
}

.header .head {
    margin: 30px 0;
}

.header .head .logo {
    display: inline-block;
    vertical-align: middle;
}

.header .head .titulo {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-left: 30px;
    color: #00995d;
    font-weight: 300;
}

.header .head .titulo b {
    font-weight: 700;
}

.header .menu {
    padding-top: 15px;
    padding-bottom: 12px;
    background-color: #00995d;
}

.header .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .menu ul li {
    position: relative;
    display: inline-block;
    border-right: 2px solid #fff;
}

.header .menu ul li:last-child {
    border-right: none;
}

.header .menu ul li a:focus,
.header .menu ul li a:hover {
    text-decoration: none;
}

.header .menu ul li a {
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 3px 7px;
    padding-top: 4px;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
}

.header .menu ul li a:hover {
    border-bottom-color: #fff;
}

.header .menu ul li:first-child a {
    margin-left: 0;
}

.header .menu ul li:last-child a {
    margin-right: 0;
}

/*Submenu*/

.header .menu ul li.submenu a i {
    position: relative;
    top: -3px;
    margin-left: 5px;
}

.header .menu ul li.submenu:hover a:hover {
    text-decoration: none;
}

.header .menu ul li.submenu > ul {
    display: none;
}

.header .menu ul li.submenu:hover > ul {
    display: block;
    position: absolute;
    z-index: 10;
    background: #00995d;
    /*width: 100%;*/
    padding: 1rem;
    border-radius: 0 0 2.5px 2.5px;
}

.header .menu ul li.submenu:hover > ul li {
    border: none;
    display: block;
}

.header .menu ul li.submenu:hover > ul li a {
    margin: 0;
    padding: 0.65rem 0;
}

.large-menu a > i {
    padding-left: 25px;
}

.footer {
    position: absolute;
    background-color: #00995d;
    overflow: hidden;
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
}

.footer > .container > .row {
    margin-right: 0;
    margin-left: 0;
}

.footer .col {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer .col1 {
    position: relative;
    z-index: 3;
}

.footer .col1:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1000%;
    background-color: #02804e;
}

.footer .col2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

/* HOME */
.home-slider {
    overflow: hidden;
    padding-top: 31.25%;
}

.home-slider.slick-initialized {
    padding-top: 0;
}
.home-slider.slick-slider {
    margin-bottom: 0;
}

.home-slider .slick-slide:focus {
    outline: none;
}

.home-slider .slick-slide img {
}

.home-slider.slick-initialized .slick-slide .banner {
    position: relative;
    z-index: 4;
    padding-top: 31.25%;
}

.home-slider .banner .item {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.home-slider .slick-dots {
    bottom: 30px;
}

.home-slider .slick-dots li {
    width: 10px;
    height: 10px;
}

.home-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
}

.home-slider .slick-dots li button:before {
    display: none;
}

.home-slider .slick-dots li.slick-active button {
    background-color: #339f4a;
    border-color: #339f4a;
}

.home-destaques {
    padding-top: 32px;
    /*padding-bottom: 30px;*/
    background: #f8f8f8 url(../images/pattern.png) repeat;
}

.home-destaques .col {
    flex-direction: column;
    margin-bottom: 30px;
}

.home-destaques .col > a {
    flex: 1 0 auto;
    display: block;
    height: 100%;

    padding: 40px 15%;
    background-color: #fff;
    text-align: center;
}

.home-destaques .col > a:focus,
.home-destaques .col > a:hover {
    text-decoration: none;
}

.home-destaques .col > a .icone {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 3px solid #b1d34a;
    text-align: center;
    vertical-align: middle;
}

.home-destaques .col > a .icone img {
    display: inline-block;
    vertical-align: middle;
}

.home-destaques .col > a .icone span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.home-destaques .col > a h3 {
    font-size: 1.125rem;
    font-weight: 700;

    margin: 30px 0 0;

    text-align: center;
    text-transform: uppercase;
    color: #00995d;
}

.titulo-padrao {
    font-size: 28px;
    font-weight: 700;
    color: #00995d;
    text-transform: uppercase;
    margin: 0 0 6px;

    position: relative;
    z-index: 3;
}

.titulo-padrao-margin {
    margin: 25px 0;
}

.titulo-padrao > small {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.titulo-padrao:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 4;
    bottom: -5px;
    left: 0;
    width: 90px;
    /*height: 1px;
    background-color: #e4e4e4;*/
    border-top: 1px solid #e4e4e4;
}

.titulo-padrao:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 5;
    bottom: -6px;
    left: 0;
    width: 50px;
    /*height: 3px;
    background-color: #b1d34a;*/
    border-top: 3px solid #b1d34a;
}

.btn-padrao {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #00995d;
    padding: 12px 30px;
}

.btn-padrao:focus,
.btn-padrao:hover {
    color: #fff;
    text-decoration: none;
}

.btn-padrao:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.home-secao-1 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-secao-1 .col-1 .texto {
    margin-top: 30px;
}

.home-secao-1 .col1 .btn-padrao {
    margin-top: 30px;
}

.home-secao-1 .col2 .resultados {
}

.home-secao-1 .col2 .resultados .link {
    display: block;
    margin-top: 30px;
    font-weight: 700;
    color: #a5a5a5;
    background-color: #f8f8f8;
}

.home-secao-1 .col2 .resultados .link:focus,
.home-secao-1 .col2 .resultados .link:hover {
    text-decoration: none;
}

.home-secao-1 .col2 .resultados .link .texto {
    text-transform: uppercase;
    padding: 30px 20px;
}

.home-secao-1 .col2 .resultados .link .texto img {
    width: 20px;
    margin-top: -6px;
    margin-left: 10px;
}

.home-secao-1 .col2 .resultados .link .chamada {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00995d;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.boletins {
    margin-top: 30px;
}

.boletins .row {
    margin-top: 30px;
}

.boletins .col a:focus,
.boletins .col a:hover {
    text-decoration: none;
}

.boletins .col img {
    width: 100%;
    height: auto;
}

.boletins .col h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #a5a5a5;
    background-color: #f8f8f8;
    padding: 7px 12px;
}

.boletins .col h4 img {
    width: 16px;
    float: right;
}

.logo-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1.05rem 0;
}

.menu-toggle {
    margin-left: auto;
    width: 42px;
    background: none;
    border: none;
    padding: 0;
    outline: none !important;
    display: none;
}

.menu-toggle:active {
    opacity: 0.75;
    transform: scale(0.92);
}

.menu-close {
    display: none;
    background: none;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline: none !important;
}

.menu-close:active {
    opacity: 0.75;
    transform: scale(0.92);
}

.boletim-item {
    margin-bottom: 12px;
}

.overflow-hidden {
    overflow: hidden;
}

.menu-logo {
    display: none;
}

.conteudo {
    -webkit-animation: scale-up-ver-center 0.4s
        cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-ver-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-ver-center {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes scale-up-ver-center {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.breadcrumb {
    padding-left: 0;
    background: none;
    border-bottom: 1px #f7f7f7 solid;
    border-radius: 0;
}

.content-article {
    margin-top: 1.35rem;
    margin-bottom: 5rem;
}

.inner-html p,
.inner-html span {
    font-size: 18px;
    line-height: 28px;
    color: #424242;
}

.title-article {
    margin: 1.35rem 0;
    color: #212121;
}

.subtitle-article {
    font-size: 1.25rem;
}

.publicacao-categoria {
    margin-bottom: 1.35rem;
}

.image-responsive {
    width: 100%;
}

.image-post {
    margin-bottom: 1rem;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 50px auto;
    background-color: #333;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.btn-default {
    background: #b1d34b;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: black !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
    font-size: 1rem;
    padding: 1rem 1.36rem;
}

.btn-default:hover {
    opacity: 0.8;
}

.btn-default:active {
    transform: scale(0.95);
}

/*
ALERT MODAL
*/

.modal-window {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 10;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.modal-window.show {
    display: flex;
}

.modal-window-body {
    background: #5b5c65;
    padding: 3.4rem 10rem;
    width: 100%;
}

.modal-window-body svg {
    margin-bottom: 1.15rem;
    -webkit-animation: bounce-top 0.9s both;
    animation: bounce-top 0.9s both;
}

.modal-window-body.notify {
    -webkit-animation: bounce-top 0.9s both;
    animation: bounce-top 0.9s both;
}

.modal-window-body.show {
    -webkit-animation: scale-in-ver-center 350ms
        cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-ver-center 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
}

.modal-window-body textarea {
    width: 100%;
    background: white;
    margin-bottom: 1.25rem;
    padding: 12px;
    font-size: 19px;
    color: #5b5c65;
    line-height: 1.36em;
    outline: none;
    border: 1px #5b5c65 solid;
    transition: border 300ms;
}

.modal-window-body textarea:focus {
    border: 1px #ccc solid;
    transition: border 300ms;
}

.modal-window-body header {
    font-size: 34px;
    color: white;
    margin-bottom: 1.45rem;
}

.modal-window-body p {
    font-size: 1.25rem;
}

.modal-window-body button {
    background: none;
    border: 2px rgba(255, 255, 255, 0.5) solid;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    padding: 1rem 1.75rem;
    cursor: pointer;
    margin-right: 12px;
    outline: none;
}

.modal-window-body button[type="submit"] {
    border-color: #b1d34b;
    color: #b1d34b;
}

.modal-window-body button[type="submit"]:disabled {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
    cursor: not-allowed;
}

.modal-window-body button[type="submit"]:hover:not(:disabled),
.modal-window-body button[type="submit"]:focus:not(:disabled) {
    border-color: #daeaab;
    color: #daeaab;
}

.modal-window-body button:hover,
.modal-window-body button:focus {
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
}

.modal-window-body button:active {
    transform: scale(0.96);
    opacity: 0.9;
}

@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}
@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}
@keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

.modal-window-content {
    display: none;
}

.modal-window-content.show {
    display: block;
}

.modal-window-request {
    display: none;
}

.modal-window-request.show {
    display: block;
}

.modal-window-svg.show {
    display: flex;
}

.modal-window-svg {
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.modal-window-svg svg {
    margin-bottom: 1.25rem;
}

.modal-window-svg svg path {
    stroke-dasharray: 167;
    stroke-dashoffset: 167;
    animation: draw 1s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
    animation-delay: 1s;
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
@-o-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
@-moz-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes drawText {
    from {
        transform: scale(0.78);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes drawText {
    from {
        transform: scale(0.78);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes drawText {
    from {
        transform: scale(0.78);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes drawText {
    from {
        transform: scale(0.78);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* COMUNICACAO */
.posts-col {
    margin-bottom: 30px;
}

.post-item {
}

.post-item .post-imagem {
    display: block;
}

.post-item .post-titulo {
    margin: 40px 0 0;
}

.post-item .post-titulo a {
    color: #00995d;
}

.post-item .post-titulo a:focus,
.post-item .post-titulo a:hover {
    text-decoration: none;
}

.post-item .post-texto {
    margin-top: 20px;
    line-height: 140%;
}

.post-leia-mais {
    margin-top: 20px;
}

.arquivos {
}

.arquivos .arquivos-row {
    margin-bottom: 50px;
}

.arquivos .arquivos-titulo {
}

.arquivos .arquivo-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.arquivos .arquivo-item > a {
    display: block;
}

.arquivos .arquivo-item img {
    width: 100%;
}

.arquivos .arquivo-item .data {
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a5a5a5;
    background-color: #f8f8f8;
}

.arquivos .arquivo-item .titulo {
}

.arquivos .arquivo-item .links {
    float: right;
}

.arquivos .arquivo-item .links .link {
    display: inline-block;
    color: #a5a5a5;
    margin-left: 7px;
}

.arquivos .arquivo-item .links .link .icone {
    display: inline-block;
    width: 12px;
    margin-right: 5px;
    vertical-align: top;
}

.arquivos .arquivo-item .links .link > span {
    display: inline-block;
    vertical-align: top;
}

.arquivos .arquivo-edicoes {
    /*margin-top: 20px;*/
}

.arquivos .arquivo-edicoes a {
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #a5a5a5;
    background-color: #f8f8f8;
}

.main.interno {
    padding-top: 25px;
    padding-bottom: 50px;
}

.texto-filtrado {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
    color: #424242;
}

/* RELATÓRIOS */
.main.relatorios {
    padding-top: 0;
}

.relatorios-menu {
    padding: 30px 0;
    background: #f5f5f5 url(../images/pattern.png);
}

.relatorios-menu nav {
}

.relatorios-menu nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
}

.relatorios-menu ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.relatorios-menu ul li:last-child {
    margin-right: 0;
}

.relatorios-menu ul li a {
    display: block;
    color: #00995d;
    font-weight: bold;
    transition: transform 300ms;
    text-decoration: none;
}

.relatorios-menu ul li a:focus,
.relatorios-menu ul li a:hover {
    transform: scale(1.105);
    transition: transform 250ms;
}

.relatorios-menu ul li a.actived {
    color: #f47920;
}

.relatorios-menu ul li a svg,
.relatorios-menu ul li a img {
    width: 50px;
    margin-bottom: 1.015rem;
}

.form-relatorio {
    margin-top: 30px;
}

.form-relatorio .btn-padrao {
    margin-top: 30px;
}

.relatorio-item .texto {
    margin-top: 20px;
}

.relatorio-item .link-download {
    font-size: 12px;
    color: #00995d;
}

.relatorio-item .link-download > img {
    width: 12px;
    float: right;
    margin-left: 10px;
}

.boletim .lista {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.boletim .lista li {
    display: block;
    margin-bottom: 10px;
}

.boletim .lista li a {
    display: block;
    background-color: #00995d;
    color: #fff;
    padding: 12px 15px;
}
.boletim .lista li a svg {
    width: 15px;
    float: right;
}

.boletim .lista li a svg .cls-1 {
    fill: #ffffff;
}

.tr-cabecalho {
    background: #eaeaea;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

/* FIM RELATÓRIOS */

.nav-link {
    padding: 1.2rem 2rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: bold;
}

/* INFORMAÇÕES ÚTEIS */
.informacoes-uteis {
}

.informacoes-uteis .informacao {
    margin-bottom: 40px;
}

.informacoes-uteis .informacao .texto {
    margin-top: 20px;
}

.informacoes-uteis .informacao .imagem {
    display: block;
    margin-top: 25px;
}

.informacoes-uteis .informacao .link {
    margin-top: 20px;
}

.telefones-uteis > .titulo {
    margin-bottom: 30px;
}

.telefones-uteis > .row .col {
    margin-bottom: 0;
}

.telefones-uteis > .row .info {
    font-size: 16px;
    line-height: 130%;
    color: #00995d;
    padding: 12px 15px;
}
.telefones-uteis > .row.cor .info {
    background-color: #f8f8f8;
}
/* FIM INFORMAÇÕES ÚTEIS */

.extrato-link {
    cursor: pointer;
    font-size: 19px;
}

.extrato-link td {
    padding: 25px 12px !important;
}

.extrato-link a {
    color: #919191;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.extrato-link:hover {
    background: #f3f3f3;
}

.sem-padding {
    padding: 0 !important;
}

/* Extrato pagamento */
.button-wrapper {
    position: absolute;
}

.button-wrapper button {
    background: rgba(255, 255, 255, 0.3);
    border: 0;
    padding: 12px 16px;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
}

.button-wrapper button:hover {
    background: rgba(255, 255, 255, 0.7);
}

.button-wrapper button:active {
    transform: scale(0.95);
}

/* Animação de loading */
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-loading p:last-child {
    display: none;
}

.btn-loading p {
    margin: 0;
    padding: 0;
}

.btn-loading:disabled p {
    display: none;
}

.btn-loading:disabled p:last-child {
    display: block;
}

.btn-loading:disabled:active {
    transform: none;
}

.data-extrato {
    color: #00995d;
    font-weight: bold;
}

.relative {
    position: relative;
}

/* Carregamento progressivo */

.fake-loading {
    padding-top: 25px;
}

.fake-loading-block {
    background: #ccc;
    border-radius: 5px;
    margin-bottom: 1.25rem;
    animation: lineOpacity 850ms ease both infinite;
    width: 100%;
    height: 200px;
}

.fake-loading div {
    height: 10px;
    background: #ccc;
    border-radius: 5px;
    margin-bottom: 1.25rem;
    animation: lineOpacity 850ms ease both infinite;
}

.fake-loading div.title {
    background: #00995d;
    margin-bottom: 2.2rem;
    width: 78%;
}

.fake-loading div:last-child {
    width: 70%;
}

/* Carregamento fake banner */
.fake-slide {
    position: relative;
}

.fake-slide .fake-loading-block {
    min-height: 522px;
    margin-bottom: 0;
    border-radius: 0;
}

.fake-pagination {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 100%;
    padding: 1.75rem;
}

.fake-pagination div {
    width: 10px;
    height: 10px;
    background: #989898;
    border-radius: 50%;
    margin-right: 0.6rem;
    animation: lineOpacity 850ms ease both infinite;
}

.fake-image {
    border-radius: 5px;
    height: 295px;
    background: #00995d;
    animation: lineOpacity 850ms ease both infinite;
}

.fake-image-noticia {
    height: 140px;
    margin-bottom: 1.36rem;
}

.fake-noticia-data {
    height: 8px;
    background: #ccc;
    border-radius: 5px;
    margin-bottom: 1.25rem;
    animation: lineOpacity 850ms ease both infinite;
    width: 10%;
}

.fake-noticia-titulo {
    height: 15px;
    background: #ccc;
    border-radius: 5px;
    margin-bottom: 1.25rem;
    animation: lineOpacity 850ms ease both infinite;
    width: 85%;
}

.fake-noticia-titulo:last-child {
    width: 25%;
}

.fake-collapse {
    height: 43.5px;
    background: #989898;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    margin-bottom: 0.85rem;
    animation: lineOpacity 850ms ease both infinite;
}

@keyframes lineOpacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

/* Mensagem API fora */
.servico-indisponivel {
    text-align: center;
    padding: 50px 0;
}

.servico-indisponivel i {
    font-size: 64px;
    margin-bottom: 1.24rem;
}

.cardError-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    z-index: 15;
}

.cardError-wrapper.show {
    display: flex;
}

.cardError {
    text-align: center;
    width: 520px;
    background: white;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    padding: 1rem;
    border: 0;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.cardError-body svg {
    width: 120px;
    margin-bottom: 1.46rem;
}

.cardError-body h1 {
    font-size: 19px;
    margin-bottom: 1.25rem;
}

.cardError-body p {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 3px;
    word-wrap: break-word;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.status-periodo {
    text-align: right;
}

/* FALE CONOSCO */
.p-fale-conosco {
}

.link-fale-diretoria {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
}

.link-fale-diretoria:hover {
    color: rgba(255, 255, 255, 0.85);
}

.p-fale-conosco .linha-info {
    margin-bottom: 20px;
}

.p-fale-conosco .linha-info > b {
    color: #00995d;
    text-transform: uppercase;
}

.p-fale-conosco .linha-info.first {
    margin-top: 30px;
}

.p-fale-conosco .linha-info ul {
    list-style: circle;
    margin: 0;
    padding: 0;
    line-height: 140%;
}
.p-fale-conosco .linha-info ul li {
    margin-bottom: 3px;
}

.faleconosco-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 310px;
    width: 100%;
}

.faleconosco-wrapper svg {
    width: 128px;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.faleconosco-wrapper h4 {
    margin: 1.26rem 0;
}
/* FIM FALE CONOSCO */

/* BLOG */
.posts {
}

/* Post destaque */
.post-destaque {
}

.post {
    margin-bottom: 30px;
}

.post .link-imagem-destaque {
    display: block;
    margin-top: 30px;
}

.post .imagem-destaque {
    width: 100%;
    height: 490px;
    object-fit: cover;
}

.post .imagem-post {
    height: 295px;
    object-fit: cover;
    width: 100%;
    border-radius: 3.5px;
}

.post .data {
    display: block;
    color: #00995d;
    font-size: 14px;
    text-transform: uppercase;
}
.post .link-titulo {
}

.post .link-titulo:focus,
.post .link-titulo:hover {
    text-decoration: none;
}

.post .categoria {
    display: inline-block;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #b0d248;
    margin-top: 15px;
}

.post .categoria:focus,
.post .categoria:hover {
    text-decoration: none;
}

.post .btn-leia-mais {
    border: 1px solid #00995d;
    padding: 12px 30px;
    color: #525252;
    display: inline-block;
    font-style: italic;
    font-size: 12px;
    margin-top: 20px;
}

.post .conteudo {
    margin-top: 30px;
}

/* Lista de post */
.posts-lista {
    margin-bottom: 50px;
}

.posts-lista .btn-categoria {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    background-color: #ccc;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 30px;
}

.posts-lista .btn-categoria:focus,
.posts-lista .btn-categoria:hover {
    text-decoration: none;
}

.posts-lista .btn-todos {
    display: inline-block;
    border: 1px solid #00995d;
    padding: 12px 30px;
    color: #525252;
    display: inline-block;
    font-style: italic;
    font-size: 18px;
    margin-left: 12px;
}

.posts-lista .post .link-imagem-destaque {
    margin-top: 0;
}

.posts-lista .post .data {
    margin-top: 20px;
}

.posts-lista .post .titulo {
    font-size: 18px;
}

.posts .btn-ver-todos,
.posts .btn-carregar-mais {
    display: block;
    padding: 15px 30px;
    background-color: #00995d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.posts .btn-ver-todos:focus,
.posts .btn-ver-todos:hover,
.posts .btn-carregar-mais:focus,
.posts .btn-carregar-mais:hover {
    text-decoration: none;
}

/* Sidebar */
.posts-sidebar {
}
.posts-sidebar .widget {
    margin-bottom: 40px;
}

/* widget - Categorias */
.posts-sidebar .widget-categorias {
}

.posts-sidebar .widget-categorias .lista-categorias {
    margin-top: 33px;
}

.posts-sidebar .widget-categorias .categoria {
    display: block;
}

.posts-sidebar .widget-categorias .categoria span {
    display: inline-block;
    padding: 9px 19px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #ccc;
    margin-top: 10px;
}

/* widget - Busca */
.posts-sidebar .widget-busca form {
    margin-top: 30px;
}

.posts-sidebar .widget-busca input {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 12px 12px;
    border: 1px solid #bebebe;
}

.posts-sidebar .widget-busca button {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    background: #00995d;
    padding: 12px 15px;
    border: 0 none;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}

/* widget - Recentes */
.posts-sidebar .widget-posts-recentes {
}
.posts-sidebar .widget-posts-recentes .titulo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.posts-sidebar .widget-posts-recentes .post-recente {
    margin-bottom: 20px;
}

.posts-sidebar .widget-posts-recentes .post-recente .data {
    display: block;
    color: #00995d;
    font-size: 14px;
    text-transform: uppercase;
}

.posts-sidebar .widget-posts-recentes .post-recente .link-titulo:focus,
.posts-sidebar .widget-posts-recentes .post-recente .link-titulo:hover {
    text-decoration: none;
}

.posts-sidebar .widget-posts-recentes .post-recente .titulo {
    margin: 0;
    font-size: 18px;
}

.posts-sidebar .widget-posts-recentes .post-recente .categoria {
    display: inline-block;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #ccc;
    margin-top: 15px;
}

.posts-sidebar .widget-posts-recentes .post-recente .categoria:focus,
.posts-sidebar .widget-posts-recentes .post-recente .categoria:hover {
    text-decoration: none;
}

/* Transição do zoom */
.mfp-ready .mfp-figure {
    opacity: 0;
}

.mfp-zoom-in {
}

.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0;
}
.mfp-iframe-scaler {
    overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
    cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
