.divbox {
    position: fixed;
    top: 130px;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
}

.divbox .container-popup a img {
    width: 35vw;
}


.divbox a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

.divbox .close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ff0000;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divbox .close:hover {
    background-color: #ff0000;
    color: #fff;
    cursor: pointer;
}

.divbox .pager {
    position: absolute;
    top: 10px;
    left: 10px;
    /*! background: blue; */
    z-index: 500;
    width: calc(100% - 20px);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divbox .pager span {

    width: 15px;
    height: 15px;
    color: transparent;
    background: RGB(173, 215, 225);
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.divbox .pager span.cycle-pager-active {
    background: #476DAA;
}

.banner-main {
    /*background: url(../../img/site/fundo-header.jpg);*/
    /*background: url(../../img/site/fundo-ban.png);*/
    background: url(../../img/site/banner.jpg) top / cover no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 34px;
}

.banner-main .grade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-main .grade .cont {
    width: 1920px;
    height: 1920px;
    transform: rotate(-54.75deg);
    margin-top: -676px;
}

.banner-main .grade .cont .traco {
    height: 2px;
    background: rgba(255, 255, 255, 0.38);
    width: 100%;
    margin-bottom: 3px;
}

.banner-main .containerBanner .boletim-epidemiologico {
    width: 100%;
    flex-shrink: 0;
    margin-top: 34px;
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes {
    width: 100%;
    margin-right: 15px;
    background: #feee00;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes section {
    display: flex;
    align-items: center;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes .img {
    width: 135px;
    background: url(../../../res/img/site/ocidentalcontracorona.png) center / contain no-repeat;
    height: 65px;
    margin-right: 20px;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes .h3 {
    color: #001d7e;
    font-size: 16px;
    font-weight: bolder;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes hr {
    width: 2px;
    height: 60px;
    background: #001d7e;
    margin: 0 20px;
    flex-shrink: 0;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes .atualizacao {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes .atualizacao p {
    color: #001d7e;
    margin-bottom: 6px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 19px;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes .atualizacao p:last-child {
    margin-bottom: 0;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes .atualizacao .icone {
    margin-right: 6px;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes .atualizacao .icone:before {
    font-size: 23px;
    height: 25px;
    float: left;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes .atualizacao .iconaux-clock:before {
    font-size: 21px;
    height: unset;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes ul {
    display: flex;
    flex-direction: column;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes ul:last-child {
    margin-left: 30px;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes ul li {
    color: #001d7e;
    font-weight: bold;
    font-size: 19px;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes ul li .red {
    color: #bf0411;
}

.banner-main .containerBanner .boletim-epidemiologico .informacoes ul li .green {
    color: #07b507;
}

.banner-main .containerBanner .boletim-epidemiologico .image {
    width: 90px;
    height: 90px;
    background: #00ADEF url("../../img/site/fiqueemcasalogo.png") center / 50px no-repeat;
    border-radius: 12px;
    overflow: hidden;
}

.banner-main .containerBanner .boletim-epidemiologico .image img {
    object-fit: contain;
}

.banner-main .containerBanner .sup {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 34px;
    margin-bottom: 34px;
    z-index: 1100;
}

.banner-main .containerBanner .sup form {
    display: flex;
    height: 56px;
    width: calc(100% - 141px);
    position: relative;
    background-color: white;
    color: #999999;
    flex-direction: row;
    padding: 10px 60px 10px 8px;
}

.banner-main .containerBanner .sup form .textoBusca {
    border-right: 1px dashed rgb(211, 211, 211);
    color: RGB(70, 165, 176);
    font-size: 1.143rem;
    font-weight: bolder;
    text-align: center;
    display: flex;
    padding-right: 19px;
    align-items: center;
    padding-left: 15px;
}

.banner-main .containerBanner .sup form input[type=text] {
    font-weight: bolder;
    flex-grow: 1;
    color: rgb(211, 211, 211);
    padding-left: 20px;
    font-size: 1rem;
}

.banner-main .containerBanner .sup form .icon-busca:before {
    font-size: 30px;
}

.banner-main .containerBanner .sup form .icon-busca {
    position: absolute;
    color: #0C7089;
    background-color: transparent;
    top: 11px;
    right: 9px;
}

.banner-main .containerBanner .sup .sic {
    background: rgb(255, 242, 18) url(../../img/site/sic.png) center no-repeat;
    display: flex;
    width: 124px;
    height: 56px;
    margin-right: 26px;
    cursor: pointer;
    padding-left: 18px;
    position: relative;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    align-items: center;
    flex-direction: row;
}

.banner-main .containerBanner .sup .sic .iconeSic {
    background: url(../../img/site/sic.png) no-repeat;
    width: 44px;
    height: 26px;
}

.banner-main .containerBanner .sup .sic .txt {
    color: #006633;
    font-size: 0.7143rem;
    font-weight: bolder;
    /*! text-align: center; */
}

.banner-main .containerBanner .sup .display {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.3);
}

/*.banner-main .containerBanner .sup :hover .display {*/
/*display: block;*/
/*}*/

.banner-main .containerBanner .sup .display .blocoacesso {
    width: 1100px;
    margin: 0 calc(50% - 550px);
    /*height: 550px;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    /*padding: 30px;*/
    float: left;
    padding-top: 10px;
}

.banner-main .containerBanner .sup .display .blocoacesso .titulo {
    background: rgb(81, 168, 177);
    float: left;
    width: 100%;
    height: 60px;
    color: rgb(255, 255, 255);
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.429rem;
}

.banner-main .containerBanner .sup .display .blocoacesso .titulo:after {
    content: none;
}

.banner-main .containerBanner .sup .display .blocoacesso .titulo .close {

    width: 30px;
    height: 30px;
    cursor: pointer;
    /*! background: red; */
    position: relative;
}

.banner-main .containerBanner .sup .display .blocoacesso .titulo .close span {

    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
}

.banner-main .containerBanner .sup .display .blocoacesso .titulo .close span:first-child {

    transform: rotate(-45deg);
    margin-top: 14px;
}

.banner-main .containerBanner .sup .display .blocoacesso .titulo .close span:last-child {

    transform: rotate(45deg);
    margin-top: 14px;
}

.banner-main .containerBanner .sup .display .blocoacesso .containertransparencia {
    width: 100%;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    /*max-height: 573px;*/
    overflow-x: hidden;
}

.banner-main .containerBanner .sup .display .blocoacesso .containertransparencia .a_i {
    width: 1120px;
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.banner-main .containerBanner .sup .display .blocoacesso .containertransparencia .a_i .col_ai {
    margin-right: 70px;
}

.banner-main .containerBanner .sup .display .blocoacesso .containertransparencia .a_i .col_ai:last-child {
    margin-right: 0;
}

.banner-main .containerBanner .sup .display .blocoacesso .containertransparencia .a_i .col_ai .item {
    text-decoration: none;
    font-size: 1rem;
    color: #0975AB;
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
}

.banner-main .containerBanner .sup .display .blocoacesso .containertransparencia .a_i .col_ai .item:hover {
    color: #ffd616;
}

.banner-main .containerBanner .sup .display .blocoacesso .containertransparencia .a_i .col_ai .title {
    cursor: inherit;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.071rem;
    width: 100%;
    line-height: 20px;
    color: #0975AB;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-main .containerBanner .sup .display .blocoacesso .containertransparencia .a_i .col_ai .title:first-child {
    margin-top: 0;
    font-size: 1.071rem;
    width: 100%;
    line-height: 20px;
    color: #0975AB;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-main .containerBanner .sup .display .blocoacesso .containertransparencia h1 {
    color: #0975AB;
    font-size: 2.571rem;
    text-align: center;
    width: 100%;
    padding: 100px;
}

.banner-main .containerBanner {
    width: 1100px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    margin: 0 auto;
}

.banner-main .containerBanner::after {
    content: none;
}

.banner-main .containerBanner .inferior {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.banner-main .containerBanner .inferior::after {
    content: none;
}

.banner-main .containerBanner .inferior .noticias {
    width: 723px;
    height: 418px;
    padding: 10px;
    position: relative;
    background-color: white;
}

.banner-main .containerBanner .inferior .noticias .icon-navigation {
    width: 20px;
    height: 80px;
    position: absolute;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 40px);
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
}

.banner-main .containerBanner .inferior .noticias .next {
    right: 10px;
    transform: rotate(180deg);
}

.banner-main .containerBanner .inferior .noticias .icon-navigation::before {
    width: 9px;
    margin-right: -15px;
    color: white;
}

.banner-main .containerBanner .inferior .noticias .icon-navigation:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-main .containerBanner .inferior .noticias .contpadding {
    width: 100%;
    height: 100%;
}

.banner-main .containerBanner .inferior .noticias .contpadding .fotoNoticia {
    width: 704px;
    height: 399px;
    display: none;
    position: relative;
}

.banner-main .containerBanner .inferior .noticias .contpadding .fotoNoticia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.banner-main .containerBanner .inferior .noticias .contpadding .fotoNoticia .desc {
    width: 100%;
    display: flex;
    bottom: 0;
    flex-direction: column;
    position: absolute;
}

.banner-main .containerBanner .inferior .noticias .contpadding .fotoNoticia .desc .categoria {
    width: -moz-fit-content;
    width: fit-content;
    padding: 9px 15px;
    color: #41868E;
    margin-left: 40px;
    background-color: RGB(254, 229, 25);
    font-size: 0.9286rem;
    text-transform: uppercase;
    font-weight: bold;
}

.banner-main .containerBanner .inferior .noticias .contpadding .fotoNoticia .desc .tituloNoticia {
    background-color: #5CC6D0;
    color: white;
    font-size: 1.571rem;
    padding: 20px 40px;
    position: relative;
    font-weight: bold;
}

.banner-main .containerBanner .inferior .noticias .pagers {
    width: calc(100% - 20px);
    height: auto;
    display: flex;
    position: absolute;
    bottom: 10px;
    flex-direction: row;
    background-color: transparent;
    color: transparent;
    justify-content: space-between;
    z-index: 200;
}

.banner-main .containerBanner .inferior .noticias .pagers::after {
    content: none;
}

.banner-main .containerBanner .inferior .noticias .pagers span {
    width: 169px;
    height: 8px;
    background-color: #41868E;
}

.banner-main .containerBanner .inferior .noticias .pagers span:hover {
    cursor: pointer;
    background-color: #FEE519;
}

.banner-main .containerBanner .inferior .noticias .pagers span.cycle-pager-active {
    background-color: #FEE519;
}

.banner-main .containerBanner .inferior .lateral {
    height: 418px;
    width: 347px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.banner-main .containerBanner .inferior .lateral .portais {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.banner-main .containerBanner .inferior .lateral .portais:hover {
    cursor: pointer;
}

.banner-main .containerBanner .inferior .lateral .portais::after {
    content: none;
}

.banner-main .containerBanner .inferior .lateral .portais .portal {
    width: -moz-fit-content;
    width: fit-content;
    padding: 19px;
    position: relative;
    height: 53px;
    color: #4D4D4D;
    margin-top: 5px;
    background-color: white;
    font-weight: 700;
    font-size: 0.8571rem;
    width: 112px;
    text-align: center;
}

.banner-main .containerBanner .inferior .lateral .portais .portal .riscoAm {
    height: 5px;
    display: none;
    width: 100%;
    left: 0;
    position: absolute;
    top: -5px;
    background-color: #FEE519;
}

.banner-main .containerBanner .inferior .lateral .portais .portal .riscoBr {
    height: 5px;
    display: none;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -5px;
    background-color: white;
}

.banner-main .containerBanner .inferior .lateral .boxPortal {
    width: 100%;
    height: 355px;
    position: absolute;
    top: 63px;
    padding: 10px;
    background-color: white;

}

.banner-main .containerBanner .inferior .lateral .boxPortal > ul {
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.banner-main .containerBanner .inferior .lateral .boxPortal > ul::after {
    content: none;
}

.banner-main .containerBanner .inferior .lateral .boxPortal > ul > li {
    width: 102px;
    height: 105px;
    margin-right: 10px;
    background-color: red;
    padding: 1px;
    overflow: hidden;
    margin-bottom: 10px;
}

.banner-main .containerBanner .inferior .lateral .boxPortal > ul > li:nth-child(3n) {
    margin-right: 0;
}

.banner-main .containerBanner .inferior .lateral .boxPortal > ul > li:nth-child(7),
.banner-main .containerBanner .inferior .lateral .boxPortal > ul > li:nth-child(8),
.banner-main .containerBanner .inferior .lateral .boxPortal > ul > li:nth-child(9) {
    margin-bottom: 0;
}

.banner-main .containerBanner .inferior .lateral .boxPortal > ul > li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.banner-main .containerBanner .inferior .lateral .boxPortal > ul > li a .icone {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
}

.banner-main .containerBanner .inferior .lateral .boxPortal > ul > li a .tituloPortal {
    /*font-size: 14px;*/
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-align: center;
}

.transparencia {
    background-color: RGB(173, 215, 225);
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.transparencia .container {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.transparencia .container::after {
    content: none;
}

.transparencia .container .acessoInformacao {
    width: 723px;
    height: auto;
}

.transparencia .container .acessoInformacao > ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    flex-wrap: wrap;
}

.transparencia .container .acessoInformacao > ul::after {
    content: none;
}

.transparencia .container .acessoInformacao > ul > li {
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 8px;
}

.transparencia .container .acessoInformacao > ul > li:nth-child(6),
.transparencia .container .acessoInformacao > ul > li:nth-child(7),
.transparencia .container .acessoInformacao > ul > li:nth-child(8),
.transparencia .container .acessoInformacao > ul > li:nth-child(9),
.transparencia .container .acessoInformacao > ul > li:nth-child(10) {
    margin-bottom: 0;
}

.transparencia .container .acessoInformacao > ul > li:hover {
    background-color: #47a5b1;
}

.transparencia .container .acessoInformacao > ul > li:hover a .tituloAi {
    color: white;
}

.transparencia .container .acessoInformacao > ul > li:hover a .iconAi {
    color: white;
}

.transparencia .container .acessoInformacao > ul > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.transparencia .container .acessoInformacao > ul > li a .iconAi {
    color: #0975AB;
    height: 76px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-licitacao::before {
    font-size: 65px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-contrato {
    width: 89px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-contrato::before {
    font-size: 65px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-despesa {
    width: 52px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-despesa::before {
    font-size: 65px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-receitas::before {
    font-size: 65px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-servidores {
    width: 42px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-servidores::before {
    font-size: 65px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-esic {
    width: 48px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-esic::before {
    font-size: 65px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-relatorios {
    width: 44px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-relatorios::before {
    font-size: 65px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-legislacao {
    width: 51px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-legislacao::before {
    font-size: 65px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-diarias {
    width: 54px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-diarias::before {
    font-size: 65px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-estrutura {
    width: 70px;
}

.transparencia .container .acessoInformacao > ul > li a .icon-estrutura::before {
    font-size: 65px;
}

.transparencia .container .acessoInformacao > ul > li a .tituloAi {
    color: #808080;
    font-size: 0.9286rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.transparencia .container .info-2 {
    width: 347px;
    height: 300px;
    display: flex;
    flex-direction: column;
    border: 2px solid white;
}

.transparencia .container .info-2 .banner {
    background: url(../../img/site/recadastramento-p.jpg) center / cover no-repeat;
    width: 100%;
    height: 297px;
    transition: .1s;
}

.transparencia .container .info:after {
    content: none;
}

.transparencia .container .info .content {
    padding: 15px 15px 0;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.transparencia .container .info .content h3 {
    font-size: 24px;
}

.transparencia .container .info {
    width: 347px;
    height: 300px;
    display: flex;
    flex-direction: column;
    background-color: #0095d9;
    justify-content: space-between;
    align-items: center;
}

.transparencia .container .info .content h1 {
    font-size: 156px;
    line-height: 140px;
}

.transparencia .container .info .content p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.transparencia .container .info .content img {
    width: 220px;
    height: 210px;
}

.transparencia .container .info .ver-todas {
    display: flex;
    padding: 5px 15px;
    font-size: 30px;
    background-color: #015f95;
    font-weight: 600;
    color: #ffffff;
    justify-content: center;
    width: 100%;
}

.transparencia .container .info .ver-todas:hover {
    text-decoration: underline;
}
.transparencia .container .info .banner {
    background: url(../../img/site/recadastramento-p.jpg) center / cover no-repeat;
    width: 100%;
    height: 297px;
    transition: .1s;
}

.blocoInferior {
    background-color: #FBFBFB;
    width: 100%;
    height: auto;
}

.blocoInferior .containerInferior {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
}

.blocoInferior .containerInferior .blocoNoticias {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 30px;
    flex-direction: row;
    justify-content: space-between;
}

.blocoInferior .containerInferior .blocoNoticias::after {
    content: none;
}

.blocoInferior .containerInferior .blocoNoticias .lateral {
    padding: 50px 30px;
    background-color: white;
}

.blocoInferior .containerInferior .blocoNoticias .lateral .notUnica {
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: column;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E7E8;
}

.blocoInferior .containerInferior .blocoNoticias .lateral .notUnica:hover .textUn {
    color: black;
}

.blocoInferior .containerInferior .blocoNoticias .lateral .notUnica:hover .categoriaUn {
    opacity: .7;
}

.blocoInferior .containerInferior .blocoNoticias .lateral .notUnica:last-child {
    margin-bottom: 0;
}

.blocoInferior .containerInferior .blocoNoticias .lateral .notUnica:last-child {
    border-bottom: 0;
}

.blocoInferior .containerInferior .blocoNoticias .lateral .notUnica .categoriaUn {
    width: 100%;
    color: #9900CC;
    margin-bottom: 10px;
    font-size: 1.143rem;
    text-transform: uppercase;
}

.blocoInferior .containerInferior .blocoNoticias .lateral .notUnica .textUn {
    width: 100%;
    padding-bottom: 20px;
    color: #797979;
    font-size: 1.143rem;
    font-weight: bold;
}

.blocoInferior .containerInferior .blocoNoticias .notDestaque {
    width: 347px;
    min-height: 427px;
    display: flex;
    flex-direction: column;
    border: 1px solid #E6E6E6;
}

.blocoInferior .containerInferior .blocoNoticias a.notDestaque:hover {
    opacity: .7;
}

.blocoInferior .containerInferior .blocoNoticias .notDestaque .fotoCapa {
    width: 100%;
    height: 220px;
}

.blocoInferior .containerInferior .blocoNoticias .notDestaque .descNoticia {
    width: 100%;
    height: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px 30px;
}

.blocoInferior .containerInferior .blocoNoticias .notDestaque .descNoticia .categoria {
    color: white;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.7143rem;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 20px;
    background-color: rgb(153, 153, 51);
    font-weight: bold;
}

.blocoInferior .containerInferior .blocoNoticias .notDestaque .descNoticia .data {
    color: #A9ABAE;
    margin-bottom: 20px;
    font-size: 1rem;
    width: 100%;
    font-weight: bold;
}

.blocoInferior .containerInferior .blocoNoticias .notDestaque .descNoticia .text {
    color: #4D4D4D;
    font-size: 1.143rem;
    width: 100%;
    font-weight: bold;
    max-height: 89px;
    height: 89px;
}

.blocoInferior .containerInferior .bannerGalFb {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    justify-content: space-between;
}

.blocoInferior .containerInferior .bannerGalFb::after {
    content: none;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .banner {
    width: 100%;
    transition: .2s;
    height: 416px;
    margin-bottom: 24px;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    justify-content: space-between;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal::after {
    content: none;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(3) {
    width: 470px;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna {
    width: calc((100% - 476px) / 2);
    height: 314px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-grow: 0;
    /*! overflow: hidden; */
    /*! background: red; */
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna::after {
    content: none;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:first-child .img:nth-child(3) {
    width: 100%;
    height: 209px;
    margin-top: 3px;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(2) .img:nth-child(3) {
    width: 100%;
    margin: 3px 0;
    height: 104px;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(3) .img:first-child {
    width: 470px;
    height: 209px;
    margin-bottom: 3px;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(1) .img:nth-child(1),
.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(1) .img:nth-child(2),
.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(2) .img:nth-child(1),
.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(2) .img:nth-child(2),
.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(2) .img:nth-child(4),
.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(2) .img:nth-child(5),
.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(3) .img:nth-child(2),
.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(3) .img:nth-child(3),
.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(3) .img:nth-child(4) {
    filter: grayscale(100);
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna .img {
    width: 154.5px;
    height: 102px;
    transition: .3s;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna .img a {
    width: 100%;
    height: 100%;
    float: left;
}

.blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna .img:hover {
    opacity: .8
}


.blocoInferior .containerInferior .bannerGalFb .sociais {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blocoInferior .containerInferior .bannerGalFb .sociais::after {
    content: none;
}

.blocoInferior .containerInferior .bannerGalFb .fb:nth-child(2) {
    background-color: #E6DA7B;
}

.blocoInferior .containerInferior .bannerGalFb .feed-instagram {
    padding: 20px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.blocoInferior .containerInferior .bannerGalFb .sociais .feed-instagram {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.blocoInferior .containerInferior .bannerGalFb .sociais .feed-instagram .galerias {
    height: 307px;
    overflow: hidden;
}

.blocoInferior .containerInferior .bannerGalFb .feed-instagram a img {
    width: 101px;
    height: 101px;
    padding: 3px;
    object-fit: cover;
}

.blocoInferior .containerInferior .bannerGalFb .feed-instagram .titulo {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 22px;
}

.blocoInferior .containerInferior .bannerGalFb .feed-instagram:after {
    content: none;
}



.blocoInferior .containerInferior .bannerGalFb .fb:first-child {
    background-color: #71625F;
}

.blocoInferior .containerInferior .bannerGalFb .fb {
    max-width: 347px;
    width: 100%;
    height: 415px;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0;
    background-color: #476DAA;
}

.blocoInferior .containerInferior .bannerGalFb .fb:last-child {
    margin-right: 0;
}

.blocoInferior .containerInferior .bannerGalFb .fb .banner-media {
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    margin: -20px;
}

.blocoInferior .containerInferior .bannerGalFb .fb .banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.blocoInferior .containerInferior .bannerGalFb .fb:first-child .nome {
    background: url(../../img/site/instagram.png) center / cover no-repeat;
    width: 155px;
    height: 44px;
    margin-bottom: 8px;
    min-height: 44px;
}

.blocoInferior .containerInferior .bannerGalFb .fb .cont-insta {
    width: 100%;
    height: calc(100% - 72px);
    overflow: hidden;
}

.blocoInferior .containerInferior .bannerGalFb .fb .nome {
    display: flex;
    margin-bottom: 22px;
    align-self: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.blocoInferior .containerInferior .bannerGalFb .fb blockquote.instagram-media {
    min-width: 307px !important;
}

.blocoInferior .containerInferior .bannerGalFb .fb .fbpage {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media all and (max-width: 1200px) {
    .divbox .container-popup a img {
        width: 50vw;
    }
}

@media all and (max-width: 999px) {
    .divbox {
        position: fixed;
        top: 140px;
        left: 50%;
        z-index: 9999;
    }

    .divbox .container-popup a img {
        width: 80vw;
    }

    .banner-main .containerBanner .sup {
        display: none;
    }

    .banner-main {
        height: auto;
    }

    .banner-main .containerBanner {
        background: #fbfbfb;
        width: 100%;
        position: unset;
        flex-direction: column;
        justify-content: center;
        padding: 0 10px;
        align-items: center;
    }

    .blocoInferior .containerInferior .bannerGalFb .sociais {
        align-items: center;
    }

    .blocoInferior .containerInferior .bannerGalFb .sociais .fb {
        margin-bottom: 15px;
    }

    .blocoInferior .containerInferior .bannerGalFb .sociais,
    .banner-main .containerBanner .inferior {
        flex-direction: column;
    }

    .banner-main .containerBanner .boletim-epidemiologico {
        margin-top: 80px;
        flex-direction: column;
    }

    .banner-main .containerBanner .boletim-epidemiologico .informacoes {
        margin-right: 0;
        flex-direction: column;
    }

    .banner-main .containerBanner .boletim-epidemiologico .informacoes hr {
        display: none;
    }

    .banner-main .containerBanner .boletim-epidemiologico .informacoes section:first-child {
        margin-bottom: 20px;
    }

    .banner-main .containerBanner .boletim-epidemiologico .informacoes ul {
        margin-left: 15px;
    }

    .banner-main .containerBanner .boletim-epidemiologico .image {
        width: 100%;
        margin-top: 20px;
    }

    .banner-main .containerBanner .inferior .noticias {
        width: 100%;
        height: 300px;
    }

    .banner-main .containerBanner .inferior .noticias .pagers span {
        width: 65px;
    }

    .banner-main .containerBanner .inferior .noticias .contpadding .fotoNoticia {
        width: 100%;
        height: 100%;
    }

    .banner-main .containerBanner .inferior .noticias .contpadding .fotoNoticia img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        flex-shrink: 0;
    }

    .blocoInferior .containerInferior .bannerGalFb .fb:last-child {
        max-width: 347px;
        width: 100%;
    }

    .banner-main .containerBanner .inferior .lateral {
        width: 100%;
        height: auto;
        min-height: 355px;
    }

    .banner-main .containerBanner .inferior .lateral .portais {
        margin-top: 20px;
    }

    .banner-main .containerBanner .inferior .lateral .portais .portal {
        padding: 12px;
    }

    .banner-main .containerBanner .inferior .lateral .boxPortal {
        width: 100%;
        height: auto;
        margin-top: 5px;
        padding: 10px;
        background-color: white;
        position: unset;
    }

    .banner-main .containerBanner .inferior .lateral .boxPortal > ul {
        justify-content: space-between;
    }

    .banner-main .containerBanner .inferior .lateral .boxPortal > ul::after {
        content: none;
    }

    .banner-main .containerBanner .inferior .lateral .boxPortal > ul {
        justify-content: space-around;
        min-height: 355px;
    }

    .banner-main .containerBanner .inferior .lateral .boxPortal > ul > li {
        margin-right: 0;
    }

    .transparencia .container {
        width: 100%;
        padding: 0 10px;
        flex-direction: column;
    }

    .transparencia .container .acessoInformacao {
        display: none;
    }

    .transparencia .container .info {
        width: 100%;
    }

    .blocoInferior {
        padding: 0 10px;
    }

    .blocoInferior .containerInferior {
        width: 100%;
    }

    .blocoInferior .containerInferior .blocoNoticias {
        flex-direction: column;
        margin-bottom: 0;
    }

    .blocoInferior .containerInferior .blocoNoticias .notDestaque {
        width: 100%;
        height: 390px;
        margin-bottom: 20px;
    }

    .blocoInferior .containerInferior .bannerGalFb {
        flex-direction: column;
    }

    .blocoInferior .containerInferior .bannerGalFb .bannerGal {
        width: 100%;
        margin-bottom: 15px;
    }

    .blocoInferior .containerInferior .bannerGalFb .bannerGal .banner {
        height: 300px;
    }

    .blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna .img {
        /*min-width: 150px;*/
        /*width: 50%;*/
        width: calc((100% - 3px) / 2);
    }

    .blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(2) .img:nth-child(3) {
        width: 100%;
    }


    .blocoInferior .containerInferior .bannerGalFb .bannerGal .gal {
        width: 100%;
    }

    .blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:first-child,
    .blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna:nth-child(3) {
        display: none;
    }

    .blocoInferior .containerInferior .bannerGalFb .bannerGal .gal .coluna {
        width: 100%;
        height: auto;
    }


    .blocoInferior .containerInferior .bannerGalFb .bannerGal .gal::after {
        content: none;
    }
}

@media all and (max-width: 600px) {

    .banner-main .containerBanner .boletim-epidemiologico .informacoes section {
        flex-direction: column;
    }

    .banner-main .containerBanner .boletim-epidemiologico .informacoes section {
        flex-direction: column;
    }

    .banner-main .containerBanner .boletim-epidemiologico .informacoes .img {
        margin-bottom: 12px;
        margin-right: 0;
    }

    .banner-main .containerBanner .boletim-epidemiologico .informacoes .h3 {
        text-align: center;
    }

    .banner-main .containerBanner .boletim-epidemiologico .informacoes .atualizacao {
        align-items: center;
    }

    .banner-main .containerBanner .boletim-epidemiologico .informacoes hr {
        display: none;
    }

    .banner-main .containerBanner .boletim-epidemiologico .informacoes ul {
        margin-top: 12px;
        margin-left: 0;
        min-width: 201px;
    }

    .banner-main .containerBanner .boletim-epidemiologico .informacoes ul:last-child {
        margin-left: 0;
    }
}

@media all and (max-width: 360px) {
    .blocoInferior .containerInferior .bannerGalFb .feed-instagram {
        height: 390px;
    }
}
